ConditionNode
class ConditionNode( val condition: String = "", val if_clause: Trace.QueryPlanNode? = null, val else_clause: Trace.QueryPlanNode? = null, unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.QueryPlanNode.ConditionNode, Nothing>
Constructors
Link copied to clipboard
constructor( condition: String = "", if_clause: Trace.QueryPlanNode? = null, else_clause: Trace.QueryPlanNode? = null, unknownFields: ByteString = ByteString.EMPTY)
Properties
Functions
Link copied to clipboard
fun copy( condition: String = this.condition, if_clause: Trace.QueryPlanNode? = this.if_clause, else_clause: Trace.QueryPlanNode? = this.else_clause, unknownFields: ByteString = this.unknownFields): Trace.QueryPlanNode.ConditionNode
Link copied to clipboard