Trino Lance Connector
The Trino Lance Connector allows Trino to efficiently query and modify datasets stored in Lance format.
Quick Start
- Install the connector
- Configure a catalog
- Start querying your Lance data
Example
-- Query a Lance dataset
SELECT * FROM lance.default.my_dataset
WHERE value > 100
ORDER BY id
LIMIT 10;