VERSION()
All functions > METADATA > VERSION()
Returns registry version; reload time is set only on a dev workstation.
Signatures
Returns: Registry version; reloaded_at is set on a dev workstation only
VERSION() → ROW(version VARCHAR, reloaded_at VARCHAR) sql
| Parameter | Type | Required | Description |
|---|
Notes
- Always returns a row with
version(e.g.0.2.1) reloaded_at(UTC ISO-8601 worker ready time) is set on a dev workstation only; NULL on hosted tiers- Use
SELECT VERSION().versionorSELECT VERSION().reloaded_atfor single columns reloaded_atchanges when the API worker restarts (uvicorn hot reload)- Part of the FeatureMesh constant functions
Examples
E/PI/NULL/VERSION/EMPTY and other no-arg constants (4-operators_and_functions.slt)
@fql-playground(function_constants)