Class IndexedUDFFinder

  • All Implemented Interfaces:
    UDFFinder

    @Internal
    public class IndexedUDFFinder
    extends AggregatingUDFFinder
    A UDFFinder that can retrieve functions both by name and by fake index.
    Author:
    Yegor Kozlov
    • Constructor Detail

      • IndexedUDFFinder

        public IndexedUDFFinder​(UDFFinder... usedToolPacks)
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName​(int idx)
      • getFunctionIndex

        public int getFunctionIndex​(java.lang.String name)