public interface HiveRecordCursorProvider
| Modifier and Type | Method and Description |
|---|---|
Optional<RecordCursor> |
createRecordCursor(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
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,
Map<String,String> customSplitInfo) |
Optional<RecordCursor> createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, 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, Map<String,String> customSplitInfo)
Copyright © 2012–2022. All rights reserved.