OmniSciDB
a575cb28ea
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
cols | |
Private Attributes | |
__dict__ | |
def omnisci.thrift.ttypes.TRow.__init__ | ( | self, | |
cols = None |
|||
) |
def omnisci.thrift.ttypes.TRow.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TRow.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TRow.read | ( | self, | |
iprot | |||
) |
Definition at line 610 of file ttypes.py.
References omnisci.thrift.ttypes.TRow.cols, and omnisci.thrift.OmniSci.load_table_binary_columnar_args.cols.
def omnisci.thrift.ttypes.TRow.validate | ( | self | ) |
def omnisci.thrift.ttypes.TRow.write | ( | self, | |
oprot | |||
) |
Definition at line 635 of file ttypes.py.
References omnisci.thrift.ttypes.TRow.cols, and omnisci.thrift.OmniSci.load_table_binary_columnar_args.cols.
omnisci.thrift.ttypes.TRow.cols |
Definition at line 608 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TRow.read(), omnisci.thrift.ttypes.TStringRow.read(), omnisci.thrift.ttypes.TRow.write(), and omnisci.thrift.ttypes.TStringRow.write().