@Internal public class PythonAggregateFunctionInfo extends PythonFunctionInfo
Constructor and Description |
---|
PythonAggregateFunctionInfo(PythonFunction pythonFunction,
Object[] inputs,
int filterArg,
boolean isDistinct) |
Modifier and Type | Method and Description |
---|---|
int |
getFilterArg() |
boolean |
isDistinct() |
getInputs, getPythonFunction, setInputs
public PythonAggregateFunctionInfo(PythonFunction pythonFunction, Object[] inputs, int filterArg, boolean isDistinct)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.