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

Static Public Attributes

int DEFAULT = 0
 
int REPLICATED = 1
 
int SHARDED = 2
 
int OTHER = 3
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 62 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TPartitionDetail._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "DEFAULT": 0,
3  "REPLICATED": 1,
4  "SHARDED": 2,
5  "OTHER": 3,
6  }

Definition at line 75 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TPartitionDetail._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "DEFAULT",
3  1: "REPLICATED",
4  2: "SHARDED",
5  3: "OTHER",
6  }

Definition at line 68 of file ttypes.py.

int heavydb.thrift.ttypes.TPartitionDetail.DEFAULT = 0
static

Definition at line 63 of file ttypes.py.

int heavydb.thrift.ttypes.TPartitionDetail.OTHER = 3
static

Definition at line 66 of file ttypes.py.

int heavydb.thrift.ttypes.TPartitionDetail.REPLICATED = 1
static

Definition at line 64 of file ttypes.py.

int heavydb.thrift.ttypes.TPartitionDetail.SHARDED = 2
static

Definition at line 65 of file ttypes.py.


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