ProjectItem

sealed class ProjectItem : PartiqlAst.PartiqlAstNode

Types

Link copied to clipboard
interface Converter<T>

Converts instances of PartiqlAst.ProjectItem to any T.

Link copied to clipboard
class ProjectAll(expr: PartiqlAst.Expr, metas: MetaContainer) : PartiqlAst.ProjectItem
Link copied to clipboard
class ProjectExpr(expr: PartiqlAst.Expr, asAlias: SymbolPrimitive?, metas: MetaContainer) : PartiqlAst.ProjectItem

Functions

Link copied to clipboard
open override fun copy(metas: MetaContainer): PartiqlAst.ProjectItem
Link copied to clipboard
abstract override fun toIonElement(): SexpElement
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
abstract override fun withMeta(metaKey: String, metaValue: Any): PartiqlAst.PartiqlAstNode

Properties

Link copied to clipboard
open override val metas: MetaContainer

Inheritors

Link copied to clipboard
Link copied to clipboard