public class S3SelectRecordCursorProvider extends Object implements HiveRecordCursorProvider
| Constructor and Description |
|---|
S3SelectRecordCursorProvider(HdfsEnvironment hdfsEnvironment,
HiveClientConfig clientConfig,
PrestoS3ClientFactory s3ClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RecordCursor> |
createRecordCursor(org.apache.hadoop.conf.Configuration configuration,
ConnectorSession session,
HiveFileSplit fileSplit,
Properties schema,
List<HiveColumnHandle> columns,
TupleDomain<HiveColumnHandle> effectivePredicate,
org.joda.time.DateTimeZone hiveStorageTimeZone,
TypeManager typeManager,
boolean s3SelectPushdownEnabled) |
@Inject public S3SelectRecordCursorProvider(HdfsEnvironment hdfsEnvironment, HiveClientConfig clientConfig, PrestoS3ClientFactory s3ClientFactory)
public Optional<RecordCursor> createRecordCursor(org.apache.hadoop.conf.Configuration configuration, ConnectorSession session, HiveFileSplit fileSplit, Properties schema, List<HiveColumnHandle> columns, TupleDomain<HiveColumnHandle> effectivePredicate, org.joda.time.DateTimeZone hiveStorageTimeZone, TypeManager typeManager, boolean s3SelectPushdownEnabled)
createRecordCursor in interface HiveRecordCursorProviderCopyright © 2012–2023. All rights reserved.