Uses of Class
ai.heavy.thrift.server.TExpressionRangeType
-
Packages that use TExpressionRangeType Package Description ai.heavy.thrift.server -
-
Uses of TExpressionRangeType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TExpressionRangeType Modifier and Type Field Description TExpressionRangeTypeTColumnRange. typeMethods in ai.heavy.thrift.server that return TExpressionRangeType Modifier and Type Method Description static TExpressionRangeTypeTExpressionRangeType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TExpressionRangeTypeTColumnRange. getType()static TExpressionRangeTypeTExpressionRangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TExpressionRangeType[]TExpressionRangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TExpressionRangeType Modifier and Type Method Description TColumnRangeTColumnRange. setType(TExpressionRangeType type)Constructors in ai.heavy.thrift.server with parameters of type TExpressionRangeType Constructor Description TColumnRange(TExpressionRangeType type, int col_id, int table_id, boolean has_nulls, long int_min, long int_max, long bucket, double fp_min, double fp_max)
-