Class DeephavenCompatibleFunction
java.lang.Object
io.deephaven.engine.table.impl.select.python.DeephavenCompatibleFunction
A Deephaven-compatible functions holds a native python function with associated typing information, used to help
implement
AbstractConditionFilter and FormulaColumnPython.-
Method Summary
Modifier and TypeMethodDescriptionstatic DeephavenCompatibleFunctioncreate(org.jpy.PyObject function, Object returnedType, String[] columnNames, ArgumentsChunked argumentsChunked, boolean isVectorized) org.jpy.PyObjectClass<?>boolean
-
Method Details
-
create
public static DeephavenCompatibleFunction create(org.jpy.PyObject function, Object returnedType, String[] columnNames, ArgumentsChunked argumentsChunked, boolean isVectorized) -
toFormulaKernel
-
toFilterKernel
-
getFunction
public org.jpy.PyObject getFunction() -
getReturnedType
-
getColumnNames
-
isVectorized
public boolean isVectorized()
-