Table Def
class TableDef(parts: List<PartiqlPhysical.TableDefPart>, metas: MetaContainer) : PartiqlPhysical.PartiqlPhysicalNode
Content copied to clipboard
Functions
Link copied to clipboard
fun copy(parts: List<PartiqlPhysical.TableDefPart> = this.parts, metas: MetaContainer = this.metas): PartiqlPhysical.TableDef
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun withMeta(metaKey: String, metaValue: Any): PartiqlPhysical.TableDef
Content copied to clipboard