public static final class PlanProto.LogicalNode extends com.google.protobuf.GeneratedMessage implements PlanProto.LogicalNodeOrBuilder
LogicalNode| Modifier and Type | Class and Description |
|---|---|
static class |
PlanProto.LogicalNode.Builder
Protobuf type
LogicalNode |
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 | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PlanProto.AlterTableNode |
getAlterTable()
optional .AlterTableNode alterTable = 29; |
PlanProto.AlterTableNodeOrBuilder |
getAlterTableOrBuilder()
optional .AlterTableNode alterTable = 29; |
PlanProto.AlterTablespaceNode |
getAlterTablespace()
optional .AlterTablespaceNode alterTablespace = 28; |
PlanProto.AlterTablespaceNodeOrBuilder |
getAlterTablespaceOrBuilder()
optional .AlterTablespaceNode alterTablespace = 28; |
PlanProto.CreateDatabaseNode |
getCreateDatabase()
optional .CreateDatabaseNode createDatabase = 25; |
PlanProto.CreateDatabaseNodeOrBuilder |
getCreateDatabaseOrBuilder()
optional .CreateDatabaseNode createDatabase = 25; |
PlanProto.CreateTableNodeSpec |
getCreateTable()
optional .CreateTableNodeSpec createTable = 22; |
PlanProto.CreateTableNodeSpecOrBuilder |
getCreateTableOrBuilder()
optional .CreateTableNodeSpec createTable = 22; |
static PlanProto.LogicalNode |
getDefaultInstance() |
PlanProto.LogicalNode |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PlanProto.DistinctGroupbyNode |
getDistinctGroupby()
optional .DistinctGroupbyNode distinctGroupby = 11; |
PlanProto.DistinctGroupbyNodeOrBuilder |
getDistinctGroupbyOrBuilder()
optional .DistinctGroupbyNode distinctGroupby = 11; |
PlanProto.DropDatabaseNode |
getDropDatabase()
optional .DropDatabaseNode dropDatabase = 26; |
PlanProto.DropDatabaseNodeOrBuilder |
getDropDatabaseOrBuilder()
optional .DropDatabaseNode dropDatabase = 26; |
PlanProto.DropTableNode |
getDropTable()
optional .DropTableNode dropTable = 27; |
PlanProto.DropTableNodeOrBuilder |
getDropTableOrBuilder()
optional .DropTableNode dropTable = 27; |
PlanProto.EvalExprNode |
getExprEval()
optional .EvalExprNode exprEval = 16; |
PlanProto.EvalExprNodeOrBuilder |
getExprEvalOrBuilder()
optional .EvalExprNode exprEval = 16; |
PlanProto.FilterNode |
getFilter()
optional .FilterNode filter = 9; |
PlanProto.FilterNodeOrBuilder |
getFilterOrBuilder()
optional .FilterNode filter = 9; |
PlanProto.GroupbyNode |
getGroupby()
optional .GroupbyNode groupby = 10; |
PlanProto.GroupbyNodeOrBuilder |
getGroupbyOrBuilder()
optional .GroupbyNode groupby = 10; |
CatalogProtos.SchemaProto |
getInSchema()
optional .SchemaProto in_schema = 4; |
CatalogProtos.SchemaProtoOrBuilder |
getInSchemaOrBuilder()
optional .SchemaProto in_schema = 4; |
PlanProto.InsertNodeSpec |
getInsert()
optional .InsertNodeSpec insert = 21; |
PlanProto.InsertNodeSpecOrBuilder |
getInsertOrBuilder()
optional .InsertNodeSpec insert = 21; |
PlanProto.JoinNode |
getJoin()
optional .JoinNode join = 8; |
PlanProto.JoinNodeOrBuilder |
getJoinOrBuilder()
optional .JoinNode join = 8; |
PlanProto.LimitNode |
getLimit()
optional .LimitNode limit = 13; |
PlanProto.LimitNodeOrBuilder |
getLimitOrBuilder()
optional .LimitNode limit = 13; |
int |
getNodeId()
required int32 nodeId = 2; |
CatalogProtos.SchemaProto |
getOutSchema()
optional .SchemaProto out_schema = 5; |
CatalogProtos.SchemaProtoOrBuilder |
getOutSchemaOrBuilder()
optional .SchemaProto out_schema = 5; |
com.google.protobuf.Parser<PlanProto.LogicalNode> |
getParserForType() |
PlanProto.PartitionScanSpec |
getPartitionScan()
optional .PartitionScanSpec partitionScan = 7; |
PlanProto.PartitionScanSpecOrBuilder |
getPartitionScanOrBuilder()
optional .PartitionScanSpec partitionScan = 7; |
PlanProto.PersistentStoreNode |
getPersistentStore()
optional .PersistentStoreNode persistentStore = 19; |
PlanProto.PersistentStoreNodeOrBuilder |
getPersistentStoreOrBuilder()
optional .PersistentStoreNode persistentStore = 19; |
PlanProto.ProjectionNode |
getProjection()
optional .ProjectionNode projection = 15; |
PlanProto.ProjectionNodeOrBuilder |
getProjectionOrBuilder()
optional .ProjectionNode projection = 15; |
PlanProto.RootNode |
getRoot()
optional .RootNode root = 23; |
PlanProto.RootNodeOrBuilder |
getRootOrBuilder()
optional .RootNode root = 23; |
PlanProto.ScanNode |
getScan()
optional .ScanNode scan = 6; |
PlanProto.ScanNodeOrBuilder |
getScanOrBuilder()
optional .ScanNode scan = 6; |
int |
getSerializedSize() |
PlanProto.SetSessionNode |
getSetSession()
optional .SetSessionNode setSession = 24; |
PlanProto.SetSessionNodeOrBuilder |
getSetSessionOrBuilder()
optional .SetSessionNode setSession = 24; |
PlanProto.SortNode |
getSort()
optional .SortNode sort = 12; |
PlanProto.SortNodeOrBuilder |
getSortOrBuilder()
optional .SortNode sort = 12; |
PlanProto.StoreTableNodeSpec |
getStoreTable()
optional .StoreTableNodeSpec storeTable = 20; |
PlanProto.StoreTableNodeSpecOrBuilder |
getStoreTableOrBuilder()
optional .StoreTableNodeSpec storeTable = 20; |
PlanProto.TableSubQueryNode |
getTableSubQuery()
optional .TableSubQueryNode tableSubQuery = 18; |
PlanProto.TableSubQueryNodeOrBuilder |
getTableSubQueryOrBuilder()
optional .TableSubQueryNode tableSubQuery = 18; |
PlanProto.TruncateTableNode |
getTruncateTableNode()
optional .TruncateTableNode truncateTableNode = 30; |
PlanProto.TruncateTableNodeOrBuilder |
getTruncateTableNodeOrBuilder()
optional .TruncateTableNode truncateTableNode = 30; |
PlanProto.NodeType |
getType()
required .NodeType type = 3; |
PlanProto.UnionNode |
getUnion()
optional .UnionNode union = 17; |
PlanProto.UnionNodeOrBuilder |
getUnionOrBuilder()
optional .UnionNode union = 17; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVisitSeq()
required int32 visitSeq = 1; |
PlanProto.WindowAggNode |
getWindowAgg()
optional .WindowAggNode windowAgg = 14; |
PlanProto.WindowAggNodeOrBuilder |
getWindowAggOrBuilder()
optional .WindowAggNode windowAgg = 14; |
boolean |
hasAlterTable()
optional .AlterTableNode alterTable = 29; |
boolean |
hasAlterTablespace()
optional .AlterTablespaceNode alterTablespace = 28; |
boolean |
hasCreateDatabase()
optional .CreateDatabaseNode createDatabase = 25; |
boolean |
hasCreateTable()
optional .CreateTableNodeSpec createTable = 22; |
boolean |
hasDistinctGroupby()
optional .DistinctGroupbyNode distinctGroupby = 11; |
boolean |
hasDropDatabase()
optional .DropDatabaseNode dropDatabase = 26; |
boolean |
hasDropTable()
optional .DropTableNode dropTable = 27; |
boolean |
hasExprEval()
optional .EvalExprNode exprEval = 16; |
boolean |
hasFilter()
optional .FilterNode filter = 9; |
boolean |
hasGroupby()
optional .GroupbyNode groupby = 10; |
int |
hashCode() |
boolean |
hasInSchema()
optional .SchemaProto in_schema = 4; |
boolean |
hasInsert()
optional .InsertNodeSpec insert = 21; |
boolean |
hasJoin()
optional .JoinNode join = 8; |
boolean |
hasLimit()
optional .LimitNode limit = 13; |
boolean |
hasNodeId()
required int32 nodeId = 2; |
boolean |
hasOutSchema()
optional .SchemaProto out_schema = 5; |
boolean |
hasPartitionScan()
optional .PartitionScanSpec partitionScan = 7; |
boolean |
hasPersistentStore()
optional .PersistentStoreNode persistentStore = 19; |
boolean |
hasProjection()
optional .ProjectionNode projection = 15; |
boolean |
hasRoot()
optional .RootNode root = 23; |
boolean |
hasScan()
optional .ScanNode scan = 6; |
boolean |
hasSetSession()
optional .SetSessionNode setSession = 24; |
boolean |
hasSort()
optional .SortNode sort = 12; |
boolean |
hasStoreTable()
optional .StoreTableNodeSpec storeTable = 20; |
boolean |
hasTableSubQuery()
optional .TableSubQueryNode tableSubQuery = 18; |
boolean |
hasTruncateTableNode()
optional .TruncateTableNode truncateTableNode = 30; |
boolean |
hasType()
required .NodeType type = 3; |
boolean |
hasUnion()
optional .UnionNode union = 17; |
boolean |
hasVisitSeq()
required int32 visitSeq = 1; |
boolean |
hasWindowAgg()
optional .WindowAggNode windowAgg = 14; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlanProto.LogicalNode.Builder |
newBuilder() |
static PlanProto.LogicalNode.Builder |
newBuilder(PlanProto.LogicalNode prototype) |
PlanProto.LogicalNode.Builder |
newBuilderForType() |
protected PlanProto.LogicalNode.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PlanProto.LogicalNode |
parseDelimitedFrom(InputStream input) |
static PlanProto.LogicalNode |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.LogicalNode |
parseFrom(byte[] data) |
static PlanProto.LogicalNode |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.LogicalNode |
parseFrom(com.google.protobuf.ByteString data) |
static PlanProto.LogicalNode |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.LogicalNode |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlanProto.LogicalNode |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlanProto.LogicalNode |
parseFrom(InputStream input) |
static PlanProto.LogicalNode |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PlanProto.LogicalNode.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.LogicalNode> PARSER
public static final int VISITSEQ_FIELD_NUMBER
public static final int NODEID_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int IN_SCHEMA_FIELD_NUMBER
public static final int OUT_SCHEMA_FIELD_NUMBER
public static final int SCAN_FIELD_NUMBER
public static final int PARTITIONSCAN_FIELD_NUMBER
public static final int JOIN_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int GROUPBY_FIELD_NUMBER
public static final int DISTINCTGROUPBY_FIELD_NUMBER
public static final int SORT_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
public static final int WINDOWAGG_FIELD_NUMBER
public static final int PROJECTION_FIELD_NUMBER
public static final int EXPREVAL_FIELD_NUMBER
public static final int UNION_FIELD_NUMBER
public static final int TABLESUBQUERY_FIELD_NUMBER
public static final int PERSISTENTSTORE_FIELD_NUMBER
public static final int STORETABLE_FIELD_NUMBER
public static final int INSERT_FIELD_NUMBER
public static final int CREATETABLE_FIELD_NUMBER
public static final int ROOT_FIELD_NUMBER
public static final int SETSESSION_FIELD_NUMBER
public static final int CREATEDATABASE_FIELD_NUMBER
public static final int DROPDATABASE_FIELD_NUMBER
public static final int DROPTABLE_FIELD_NUMBER
public static final int ALTERTABLESPACE_FIELD_NUMBER
public static final int ALTERTABLE_FIELD_NUMBER
public static final int TRUNCATETABLENODE_FIELD_NUMBER
public static PlanProto.LogicalNode getDefaultInstance()
public PlanProto.LogicalNode 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.LogicalNode> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasVisitSeq()
required int32 visitSeq = 1;hasVisitSeq in interface PlanProto.LogicalNodeOrBuilderpublic int getVisitSeq()
required int32 visitSeq = 1;getVisitSeq in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasNodeId()
required int32 nodeId = 2;hasNodeId in interface PlanProto.LogicalNodeOrBuilderpublic int getNodeId()
required int32 nodeId = 2;getNodeId in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasType()
required .NodeType type = 3;hasType in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.NodeType getType()
required .NodeType type = 3;getType in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasInSchema()
optional .SchemaProto in_schema = 4;hasInSchema in interface PlanProto.LogicalNodeOrBuilderpublic CatalogProtos.SchemaProto getInSchema()
optional .SchemaProto in_schema = 4;getInSchema in interface PlanProto.LogicalNodeOrBuilderpublic CatalogProtos.SchemaProtoOrBuilder getInSchemaOrBuilder()
optional .SchemaProto in_schema = 4;getInSchemaOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasOutSchema()
optional .SchemaProto out_schema = 5;hasOutSchema in interface PlanProto.LogicalNodeOrBuilderpublic CatalogProtos.SchemaProto getOutSchema()
optional .SchemaProto out_schema = 5;getOutSchema in interface PlanProto.LogicalNodeOrBuilderpublic CatalogProtos.SchemaProtoOrBuilder getOutSchemaOrBuilder()
optional .SchemaProto out_schema = 5;getOutSchemaOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasScan()
optional .ScanNode scan = 6;hasScan in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.ScanNode getScan()
optional .ScanNode scan = 6;getScan in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.ScanNodeOrBuilder getScanOrBuilder()
optional .ScanNode scan = 6;getScanOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasPartitionScan()
optional .PartitionScanSpec partitionScan = 7;hasPartitionScan in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.PartitionScanSpec getPartitionScan()
optional .PartitionScanSpec partitionScan = 7;getPartitionScan in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.PartitionScanSpecOrBuilder getPartitionScanOrBuilder()
optional .PartitionScanSpec partitionScan = 7;getPartitionScanOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasJoin()
optional .JoinNode join = 8;hasJoin in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.JoinNode getJoin()
optional .JoinNode join = 8;getJoin in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.JoinNodeOrBuilder getJoinOrBuilder()
optional .JoinNode join = 8;getJoinOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasFilter()
optional .FilterNode filter = 9;hasFilter in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.FilterNode getFilter()
optional .FilterNode filter = 9;getFilter in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.FilterNodeOrBuilder getFilterOrBuilder()
optional .FilterNode filter = 9;getFilterOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasGroupby()
optional .GroupbyNode groupby = 10;hasGroupby in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.GroupbyNode getGroupby()
optional .GroupbyNode groupby = 10;getGroupby in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.GroupbyNodeOrBuilder getGroupbyOrBuilder()
optional .GroupbyNode groupby = 10;getGroupbyOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasDistinctGroupby()
optional .DistinctGroupbyNode distinctGroupby = 11;hasDistinctGroupby in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DistinctGroupbyNode getDistinctGroupby()
optional .DistinctGroupbyNode distinctGroupby = 11;getDistinctGroupby in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DistinctGroupbyNodeOrBuilder getDistinctGroupbyOrBuilder()
optional .DistinctGroupbyNode distinctGroupby = 11;getDistinctGroupbyOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasSort()
optional .SortNode sort = 12;hasSort in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.SortNode getSort()
optional .SortNode sort = 12;getSort in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.SortNodeOrBuilder getSortOrBuilder()
optional .SortNode sort = 12;getSortOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasLimit()
optional .LimitNode limit = 13;hasLimit in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.LimitNode getLimit()
optional .LimitNode limit = 13;getLimit in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.LimitNodeOrBuilder getLimitOrBuilder()
optional .LimitNode limit = 13;getLimitOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasWindowAgg()
optional .WindowAggNode windowAgg = 14;hasWindowAgg in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.WindowAggNode getWindowAgg()
optional .WindowAggNode windowAgg = 14;getWindowAgg in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.WindowAggNodeOrBuilder getWindowAggOrBuilder()
optional .WindowAggNode windowAgg = 14;getWindowAggOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasProjection()
optional .ProjectionNode projection = 15;hasProjection in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.ProjectionNode getProjection()
optional .ProjectionNode projection = 15;getProjection in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.ProjectionNodeOrBuilder getProjectionOrBuilder()
optional .ProjectionNode projection = 15;getProjectionOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasExprEval()
optional .EvalExprNode exprEval = 16;hasExprEval in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.EvalExprNode getExprEval()
optional .EvalExprNode exprEval = 16;getExprEval in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.EvalExprNodeOrBuilder getExprEvalOrBuilder()
optional .EvalExprNode exprEval = 16;getExprEvalOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasUnion()
optional .UnionNode union = 17;hasUnion in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.UnionNode getUnion()
optional .UnionNode union = 17;getUnion in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.UnionNodeOrBuilder getUnionOrBuilder()
optional .UnionNode union = 17;getUnionOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasTableSubQuery()
optional .TableSubQueryNode tableSubQuery = 18;hasTableSubQuery in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.TableSubQueryNode getTableSubQuery()
optional .TableSubQueryNode tableSubQuery = 18;getTableSubQuery in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.TableSubQueryNodeOrBuilder getTableSubQueryOrBuilder()
optional .TableSubQueryNode tableSubQuery = 18;getTableSubQueryOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasPersistentStore()
optional .PersistentStoreNode persistentStore = 19;hasPersistentStore in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.PersistentStoreNode getPersistentStore()
optional .PersistentStoreNode persistentStore = 19;getPersistentStore in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.PersistentStoreNodeOrBuilder getPersistentStoreOrBuilder()
optional .PersistentStoreNode persistentStore = 19;getPersistentStoreOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasStoreTable()
optional .StoreTableNodeSpec storeTable = 20;hasStoreTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.StoreTableNodeSpec getStoreTable()
optional .StoreTableNodeSpec storeTable = 20;getStoreTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.StoreTableNodeSpecOrBuilder getStoreTableOrBuilder()
optional .StoreTableNodeSpec storeTable = 20;getStoreTableOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasInsert()
optional .InsertNodeSpec insert = 21;hasInsert in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.InsertNodeSpec getInsert()
optional .InsertNodeSpec insert = 21;getInsert in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.InsertNodeSpecOrBuilder getInsertOrBuilder()
optional .InsertNodeSpec insert = 21;getInsertOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasCreateTable()
optional .CreateTableNodeSpec createTable = 22;hasCreateTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.CreateTableNodeSpec getCreateTable()
optional .CreateTableNodeSpec createTable = 22;getCreateTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.CreateTableNodeSpecOrBuilder getCreateTableOrBuilder()
optional .CreateTableNodeSpec createTable = 22;getCreateTableOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasRoot()
optional .RootNode root = 23;hasRoot in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.RootNode getRoot()
optional .RootNode root = 23;getRoot in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.RootNodeOrBuilder getRootOrBuilder()
optional .RootNode root = 23;getRootOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasSetSession()
optional .SetSessionNode setSession = 24;hasSetSession in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.SetSessionNode getSetSession()
optional .SetSessionNode setSession = 24;getSetSession in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.SetSessionNodeOrBuilder getSetSessionOrBuilder()
optional .SetSessionNode setSession = 24;getSetSessionOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasCreateDatabase()
optional .CreateDatabaseNode createDatabase = 25;hasCreateDatabase in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.CreateDatabaseNode getCreateDatabase()
optional .CreateDatabaseNode createDatabase = 25;getCreateDatabase in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.CreateDatabaseNodeOrBuilder getCreateDatabaseOrBuilder()
optional .CreateDatabaseNode createDatabase = 25;getCreateDatabaseOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasDropDatabase()
optional .DropDatabaseNode dropDatabase = 26;hasDropDatabase in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DropDatabaseNode getDropDatabase()
optional .DropDatabaseNode dropDatabase = 26;getDropDatabase in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DropDatabaseNodeOrBuilder getDropDatabaseOrBuilder()
optional .DropDatabaseNode dropDatabase = 26;getDropDatabaseOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasDropTable()
optional .DropTableNode dropTable = 27;hasDropTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DropTableNode getDropTable()
optional .DropTableNode dropTable = 27;getDropTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.DropTableNodeOrBuilder getDropTableOrBuilder()
optional .DropTableNode dropTable = 27;getDropTableOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasAlterTablespace()
optional .AlterTablespaceNode alterTablespace = 28;hasAlterTablespace in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.AlterTablespaceNode getAlterTablespace()
optional .AlterTablespaceNode alterTablespace = 28;getAlterTablespace in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.AlterTablespaceNodeOrBuilder getAlterTablespaceOrBuilder()
optional .AlterTablespaceNode alterTablespace = 28;getAlterTablespaceOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasAlterTable()
optional .AlterTableNode alterTable = 29;hasAlterTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.AlterTableNode getAlterTable()
optional .AlterTableNode alterTable = 29;getAlterTable in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.AlterTableNodeOrBuilder getAlterTableOrBuilder()
optional .AlterTableNode alterTable = 29;getAlterTableOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic boolean hasTruncateTableNode()
optional .TruncateTableNode truncateTableNode = 30;hasTruncateTableNode in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.TruncateTableNode getTruncateTableNode()
optional .TruncateTableNode truncateTableNode = 30;getTruncateTableNode in interface PlanProto.LogicalNodeOrBuilderpublic PlanProto.TruncateTableNodeOrBuilder getTruncateTableNodeOrBuilder()
optional .TruncateTableNode truncateTableNode = 30;getTruncateTableNodeOrBuilder in interface PlanProto.LogicalNodeOrBuilderpublic 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.LogicalNode parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.LogicalNode parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.LogicalNode parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.LogicalNode parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlanProto.LogicalNode parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.LogicalNode parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.LogicalNode parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlanProto.LogicalNode parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.LogicalNode parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlanProto.LogicalNode parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlanProto.LogicalNode.Builder newBuilder()
public PlanProto.LogicalNode.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlanProto.LogicalNode.Builder newBuilder(PlanProto.LogicalNode prototype)
public PlanProto.LogicalNode.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlanProto.LogicalNode.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015 Apache Software Foundation. All Rights Reserved.