Package org.partiql.lang.eval.relation

Types

Link copied to clipboard
annotation class RelationDsl
Link copied to clipboard
interface RelationIterator

Represents an iterator that is returned by a relational operator during evaluation.

Link copied to clipboard
interface RelationScope

Defines functions within a block supplied to relation.

Link copied to clipboard
enum RelationType : Enum<RelationType>

Functions

Link copied to clipboard
fun relation(seqType: RelationType, block: suspend RelationScope.() -> Unit): RelationIterator

Builds a RelationIterator that yields after every step in evaluating a relational operator.