public interface HiveRecordCursorProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
HiveRecordCursorProvider.ReaderRecordCursorWithProjections
A wrapper class for
- delegate reader record cursor and
- projection information for columns to be returned by the delegate
Empty indicates that the delegate cursor reads the exact same columns provided to
it in
createRecordCursor(org.apache.hadoop.conf.Configuration, io.prestosql.spi.connector.ConnectorSession, org.apache.hadoop.fs.Path, long, long, long, java.util.Properties, java.util.List<io.prestosql.plugin.hive.HiveColumnHandle>, io.prestosql.spi.predicate.TupleDomain<io.prestosql.plugin.hive.HiveColumnHandle>, org.joda.time.DateTimeZone, io.prestosql.spi.type.TypeManager, boolean) |
| Modifier and Type | Method and Description |
|---|---|
Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections> |
createRecordCursor(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,
TypeManager typeManager,
boolean s3SelectPushdownEnabled) |
Optional<HiveRecordCursorProvider.ReaderRecordCursorWithProjections> createRecordCursor(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, TypeManager typeManager, boolean s3SelectPushdownEnabled)
Copyright © 2012–2020. All rights reserved.