Class GeneratedProjection

    • Constructor Detail

      • GeneratedProjection

        @VisibleForTesting
        public GeneratedProjection​(String className,
                                   String code,
                                   Object[] references)
      • GeneratedProjection

        public GeneratedProjection​(String className,
                                   String code,
                                   Object[] references,
                                   org.apache.flink.configuration.ReadableConfig conf)
        Creates a GeneratedProjection.
        Parameters:
        className - class name of the generated Function.
        code - code of the generated Function.
        references - referenced objects of the generated Function.
        conf - configuration when generating Function.