OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.ttypes.TExpressionRangeType Class Reference
+ Inheritance diagram for heavydb.thrift.ttypes.TExpressionRangeType:
+ Collaboration diagram for heavydb.thrift.ttypes.TExpressionRangeType:

Static Public Attributes

int INVALID = 0
 
int INTEGER = 1
 
int FLOAT = 2
 
int DOUBLE = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 317 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TExpressionRangeType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "INVALID": 0,
3  "INTEGER": 1,
4  "FLOAT": 2,
5  "DOUBLE": 3,
6  }

Definition at line 330 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TExpressionRangeType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "INVALID",
3  1: "INTEGER",
4  2: "FLOAT",
5  3: "DOUBLE",
6  }

Definition at line 323 of file ttypes.py.

int heavydb.thrift.ttypes.TExpressionRangeType.DOUBLE = 3
static

Definition at line 321 of file ttypes.py.

int heavydb.thrift.ttypes.TExpressionRangeType.FLOAT = 2
static

Definition at line 320 of file ttypes.py.

int heavydb.thrift.ttypes.TExpressionRangeType.INTEGER = 1
static

Definition at line 319 of file ttypes.py.

int heavydb.thrift.ttypes.TExpressionRangeType.INVALID = 0
static

Definition at line 318 of file ttypes.py.


The documentation for this class was generated from the following file: