LLM-backed phone parsing (escape hatch for PARSE_PHONE)
Per-row — runs once for each row.
PARSE_PHONE_LLM({{ phone }})PARSE_PHONE_LLM({{ phone }}, '{{ default_country }}')| name | type | description |
|---|---|---|
| phone | VARCHAR | — |
| default_country(optional) | VARCHAR | — |
LLM escape hatch extracts phone from text
SELECT
parse_phone_llm ('Call me at (555) 123-4567')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions
LLM-backed phone parsing (escape hatch for PARSE_PHONE)
Per-row — runs once for each row.
PARSE_PHONE_LLM({{ phone }})PARSE_PHONE_LLM({{ phone }}, '{{ default_country }}')| name | type | description |
|---|---|---|
| phone | VARCHAR | — |
| default_country(optional) | VARCHAR | — |
LLM escape hatch extracts phone from text
SELECT
parse_phone_llm ('Call me at (555) 123-4567')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions