Class AbstractEmbeddedStatelessFunctionOperator

    • Field Detail

      • udfInputOffsets

        protected final int[] udfInputOffsets
        The offsets of user-defined function inputs.
      • inputType

        protected final RowType inputType
        The input logical type.
      • udfInputType

        protected final RowType udfInputType
        The user-defined function input logical type.
      • udfOutputType

        protected final RowType udfOutputType
        The user-defined function output logical type.
      • reuseResultRowData

        protected transient GenericRowData reuseResultRowData
        The GenericRowData reused holding the execution result of python udf.
      • userDefinedFunctionInputArgs

        protected transient Object[] userDefinedFunctionInputArgs
    • Constructor Detail

      • AbstractEmbeddedStatelessFunctionOperator

        public AbstractEmbeddedStatelessFunctionOperator​(Configuration config,
                                                         RowType inputType,
                                                         RowType udfInputType,
                                                         RowType udfOutputType,
                                                         int[] udfInputOffsets)