Primitive
relationalai.semantics.frontend.base
Primitive = str | int | float | boolUnion of Python primitive literal types.
Primitive is used for values that can be embedded directly as DSL literals
(for example "Alice" or 42) when building expressions.
Members
Section titled “Members”-
str -
int -
float -
bool
Used By
Section titled “Used By”semantics > frontend > base └── Value