Uses of Class
com.ocient.jdbc.proto.PlanProtocol.StatsColInfo
-
Packages that use PlanProtocol.StatsColInfo Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.StatsColInfo in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.StatsColInfo Modifier and Type Method Description PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo.Builder. build()PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo.Builder. buildPartial()PlanProtocol.StatsColInfoPlanProtocol.StatsTableInfo.Builder. getColumns(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfoPlanProtocol.StatsTableInfo. getColumns(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfoPlanProtocol.StatsTableInfoOrBuilder. getColumns(int index)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. getDefaultInstance()PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo.Builder. getDefaultInstanceForType()PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. getDefaultInstanceForType()static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseDelimitedFrom(InputStream input)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(byte[] data)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(com.google.protobuf.ByteString data)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(InputStream input)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(ByteBuffer data)static PlanProtocol.StatsColInfoPlanProtocol.StatsColInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.StatsColInfo Modifier and Type Method Description List<PlanProtocol.StatsColInfo>PlanProtocol.StatsTableInfo.Builder. getColumnsList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<PlanProtocol.StatsColInfo>PlanProtocol.StatsTableInfo. getColumnsList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;List<PlanProtocol.StatsColInfo>PlanProtocol.StatsTableInfoOrBuilder. getColumnsList()repeated .xg.db.sqlPlans.StatsColInfo columns = 3;com.google.protobuf.Parser<PlanProtocol.StatsColInfo>PlanProtocol.StatsColInfo. getParserForType()static com.google.protobuf.Parser<PlanProtocol.StatsColInfo>PlanProtocol.StatsColInfo. parser()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.StatsColInfo Modifier and Type Method Description PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo.Builder. addColumns(int index, PlanProtocol.StatsColInfo value)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo.Builder. addColumns(PlanProtocol.StatsColInfo value)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;PlanProtocol.StatsColInfo.BuilderPlanProtocol.StatsColInfo.Builder. mergeFrom(PlanProtocol.StatsColInfo other)static PlanProtocol.StatsColInfo.BuilderPlanProtocol.StatsColInfo. newBuilder(PlanProtocol.StatsColInfo prototype)PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo.Builder. setColumns(int index, PlanProtocol.StatsColInfo value)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;Method parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.StatsColInfo Modifier and Type Method Description PlanProtocol.StatsTableInfo.BuilderPlanProtocol.StatsTableInfo.Builder. addAllColumns(Iterable<? extends PlanProtocol.StatsColInfo> values)repeated .xg.db.sqlPlans.StatsColInfo columns = 3;
-