Skip to content

Value

relationalai.semantics.frontend.base
Value = Variable | Primitive | Field | TupleVariable

Union 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).

 semantics
├──  frontend > base
│   ├──  Aggregate
│   │   └──  per
│   ├──  Distinct
│   ├──  Expression
│   ├──  Group
│   ├──  Model
│   │   ├──  distinct
│   │   └──  union
│   ├──  Union
│   ├──  Variable
│   │   └──  in_
│   └──  Statement
├──  std
│   ├──  aggregates
│   │   ├──  Per
│   │   └──  per
│   ├──  common
│   │   ├──  hash
│   │   └──  uuid_to_string
│   └──  floats
│       └──  float
├──  distinct
└──  union