Glossary¶
Term |
Meaning |
|---|---|
Application API |
Stable surface for apps: |
Plugin API |
Stable extension surface: |
Internal API |
IR builders and helpers that may change without notice. |
IR |
Intermediate representation of a model’s fields and constraints ( |
|
Structured IR value for |
Marker |
|
Translator |
Function that turns a |
Registry |
|
Plugin |
Object with |
|
Reusable compiler with plugins, conflict policy, cache, and optional |
|
Two-phase API: build IR once, bind to a table (or alias) later. |
|
Policy for unknown operators: |
|
Policy when registering over an existing operator: |
|
Optional string hint for translators—not automatic engine detection. |
Rules dict |
|
See also API, IR_CONTRACT, and INTERNAL_API.