OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
update_type | |
timing_type | |
start_date_time | |
interval_type | |
interval_count | |
last_refresh_time | |
next_refresh_time | |
Private Attributes | |
__dict__ | |
Attributes: - update_type - timing_type - start_date_time - interval_type - interval_count - last_refresh_time - next_refresh_time
def heavydb.thrift.ttypes.TTableRefreshInfo.__init__ | ( | self, | |
update_type = None , |
|||
timing_type = None , |
|||
start_date_time = None , |
|||
interval_type = None , |
|||
interval_count = None , |
|||
last_refresh_time = None , |
|||
next_refresh_time = None |
|||
) |
Definition at line 3794 of file ttypes.py.
def heavydb.thrift.ttypes.TTableRefreshInfo.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TTableRefreshInfo.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TTableRefreshInfo.read | ( | self, | |
iprot | |||
) |
Definition at line 3803 of file ttypes.py.
References heavydb.thrift.ttypes.TTableRefreshInfo.interval_count, heavydb.thrift.ttypes.TTableRefreshInfo.interval_type, foreign_storage::ForeignTable.last_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.last_refresh_time, foreign_storage::ForeignTable.next_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.next_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.start_date_time, heavydb.thrift.ttypes.TTableRefreshInfo.timing_type, and heavydb.thrift.ttypes.TTableRefreshInfo.update_type.
def heavydb.thrift.ttypes.TTableRefreshInfo.validate | ( | self | ) |
def heavydb.thrift.ttypes.TTableRefreshInfo.write | ( | self, | |
oprot | |||
) |
Definition at line 3852 of file ttypes.py.
References heavydb.thrift.ttypes.TTableRefreshInfo.interval_count, heavydb.thrift.ttypes.TTableRefreshInfo.interval_type, foreign_storage::ForeignTable.last_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.last_refresh_time, foreign_storage::ForeignTable.next_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.next_refresh_time, heavydb.thrift.ttypes.TTableRefreshInfo.start_date_time, heavydb.thrift.ttypes.TTableRefreshInfo.timing_type, and heavydb.thrift.ttypes.TTableRefreshInfo.update_type.
|
private |
Definition at line 3897 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TTableRefreshInfo.interval_count |
Definition at line 3799 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.interval_type |
Definition at line 3798 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.last_refresh_time |
Definition at line 3800 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.next_refresh_time |
Definition at line 3801 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.start_date_time |
Definition at line 3797 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.timing_type |
Definition at line 3796 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().
heavydb.thrift.ttypes.TTableRefreshInfo.update_type |
Definition at line 3795 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TTableRefreshInfo.read(), and heavydb.thrift.ttypes.TTableRefreshInfo.write().