OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
data | |
nulls | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TColumn.__init__ | ( | self, | |
data = None , |
|||
nulls = None |
|||
) |
def heavydb.thrift.ttypes.TColumn.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TColumn.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TColumn.read | ( | self, | |
iprot | |||
) |
Definition at line 950 of file ttypes.py.
References analyze_benchmark.BenchmarkLoader.data, Fragmenter_Namespace::InsertData.data, anonymous_namespace{ArrowImporter.h}::ArrowValueBase< VALUE_TYPE >.data, heavydb.thrift.ttypes.TColumn.data, and heavydb.thrift.ttypes.TColumn.nulls.
def heavydb.thrift.ttypes.TColumn.validate | ( | self | ) |
def heavydb.thrift.ttypes.TColumn.write | ( | self, | |
oprot | |||
) |
|
private |
Definition at line 1008 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TColumn.data |
Definition at line 947 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumn.read(), heavydb.thrift.ttypes.TInsertData.read(), heavydb.thrift.ttypes.TInsertChunks.read(), heavydb.thrift.ttypes.TColumn.write(), heavydb.thrift.ttypes.TInsertData.write(), and heavydb.thrift.ttypes.TInsertChunks.write().
heavydb.thrift.ttypes.TColumn.nulls |
Definition at line 948 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TColumn.read(), and heavydb.thrift.ttypes.TColumn.write().