Class omnisci::serialized_result_set::ttypes::TResultSetLayout

class TResultSetLayout : public object

Public Static Attributes

int omnisci.serialized_result_set.ttypes.TResultSetLayout::GroupByPerfectHash = 0
int omnisci.serialized_result_set.ttypes.TResultSetLayout::GroupByBaselineHash = 1
int omnisci.serialized_result_set.ttypes.TResultSetLayout::Projection = 2
int omnisci.serialized_result_set.ttypes.TResultSetLayout::NonGroupedAggregate = 3

Private Static Attributes

dictionary omnisci.serialized_result_set.ttypes.TResultSetLayout::_VALUES_TO_NAMES= { 0: "GroupByPerfectHash", 1: "GroupByBaselineHash", 2: "Projection", 3: "NonGroupedAggregate", }
dictionary omnisci.serialized_result_set.ttypes.TResultSetLayout::_NAMES_TO_VALUES= { "GroupByPerfectHash": 0, "GroupByBaselineHash": 1, "Projection": 2, "NonGroupedAggregate": 3, }