Uses of Enum
io.trino.tests.product.hive.BucketingType
Packages that use BucketingType
-
Uses of BucketingType in io.trino.tests.product.hive
Methods in io.trino.tests.product.hive that return BucketingTypeModifier and TypeMethodDescriptionstatic BucketingTypeReturns the enum constant of this type with the specified name.static BucketingType[]BucketingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.tests.product.hive with parameters of type BucketingTypeModifier and TypeMethodDescriptionvoidTestHiveBucketedTables.testBucketingWithUnsupportedDataTypes(BucketingType bucketingType, String columnToBeBucketed) voidTestHiveTransactionalTable.testCreateAcidTable(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testCtasAcidTable(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testReadFullAcidWithOriginalFiles(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testReadInsertOnlyOrc(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testReadInsertOnlyParquet(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testReadInsertOnlyText(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testReadInsertOnlyWithOriginalFiles(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testUpdateFullAcidWithOriginalFilesTrinoInserting(boolean isPartitioned, BucketingType bucketingType) voidTestHiveTransactionalTable.testUpdateFullAcidWithOriginalFilesTrinoInsertingAndDeleting(boolean isPartitioned, BucketingType bucketingType)