OmniSciDB
a575cb28ea
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
int_col | |
real_col | |
str_col | |
arr_col | |
Private Attributes | |
__dict__ | |
def omnisci.thrift.ttypes.TColumnData.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TColumnData.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TColumnData.read | ( | self, | |
iprot | |||
) |
Definition at line 682 of file ttypes.py.
References omnisci.thrift.ttypes.TColumnData.arr_col, omnisci.thrift.ttypes.TColumnData.int_col, omnisci.thrift.ttypes.TColumnData.real_col, and omnisci.thrift.ttypes.TColumnData.str_col.
def omnisci.thrift.ttypes.TColumnData.validate | ( | self | ) |
def omnisci.thrift.ttypes.TColumnData.write | ( | self, | |
oprot | |||
) |
Definition at line 737 of file ttypes.py.
References omnisci.thrift.ttypes.TColumnData.arr_col, omnisci.thrift.ttypes.TColumnData.int_col, omnisci.thrift.ttypes.TColumnData.real_col, and omnisci.thrift.ttypes.TColumnData.str_col.
omnisci.thrift.ttypes.TColumnData.arr_col |
Definition at line 680 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TColumnData.read(), and omnisci.thrift.ttypes.TColumnData.write().
omnisci.thrift.ttypes.TColumnData.int_col |
Definition at line 677 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TColumnData.read(), and omnisci.thrift.ttypes.TColumnData.write().
omnisci.thrift.ttypes.TColumnData.real_col |
Definition at line 678 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TColumnData.read(), and omnisci.thrift.ttypes.TColumnData.write().
omnisci.thrift.ttypes.TColumnData.str_col |
Definition at line 679 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TColumnData.read(), and omnisci.thrift.ttypes.TColumnData.write().