Interface PythonExtension

All Superinterfaces:
BatchStage.StageExtension<String,PythonExtension.PythonStage<BatchStage<String>>>, StreamStage.StageExtension<String,PythonExtension.PythonStage<StreamStage<String>>>

Extension which allows the user to call Python user-defined functions from inside a Jet pipeline.
Since:
5.7
See Also:
  • Method Details

    • python

      @Nonnull static PythonExtension python()
      Extends Pipeline stage with ability to call Python user-defined functions
      Returns:
      extension implementation