Package com.ocient.jdbc.proto
Interface PlanProtocol.IndexDistinctOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.IndexDistinctOperator,PlanProtocol.IndexDistinctOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.IndexDistinctOperatorOrBuilder
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 = 10;com.google.protobuf.ByteStringgetIndexUuidBytes()string index_uuid = 10;PlanProtocol.SortPartitiongetPoint(int index)repeated .xg.db.sqlPlans.SortPartition point = 12;intgetPointCount()repeated .xg.db.sqlPlans.SortPartition point = 12;List<PlanProtocol.SortPartition>getPointList()repeated .xg.db.sqlPlans.SortPartition point = 12;PlanProtocol.SortPartitionOrBuildergetPointOrBuilder(int index)repeated .xg.db.sqlPlans.SortPartition point = 12;List<? extends PlanProtocol.SortPartitionOrBuilder>getPointOrBuilderList()repeated .xg.db.sqlPlans.SortPartition point = 12;StringgetSchema()The table schemacom.google.protobuf.ByteStringgetSchemaBytes()The table schemaStringgetStorageSpaceUuid()string storage_space_uuid = 9;com.google.protobuf.ByteStringgetStorageSpaceUuidBytes()string storage_space_uuid = 9;StringgetTableName()The table namecom.google.protobuf.ByteStringgetTableNameBytes()The table nameStringgetTableUuid()string table_uuid = 8;com.google.protobuf.ByteStringgetTableUuidBytes()string table_uuid = 8;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 = 7; -
getDbBytes
com.google.protobuf.ByteString getDbBytes()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 7; -
getTableUuid
String getTableUuid()string table_uuid = 8; -
getTableUuidBytes
com.google.protobuf.ByteString getTableUuidBytes()string table_uuid = 8; -
getStorageSpaceUuid
String getStorageSpaceUuid()string storage_space_uuid = 9; -
getStorageSpaceUuidBytes
com.google.protobuf.ByteString getStorageSpaceUuidBytes()string storage_space_uuid = 9; -
getIndexUuid
String getIndexUuid()string index_uuid = 10; -
getIndexUuidBytes
com.google.protobuf.ByteString getIndexUuidBytes()string index_uuid = 10; -
getTimeFiltersList
List<PlanProtocol.Disjunction> getTimeFiltersList()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 11; -
getTimeFilters
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 11; -
getTimeFiltersCount
int getTimeFiltersCount()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 11; -
getTimeFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getTimeFiltersOrBuilderList()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 11; -
getTimeFiltersOrBuilder
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 11; -
getPointList
List<PlanProtocol.SortPartition> getPointList()repeated .xg.db.sqlPlans.SortPartition point = 12; -
getPoint
repeated .xg.db.sqlPlans.SortPartition point = 12; -
getPointCount
int getPointCount()repeated .xg.db.sqlPlans.SortPartition point = 12; -
getPointOrBuilderList
List<? extends PlanProtocol.SortPartitionOrBuilder> getPointOrBuilderList()repeated .xg.db.sqlPlans.SortPartition point = 12; -
getPointOrBuilder
repeated .xg.db.sqlPlans.SortPartition point = 12; -
getColTypesList
The string representation of the type of ALL output columns
repeated string colTypes = 13; -
getColTypesCount
int getColTypesCount()The string representation of the type of ALL output columns
repeated string colTypes = 13; -
getColTypes
The string representation of the type of ALL output columns
repeated string colTypes = 13; -
getColTypesBytes
com.google.protobuf.ByteString getColTypesBytes(int index)The string representation of the type of ALL output columns
repeated string colTypes = 13;
-