Class ArithmeticBinaryExpression

    • Constructor Detail

      • ArithmeticBinaryExpression

        protected ArithmeticBinaryExpression​(Expression leftExpression,
                                             Expression rightExpression)
      • ArithmeticBinaryExpression

        protected ArithmeticBinaryExpression​(java.nio.ByteBuffer byteBuffer)
    • Method Detail

      • inferTypes

        public final org.apache.iotdb.tsfile.file.metadata.enums.TSDataType inferTypes​(TypeProvider typeProvider)
        Specified by:
        inferTypes in class Expression