StaticTypeMeta

data class StaticTypeMeta(type: StaticType) : Meta

Represents a static type for an AST element.

Note: The (de)serialization based on ISL mappers does not work as expected but does not break anything since no one uses it today. TODO: issue to track fixing the (de)serialization https://github.com/partiql/partiql-lang-kotlin/issues/512

Constructors

Link copied to clipboard
fun StaticTypeMeta(type: StaticType)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun serialize(writer: IonWriter)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open val shouldSerialize: Boolean
Link copied to clipboard
open override val tag: String
Link copied to clipboard
val type: StaticType