Expand description
Load Tessera partitions into DuckDB relations.
Uses DuckDB’s httpfs to range-read the presigned Parquet directly; the
returned connection carries a tessera view that can be filtered and
aggregated in SQL with predicate pushdown.
Functions§
- build_
relation - Build an in-memory DuckDB connection with a
tesseraview over the resolved partitions.