Class TypeOfFunction

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    @Internal
    public class TypeOfFunction
    extends BuiltInScalarFunction
    Implementation of BuiltInFunctionDefinitions.TYPE_OF.
    See Also:
    Serialized Form
    • Constructor Detail

      • TypeOfFunction

        public TypeOfFunction​(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
    • Method Detail

      • open

        public void open​(org.apache.flink.table.functions.FunctionContext context)
                  throws Exception
        Overrides:
        open in class org.apache.flink.table.functions.UserDefinedFunction
        Throws:
        Exception
      • eval

        @Nullable
        public org.apache.flink.table.data.StringData eval​(Object... unused)