Uses of Record Class
io.trino.plugin.hive.HivePartitionKey
Packages that use HivePartitionKey
-
Uses of HivePartitionKey in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HivePartitionKeyModifier and TypeMethodDescriptionHiveSplit.getPartitionKeys()InternalHiveSplit.getPartitionKeys()Method parameters in io.trino.plugin.hive with type arguments of type HivePartitionKeyModifier and TypeMethodDescriptionHivePageSourceProvider.ColumnMapping.buildColumnMappings(String partitionName, List<HivePartitionKey> partitionKeys, List<HiveColumnHandle> columns, List<HiveColumnHandle> requiredInterimColumns, Map<Integer, HiveTypeName> hiveColumnCoercions, String path, OptionalInt bucketNumber, long estimatedFileSize, long fileModifiedTime) Constructor parameters in io.trino.plugin.hive with type arguments of type HivePartitionKeyModifierConstructorDescriptionHiveSplit(String partitionName, String path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema schema, List<HivePartitionKey> partitionKeys, List<HostAddress> addresses, OptionalInt readBucketNumber, OptionalInt tableBucketNumber, boolean forceLocalScheduling, Map<Integer, HiveTypeName> hiveColumnCoercions, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, Optional<AcidInfo> acidInfo, SplitWeight splitWeight) HiveSplit(String partitionName, String path, long start, long length, long estimatedFileSize, long fileModifiedTime, Schema schema, List<HivePartitionKey> partitionKeys, OptionalInt readBucketNumber, OptionalInt tableBucketNumber, boolean forceLocalScheduling, Map<Integer, HiveTypeName> hiveColumnCoercions, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, Optional<AcidInfo> acidInfo, SplitWeight splitWeight) InternalHiveSplit(String partitionName, String path, long start, long end, long estimatedFileSize, long fileModifiedTime, Schema schema, List<HivePartitionKey> partitionKeys, List<InternalHiveSplit.InternalHiveBlock> blocks, OptionalInt readBucketNumber, OptionalInt tableBucketNumber, boolean splittable, boolean forceLocalScheduling, Map<Integer, HiveTypeName> hiveColumnCoercions, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, Optional<AcidInfo> acidInfo, BooleanSupplier partitionMatchSupplier) -
Uses of HivePartitionKey in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HivePartitionKeyModifier and TypeMethodDescriptionstatic NullableValueHiveUtil.getPrefilledColumnValue(HiveColumnHandle columnHandle, HivePartitionKey partitionKey, String path, OptionalInt bucketNumber, long fileSize, long fileModifiedTime, String partitionName) Constructor parameters in io.trino.plugin.hive.util with type arguments of type HivePartitionKeyModifierConstructorDescriptionInternalHiveSplitFactory(String partitionName, HiveStorageFormat storageFormat, Map<String, String> schema, List<HivePartitionKey> partitionKeys, TupleDomain<HiveColumnHandle> effectivePredicate, BooleanSupplier partitionMatchSupplier, Map<Integer, HiveTypeName> hiveColumnCoercions, Optional<HiveSplit.BucketConversion> bucketConversion, Optional<HiveSplit.BucketValidation> bucketValidation, io.airlift.units.DataSize minimumTargetSplitSize, boolean forceLocalScheduling, Optional<Long> maxSplitFileSize)