Package io.trino.plugin.hive.orc
Class OrcDeleteDeltaPageSourceFactory
- java.lang.Object
-
- io.trino.plugin.hive.orc.OrcDeleteDeltaPageSourceFactory
-
public class OrcDeleteDeltaPageSourceFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description OrcDeleteDeltaPageSourceFactory(OrcReaderOptions options, ConnectorIdentity identity, org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ConnectorPageSource>createPageSource(org.apache.hadoop.fs.Path path, long fileSize)
-
-
-
Constructor Detail
-
OrcDeleteDeltaPageSourceFactory
public OrcDeleteDeltaPageSourceFactory(OrcReaderOptions options, ConnectorIdentity identity, org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats)
-
-
Method Detail
-
createPageSource
public Optional<ConnectorPageSource> createPageSource(org.apache.hadoop.fs.Path path, long fileSize)
-
-