Uses of Enum Class
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 class with the specified name.static BucketingType[]BucketingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.tests.product.hive with parameters of type BucketingTypeModifier and TypeMethodDescriptionstatic StringTestHiveTransactionalTable.tableName(String testName, boolean isPartitioned, BucketingType bucketingType) voidTestHiveBucketedTables.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)