| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.util |
| Modifier and Type | Method and Description |
|---|---|
HiveTypeName |
HiveType.getHiveTypeName() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,HiveTypeName> |
InternalHiveSplit.getColumnCoercions() |
Map<Integer,HiveTypeName> |
HivePartitionMetadata.getColumnCoercions() |
| Constructor and Description |
|---|
InternalHiveSplit(String partitionName,
String path,
long start,
long length,
long fileSize,
Properties schema,
List<HivePartitionKey> partitionKeys,
List<HostAddress> addresses,
OptionalInt bucketNumber,
boolean forceLocalScheduling,
Map<Integer,HiveTypeName> columnCoercions) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,HiveTypeName> |
HiveFileIterator.getColumnCoercions() |
| Constructor and Description |
|---|
HiveFileIterator(org.apache.hadoop.fs.Path path,
org.apache.hadoop.fs.FileSystem fileSystem,
DirectoryLister directoryLister,
NamenodeStats namenodeStats,
String partitionName,
org.apache.hadoop.mapred.InputFormat<?,?> inputFormat,
Properties schema,
List<HivePartitionKey> partitionKeys,
TupleDomain<HiveColumnHandle> effectivePredicate,
Map<Integer,HiveTypeName> columnCoercions) |
Copyright © 2012-2017. All Rights Reserved.