Package com.ocient.jdbc.proto
Interface PlanProtocol.IndexCountStarOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.IndexCountStarOperator,PlanProtocol.IndexCountStarOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.IndexCountStarOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetDb()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.DisjunctiongetIndexFilters(int index)Filter conditions on the index columnsintgetIndexFiltersCount()Filter conditions on the index columnsList<PlanProtocol.Disjunction>getIndexFiltersList()Filter conditions on the index columnsPlanProtocol.DisjunctionOrBuildergetIndexFiltersOrBuilder(int index)Filter conditions on the index columnsList<? extends PlanProtocol.DisjunctionOrBuilder>getIndexFiltersOrBuilderList()Filter conditions on the index columnsStringgetIndexName()Which index?com.google.protobuf.ByteStringgetIndexNameBytes()Which index?StringgetIndexUuid()string index_uuid = 8;com.google.protobuf.ByteStringgetIndexUuidBytes()string index_uuid = 8;StringgetSchema()The table schemacom.google.protobuf.ByteStringgetSchemaBytes()The table schemaStringgetStorageSpaceUuid()string storage_space_uuid = 7;com.google.protobuf.ByteStringgetStorageSpaceUuidBytes()string storage_space_uuid = 7;StringgetTableName()The table namecom.google.protobuf.ByteStringgetTableNameBytes()The table nameStringgetTableUuid()string table_uuid = 6;com.google.protobuf.ByteStringgetTableUuidBytes()string table_uuid = 6;PlanProtocol.DisjunctiongetTimeFilters(int index)Time filter disjunctions, guaranteed to be alignedintgetTimeFiltersCount()Time filter disjunctions, guaranteed to be alignedList<PlanProtocol.Disjunction>getTimeFiltersList()Time filter disjunctions, guaranteed to be alignedPlanProtocol.DisjunctionOrBuildergetTimeFiltersOrBuilder(int index)Time filter disjunctions, guaranteed to be alignedList<? extends PlanProtocol.DisjunctionOrBuilder>getTimeFiltersOrBuilderList()Time filter disjunctions, guaranteed to be alignedMethods 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; -
getIndexFiltersList
List<PlanProtocol.Disjunction> getIndexFiltersList()Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4; -
getIndexFilters
Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4; -
getIndexFiltersCount
int getIndexFiltersCount()Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4; -
getIndexFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getIndexFiltersOrBuilderList()Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4; -
getIndexFiltersOrBuilder
Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4; -
getDb
String getDb()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 5; -
getDbBytes
com.google.protobuf.ByteString getDbBytes()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 5; -
getTableUuid
String getTableUuid()string table_uuid = 6; -
getTableUuidBytes
com.google.protobuf.ByteString getTableUuidBytes()string table_uuid = 6; -
getStorageSpaceUuid
String getStorageSpaceUuid()string storage_space_uuid = 7; -
getStorageSpaceUuidBytes
com.google.protobuf.ByteString getStorageSpaceUuidBytes()string storage_space_uuid = 7; -
getIndexUuid
String getIndexUuid()string index_uuid = 8; -
getIndexUuidBytes
com.google.protobuf.ByteString getIndexUuidBytes()string index_uuid = 8; -
getTimeFiltersList
List<PlanProtocol.Disjunction> getTimeFiltersList()Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9; -
getTimeFilters
Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9; -
getTimeFiltersCount
int getTimeFiltersCount()Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9; -
getTimeFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getTimeFiltersOrBuilderList()Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9; -
getTimeFiltersOrBuilder
Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9;
-