| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.util |
| Modifier and Type | Method and Description |
|---|---|
HiveTypeName |
HiveType.getHiveTypeName() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,HiveTypeName> |
HivePartitionMetadata.getColumnCoercions() |
Map<Integer,HiveTypeName> |
InternalHiveSplit.getColumnCoercions() |
| Constructor and Description |
|---|
InternalHiveSplit(String partitionName,
String path,
long start,
long end,
long fileSize,
Properties schema,
List<HivePartitionKey> partitionKeys,
List<InternalHiveSplit.InternalHiveBlock> blocks,
OptionalInt bucketNumber,
boolean splittable,
boolean forceLocalScheduling,
Map<Integer,HiveTypeName> columnCoercions,
Optional<HiveSplit.BucketConversion> bucketConversion,
boolean s3SelectPushdownEnabled) |
| Constructor and Description |
|---|
InternalHiveSplitFactory(org.apache.hadoop.fs.FileSystem fileSystem,
String partitionName,
org.apache.hadoop.mapred.InputFormat<?,?> inputFormat,
Properties schema,
List<HivePartitionKey> partitionKeys,
TupleDomain<HiveColumnHandle> effectivePredicate,
Map<Integer,HiveTypeName> columnCoercions,
Optional<HiveSplit.BucketConversion> bucketConversion,
boolean forceLocalScheduling,
boolean s3SelectPushdownEnabled) |
Copyright © 2012–2019. All rights reserved.