Package io.trino.operator.aggregation
Class ChecksumAggregationFunction
- java.lang.Object
-
- io.trino.metadata.SqlAggregationFunction
-
- io.trino.operator.aggregation.ChecksumAggregationFunction
-
- All Implemented Interfaces:
SqlFunction
public class ChecksumAggregationFunction extends SqlAggregationFunction
-
-
Field Summary
Fields Modifier and Type Field Description static longPRIME64
-
Constructor Summary
Constructors Constructor Description ChecksumAggregationFunction(BlockTypeOperators blockTypeOperators)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcombine(NullableLongState state, NullableLongState otherState)List<TypeSignature>getIntermediateTypes(FunctionBinding functionBinding)static voidinput(BlockTypeOperators.BlockPositionXxHash64 xxHash64Operator, NullableLongState state, Block block, int position)static voidoutput(NullableLongState state, BlockBuilder out)InternalAggregationFunctionspecialize(FunctionBinding functionBinding)-
Methods inherited from class io.trino.metadata.SqlAggregationFunction
createFunctionByAnnotations, createFunctionsByAnnotations, getAggregationMetadata, getFunctionMetadata, specialize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.metadata.SqlFunction
getFunctionDependencies, getFunctionDependencies
-
-
-
-
Field Detail
-
PRIME64
public static final long PRIME64
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChecksumAggregationFunction
public ChecksumAggregationFunction(BlockTypeOperators blockTypeOperators)
-
-
Method Detail
-
getIntermediateTypes
public List<TypeSignature> getIntermediateTypes(FunctionBinding functionBinding)
- Overrides:
getIntermediateTypesin classSqlAggregationFunction
-
specialize
public InternalAggregationFunction specialize(FunctionBinding functionBinding)
- Overrides:
specializein classSqlAggregationFunction
-
input
public static void input(BlockTypeOperators.BlockPositionXxHash64 xxHash64Operator, NullableLongState state, Block block, int position)
-
combine
public static void combine(NullableLongState state, NullableLongState otherState)
-
output
public static void output(NullableLongState state, BlockBuilder out)
-
-