Expr Value
Representation of a value within the context of an Expression.
Types
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ExprValue.cast(targetType: SingleType, typedOpBehavior: TypedOpBehavior, locationMeta: SourceLocationMeta?, defaultTimezoneOffset: ZoneOffset): ExprValue
Content copied to clipboard
Casts this ExprValue to the target type.
Link copied to clipboard
Provides the default equality function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps the given ExprValue with a delegate that provides the OrderedBindNames facet.
Link copied to clipboard
Implements the FROM
range operation. Specifically, this is distinct from the normal ExprValue.iterator in that types that are notExprValueType.isRangeFrom get treated as a singleton as per PartiQL specification.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This method should only be used in case we want to get result from querying an Ion file or an IonValue
Link copied to clipboard