OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
str_val | |
is_null | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TStringValue.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TStringValue.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TStringValue.read | ( | self, | |
iprot | |||
) |
Definition at line 558 of file ttypes.py.
References Analyzer::Constant.is_null, heavydb.thrift.ttypes.TDatum.is_null, heavydb.thrift.ttypes.TStringValue.is_null, heavydb.thrift.ttypes.TDatumVal.str_val, and heavydb.thrift.ttypes.TStringValue.str_val.
def heavydb.thrift.ttypes.TStringValue.validate | ( | self | ) |
def heavydb.thrift.ttypes.TStringValue.write | ( | self, | |
oprot | |||
) |
Definition at line 582 of file ttypes.py.
References Analyzer::Constant.is_null, heavydb.thrift.ttypes.TDatum.is_null, heavydb.thrift.ttypes.TStringValue.is_null, heavydb.thrift.ttypes.TDatumVal.str_val, and heavydb.thrift.ttypes.TStringValue.str_val.
|
private |
Definition at line 607 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TStringValue.is_null |
Definition at line 556 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStringValue.read(), heavydb.thrift.ttypes.TVarLen.read(), heavydb.thrift.ttypes.TStringValue.write(), and heavydb.thrift.ttypes.TVarLen.write().
heavydb.thrift.ttypes.TStringValue.str_val |
Definition at line 555 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TStringValue.read(), and heavydb.thrift.ttypes.TStringValue.write().