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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unknownFields: ByteString

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
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String