| Package | Description |
|---|---|
| io.prestosql.plugin.hive | |
| io.prestosql.plugin.hive.orc | |
| io.prestosql.plugin.hive.parquet | |
| io.prestosql.plugin.hive.rcfile |
| Modifier and Type | Method and Description |
|---|---|
static HivePageSourceFactory.ReaderPageSourceWithProjections |
HivePageSourceFactory.ReaderPageSourceWithProjections.noProjectionAdaptation(ConnectorPageSource connectorPageSource) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HivePageSourceFactory.ReaderPageSourceWithProjections> |
HivePageSourceFactory.createPageSource(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
org.apache.hadoop.fs.Path path,
long start,
long length,
long fileSize,
Properties schema,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
Optional<DeleteDeltaLocations> deleteDeltaLocations) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HivePageSourceFactory.ReaderPageSourceWithProjections> |
OrcPageSourceFactory.createPageSource(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
org.apache.hadoop.fs.Path path,
long start,
long length,
long fileSize,
Properties schema,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
Optional<DeleteDeltaLocations> deleteDeltaLocations) |
| Modifier and Type | Method and Description |
|---|---|
static HivePageSourceFactory.ReaderPageSourceWithProjections |
ParquetPageSourceFactory.createPageSource(org.apache.hadoop.fs.Path path,
long start,
long length,
long fileSize,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
boolean useColumnNames,
HdfsEnvironment hdfsEnvironment,
org.apache.hadoop.conf.Configuration configuration,
String user,
FileFormatDataSourceStats stats,
ParquetReaderOptions options)
This method is available for other callers to use directly.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<HivePageSourceFactory.ReaderPageSourceWithProjections> |
ParquetPageSourceFactory.createPageSource(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
org.apache.hadoop.fs.Path path,
long start,
long length,
long fileSize,
Properties schema,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
Optional<DeleteDeltaLocations> deleteDeltaLocations) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HivePageSourceFactory.ReaderPageSourceWithProjections> |
RcFilePageSourceFactory.createPageSource(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
org.apache.hadoop.fs.Path path,
long start,
long length,
long fileSize,
Properties schema,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
Optional<DeleteDeltaLocations> deleteDeltaLocations) |
Copyright © 2012–2020. All rights reserved.