IsIonLiteralMeta

class IsIonLiteralMeta : Meta

Meta node intended to be attached to an instance of PartiqlAst.Expr.Lit to indicate that it was designated as an ionLiteral in the parsed statement.

Types

Link copied to clipboard
object Companion

Functions

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

Serializes the contents of the meta.

Properties

Link copied to clipboard
open val shouldSerialize: Boolean

A flag indicating if we should attempt to serialize this meta or not.

Link copied to clipboard
open override val tag: String

The tag which will be given to this meta during serialization.