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
All Methods Instance Methods Abstract Methods 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 aligned-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSchema
String getSchema()
The table schema
string schema = 1;- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()
The table schema
string schema = 1;- Returns:
- The bytes for schema.
-
getTableName
String getTableName()
The table name
string tableName = 2;- Returns:
- The tableName.
-
getTableNameBytes
com.google.protobuf.ByteString getTableNameBytes()
The table name
string tableName = 2;- Returns:
- The bytes for tableName.
-
getIndexName
String getIndexName()
Which index?
string indexName = 3;- Returns:
- The indexName.
-
getIndexNameBytes
com.google.protobuf.ByteString getIndexNameBytes()
Which index?
string indexName = 3;- Returns:
- The bytes for indexName.
-
getIndexFiltersList
List<PlanProtocol.Disjunction> getIndexFiltersList()
Filter conditions on the index columns
repeated .xg.db.sqlPlans.Disjunction index_filters = 4;
-
getIndexFilters
PlanProtocol.Disjunction getIndexFilters(int index)
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
PlanProtocol.DisjunctionOrBuilder getIndexFiltersOrBuilder(int index)
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;- Returns:
- The db.
-
getDbBytes
com.google.protobuf.ByteString getDbBytes()
Database name - a table really needs db.schema.name to be uniquely referenced
string db = 5;- Returns:
- The bytes for db.
-
getTableUuid
String getTableUuid()
string table_uuid = 6;- Returns:
- The tableUuid.
-
getTableUuidBytes
com.google.protobuf.ByteString getTableUuidBytes()
string table_uuid = 6;- Returns:
- The bytes for tableUuid.
-
getStorageSpaceUuid
String getStorageSpaceUuid()
string storage_space_uuid = 7;- Returns:
- The storageSpaceUuid.
-
getStorageSpaceUuidBytes
com.google.protobuf.ByteString getStorageSpaceUuidBytes()
string storage_space_uuid = 7;- Returns:
- The bytes for storageSpaceUuid.
-
getIndexUuid
String getIndexUuid()
string index_uuid = 8;- Returns:
- The indexUuid.
-
getIndexUuidBytes
com.google.protobuf.ByteString getIndexUuidBytes()
string index_uuid = 8;- Returns:
- The bytes for indexUuid.
-
getTimeFiltersList
List<PlanProtocol.Disjunction> getTimeFiltersList()
Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9;
-
getTimeFilters
PlanProtocol.Disjunction getTimeFilters(int index)
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
PlanProtocol.DisjunctionOrBuilder getTimeFiltersOrBuilder(int index)
Time filter disjunctions, guaranteed to be aligned
repeated .xg.db.sqlPlans.Disjunction time_filters = 9;
-
-