callAsFunction(_:eventHandler:)
Performs the transformation on a single input.
Declaration
func callAsFunction(_ input: DataFrame, eventHandler: EventHandler? = nil) async throws -> DataFrameParameters
- input:
The transformer input.
- eventHandler:
An event handler.
Return Value
An output produced by applying the transformer to the input.