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

Static Public Attributes

int NONE = 0
 
int FIXED = 1
 
int RL = 2
 
int DIFF = 3
 
int DICT = 4
 
int SPARSE = 5
 
int GEOINT = 6
 
int DATE_IN_DAYS = 7
 
int ARRAY = 8
 
int ARRAY_DICT = 9
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 109 of file ttypes.py.

Member Data Documentation

dictionary heavydb.common.ttypes.TEncodingType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "NONE": 0,
3  "FIXED": 1,
4  "RL": 2,
5  "DIFF": 3,
6  "DICT": 4,
7  "SPARSE": 5,
8  "GEOINT": 6,
9  "DATE_IN_DAYS": 7,
10  "ARRAY": 8,
11  "ARRAY_DICT": 9,
12  }

Definition at line 134 of file ttypes.py.

dictionary heavydb.common.ttypes.TEncodingType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "NONE",
3  1: "FIXED",
4  2: "RL",
5  3: "DIFF",
6  4: "DICT",
7  5: "SPARSE",
8  6: "GEOINT",
9  7: "DATE_IN_DAYS",
10  8: "ARRAY",
11  9: "ARRAY_DICT",
12  }

Definition at line 121 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.ARRAY = 8
static

Definition at line 118 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.ARRAY_DICT = 9
static

Definition at line 119 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.DATE_IN_DAYS = 7
static

Definition at line 117 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.DICT = 4
static

Definition at line 114 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.DIFF = 3
static

Definition at line 113 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.FIXED = 1
static

Definition at line 111 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.GEOINT = 6
static

Definition at line 116 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.NONE = 0
static

Definition at line 110 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.RL = 2
static

Definition at line 112 of file ttypes.py.

int heavydb.common.ttypes.TEncodingType.SPARSE = 5
static

Definition at line 115 of file ttypes.py.


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