public class GenericHiveRecordCursorProvider extends Object implements HiveRecordCursorProvider
| Constructor and Description |
|---|
GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RecordCursor> |
createRecordCursor(String clientId,
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) |
@Inject public GenericHiveRecordCursorProvider(HdfsEnvironment hdfsEnvironment)
public Optional<RecordCursor> createRecordCursor(String clientId, 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)
createRecordCursor in interface HiveRecordCursorProviderCopyright © 2012-2017. All Rights Reserved.