OmniSciDB
94e8789169
|
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 omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.__init__ | ( | self, | |
bitmap = None , |
|||
sparse_set = None |
|||
) |
Definition at line 703 of file ttypes.py.
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.__eq__ | ( | self, | |
other | |||
) |
Definition at line 763 of file ttypes.py.
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.__ne__ | ( | self, | |
other | |||
) |
Definition at line 766 of file ttypes.py.
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.__repr__ | ( | self | ) |
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.read | ( | self, | |
iprot | |||
) |
Definition at line 707 of file ttypes.py.
References omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap, and omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set.
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.validate | ( | self | ) |
Definition at line 755 of file ttypes.py.
def omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.write | ( | self, | |
oprot | |||
) |
Definition at line 736 of file ttypes.py.
References omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap, and omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set.
|
private |
omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.bitmap |
Definition at line 704 of file ttypes.py.
Referenced by omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.read(), and omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.write().
omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.sparse_set |
Definition at line 705 of file ttypes.py.
Referenced by omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.read(), and omnisci.serialized_result_set.ttypes.TCountDistinctSetStorage.write().