Package com.ocient.jdbc.proto
Interface PlanProtocol.IndexAggOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.IndexAggOperator,PlanProtocol.IndexAggOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.IndexAggOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetColNames(int index)Deprecated.com.google.protobuf.ByteStringgetColNamesBytes(int index)Deprecated.intgetColNamesCount()Deprecated.List<String>getColNamesList()Deprecated.StringgetColTypes(int index)The string representation of the type of ALL output columnscom.google.protobuf.ByteStringgetColTypesBytes(int index)The string representation of the type of ALL output columnsintgetColTypesCount()The string representation of the type of ALL output columnsList<String>getColTypesList()The string representation of the type of ALL output columnsStringgetDb()Database name - a table really needs db.schema.name to be uniquely referencedcom.google.protobuf.ByteStringgetDbBytes()Database name - a table really needs db.schema.name to be uniquely referencedPlanProtocol.DisjunctiongetFilters(int index)Filter conditions to apply via indexintgetFiltersCount()Filter conditions to apply via indexList<PlanProtocol.Disjunction>getFiltersList()Filter conditions to apply via indexPlanProtocol.DisjunctionOrBuildergetFiltersOrBuilder(int index)Filter conditions to apply via indexList<? extends PlanProtocol.DisjunctionOrBuilder>getFiltersOrBuilderList()Filter conditions to apply via indexStringgetIndexName()Which index?com.google.protobuf.ByteStringgetIndexNameBytes()Which index?StringgetIndexUuid()string index_uuid = 9;com.google.protobuf.ByteStringgetIndexUuidBytes()string index_uuid = 9;StringgetInputCols(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagecom.google.protobuf.ByteStringgetInputColsBytes(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbageintgetInputColsCount()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbageList<String>getInputColsList()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbageStringgetKeys(int index)The GROUP BY columns - can't be emptycom.google.protobuf.ByteStringgetKeysBytes(int index)The GROUP BY columns - can't be emptyintgetKeysCount()The GROUP BY columns - can't be emptyList<String>getKeysList()The GROUP BY columns - can't be emptyPlanProtocol.DisjunctiongetNonIndexFilters(int index)repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;intgetNonIndexFiltersCount()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;List<PlanProtocol.Disjunction>getNonIndexFiltersList()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;PlanProtocol.DisjunctionOrBuildergetNonIndexFiltersOrBuilder(int index)repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;List<? extends PlanProtocol.DisjunctionOrBuilder>getNonIndexFiltersOrBuilderList()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;PlanProtocol.AggregationOperator.AggregationOpgetOps(int index)The aggregation operations to performintgetOpsCount()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>getOpsList()The aggregation operations to performintgetOpsValue(int index)The aggregation operations to performList<Integer>getOpsValueList()The aggregation operations to performStringgetOutputCols(int index)The name to give to the columns created by each aggregation operationcom.google.protobuf.ByteStringgetOutputColsBytes(int index)The name to give to the columns created by each aggregation operationintgetOutputColsCount()The name to give to the columns created by each aggregation operationList<String>getOutputColsList()The name to give to the columns created by each aggregation operationStringgetOutputColsTypes(int index)The types for the outputCols, in the same ordercom.google.protobuf.ByteStringgetOutputColsTypesBytes(int index)The types for the outputCols, in the same orderintgetOutputColsTypesCount()The types for the outputCols, in the same orderList<String>getOutputColsTypesList()The types for the outputCols, in the same orderPlanProtocol.SortPartitiongetPoint(int index)repeated .xg.db.sqlPlans.SortPartition point = 16;intgetPointCount()repeated .xg.db.sqlPlans.SortPartition point = 16;List<PlanProtocol.SortPartition>getPointList()repeated .xg.db.sqlPlans.SortPartition point = 16;PlanProtocol.SortPartitionOrBuildergetPointOrBuilder(int index)repeated .xg.db.sqlPlans.SortPartition point = 16;List<? extends PlanProtocol.SortPartitionOrBuilder>getPointOrBuilderList()repeated .xg.db.sqlPlans.SortPartition point = 16;StringgetSchema()The table schemacom.google.protobuf.ByteStringgetSchemaBytes()The table schemaStringgetStorageSpaceUuid()string storage_space_uuid = 8;com.google.protobuf.ByteStringgetStorageSpaceUuidBytes()string storage_space_uuid = 8;StringgetTableName()The table namecom.google.protobuf.ByteStringgetTableNameBytes()The table nameStringgetTableUuid()string table_uuid = 7;com.google.protobuf.ByteStringgetTableUuidBytes()string table_uuid = 7;PlanProtocol.DisjunctiongetTimeFilters(int index)Time filter disjunctionsintgetTimeFiltersCount()Time filter disjunctionsList<PlanProtocol.Disjunction>getTimeFiltersList()Time filter disjunctionsPlanProtocol.DisjunctionOrBuildergetTimeFiltersOrBuilder(int index)Time filter disjunctionsList<? extends PlanProtocol.DisjunctionOrBuilder>getTimeFiltersOrBuilderList()Time filter disjunctionsMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSchema
String getSchema()The table schema
string schema = 1; -
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()The table schema
string schema = 1; -
getTableName
String getTableName()The table name
string tableName = 2; -
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()The table name
string tableName = 2; -
getIndexName
String getIndexName()Which index?
string indexName = 3; -
getIndexNameBytes
com.google.protobuf.ByteString getIndexNameBytes()Which index?
string indexName = 3; -
getColNamesList
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true]; -
getColNamesCount
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true]; -
getColNames
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true]; -
getColNamesBytes
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true]; -
getFiltersList
List<PlanProtocol.Disjunction> getFiltersList()Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5; -
getFilters
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5; -
getFiltersCount
int getFiltersCount()Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5; -
getFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getFiltersOrBuilderList()Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5; -
getFiltersOrBuilder
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5; -
getDb
String getDb()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 6; -
getDbBytes
com.google.protobuf.ByteString getDbBytes()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 6; -
getTableUuid
String getTableUuid()string table_uuid = 7; -
getTableUuidBytes
com.google.protobuf.ByteString getTableUuidBytes()string table_uuid = 7; -
getStorageSpaceUuid
String getStorageSpaceUuid()string storage_space_uuid = 8; -
getStorageSpaceUuidBytes
com.google.protobuf.ByteString getStorageSpaceUuidBytes()string storage_space_uuid = 8; -
getIndexUuid
String getIndexUuid()string index_uuid = 9; -
getIndexUuidBytes
com.google.protobuf.ByteString getIndexUuidBytes()string index_uuid = 9; -
getTimeFiltersList
List<PlanProtocol.Disjunction> getTimeFiltersList()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10; -
getTimeFilters
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10; -
getTimeFiltersCount
int getTimeFiltersCount()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10; -
getTimeFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getTimeFiltersOrBuilderList()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10; -
getTimeFiltersOrBuilder
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10; -
getKeysList
The GROUP BY columns - can't be empty
repeated string keys = 11; -
getKeysCount
int getKeysCount()The GROUP BY columns - can't be empty
repeated string keys = 11; -
getKeys
The GROUP BY columns - can't be empty
repeated string keys = 11; -
getKeysBytes
com.google.protobuf.ByteString getKeysBytes(int index)The GROUP BY columns - can't be empty
repeated string keys = 11; -
getOpsList
List<PlanProtocol.AggregationOperator.AggregationOp> getOpsList()The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12; -
getOpsCount
int getOpsCount()The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12; -
getOps
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12; -
getOpsValueList
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12; -
getOpsValue
int getOpsValue(int index)The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12; -
getInputColsList
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 13; -
getInputColsCount
int getInputColsCount()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 13; -
getInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 13; -
getInputColsBytes
com.google.protobuf.ByteString getInputColsBytes(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 13; -
getOutputColsList
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14; -
getOutputColsCount
int getOutputColsCount()The name to give to the columns created by each aggregation operation
repeated string outputCols = 14; -
getOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14; -
getOutputColsBytes
com.google.protobuf.ByteString getOutputColsBytes(int index)The name to give to the columns created by each aggregation operation
repeated string outputCols = 14; -
getOutputColsTypesList
The types for the outputCols, in the same order
repeated string outputColsTypes = 15; -
getOutputColsTypesCount
int getOutputColsTypesCount()The types for the outputCols, in the same order
repeated string outputColsTypes = 15; -
getOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 15; -
getOutputColsTypesBytes
com.google.protobuf.ByteString getOutputColsTypesBytes(int index)The types for the outputCols, in the same order
repeated string outputColsTypes = 15; -
getPointList
List<PlanProtocol.SortPartition> getPointList()repeated .xg.db.sqlPlans.SortPartition point = 16; -
getPoint
repeated .xg.db.sqlPlans.SortPartition point = 16; -
getPointCount
int getPointCount()repeated .xg.db.sqlPlans.SortPartition point = 16; -
getPointOrBuilderList
List<? extends PlanProtocol.SortPartitionOrBuilder> getPointOrBuilderList()repeated .xg.db.sqlPlans.SortPartition point = 16; -
getPointOrBuilder
repeated .xg.db.sqlPlans.SortPartition point = 16; -
getNonIndexFiltersList
List<PlanProtocol.Disjunction> getNonIndexFiltersList()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17; -
getNonIndexFilters
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17; -
getNonIndexFiltersCount
int getNonIndexFiltersCount()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17; -
getNonIndexFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getNonIndexFiltersOrBuilderList()repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17; -
getNonIndexFiltersOrBuilder
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17; -
getColTypesList
The string representation of the type of ALL output columns
repeated string colTypes = 18; -
getColTypesCount
int getColTypesCount()The string representation of the type of ALL output columns
repeated string colTypes = 18; -
getColTypes
The string representation of the type of ALL output columns
repeated string colTypes = 18; -
getColTypesBytes
com.google.protobuf.ByteString getColTypesBytes(int index)The string representation of the type of ALL output columns
repeated string colTypes = 18;
-