Uses of Class
com.omnisci.thrift.server.TExpressionRangeType
-
Packages that use TExpressionRangeType Package Description com.omnisci.thrift.server -
-
Uses of TExpressionRangeType in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TExpressionRangeType Modifier and Type Field Description TExpressionRangeTypeTColumnRange. typeMethods in com.omnisci.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 com.omnisci.thrift.server with parameters of type TExpressionRangeType Modifier and Type Method Description TColumnRangeTColumnRange. setType(TExpressionRangeType type)Constructors in com.omnisci.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)
-