| Package | Description |
|---|---|
| com.facebook.presto.hive | |
| com.facebook.presto.hive.util |
| Modifier and Type | Method and Description |
|---|---|
List<HivePartitionKey> |
InternalHiveSplit.getPartitionKeys() |
List<HivePartitionKey> |
HiveSplit.getPartitionKeys() |
| Modifier and Type | Method and Description |
|---|---|
static String |
HiveUtil.getPrefilledColumnValue(HiveColumnHandle columnHandle,
HivePartitionKey partitionKey,
org.apache.hadoop.fs.Path path,
OptionalInt bucketNumber) |
| Modifier and Type | Method and Description |
|---|---|
static List<HivePageSourceProvider.ColumnMapping> |
HivePageSourceProvider.ColumnMapping.buildColumnMappings(List<HivePartitionKey> partitionKeys,
List<HiveColumnHandle> columns,
Map<Integer,HiveType> columnCoercions,
org.apache.hadoop.fs.Path path,
OptionalInt bucketNumber) |
static Optional<ConnectorPageSource> |
HivePageSourceProvider.createHivePageSource(Set<HiveRecordCursorProvider> cursorProviders,
Set<HivePageSourceFactory> pageSourceFactories,
String clientId,
org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
org.apache.hadoop.fs.Path path,
OptionalInt bucketNumber,
long start,
long length,
long fileSize,
Properties schema,
TupleDomain<HiveColumnHandle> effectivePredicate,
List<HiveColumnHandle> hiveColumns,
List<HivePartitionKey> partitionKeys,
org.joda.time.DateTimeZone hiveStorageTimeZone,
TypeManager typeManager,
Map<Integer,HiveType> columnCoercions) |
| Constructor and Description |
|---|
HiveSplit(String clientId,
String database,
String table,
String partitionName,
String path,
long start,
long length,
long fileSize,
Properties schema,
List<HivePartitionKey> partitionKeys,
List<HostAddress> addresses,
OptionalInt bucketNumber,
boolean forceLocalScheduling,
TupleDomain<HiveColumnHandle> effectivePredicate,
Map<Integer,HiveType> columnCoercions) |
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 |
|---|---|
List<HivePartitionKey> |
HiveFileIterator.getPartitionKeys() |
| 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.