SequenceNode
class SequenceNode( nodes: List<Trace.QueryPlanNode> = emptyList(), unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.SequenceNode, Nothing>
This represents a set of nodes to be executed sequentially by the Router/Gateway executor
Constructors
Link copied to clipboard
constructor(nodes: List<Trace.QueryPlanNode> = emptyList(), unknownFields: ByteString = ByteString.EMPTY)
Functions
Link copied to clipboard
fun copy(nodes: List<Trace.QueryPlanNode> = this.nodes, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.SequenceNode
Link copied to clipboard