Uses of Class
io.trino.plugin.hive.HivePartitionKey
-
Packages that use HivePartitionKey Package Description io.trino.plugin.hive io.trino.plugin.hive.util -
-
Uses of HivePartitionKey in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HivePartitionKey Modifier and Type Method Description List<HivePartitionKey>HiveSplit. getPartitionKeys()List<HivePartitionKey>InternalHiveSplit. getPartitionKeys()Method parameters in io.trino.plugin.hive with type arguments of type HivePartitionKey Modifier and Type Method Description static List<HivePageSourceProvider.ColumnMapping>HivePageSourceProvider.ColumnMapping. buildColumnMappings(String partitionName, List<HivePartitionKey> partitionKeys, List<HiveColumnHandle> columns, List<HiveColumnHandle> requiredInterimColumns, TableToPartitionMapping tableToPartitionMapping, org.apache.hadoop.fs.Path path, OptionalInt bucketNumber, long estimatedFileSize, long fileModifiedTime)Constructor parameters in io.trino.plugin.hive with type arguments of type HivePartitionKey Constructor Description HiveSplit(String database, String table, String partitionName, String path, long start, long length, long estimatedFileSize, long fileModifiedTime, Properties schema, List<HivePartitionKey> partitionKeys, List<HostAddress> addresses, OptionalInt bucketNumber, int statementId, boolean forceLocalScheduling, TableToPartitionMapping tableToPartitionMapping, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, boolean s3SelectPushdownEnabled, Optional<AcidInfo> acidInfo, long splitNumber)InternalHiveSplit(String partitionName, String path, long start, long end, long estimatedFileSize, long fileModifiedTime, Properties schema, List<HivePartitionKey> partitionKeys, List<InternalHiveSplit.InternalHiveBlock> blocks, OptionalInt bucketNumber, int statementId, boolean splittable, boolean forceLocalScheduling, TableToPartitionMapping tableToPartitionMapping, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, boolean s3SelectPushdownEnabled, Optional<AcidInfo> acidInfo) -
Uses of HivePartitionKey in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HivePartitionKey Modifier and Type Method Description static StringHiveUtil. getPrefilledColumnValue(HiveColumnHandle columnHandle, HivePartitionKey partitionKey, org.apache.hadoop.fs.Path path, OptionalInt bucketNumber, long fileSize, long fileModifiedTime, String partitionName)Constructor parameters in io.trino.plugin.hive.util with type arguments of type HivePartitionKey Constructor Description InternalHiveSplitFactory(org.apache.hadoop.fs.FileSystem fileSystem, String partitionName, org.apache.hadoop.mapred.InputFormat<?,?> inputFormat, Properties schema, List<HivePartitionKey> partitionKeys, TupleDomain<HiveColumnHandle> effectivePredicate, BooleanSupplier partitionMatchSupplier, TableToPartitionMapping tableToPartitionMapping, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, io.airlift.units.DataSize minimumTargetSplitSize, boolean forceLocalScheduling, boolean s3SelectPushdownEnabled, AcidTransaction transaction)
-