Package com.ocient.jdbc.proto
Class PlanProtocol.IndexAggOperator
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.ocient.jdbc.proto.PlanProtocol.IndexAggOperator
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.IndexAggOperatorOrBuilder,Serializable
- Enclosing class:
- PlanProtocol
public static final class PlanProtocol.IndexAggOperator extends com.google.protobuf.GeneratedMessageV3 implements PlanProtocol.IndexAggOperatorOrBuilder
Hybrid operator that combines index and aggregation
Protobuf typexg.db.sqlPlans.IndexAggOperator- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanProtocol.IndexAggOperator.BuilderHybrid operator that combines index and aggregation-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLNAMES_FIELD_NUMBERstatic intCOLTYPES_FIELD_NUMBERstatic intDB_FIELD_NUMBERstatic intFILTERS_FIELD_NUMBERstatic intINDEX_UUID_FIELD_NUMBERstatic intINDEXNAME_FIELD_NUMBERstatic intINPUTCOLS_FIELD_NUMBERstatic intKEYS_FIELD_NUMBERstatic intNON_INDEX_FILTERS_FIELD_NUMBERstatic intOPS_FIELD_NUMBERstatic intOUTPUTCOLS_FIELD_NUMBERstatic intOUTPUTCOLSTYPES_FIELD_NUMBERstatic intPOINT_FIELD_NUMBERstatic intSCHEMA_FIELD_NUMBERstatic intSTORAGE_SPACE_UUID_FIELD_NUMBERstatic intTABLE_UUID_FIELD_NUMBERstatic intTABLENAME_FIELD_NUMBERstatic intTIME_FILTERS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)StringgetColNames(int index)Deprecated.com.google.protobuf.ByteStringgetColNamesBytes(int index)Deprecated.intgetColNamesCount()Deprecated.com.google.protobuf.ProtocolStringListgetColNamesList()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 columnscom.google.protobuf.ProtocolStringListgetColTypesList()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 referencedstatic PlanProtocol.IndexAggOperatorgetDefaultInstance()PlanProtocol.IndexAggOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()PlanProtocol.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 garbagecom.google.protobuf.ProtocolStringListgetInputColsList()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 emptycom.google.protobuf.ProtocolStringListgetKeysList()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 operationcom.google.protobuf.ProtocolStringListgetOutputColsList()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 ordercom.google.protobuf.ProtocolStringListgetOutputColsTypesList()The types for the outputCols, in the same ordercom.google.protobuf.Parser<PlanProtocol.IndexAggOperator>getParserForType()PlanProtocol.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 schemaintgetSerializedSize()StringgetStorageSpaceUuid()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 disjunctionscom.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static PlanProtocol.IndexAggOperator.BuildernewBuilder()static PlanProtocol.IndexAggOperator.BuildernewBuilder(PlanProtocol.IndexAggOperator prototype)PlanProtocol.IndexAggOperator.BuildernewBuilderForType()protected PlanProtocol.IndexAggOperator.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static PlanProtocol.IndexAggOperatorparseDelimitedFrom(InputStream input)static PlanProtocol.IndexAggOperatorparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.IndexAggOperatorparseFrom(byte[] data)static PlanProtocol.IndexAggOperatorparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.IndexAggOperatorparseFrom(com.google.protobuf.ByteString data)static PlanProtocol.IndexAggOperatorparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.IndexAggOperatorparseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.IndexAggOperatorparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.IndexAggOperatorparseFrom(InputStream input)static PlanProtocol.IndexAggOperatorparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.IndexAggOperatorparseFrom(ByteBuffer data)static PlanProtocol.IndexAggOperatorparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PlanProtocol.IndexAggOperator>parser()PlanProtocol.IndexAggOperator.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLENAME_FIELD_NUMBER
public static final int TABLENAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INDEXNAME_FIELD_NUMBER
public static final int INDEXNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLNAMES_FIELD_NUMBER
public static final int COLNAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILTERS_FIELD_NUMBER
public static final int FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DB_FIELD_NUMBER
public static final int DB_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLE_UUID_FIELD_NUMBER
public static final int TABLE_UUID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STORAGE_SPACE_UUID_FIELD_NUMBER
public static final int STORAGE_SPACE_UUID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INDEX_UUID_FIELD_NUMBER
public static final int INDEX_UUID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_FILTERS_FIELD_NUMBER
public static final int TIME_FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KEYS_FIELD_NUMBER
public static final int KEYS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPS_FIELD_NUMBER
public static final int OPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUTCOLS_FIELD_NUMBER
public static final int INPUTCOLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUTCOLS_FIELD_NUMBER
public static final int OUTPUTCOLS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUTCOLSTYPES_FIELD_NUMBER
public static final int OUTPUTCOLSTYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POINT_FIELD_NUMBER
public static final int POINT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NON_INDEX_FILTERS_FIELD_NUMBER
public static final int NON_INDEX_FILTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLTYPES_FIELD_NUMBER
public static final int COLTYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getSchema
public String getSchema()
The table schema
string schema = 1;- Specified by:
getSchemain interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The schema.
-
getSchemaBytes
public com.google.protobuf.ByteString getSchemaBytes()
The table schema
string schema = 1;- Specified by:
getSchemaBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for schema.
-
getTableName
public String getTableName()
The table name
string tableName = 2;- Specified by:
getTableNamein interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The tableName.
-
getTableNameBytes
public com.google.protobuf.ByteString getTableNameBytes()
The table name
string tableName = 2;- Specified by:
getTableNameBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for tableName.
-
getIndexName
public String getIndexName()
Which index?
string indexName = 3;- Specified by:
getIndexNamein interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The indexName.
-
getIndexNameBytes
public com.google.protobuf.ByteString getIndexNameBytes()
Which index?
string indexName = 3;- Specified by:
getIndexNameBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for indexName.
-
getColNamesList
@Deprecated public com.google.protobuf.ProtocolStringList getColNamesList()
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true];- Specified by:
getColNamesListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the colNames.
-
getColNamesCount
@Deprecated public int getColNamesCount()
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true];- Specified by:
getColNamesCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of colNames.
-
getColNames
@Deprecated public String getColNames(int index)
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true];- Specified by:
getColNamesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The colNames at the given index.
-
getColNamesBytes
@Deprecated public com.google.protobuf.ByteString getColNamesBytes(int index)
Deprecated.Which columns need to be fetched?
repeated string colNames = 4 [deprecated = true];- Specified by:
getColNamesBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the colNames at the given index.
-
getFiltersList
public List<PlanProtocol.Disjunction> getFiltersList()
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5;- Specified by:
getFiltersListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getFiltersOrBuilderList
public List<? extends PlanProtocol.DisjunctionOrBuilder> getFiltersOrBuilderList()
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5;- Specified by:
getFiltersOrBuilderListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getFiltersCount
public int getFiltersCount()
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5;- Specified by:
getFiltersCountin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getFilters
public PlanProtocol.Disjunction getFilters(int index)
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5;- Specified by:
getFiltersin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getFiltersOrBuilder
public PlanProtocol.DisjunctionOrBuilder getFiltersOrBuilder(int index)
Filter conditions to apply via index
repeated .xg.db.sqlPlans.Disjunction filters = 5;- Specified by:
getFiltersOrBuilderin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getDb
public String getDb()
Database name - a table really needs db.schema.name to be uniquely referenced
string db = 6;- Specified by:
getDbin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The db.
-
getDbBytes
public com.google.protobuf.ByteString getDbBytes()
Database name - a table really needs db.schema.name to be uniquely referenced
string db = 6;- Specified by:
getDbBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for db.
-
getTableUuid
public String getTableUuid()
string table_uuid = 7;- Specified by:
getTableUuidin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The tableUuid.
-
getTableUuidBytes
public com.google.protobuf.ByteString getTableUuidBytes()
string table_uuid = 7;- Specified by:
getTableUuidBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for tableUuid.
-
getStorageSpaceUuid
public String getStorageSpaceUuid()
string storage_space_uuid = 8;- Specified by:
getStorageSpaceUuidin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The storageSpaceUuid.
-
getStorageSpaceUuidBytes
public com.google.protobuf.ByteString getStorageSpaceUuidBytes()
string storage_space_uuid = 8;- Specified by:
getStorageSpaceUuidBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for storageSpaceUuid.
-
getIndexUuid
public String getIndexUuid()
string index_uuid = 9;- Specified by:
getIndexUuidin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The indexUuid.
-
getIndexUuidBytes
public com.google.protobuf.ByteString getIndexUuidBytes()
string index_uuid = 9;- Specified by:
getIndexUuidBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The bytes for indexUuid.
-
getTimeFiltersList
public List<PlanProtocol.Disjunction> getTimeFiltersList()
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10;- Specified by:
getTimeFiltersListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getTimeFiltersOrBuilderList
public List<? extends PlanProtocol.DisjunctionOrBuilder> getTimeFiltersOrBuilderList()
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10;- Specified by:
getTimeFiltersOrBuilderListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getTimeFiltersCount
public int getTimeFiltersCount()
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10;- Specified by:
getTimeFiltersCountin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getTimeFilters
public PlanProtocol.Disjunction getTimeFilters(int index)
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10;- Specified by:
getTimeFiltersin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getTimeFiltersOrBuilder
public PlanProtocol.DisjunctionOrBuilder getTimeFiltersOrBuilder(int index)
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 10;- Specified by:
getTimeFiltersOrBuilderin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getKeysList
public com.google.protobuf.ProtocolStringList getKeysList()
The GROUP BY columns - can't be empty
repeated string keys = 11;- Specified by:
getKeysListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the keys.
-
getKeysCount
public int getKeysCount()
The GROUP BY columns - can't be empty
repeated string keys = 11;- Specified by:
getKeysCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of keys.
-
getKeys
public String getKeys(int index)
The GROUP BY columns - can't be empty
repeated string keys = 11;- Specified by:
getKeysin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-
getKeysBytes
public com.google.protobuf.ByteString getKeysBytes(int index)
The GROUP BY columns - can't be empty
repeated string keys = 11;- Specified by:
getKeysBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the keys at the given index.
-
getOpsList
public List<PlanProtocol.AggregationOperator.AggregationOp> getOpsList()
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12;- Specified by:
getOpsListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the ops.
-
getOpsCount
public int getOpsCount()
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12;- Specified by:
getOpsCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of ops.
-
getOps
public PlanProtocol.AggregationOperator.AggregationOp getOps(int index)
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12;- Specified by:
getOpsin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ops at the given index.
-
getOpsValueList
public List<Integer> getOpsValueList()
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12;- Specified by:
getOpsValueListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the enum numeric values on the wire for ops.
-
getOpsValue
public int getOpsValue(int index)
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 12;- Specified by:
getOpsValuein interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of ops at the given index.
-
getInputColsList
public com.google.protobuf.ProtocolStringList 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;- Specified by:
getInputColsListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the inputCols.
-
getInputColsCount
public 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;- Specified by:
getInputColsCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of inputCols.
-
getInputCols
public String getInputCols(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;- Specified by:
getInputColsin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The inputCols at the given index.
-
getInputColsBytes
public 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;- Specified by:
getInputColsBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the inputCols at the given index.
-
getOutputColsList
public com.google.protobuf.ProtocolStringList getOutputColsList()
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14;- Specified by:
getOutputColsListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the outputCols.
-
getOutputColsCount
public int getOutputColsCount()
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14;- Specified by:
getOutputColsCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of outputCols.
-
getOutputCols
public String getOutputCols(int index)
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14;- Specified by:
getOutputColsin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The outputCols at the given index.
-
getOutputColsBytes
public com.google.protobuf.ByteString getOutputColsBytes(int index)
The name to give to the columns created by each aggregation operation
repeated string outputCols = 14;- Specified by:
getOutputColsBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputCols at the given index.
-
getOutputColsTypesList
public com.google.protobuf.ProtocolStringList getOutputColsTypesList()
The types for the outputCols, in the same order
repeated string outputColsTypes = 15;- Specified by:
getOutputColsTypesListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the outputColsTypes.
-
getOutputColsTypesCount
public int getOutputColsTypesCount()
The types for the outputCols, in the same order
repeated string outputColsTypes = 15;- Specified by:
getOutputColsTypesCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of outputColsTypes.
-
getOutputColsTypes
public String getOutputColsTypes(int index)
The types for the outputCols, in the same order
repeated string outputColsTypes = 15;- Specified by:
getOutputColsTypesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The outputColsTypes at the given index.
-
getOutputColsTypesBytes
public com.google.protobuf.ByteString getOutputColsTypesBytes(int index)
The types for the outputCols, in the same order
repeated string outputColsTypes = 15;- Specified by:
getOutputColsTypesBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outputColsTypes at the given index.
-
getPointList
public List<PlanProtocol.SortPartition> getPointList()
repeated .xg.db.sqlPlans.SortPartition point = 16;- Specified by:
getPointListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getPointOrBuilderList
public List<? extends PlanProtocol.SortPartitionOrBuilder> getPointOrBuilderList()
repeated .xg.db.sqlPlans.SortPartition point = 16;- Specified by:
getPointOrBuilderListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getPointCount
public int getPointCount()
repeated .xg.db.sqlPlans.SortPartition point = 16;- Specified by:
getPointCountin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getPoint
public PlanProtocol.SortPartition getPoint(int index)
repeated .xg.db.sqlPlans.SortPartition point = 16;- Specified by:
getPointin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getPointOrBuilder
public PlanProtocol.SortPartitionOrBuilder getPointOrBuilder(int index)
repeated .xg.db.sqlPlans.SortPartition point = 16;- Specified by:
getPointOrBuilderin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getNonIndexFiltersList
public List<PlanProtocol.Disjunction> getNonIndexFiltersList()
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;- Specified by:
getNonIndexFiltersListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getNonIndexFiltersOrBuilderList
public List<? extends PlanProtocol.DisjunctionOrBuilder> getNonIndexFiltersOrBuilderList()
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;- Specified by:
getNonIndexFiltersOrBuilderListin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getNonIndexFiltersCount
public int getNonIndexFiltersCount()
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;- Specified by:
getNonIndexFiltersCountin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getNonIndexFilters
public PlanProtocol.Disjunction getNonIndexFilters(int index)
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;- Specified by:
getNonIndexFiltersin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getNonIndexFiltersOrBuilder
public PlanProtocol.DisjunctionOrBuilder getNonIndexFiltersOrBuilder(int index)
repeated .xg.db.sqlPlans.Disjunction non_index_filters = 17;- Specified by:
getNonIndexFiltersOrBuilderin interfacePlanProtocol.IndexAggOperatorOrBuilder
-
getColTypesList
public com.google.protobuf.ProtocolStringList getColTypesList()
The string representation of the type of ALL output columns
repeated string colTypes = 18;- Specified by:
getColTypesListin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- A list containing the colTypes.
-
getColTypesCount
public int getColTypesCount()
The string representation of the type of ALL output columns
repeated string colTypes = 18;- Specified by:
getColTypesCountin interfacePlanProtocol.IndexAggOperatorOrBuilder- Returns:
- The count of colTypes.
-
getColTypes
public String getColTypes(int index)
The string representation of the type of ALL output columns
repeated string colTypes = 18;- Specified by:
getColTypesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The colTypes at the given index.
-
getColTypesBytes
public com.google.protobuf.ByteString getColTypesBytes(int index)
The string representation of the type of ALL output columns
repeated string colTypes = 18;- Specified by:
getColTypesBytesin interfacePlanProtocol.IndexAggOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the colTypes at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PlanProtocol.IndexAggOperator parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PlanProtocol.IndexAggOperator parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PlanProtocol.IndexAggOperator parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PlanProtocol.IndexAggOperator.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PlanProtocol.IndexAggOperator.Builder newBuilder()
-
newBuilder
public static PlanProtocol.IndexAggOperator.Builder newBuilder(PlanProtocol.IndexAggOperator prototype)
-
toBuilder
public PlanProtocol.IndexAggOperator.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PlanProtocol.IndexAggOperator.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PlanProtocol.IndexAggOperator getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PlanProtocol.IndexAggOperator> parser()
-
getParserForType
public com.google.protobuf.Parser<PlanProtocol.IndexAggOperator> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PlanProtocol.IndexAggOperator getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-