OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
bitmap | |
sparse_set | |
Private Attributes | |
__dict__ | |
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.__init__ | ( | self, | |
bitmap = None , |
|||
sparse_set = None |
|||
) |
Definition at line 709 of file ttypes.py.
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.__eq__ | ( | self, | |
other | |||
) |
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.__ne__ | ( | self, | |
other | |||
) |
Definition at line 772 of file ttypes.py.
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.__repr__ | ( | self | ) |
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.read | ( | self, | |
iprot | |||
) |
Definition at line 713 of file ttypes.py.
References heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap, and heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set.
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.validate | ( | self | ) |
Definition at line 761 of file ttypes.py.
def heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.write | ( | self, | |
oprot | |||
) |
Definition at line 742 of file ttypes.py.
References heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap, and heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set.
|
private |
Definition at line 770 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap |
Definition at line 710 of file ttypes.py.
Referenced by heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.read(), and heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.write().
heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set |
Definition at line 711 of file ttypes.py.
Referenced by heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.read(), and heavydb.serialized_result_set.ttypes.TCountDistinctSetStorage.write().