Class MaskingFunction

    • Field Detail

      • NAME_PREFIX

        public static final java.lang.String NAME_PREFIX
        The common prefix for the names of all the native data masking functions.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MaskingFunction

        protected MaskingFunction​(FunctionName name,
                                  AbstractType<?> outputType,
                                  AbstractType<?> inputType,
                                  AbstractType<?>... argsType)
        Parameters:
        name - the name of the function
        outputType - the type of the values returned by the function
        inputType - the type of the values accepted by the function, always be the first argument of the function
        argsType - the type of the additional arguments of the function