Skip to content

Trino Lance Connector

The Trino Lance Connector allows Trino to efficiently query and modify datasets stored in Lance format.

Quick Start

  1. Install the connector
  2. Configure a catalog
  3. Start querying your Lance data

Example

-- Query a Lance dataset
SELECT * FROM lance.default.my_dataset
WHERE value > 100
ORDER BY id
LIMIT 10;