Trino Service Provider Interface (SPI) defines the API for building connectors and plugins for the Trino distributed SQL query engine.
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-spi</artifactId>
<version>480</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates the Trino Connector interface from SPI.
Check Trino release notes for SPI changes when upgrading.
No dependency data recorded yet.