public final class ContractVersions extends Object
Internal API: not part of the public gsqlparser surface.
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTRACT_VERSION
Current semantic-layer contract version.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
engineVersion()
The
engineVersion document field: gsqlparser version plus the
lineage2 build (contract §2). |
public static final String CONTRACT_VERSION
-draft
suffix until the end-of-M2 freeze; anything in the semantic layer may
change while drafted.public static String engineVersion()
engineVersion document field: gsqlparser version plus the
lineage2 build (contract §2). Implemented as a method so the value
tracks TBaseType.versionid at runtime rather than being
compile-time inlined into consumers.