Uses of Class
com.ocient.jdbc.proto.PlanProtocol.FrameSpec
-
Packages that use PlanProtocol.FrameSpec Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.FrameSpec in com.ocient.jdbc.proto
Methods in com.ocient.jdbc.proto that return PlanProtocol.FrameSpec Modifier and Type Method Description PlanProtocol.FrameSpecPlanProtocol.FrameSpec.Builder. build()PlanProtocol.FrameSpecPlanProtocol.FrameSpec.Builder. buildPartial()static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. getDefaultInstance()PlanProtocol.FrameSpecPlanProtocol.FrameSpec.Builder. getDefaultInstanceForType()PlanProtocol.FrameSpecPlanProtocol.FrameSpec. getDefaultInstanceForType()PlanProtocol.FrameSpecPlanProtocol.WindowOperator.Builder. getFrames(int index)The frame specification for each op, in the same orderPlanProtocol.FrameSpecPlanProtocol.WindowOperator. getFrames(int index)The frame specification for each op, in the same orderPlanProtocol.FrameSpecPlanProtocol.WindowOperatorOrBuilder. getFrames(int index)The frame specification for each op, in the same orderstatic PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseDelimitedFrom(InputStream input)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(byte[] data)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(com.google.protobuf.ByteString data)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(com.google.protobuf.CodedInputStream input)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(InputStream input)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(ByteBuffer data)static PlanProtocol.FrameSpecPlanProtocol.FrameSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.FrameSpec Modifier and Type Method Description List<PlanProtocol.FrameSpec>PlanProtocol.WindowOperator.Builder. getFramesList()The frame specification for each op, in the same orderList<PlanProtocol.FrameSpec>PlanProtocol.WindowOperator. getFramesList()The frame specification for each op, in the same orderList<PlanProtocol.FrameSpec>PlanProtocol.WindowOperatorOrBuilder. getFramesList()The frame specification for each op, in the same ordercom.google.protobuf.Parser<PlanProtocol.FrameSpec>PlanProtocol.FrameSpec. getParserForType()static com.google.protobuf.Parser<PlanProtocol.FrameSpec>PlanProtocol.FrameSpec. parser()Methods in com.ocient.jdbc.proto with parameters of type PlanProtocol.FrameSpec Modifier and Type Method Description PlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. addFrames(int index, PlanProtocol.FrameSpec value)The frame specification for each op, in the same orderPlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. addFrames(PlanProtocol.FrameSpec value)The frame specification for each op, in the same orderPlanProtocol.FrameSpec.BuilderPlanProtocol.FrameSpec.Builder. mergeFrom(PlanProtocol.FrameSpec other)static PlanProtocol.FrameSpec.BuilderPlanProtocol.FrameSpec. newBuilder(PlanProtocol.FrameSpec prototype)PlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. setFrames(int index, PlanProtocol.FrameSpec value)The frame specification for each op, in the same orderMethod parameters in com.ocient.jdbc.proto with type arguments of type PlanProtocol.FrameSpec Modifier and Type Method Description PlanProtocol.WindowOperator.BuilderPlanProtocol.WindowOperator.Builder. addAllFrames(Iterable<? extends PlanProtocol.FrameSpec> values)The frame specification for each op, in the same order
-