Uses of Interface
io.trino.plugin.hudi.query.HudiDirectoryLister
Packages that use HudiDirectoryLister
Package
Description
-
Uses of HudiDirectoryLister in io.trino.plugin.hudi.partition
Constructors in io.trino.plugin.hudi.partition with parameters of type HudiDirectoryListerModifierConstructorDescriptionHudiPartitionInfoLoader(ConnectorSession session, HudiDirectoryLister hudiDirectoryLister) -
Uses of HudiDirectoryLister in io.trino.plugin.hudi.query
Classes in io.trino.plugin.hudi.query that implement HudiDirectoryLister -
Uses of HudiDirectoryLister in io.trino.plugin.hudi.split
Constructors in io.trino.plugin.hudi.split with parameters of type HudiDirectoryListerModifierConstructorDescriptionHudiBackgroundSplitLoader(ConnectorSession session, HudiTableHandle tableHandle, HudiDirectoryLister hudiDirectoryLister, AsyncQueue<ConnectorSplit> asyncQueue, ExecutorService executor, HudiSplitWeightProvider hudiSplitWeightProvider, Consumer<Throwable> errorListener)