Value
relationalai.semantics.frontend.base
Value = Variable | Primitive | Field | TupleVariable | ModelEnumUnion of value types.
Value covers the objects that can be used as operands in DSL expressions
(for example in relationship/property calls and in Expression).
ModelEnum members are constants: they compile to the member’s
entity and are valid operands in relationship/property calls, both
positional and keyword.
Members
-
Variable -
Primitive -
Field -
TupleVariable -
ModelEnum