Class omnisci::serialized_result_set::ttypes::TCountDistinctImplType

class TCountDistinctImplType : public object

Public Static Attributes

int omnisci.serialized_result_set.ttypes.TCountDistinctImplType::Invalid = 0
int omnisci.serialized_result_set.ttypes.TCountDistinctImplType::Bitmap = 1
int omnisci.serialized_result_set.ttypes.TCountDistinctImplType::StdSet = 2

Private Static Attributes

dictionary omnisci.serialized_result_set.ttypes.TCountDistinctImplType::_VALUES_TO_NAMES= { 0: "Invalid", 1: "Bitmap", 2: "StdSet", }
dictionary omnisci.serialized_result_set.ttypes.TCountDistinctImplType::_NAMES_TO_VALUES= { "Invalid": 0, "Bitmap": 1, "StdSet": 2, }