Registry / database / presto-spi

presto-spi

JSON →
library350javamavenunverified

Service Provider Interface for Presto distributed SQL query engine.

<dependency> <groupId>io.prestosql</groupId> <artifactId>presto-spi</artifactId> <version>350</version> </dependency>
INSTALL
IMPORT
SIG · PRESTO-SPI
P
presto-spi
databasejavav350
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connector
✓ io.prestosql.spi.connector.Connector

Implement the Connector interface to create a Presto connector.

import io.prestosql.spi.connector.Connector; public class Example { public static void main(String[] args) { System.out.println("Presto SPI Connector interface."); } }
Debug
Known issues
gotchaPresto has been renamed to Trino; consider using io.trino.spi.
fix
Migrate to io.trino:trino-spi for new projects.
affects: *
Upgrade
Version history
350latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
presto-spi — mvn dependency:get presto-spi · libregistry