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

Static Public Attributes

int NONE = 0
 
int HOUR = 1
 
int DAY = 2
 

Static Private Attributes

dictionary _VALUES_TO_NAMES
 
dictionary _NAMES_TO_VALUES
 

Detailed Description

Definition at line 194 of file ttypes.py.

Member Data Documentation

dictionary heavydb.thrift.ttypes.TTableRefreshIntervalType._NAMES_TO_VALUES
staticprivate
Initial value:
1 = {
2  "NONE": 0,
3  "HOUR": 1,
4  "DAY": 2,
5  }

Definition at line 205 of file ttypes.py.

dictionary heavydb.thrift.ttypes.TTableRefreshIntervalType._VALUES_TO_NAMES
staticprivate
Initial value:
1 = {
2  0: "NONE",
3  1: "HOUR",
4  2: "DAY",
5  }

Definition at line 199 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshIntervalType.DAY = 2
static

Definition at line 197 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshIntervalType.HOUR = 1
static

Definition at line 196 of file ttypes.py.

int heavydb.thrift.ttypes.TTableRefreshIntervalType.NONE = 0
static

Definition at line 195 of file ttypes.py.


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