LLM-backed date parsing (escape hatch for PARSE_DATE)
Per-row — runs once for each row.
PARSE_DATE_LLM({{ date_text }})PARSE_DATE_LLM({{ date_text }}, '{{ prefer_format }}')| name | type | description |
|---|---|---|
| date_text | VARCHAR | — |
| prefer_format(optional) | VARCHAR | — |
LLM escape hatch parses written dates
SELECT
parse_date_llm ('March 15th, 2024')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 date parsing (escape hatch for PARSE_DATE)
Per-row — runs once for each row.
PARSE_DATE_LLM({{ date_text }})PARSE_DATE_LLM({{ date_text }}, '{{ prefer_format }}')| name | type | description |
|---|---|---|
| date_text | VARCHAR | — |
| prefer_format(optional) | VARCHAR | — |
LLM escape hatch parses written dates
SELECT
parse_date_llm ('March 15th, 2024')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