Package io.trino.plugin.hive
Class HiveBucketAdapterRecordCursor
- java.lang.Object
-
- io.trino.plugin.hive.util.ForwardingRecordCursor
-
- io.trino.plugin.hive.HiveBucketAdapterRecordCursor
-
- All Implemented Interfaces:
RecordCursor,Closeable,AutoCloseable
public class HiveBucketAdapterRecordCursor extends ForwardingRecordCursor
-
-
Constructor Summary
Constructors Constructor Description HiveBucketAdapterRecordCursor(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep, TypeManager typeManager, RecordCursor delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadvanceNextPosition()protected RecordCursordelegate()-
Methods inherited from class io.trino.plugin.hive.util.ForwardingRecordCursor
close, getBoolean, getCompletedBytes, getDouble, getLong, getObject, getReadTimeNanos, getSlice, getSystemMemoryUsage, getType, isNull
-
-
-
-
Constructor Detail
-
HiveBucketAdapterRecordCursor
public HiveBucketAdapterRecordCursor(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep, TypeManager typeManager, RecordCursor delegate)
-
-
Method Detail
-
delegate
protected RecordCursor delegate()
- Specified by:
delegatein classForwardingRecordCursor
-
advanceNextPosition
public boolean advanceNextPosition()
- Specified by:
advanceNextPositionin interfaceRecordCursor- Overrides:
advanceNextPositionin classForwardingRecordCursor
-
-