Let

class Let(letBindings: List<PartiqlAst.LetBinding>, metas: MetaContainer) : PartiqlAst.PartiqlAstNode

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.Let
fun copy(letBindings: List<PartiqlAst.LetBinding> = this.letBindings, metas: MetaContainer = this.metas): PartiqlAst.Let
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 toIonElement(): SexpElement
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun withMeta(metaKey: String, metaValue: Any): PartiqlAst.Let

Properties

Link copied to clipboard
val letBindings: List<PartiqlAst.LetBinding>
Link copied to clipboard
open override val metas: MetaContainer