DeferNodePrimary
class DeferNodePrimary( val node: Trace.QueryPlanNode? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.DeferNodePrimary, Nothing>
Functions
Link copied to clipboard
fun copy(node: Trace.QueryPlanNode? = this.node, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.DeferNodePrimary
Link copied to clipboard