Registry / database / presto-main

presto-main

JSON →
library0.288.1javamavenunverified

Presto is a distributed SQL query engine for big data, supporting interactive analytics on various data sources.

<dependency> <groupId>com.facebook.presto</groupId> <artifactId>presto-main</artifactId> <version>0.288.1</version> </dependency>
INSTALL
IMPORT
SIG · PRESTO-MAIN
P
presto-main
databasejavav0.288.1
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.

Session
com.facebook.presto.Session

Creates a Presto session and runs a simple query using LocalQueryRunner.

import com.facebook.presto.Session; import com.facebook.presto.testing.LocalQueryRunner; Session session = testSessionBuilder().build(); LocalQueryRunner queryRunner = new LocalQueryRunner(session); queryRunner.execute("SELECT 1");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.288.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
presto-main — mvn dependency:get presto-main · libregistry