OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
view_name | |
view_state | |
image_hash | |
update_time | |
view_metadata | |
Private Attributes | |
__dict__ | |
Attributes: - view_name - view_state - image_hash - update_time - view_metadata
def heavydb.thrift.ttypes.TFrontendView.__init__ | ( | self, | |
view_name = None , |
|||
view_state = None , |
|||
image_hash = None , |
|||
update_time = None , |
|||
view_metadata = None |
|||
) |
def heavydb.thrift.ttypes.TFrontendView.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TFrontendView.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TFrontendView.read | ( | self, | |
iprot | |||
) |
Definition at line 2519 of file ttypes.py.
References heavydb.thrift.ttypes.TFrontendView.image_hash, heavydb.thrift.Heavy.create_dashboard_args.image_hash, heavydb.thrift.Heavy.replace_dashboard_args.image_hash, heavydb.thrift.ttypes.TFrontendView.update_time, heavydb.thrift.ttypes.TFrontendView.view_metadata, heavydb.thrift.Heavy.create_link_args.view_metadata, heavydb.thrift.ttypes.TFrontendView.view_name, heavydb.thrift.ttypes.TFrontendView.view_state, and heavydb.thrift.Heavy.create_link_args.view_state.
def heavydb.thrift.ttypes.TFrontendView.validate | ( | self | ) |
def heavydb.thrift.ttypes.TFrontendView.write | ( | self, | |
oprot | |||
) |
Definition at line 2558 of file ttypes.py.
References heavydb.thrift.ttypes.TFrontendView.image_hash, heavydb.thrift.Heavy.create_dashboard_args.image_hash, heavydb.thrift.Heavy.replace_dashboard_args.image_hash, heavydb.thrift.ttypes.TFrontendView.update_time, heavydb.thrift.ttypes.TFrontendView.view_metadata, heavydb.thrift.Heavy.create_link_args.view_metadata, heavydb.thrift.ttypes.TFrontendView.view_name, heavydb.thrift.ttypes.TFrontendView.view_state, and heavydb.thrift.Heavy.create_link_args.view_state.
|
private |
Definition at line 2595 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TFrontendView.image_hash |
Definition at line 2515 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TFrontendView.read(), heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.ttypes.TFrontendView.write(), and heavydb.thrift.ttypes.TDashboard.write().
heavydb.thrift.ttypes.TFrontendView.update_time |
Definition at line 2516 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TFrontendView.read(), heavydb.thrift.ttypes.TDashboard.read(), heavydb.thrift.ttypes.TFrontendView.write(), and heavydb.thrift.ttypes.TDashboard.write().
heavydb.thrift.ttypes.TFrontendView.view_metadata |
Definition at line 2517 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TFrontendView.read(), and heavydb.thrift.ttypes.TFrontendView.write().
heavydb.thrift.ttypes.TFrontendView.view_name |
Definition at line 2513 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TFrontendView.read(), and heavydb.thrift.ttypes.TFrontendView.write().
heavydb.thrift.ttypes.TFrontendView.view_state |
Definition at line 2514 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TFrontendView.read(), and heavydb.thrift.ttypes.TFrontendView.write().