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
-
Constructor Summary
ConstructorsConstructorDescriptionHiveBucketValidationRecordCursor(Location path, int[] bucketColumnIndices, List<HiveType> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket, TypeManager typeManager, RecordCursor delegate) -
Method Summary
Methods inherited from class io.trino.plugin.hive.util.ForwardingRecordCursor
close, getBoolean, getCompletedBytes, getDouble, getLong, getMemoryUsage, getObject, getReadTimeNanos, getSlice, getType, isNull
-
Constructor Details
-
HiveBucketValidationRecordCursor
public HiveBucketValidationRecordCursor(Location path, int[] bucketColumnIndices, List<HiveType> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket, TypeManager typeManager, RecordCursor delegate)
-
-
Method Details
-
delegate
- Specified by:
delegatein classForwardingRecordCursor
-
advanceNextPosition
public boolean advanceNextPosition()- Specified by:
advanceNextPositionin interfaceRecordCursor- Overrides:
advanceNextPositionin classForwardingRecordCursor
-