Skip to content

Primitive

relationalai.semantics.frontend.base
Primitive = str | int | float | bool

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

  • str
  • int
  • float
  • bool