Class ParserUtil


  • public class ParserUtil
    extends Object
    • Constructor Detail

      • ParserUtil

        public ParserUtil()
    • Method Detail

      • isBuiltInFunction

        public static boolean isBuiltInFunction​(@NotNull
                                                @NotNull String function)
      • isReducerOperator

        public static boolean isReducerOperator​(@NotNull
                                                @NotNull String reducer)
      • getReducerOperatorReturnType

        public static ValueType getReducerOperatorReturnType​(@NotNull
                                                             @NotNull String reducer,
                                                             @NotNull
                                                             @NotNull ValueType inputType)
      • itemTypeToValueType

        public static ValueType itemTypeToValueType​(@NotNull
                                                    @NotNull String itemType)