Uses of Class
io.trino.tests.product.hive.BucketingType
-
Packages that use BucketingType Package Description io.trino.tests.product.hive -
-
Uses of BucketingType in io.trino.tests.product.hive
Methods in io.trino.tests.product.hive that return BucketingType Modifier and Type Method Description static BucketingTypeBucketingType. valueOf(String name)Returns 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 BucketingType Modifier and Type Method Description 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)
-