Uses of Enum Class
se.kuseman.payloadbuilder.api.catalog.ScalarFunctionInfo.AggregateMode
Packages that use ScalarFunctionInfo.AggregateMode
-
Uses of ScalarFunctionInfo.AggregateMode in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog that return ScalarFunctionInfo.AggregateModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ScalarFunctionInfo.AggregateMode[]ScalarFunctionInfo.AggregateMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.kuseman.payloadbuilder.api.catalog with parameters of type ScalarFunctionInfo.AggregateModeModifier and TypeMethodDescriptionScalarFunctionInfo.createAggregator(ScalarFunctionInfo.AggregateMode mode, String catalogAlias, List<IExpression> arguments) Create an aggregator for this functionScalarFunctionInfo.evalScalar(IExecutionContext context, ScalarFunctionInfo.AggregateMode mode, TupleVector input, String catalogAlias, List<IExpression> arguments) Evaluate this function in scalar mode with an aggregation mode.ScalarFunctionInfo.evalScalar(IExecutionContext context, ScalarFunctionInfo.AggregateMode mode, TupleVector input, ValueVector selection, String catalogAlias, List<IExpression> arguments) Evaluate this function in scalar mode with an aggregation mode with a row selection. -
Uses of ScalarFunctionInfo.AggregateMode in se.kuseman.payloadbuilder.api.expression
Methods in se.kuseman.payloadbuilder.api.expression that return ScalarFunctionInfo.AggregateModeModifier and TypeMethodDescriptionIFunctionCallExpression.getAggregateMode()Return aggregate mode