Class PythonImpl

java.lang.Object
org.apache.gravitino.function.FunctionImpl
org.apache.gravitino.function.PythonImpl

public class PythonImpl extends FunctionImpl
Python implementation with handler and optional inline code.
  • Method Details

    • handler

      public String handler()
      Returns:
      The handler entrypoint.
    • codeBlock

      public String codeBlock()
      Returns:
      The Python UDF code block.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object