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

Static Public Attributes

int ALL = 0
 
int APPEND = 1
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 164 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TTableRefreshUpdateType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "ALL": 0,
3  "APPEND": 1,
4  }

Definition at line 173 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TTableRefreshUpdateType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "ALL",
3  1: "APPEND",
4  }

Definition at line 168 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshUpdateType.ALL = 0
static

Definition at line 165 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshUpdateType.APPEND = 1
static

Definition at line 166 of file ttypes.py.


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