public class S3SelectRecordCursor<K,V extends org.apache.hadoop.io.Writable> extends GenericHiveRecordCursor<K,V>
| Constructor and Description |
|---|
S3SelectRecordCursor(org.apache.hadoop.conf.Configuration configuration,
Path path,
org.apache.hadoop.mapred.RecordReader<K,V> recordReader,
long totalBytes,
Properties splitSchema,
List<HiveColumnHandle> columns,
org.joda.time.DateTimeZone hiveStorageTimeZone,
TypeManager typeManager) |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
updateSplitSchema(Properties splitSchema,
List<HiveColumnHandle> columns) |
advanceNextPosition, close, getBoolean, getCompletedBytes, getDouble, getLong, getObject, getReadTimeNanos, getSlice, getType, isNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSystemMemoryUsagepublic S3SelectRecordCursor(org.apache.hadoop.conf.Configuration configuration,
Path path,
org.apache.hadoop.mapred.RecordReader<K,V> recordReader,
long totalBytes,
Properties splitSchema,
List<HiveColumnHandle> columns,
org.joda.time.DateTimeZone hiveStorageTimeZone,
TypeManager typeManager)
public static Properties updateSplitSchema(Properties splitSchema, List<HiveColumnHandle> columns)
Copyright © 2012–2023. All rights reserved.