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