public class HiveBucketFunction extends Object implements com.facebook.presto.spi.BucketFunction
| Modifier and Type | Method and Description |
|---|---|
static HiveBucketFunction |
createHiveCompatibleBucketFunction(int bucketCount,
List<com.facebook.presto.hive.HiveType> hiveTypes) |
static HiveBucketFunction |
createPrestoNativeBucketFunction(int bucketCount,
List<com.facebook.presto.common.type.Type> types) |
int |
getBucket(com.facebook.presto.common.Page page,
int position) |
String |
toString() |
public static HiveBucketFunction createHiveCompatibleBucketFunction(int bucketCount, List<com.facebook.presto.hive.HiveType> hiveTypes)
public static HiveBucketFunction createPrestoNativeBucketFunction(int bucketCount, List<com.facebook.presto.common.type.Type> types)
public int getBucket(com.facebook.presto.common.Page page,
int position)
getBucket in interface com.facebook.presto.spi.BucketFunctionCopyright © 2012–2023. All rights reserved.