public static final class PlanProto.ScanNode extends com.google.protobuf.GeneratedMessage implements PlanProto.ScanNodeOrBuilder
ScanNode| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.ScanNode.Builder
Protobuf type
ScanNode |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS_FIELD_NUMBER |
static int |
EXISTTARGETS_FIELD_NUMBER |
static com.google.protobuf.Parser<PlanProto.ScanNode> |
PARSER |
static int |
QUAL_FIELD_NUMBER |
static int |
TABLE_FIELD_NUMBER |
static int |
TARGETS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlias()
optional string alias = 2; |
com.google.protobuf.ByteString |
getAliasBytes()
optional string alias = 2; |
static PlanProto.ScanNode |
getDefaultInstance() |
PlanProto.ScanNode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExistTargets()
required bool existTargets = 3; |
com.google.protobuf.Parser<PlanProto.ScanNode> |
getParserForType() |
PlanProto.EvalNodeTree |
getQual()
optional .EvalNodeTree qual = 5; |
PlanProto.EvalNodeTreeOrBuilder |
getQualOrBuilder()
optional .EvalNodeTree qual = 5; |
int |
getSerializedSize() |
CatalogProtos.TableDescProto |
getTable()
required .TableDescProto table = 1; |
CatalogProtos.TableDescProtoOrBuilder |
getTableOrBuilder()
required .TableDescProto table = 1; |
PlanProto.Target |
getTargets(int index)
repeated .Target targets = 4; |
int |
getTargetsCount()
repeated .Target targets = 4; |
List<PlanProto.Target> |
getTargetsList()
repeated .Target targets = 4; |
PlanProto.TargetOrBuilder |
getTargetsOrBuilder(int index)
repeated .Target targets = 4; |
List<? extends PlanProto.TargetOrBuilder> |
getTargetsOrBuilderList()
repeated .Target targets = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAlias()
optional string alias = 2; |
boolean |
hasExistTargets()
required bool existTargets = 3; |
int |
hashCode() |
boolean |
hasQual()
optional .EvalNodeTree qual = 5; |
boolean |
hasTable()
required .TableDescProto table = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlanProto.ScanNode.Builder |
newBuilder() |
static PlanProto.ScanNode.Builder |
newBuilder(PlanProto.ScanNode prototype) |
PlanProto.ScanNode.Builder |
newBuilderForType() |
protected PlanProto.ScanNode.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PlanProto.ScanNode |
parseDelimitedFrom(InputStream input) |
static PlanProto.ScanNode |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.ScanNode |
parseFrom(byte[] data) |
static PlanProto.ScanNode |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.ScanNode |
parseFrom(com.google.protobuf.ByteString data) |
static PlanProto.ScanNode |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.ScanNode |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanProto.ScanNode |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.ScanNode |
parseFrom(InputStream input) |
static PlanProto.ScanNode |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.ScanNode.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<PlanProto.ScanNode> PARSER
public static final int TABLE_FIELD_NUMBER
public static final int ALIAS_FIELD_NUMBER
public static final int EXISTTARGETS_FIELD_NUMBER
public static final int TARGETS_FIELD_NUMBER
public static final int QUAL_FIELD_NUMBER
public static PlanProto.ScanNode getDefaultInstance()
public PlanProto.ScanNode getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<PlanProto.ScanNode> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTable()
required .TableDescProto table = 1;hasTable in interface PlanProto.ScanNodeOrBuilderpublic CatalogProtos.TableDescProto getTable()
required .TableDescProto table = 1;getTable in interface PlanProto.ScanNodeOrBuilderpublic CatalogProtos.TableDescProtoOrBuilder getTableOrBuilder()
required .TableDescProto table = 1;getTableOrBuilder in interface PlanProto.ScanNodeOrBuilderpublic boolean hasAlias()
optional string alias = 2;hasAlias in interface PlanProto.ScanNodeOrBuilderpublic String getAlias()
optional string alias = 2;getAlias in interface PlanProto.ScanNodeOrBuilderpublic com.google.protobuf.ByteString getAliasBytes()
optional string alias = 2;getAliasBytes in interface PlanProto.ScanNodeOrBuilderpublic boolean hasExistTargets()
required bool existTargets = 3;hasExistTargets in interface PlanProto.ScanNodeOrBuilderpublic boolean getExistTargets()
required bool existTargets = 3;getExistTargets in interface PlanProto.ScanNodeOrBuilderpublic List<PlanProto.Target> getTargetsList()
repeated .Target targets = 4;getTargetsList in interface PlanProto.ScanNodeOrBuilderpublic List<? extends PlanProto.TargetOrBuilder> getTargetsOrBuilderList()
repeated .Target targets = 4;getTargetsOrBuilderList in interface PlanProto.ScanNodeOrBuilderpublic int getTargetsCount()
repeated .Target targets = 4;getTargetsCount in interface PlanProto.ScanNodeOrBuilderpublic PlanProto.Target getTargets(int index)
repeated .Target targets = 4;getTargets in interface PlanProto.ScanNodeOrBuilderpublic PlanProto.TargetOrBuilder getTargetsOrBuilder(int index)
repeated .Target targets = 4;getTargetsOrBuilder in interface PlanProto.ScanNodeOrBuilderpublic boolean hasQual()
optional .EvalNodeTree qual = 5;hasQual in interface PlanProto.ScanNodeOrBuilderpublic PlanProto.EvalNodeTree getQual()
optional .EvalNodeTree qual = 5;getQual in interface PlanProto.ScanNodeOrBuilderpublic PlanProto.EvalNodeTreeOrBuilder getQualOrBuilder()
optional .EvalNodeTree qual = 5;getQualOrBuilder in interface PlanProto.ScanNodeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PlanProto.ScanNode parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.ScanNode parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.ScanNode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.ScanNode parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.ScanNode parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.ScanNode parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.ScanNode parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.ScanNode parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.ScanNode parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlanProto.ScanNode parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.ScanNode.Builder newBuilder()
public PlanProto.ScanNode.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlanProto.ScanNode.Builder newBuilder(PlanProto.ScanNode prototype)
public PlanProto.ScanNode.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlanProto.ScanNode.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Apache Software Foundation. All Rights Reserved.