Expand description
R18 lakehouse SQL extensions: delta/hudi providers, AS OF, MERGE INTO.
Structs§
- AsOf
Table Ref - Parsed
AS OFqualifier attached to a table reference. - Merge
Result - MERGE metrics returned as a single-row batch.
- Merge
Target Unsupported Error - Target table format is not Delta or Iceberg.
Functions§
- apply_
as_ of_ refs - Apply
AS OFqualifiers by re-registering pinned delta/hudi tables. - execute_
merge_ sql - Parse and execute a MERGE INTO statement when matched.
- preprocess_
as_ of_ sql - Strip
AS OFclauses and return rewritten SQL plus qualifiers. - register_
delta_ uri - Register
delta.<path>as a logical table namedelta_<sanitized>. - register_
hudi_ uri - Register
hudi.<path>table. - register_
scan_ batches - Register in-memory batches as a DataFusion table.