Uses of Interface
com.ocient.jdbc.proto.PlanProtocol.OperatorOrBuilder
-
Packages that use PlanProtocol.OperatorOrBuilder Package Description com.ocient.jdbc.proto -
-
Uses of PlanProtocol.OperatorOrBuilder in com.ocient.jdbc.proto
Classes in com.ocient.jdbc.proto that implement PlanProtocol.OperatorOrBuilder Modifier and Type Class Description static classPlanProtocol.OperatorRepresents an operator node in the planstatic classPlanProtocol.Operator.BuilderRepresents an operator node in the planMethods in com.ocient.jdbc.proto that return PlanProtocol.OperatorOrBuilder Modifier and Type Method Description PlanProtocol.OperatorOrBuilderPlanProtocol.Operator.Builder. getChildrenOrBuilder(int index)The children of this operator - order does matterPlanProtocol.OperatorOrBuilderPlanProtocol.Operator. getChildrenOrBuilder(int index)The children of this operator - order does matterPlanProtocol.OperatorOrBuilderPlanProtocol.OperatorOrBuilder. getChildrenOrBuilder(int index)The children of this operator - order does matterPlanProtocol.OperatorOrBuilderPlanProtocol.PlanMessage.Builder. getRootNodeOrBuilder()The root operator - this is the last operator In other words, the data that comes out of here is what is returned to the callerPlanProtocol.OperatorOrBuilderPlanProtocol.PlanMessage. getRootNodeOrBuilder()The root operator - this is the last operator In other words, the data that comes out of here is what is returned to the callerPlanProtocol.OperatorOrBuilderPlanProtocol.PlanMessageOrBuilder. getRootNodeOrBuilder()The root operator - this is the last operator In other words, the data that comes out of here is what is returned to the callerMethods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.OperatorOrBuilder Modifier and Type Method Description List<? extends PlanProtocol.OperatorOrBuilder>PlanProtocol.Operator.Builder. getChildrenOrBuilderList()The children of this operator - order does matterList<? extends PlanProtocol.OperatorOrBuilder>PlanProtocol.Operator. getChildrenOrBuilderList()The children of this operator - order does matterList<? extends PlanProtocol.OperatorOrBuilder>PlanProtocol.OperatorOrBuilder. getChildrenOrBuilderList()The children of this operator - order does matter
-