LLM-backed unit conversion (escape hatch for NORMALIZE_UNIT)
Per-row — runs once for each row.
NORMALIZE_UNIT_LLM({{ value }}, '{{ target_unit }}')| name | type | description |
|---|---|---|
| value | VARCHAR | — |
| target_unit | VARCHAR | — |
LLM escape hatch converts kg to lb
SELECT
normalize_unit_llm ('5 kg', 'lb')Remove or mask personally identifiable information from text
Type-cast messy real-world values that trip up standard CAST
Return the canonical/official form of a value (auto-detects entity type)
Extracts 4-digit year from messy text, returns -1 if undetermined
LLM-backed year extraction (escape hatch for CLEAN_YEAR)
Pick the best non-null value from a group (quality-aware COALESCE)
LLM-backed unit conversion (escape hatch for NORMALIZE_UNIT)
Per-row — runs once for each row.
NORMALIZE_UNIT_LLM({{ value }}, '{{ target_unit }}')| name | type | description |
|---|---|---|
| value | VARCHAR | — |
| target_unit | VARCHAR | — |
LLM escape hatch converts kg to lb
SELECT
normalize_unit_llm ('5 kg', 'lb')Remove or mask personally identifiable information from text
Type-cast messy real-world values that trip up standard CAST
Return the canonical/official form of a value (auto-detects entity type)
Extracts 4-digit year from messy text, returns -1 if undetermined
LLM-backed year extraction (escape hatch for CLEAN_YEAR)
Pick the best non-null value from a group (quality-aware COALESCE)