Uses of Class
org.apache.pulsar.sql.presto.PulsarTableHandle
-
Packages that use PulsarTableHandle Package Description org.apache.pulsar.sql.presto Implementation of the connector to the Presto engine. -
-
Uses of PulsarTableHandle in org.apache.pulsar.sql.presto
Methods in org.apache.pulsar.sql.presto that return PulsarTableHandle Modifier and Type Method Description PulsarTableHandlePulsarTableLayoutHandle. getTable()Constructors in org.apache.pulsar.sql.presto with parameters of type PulsarTableHandle Constructor Description PulsarTableLayoutHandle(PulsarTableHandle table, io.prestosql.spi.predicate.TupleDomain<io.prestosql.spi.connector.ColumnHandle> domain)
-