Package com.ocient.jdbc.proto
Class PlanProtocol.TableScanOperator
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.ocient.jdbc.proto.PlanProtocol.TableScanOperator
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.TableScanOperatorOrBuilder,Serializable
- Enclosing class:
- PlanProtocol
public static final class PlanProtocol.TableScanOperator extends com.google.protobuf.GeneratedMessageV3 implements PlanProtocol.TableScanOperatorOrBuilder
Represents the reading of table data via a scanProtobuf type
xg.db.sqlPlans.TableScanOperator- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlanProtocol.TableScanOperator.BuilderRepresents the reading of table data via a scanNested 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 intCOLUMNS_FIELD_NUMBERstatic intDB_FIELD_NUMBERstatic intLIMITVAL_FIELD_NUMBERstatic intSCHEMA_FIELD_NUMBERstatic intSTORAGE_SPACE_UUID_FIELD_NUMBERstatic intTABLE_UUID_FIELD_NUMBERstatic intTABLENAME_FIELD_NUMBERstatic intTIME_FILTERS_FIELD_NUMBER -
Method Summary
Modifier and Type Method Description booleancontainsColumns(String key)The columnsbooleanequals(Object obj)StringgetColNames(int index)Deprecated.com.google.protobuf.ByteStringgetColNamesBytes(int index)Deprecated.intgetColNamesCount()Deprecated.com.google.protobuf.ProtocolStringListgetColNamesList()Deprecated.StringgetColTypes(int index)Deprecated.com.google.protobuf.ByteStringgetColTypesBytes(int index)Deprecated.intgetColTypesCount()Deprecated.com.google.protobuf.ProtocolStringListgetColTypesList()Deprecated.Map<String,PlanProtocol.ColumnInfo>getColumns()Deprecated.intgetColumnsCount()The columnsMap<String,PlanProtocol.ColumnInfo>getColumnsMap()The columnsPlanProtocol.ColumnInfogetColumnsOrDefault(String key, PlanProtocol.ColumnInfo defaultValue)The columnsPlanProtocol.ColumnInfogetColumnsOrThrow(String key)The 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.TableScanOperatorgetDefaultInstance()PlanProtocol.TableScanOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()longgetLimitVal()If there is no limit being applied, this is set to -1com.google.protobuf.Parser<PlanProtocol.TableScanOperator>getParserForType()StringgetSchema()The table schemacom.google.protobuf.ByteStringgetSchemaBytes()The table schemaintgetSerializedSize()StringgetStorageSpaceUuid()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 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()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static PlanProtocol.TableScanOperator.BuildernewBuilder()static PlanProtocol.TableScanOperator.BuildernewBuilder(PlanProtocol.TableScanOperator prototype)PlanProtocol.TableScanOperator.BuildernewBuilderForType()protected PlanProtocol.TableScanOperator.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static PlanProtocol.TableScanOperatorparseDelimitedFrom(InputStream input)static PlanProtocol.TableScanOperatorparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.TableScanOperatorparseFrom(byte[] data)static PlanProtocol.TableScanOperatorparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.TableScanOperatorparseFrom(com.google.protobuf.ByteString data)static PlanProtocol.TableScanOperatorparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.TableScanOperatorparseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.TableScanOperatorparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.TableScanOperatorparseFrom(InputStream input)static PlanProtocol.TableScanOperatorparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.TableScanOperatorparseFrom(ByteBuffer data)static PlanProtocol.TableScanOperatorparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<PlanProtocol.TableScanOperator>parser()PlanProtocol.TableScanOperator.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, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
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
-
COLNAMES_FIELD_NUMBER
public static final int COLNAMES_FIELD_NUMBER- See Also:
- Constant Field Values
-
LIMITVAL_FIELD_NUMBER
public static final int LIMITVAL_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
-
TIME_FILTERS_FIELD_NUMBER
public static final int TIME_FILTERS_FIELD_NUMBER- See Also:
- Constant Field Values
-
COLTYPES_FIELD_NUMBER
public static final int COLTYPES_FIELD_NUMBER- See Also:
- Constant Field Values
-
COLUMNS_FIELD_NUMBER
public static final int COLUMNS_FIELD_NUMBER- See Also:
- Constant Field Values
-
-
Method Details
-
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() -
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getSchema
The table schema
string schema = 1;- Specified by:
getSchemain interfacePlanProtocol.TableScanOperatorOrBuilder
-
getSchemaBytes
public com.google.protobuf.ByteString getSchemaBytes()The table schema
string schema = 1;- Specified by:
getSchemaBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTableName
The table name
string tableName = 2;- Specified by:
getTableNamein interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTableNameBytes
public com.google.protobuf.ByteString getTableNameBytes()The table name
string tableName = 2;- Specified by:
getTableNameBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColNamesList
Deprecated.Which columns need to be fetched?
repeated string colNames = 3 [deprecated = true];- Specified by:
getColNamesListin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColNamesCount
Deprecated.Which columns need to be fetched?
repeated string colNames = 3 [deprecated = true];- Specified by:
getColNamesCountin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColNames
Deprecated.Which columns need to be fetched?
repeated string colNames = 3 [deprecated = true];- Specified by:
getColNamesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColNamesBytes
Deprecated.Which columns need to be fetched?
repeated string colNames = 3 [deprecated = true];- Specified by:
getColNamesBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getLimitVal
public long getLimitVal()If there is no limit being applied, this is set to -1
int64 limitVal = 4;- Specified by:
getLimitValin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getDb
Database name - a table really needs db.schema.name to be uniquely referenced
string db = 5;- Specified by:
getDbin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getDbBytes
public com.google.protobuf.ByteString getDbBytes()Database name - a table really needs db.schema.name to be uniquely referenced
string db = 5;- Specified by:
getDbBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTableUuid
string table_uuid = 6;- Specified by:
getTableUuidin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTableUuidBytes
public com.google.protobuf.ByteString getTableUuidBytes()string table_uuid = 6;- Specified by:
getTableUuidBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getStorageSpaceUuid
string storage_space_uuid = 7;- Specified by:
getStorageSpaceUuidin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getStorageSpaceUuidBytes
public com.google.protobuf.ByteString getStorageSpaceUuidBytes()string storage_space_uuid = 7;- Specified by:
getStorageSpaceUuidBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTimeFiltersList
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 8;- Specified by:
getTimeFiltersListin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTimeFiltersOrBuilderList
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 8;- Specified by:
getTimeFiltersOrBuilderListin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTimeFiltersCount
public int getTimeFiltersCount()Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 8;- Specified by:
getTimeFiltersCountin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTimeFilters
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 8;- Specified by:
getTimeFiltersin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getTimeFiltersOrBuilder
Time filter disjunctions
repeated .xg.db.sqlPlans.Disjunction time_filters = 8;- Specified by:
getTimeFiltersOrBuilderin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColTypesList
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 9 [deprecated = true];- Specified by:
getColTypesListin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColTypesCount
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 9 [deprecated = true];- Specified by:
getColTypesCountin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColTypes
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 9 [deprecated = true];- Specified by:
getColTypesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColTypesBytes
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 9 [deprecated = true];- Specified by:
getColTypesBytesin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColumnsCount
public int getColumnsCount()Description copied from interface:PlanProtocol.TableScanOperatorOrBuilderThe columns
map<string, .xg.db.sqlPlans.ColumnInfo> columns = 10;- Specified by:
getColumnsCountin interfacePlanProtocol.TableScanOperatorOrBuilder
-
containsColumns
The columns
map<string, .xg.db.sqlPlans.ColumnInfo> columns = 10;- Specified by:
containsColumnsin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColumns
Deprecated.UsegetColumnsMap()instead.- Specified by:
getColumnsin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColumnsMap
The columns
map<string, .xg.db.sqlPlans.ColumnInfo> columns = 10;- Specified by:
getColumnsMapin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColumnsOrDefault
public PlanProtocol.ColumnInfo getColumnsOrDefault(String key, PlanProtocol.ColumnInfo defaultValue)The columns
map<string, .xg.db.sqlPlans.ColumnInfo> columns = 10;- Specified by:
getColumnsOrDefaultin interfacePlanProtocol.TableScanOperatorOrBuilder
-
getColumnsOrThrow
The columns
map<string, .xg.db.sqlPlans.ColumnInfo> columns = 10;- Specified by:
getColumnsOrThrowin interfacePlanProtocol.TableScanOperatorOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- 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
- 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.TableScanOperator parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.TableScanOperator 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.TableScanOperator parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
parseDelimitedFrom
public static PlanProtocol.TableScanOperator parseDelimitedFrom(InputStream input) throws IOException- Throws:
IOException
-
parseDelimitedFrom
public static PlanProtocol.TableScanOperator parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(com.google.protobuf.CodedInputStream input) throws IOException- Throws:
IOException
-
parseFrom
public static PlanProtocol.TableScanOperator parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static PlanProtocol.TableScanOperator.Builder newBuilder(PlanProtocol.TableScanOperator prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PlanProtocol.TableScanOperator.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-