Uses of Class
io.trino.plugin.hive.AcidInfo
Packages that use AcidInfo
Package
Description
-
Uses of AcidInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return AcidInfoMethods in io.trino.plugin.hive that return types with arguments of type AcidInfoModifier and TypeMethodDescriptionAcidInfo.Builder.build()HiveSplit.getAcidInfo()InternalHiveSplit.getAcidInfo()Method parameters in io.trino.plugin.hive with type arguments of type AcidInfoModifier and TypeMethodDescriptionHivePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of AcidInfo in io.trino.plugin.hive.avro
Method parameters in io.trino.plugin.hive.avro with type arguments of type AcidInfoModifier and TypeMethodDescriptionAvroPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, Optional<AcidInfo> acidInfo, OptionalInt bucketNumber, boolean originalFile, AcidTransaction transaction) -
Uses of AcidInfo in io.trino.plugin.hive.line
Method parameters in io.trino.plugin.hive.line with type arguments of type AcidInfoModifier and TypeMethodDescriptionLinePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema 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 AcidInfoModifier and TypeMethodDescriptionOrcPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema 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 AcidInfoModifierConstructorDescriptionOrcDeletedRows(String sourceFileName, OrcDeleteDeltaPageSourceFactory pageSourceFactory, ConnectorIdentity identity, TrinoFileSystemFactory fileSystemFactory, AcidInfo acidInfo, OptionalInt bucketNumber, AggregatedMemoryContext memoryContext) -
Uses of AcidInfo in io.trino.plugin.hive.parquet
Method parameters in io.trino.plugin.hive.parquet with type arguments of type AcidInfoModifier and TypeMethodDescriptionParquetPageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema 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 AcidInfoModifier and TypeMethodDescriptionRcFilePageSourceFactory.createPageSource(ConnectorSession session, Location path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema 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 AcidInfoModifier and TypeMethodDescriptionInternalHiveSplitFactory.createInternalHiveSplit(TrinoFileStatus status, OptionalInt readBucketNumber, OptionalInt tableBucketNumber, boolean splittable, Optional<AcidInfo> acidInfo)