Class omnisci::thrift::ttypes::TExpressionRangeType

class TExpressionRangeType : public object

Public Static Attributes

int omnisci.thrift.ttypes.TExpressionRangeType::INVALID = 0
int omnisci.thrift.ttypes.TExpressionRangeType::INTEGER = 1
int omnisci.thrift.ttypes.TExpressionRangeType::FLOAT = 2
int omnisci.thrift.ttypes.TExpressionRangeType::DOUBLE = 3

Private Static Attributes

dictionary omnisci.thrift.ttypes.TExpressionRangeType::_VALUES_TO_NAMES= { 0: "INVALID", 1: "INTEGER", 2: "FLOAT", 3: "DOUBLE", }
dictionary omnisci.thrift.ttypes.TExpressionRangeType::_NAMES_TO_VALUES= { "INVALID": 0, "INTEGER": 1, "FLOAT": 2, "DOUBLE": 3, }