Value
relationalai.semantics.frontend.base
Value = Variable | Primitive | Field | TupleVariableUnion 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).
Used By
Section titled “Used By”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