Distinct

data class Distinct(input: Rel) : Rel.Op

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <R, C> accept(visitor: PlanVisitor<R, C>, ctx: C): R

Properties

Link copied to clipboard
open override val children: List<PlanNode>
Link copied to clipboard
val input: Rel
Link copied to clipboard
var tag: String