OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
is_replicated | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TCreateParams.__init__ | ( | self, | |
is_replicated = None |
|||
) |
def heavydb.thrift.ttypes.TCreateParams.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TCreateParams.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TCreateParams.read | ( | self, | |
iprot | |||
) |
Definition at line 2294 of file ttypes.py.
References heavydb.thrift.ttypes.TCreateParams.is_replicated.
def heavydb.thrift.ttypes.TCreateParams.validate | ( | self | ) |
def heavydb.thrift.ttypes.TCreateParams.write | ( | self, | |
oprot | |||
) |
Definition at line 2313 of file ttypes.py.
References heavydb.thrift.ttypes.TCreateParams.is_replicated.
|
private |
Definition at line 2334 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TCreateParams.is_replicated |
Definition at line 2292 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TCreateParams.read(), heavydb.thrift.ttypes.TTableMeta.read(), heavydb.thrift.ttypes.TCreateParams.write(), and heavydb.thrift.ttypes.TTableMeta.write().