OmniSciDB
a575cb28ea
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
id | |
column_ranges | |
dictionary_generations | |
table_generations | |
parent_session_id | |
Private Attributes | |
__dict__ | |
Attributes: - id - column_ranges - dictionary_generations - table_generations - parent_session_id
def omnisci.thrift.ttypes.TPendingQuery.__init__ | ( | self, | |
id = None , |
|||
column_ranges = None , |
|||
dictionary_generations = None , |
|||
table_generations = None , |
|||
parent_session_id = None |
|||
) |
Definition at line 3867 of file ttypes.py.
def omnisci.thrift.ttypes.TPendingQuery.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TPendingQuery.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TPendingQuery.read | ( | self, | |
iprot | |||
) |
Definition at line 3874 of file ttypes.py.
References omnisci.thrift.ttypes.TPendingQuery.column_ranges, omnisci.thrift.ttypes.TPendingQuery.dictionary_generations, foreign_storage::ForeignServer.id, omnisci.thrift.ttypes.TPendingQuery.id, omnisci.thrift.ttypes.TPendingQuery.parent_session_id, and omnisci.thrift.ttypes.TPendingQuery.table_generations.
def omnisci.thrift.ttypes.TPendingQuery.validate | ( | self | ) |
def omnisci.thrift.ttypes.TPendingQuery.write | ( | self, | |
oprot | |||
) |
Definition at line 3931 of file ttypes.py.
References omnisci.thrift.ttypes.TPendingQuery.column_ranges, omnisci.thrift.ttypes.TPendingQuery.dictionary_generations, foreign_storage::ForeignServer.id, omnisci.thrift.ttypes.TPendingQuery.id, omnisci.thrift.ttypes.TPendingQuery.parent_session_id, and omnisci.thrift.ttypes.TPendingQuery.table_generations.
omnisci.thrift.ttypes.TPendingQuery.column_ranges |
Definition at line 3869 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TPendingQuery.read(), and omnisci.thrift.ttypes.TPendingQuery.write().
omnisci.thrift.ttypes.TPendingQuery.dictionary_generations |
Definition at line 3870 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TPendingQuery.read(), and omnisci.thrift.ttypes.TPendingQuery.write().
omnisci.thrift.ttypes.TPendingQuery.id |
Definition at line 3868 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TPendingQuery.read(), omnisci.thrift.ttypes.TPendingRenderQuery.read(), omnisci.thrift.ttypes.TPendingQuery.write(), and omnisci.thrift.ttypes.TPendingRenderQuery.write().
omnisci.thrift.ttypes.TPendingQuery.parent_session_id |
Definition at line 3872 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TPendingQuery.read(), and omnisci.thrift.ttypes.TPendingQuery.write().
omnisci.thrift.ttypes.TPendingQuery.table_generations |
Definition at line 3871 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TPendingQuery.read(), and omnisci.thrift.ttypes.TPendingQuery.write().