Class BucketFunction.BucketBase
java.lang.Object
org.apache.iceberg.spark.functions.BucketFunction.BucketBase
- All Implemented Interfaces:
 Serializable,org.apache.spark.sql.connector.catalog.functions.BoundFunction,org.apache.spark.sql.connector.catalog.functions.Function,org.apache.spark.sql.connector.catalog.functions.ScalarFunction<Integer>
- Direct Known Subclasses:
 BucketFunction.BucketBinary,BucketFunction.BucketDecimal,BucketFunction.BucketInt,BucketFunction.BucketLong,BucketFunction.BucketString
- Enclosing class:
 - BucketFunction
 
- See Also:
 
- 
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction
MAGIC_METHOD_NAME - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.BoundFunction
canonicalName, inputTypes, isDeterministic, isResultNullableMethods inherited from interface org.apache.spark.sql.connector.catalog.functions.ScalarFunction
produceResult 
- 
Constructor Details
- 
BucketBase
public BucketBase() 
 - 
 - 
Method Details