OmniSciDB
94e8789169
|
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 omnisci.thrift.ttypes.TStringValue.__ne__ | ( | self, | |
other | |||
) |
def omnisci.thrift.ttypes.TStringValue.__repr__ | ( | self | ) |
def omnisci.thrift.ttypes.TStringValue.read | ( | self, | |
iprot | |||
) |
Definition at line 420 of file ttypes.py.
References Analyzer::Constant.is_null, omnisci.thrift.ttypes.TDatum.is_null, omnisci.thrift.ttypes.TStringValue.is_null, omnisci.thrift.ttypes.TDatumVal.str_val, and omnisci.thrift.ttypes.TStringValue.str_val.
def omnisci.thrift.ttypes.TStringValue.validate | ( | self | ) |
def omnisci.thrift.ttypes.TStringValue.write | ( | self, | |
oprot | |||
) |
Definition at line 444 of file ttypes.py.
References Analyzer::Constant.is_null, omnisci.thrift.ttypes.TDatum.is_null, omnisci.thrift.ttypes.TStringValue.is_null, omnisci.thrift.ttypes.TDatumVal.str_val, and omnisci.thrift.ttypes.TStringValue.str_val.
omnisci.thrift.ttypes.TStringValue.is_null |
Definition at line 418 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TStringValue.read(), omnisci.thrift.ttypes.TVarLen.read(), omnisci.thrift.ttypes.TStringValue.write(), and omnisci.thrift.ttypes.TVarLen.write().
omnisci.thrift.ttypes.TStringValue.str_val |
Definition at line 417 of file ttypes.py.
Referenced by omnisci.thrift.ttypes.TStringValue.read(), and omnisci.thrift.ttypes.TStringValue.write().