OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
val | |
is_null | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TDatum.__init__ | ( | self, | |
val = None , |
|||
is_null = None |
|||
) |
def heavydb.thrift.ttypes.TDatum.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TDatum.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TDatum.read | ( | self, | |
iprot | |||
) |
Definition at line 489 of file ttypes.py.
References Analyzer::Constant.is_null, heavydb.thrift.ttypes.TDatum.is_null, and heavydb.thrift.ttypes.TDatum.val.
def heavydb.thrift.ttypes.TDatum.validate | ( | self | ) |
def heavydb.thrift.ttypes.TDatum.write | ( | self, | |
oprot | |||
) |
Definition at line 514 of file ttypes.py.
References Analyzer::Constant.is_null, heavydb.thrift.ttypes.TDatum.is_null, and heavydb.thrift.ttypes.TDatum.val.
|
private |
Definition at line 539 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TDatum.is_null |
heavydb.thrift.ttypes.TDatum.val |
Definition at line 486 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TDatum.read(), and heavydb.thrift.ttypes.TDatum.write().