Class SqlFunctionScalarJsonValue

    • Method Detail

      • getScalarFunction

        public ScalarFunction getScalarFunction()
        Gets scalar function.
        Returns:
        the scalar function
      • getArguments

        public List<SqlNode> getArguments()
        Gets arguments.
        Returns:
        the arguments
      • getReturningDataType

        public DataType getReturningDataType()
        Gets returning data type.
        Returns:
        the returning data type
      • getChildren

        public List<SqlNode> getChildren()
        Description copied from class: SqlNode
        Get list of node's children (possibly, empty).
        Overrides:
        getChildren in class SqlNode
        Returns:
        list of children nodes (which could be null)