Uses of Class
io.trino.plugin.hive.AcidInfo
-
Packages that use AcidInfo Package Description io.trino.plugin.hive io.trino.plugin.hive.orc io.trino.plugin.hive.parquet io.trino.plugin.hive.rcfile io.trino.plugin.hive.util -
-
Uses of AcidInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return AcidInfo Modifier and Type Method Description AcidInfoAcidInfo.Builder. buildWithRequiredOriginalFiles(int bucketId)Methods in io.trino.plugin.hive that return types with arguments of type AcidInfo Modifier and Type Method Description Optional<AcidInfo>AcidInfo.Builder. build()Optional<AcidInfo>HiveSplit. getAcidInfo()Optional<AcidInfo>InternalHiveSplit. getAcidInfo()Methods in io.trino.plugin.hive with parameters of type AcidInfo Modifier and Type Method Description static AcidInfo.BuilderAcidInfo. builder(AcidInfo acidInfo)Method parameters in io.trino.plugin.hive with type arguments of type AcidInfo Modifier and Type Method Description Optional<ReaderPageSource>HivePageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of AcidInfo in io.trino.plugin.hive.orc
Method parameters in io.trino.plugin.hive.orc with type arguments of type AcidInfo Modifier and Type Method Description Optional<ReaderPageSource>OrcPageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction)Constructors in io.trino.plugin.hive.orc with parameters of type AcidInfo Constructor Description OrcDeletedRows(String sourceFileName, OrcDeleteDeltaPageSourceFactory pageSourceFactory, ConnectorIdentity identity, org.apache.hadoop.conf.Configuration configuration, HdfsEnvironment hdfsEnvironment, AcidInfo acidInfo, OptionalInt bucketNumber) -
Uses of AcidInfo in io.trino.plugin.hive.parquet
Method parameters in io.trino.plugin.hive.parquet with type arguments of type AcidInfo Modifier and Type Method Description Optional<ReaderPageSource>ParquetPageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of AcidInfo in io.trino.plugin.hive.rcfile
Method parameters in io.trino.plugin.hive.rcfile with type arguments of type AcidInfo Modifier and Type Method Description Optional<ReaderPageSource>RcFilePageSourceFactory. createPageSource(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, org.apache.hadoop.fs.Path path, long start, long length, long estimatedFileSize, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of AcidInfo in io.trino.plugin.hive.util
Method parameters in io.trino.plugin.hive.util with type arguments of type AcidInfo Modifier and Type Method Description Optional<InternalHiveSplit>InternalHiveSplitFactory. createInternalHiveSplit(org.apache.hadoop.fs.LocatedFileStatus status, OptionalInt bucketNumber, boolean splittable, Optional<AcidInfo> acidInfo)
-