FlattenNode
class FlattenNode( response_path: List<Trace.QueryPlanNode.ResponsePathElement> = emptyList(), val node: Trace.QueryPlanNode? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.FlattenNode, Nothing>
This node represents a way to reach into the response path and attach related entities. XXX Flatten is really not the right name and this node may be renamed in the query planner.
Constructors
Link copied to clipboard
constructor( response_path: List<Trace.QueryPlanNode.ResponsePathElement> = emptyList(), node: Trace.QueryPlanNode? = null, unknownFields: ByteString = ByteString.EMPTY)
Properties
Functions
Link copied to clipboard
fun copy( response_path: List<Trace.QueryPlanNode.ResponsePathElement> = this.response_path, node: Trace.QueryPlanNode? = this.node, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.FlattenNode
Link copied to clipboard