- All Implemented Interfaces:
- Serializable, org.apache.spark.sql.connector.catalog.functions.Function, org.apache.spark.sql.connector.catalog.functions.UnboundFunction
- Enclosing class:
- PaimonFunctions
public static class PaimonFunctions.BucketFunction
extends Object
implements org.apache.spark.sql.connector.catalog.functions.UnboundFunction
For now, we only support report bucket partitioning for table scan. So the case `SELECT
bucket(10, col)` would fail since we do not implement ScalarFunction
- See Also:
- Serialized Form