Package io.trino.plugin.hive
Class HivePageSource.BucketValidator
java.lang.Object
io.trino.plugin.hive.HivePageSource.BucketValidator
- Enclosing class:
- HivePageSource
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBucketValidator(Location path, int[] bucketColumnIndices, List<TypeInfo> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket) -
Method Summary
Modifier and TypeMethodDescriptionvoidwrapRecordCursor(RecordCursor delegate, TypeManager typeManager)
-
Field Details
-
VALIDATION_STRIDE
public static final int VALIDATION_STRIDE- See Also:
-
-
Constructor Details
-
BucketValidator
public BucketValidator(Location path, int[] bucketColumnIndices, List<TypeInfo> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket)
-
-
Method Details
-
validate
-
wrapRecordCursor
-