Package org.apache.gravitino.function
Class FunctionColumn
java.lang.Object
org.apache.gravitino.function.FunctionColumn
Represents a return column of a table-valued function.
-
Method Summary
-
Method Details
-
of
Create aFunctionColumninstance.- Parameters:
name- The column name.dataType- The column type.comment- The optional comment of the column.- Returns:
- A
FunctionColumninstance.
-
name
- Returns:
- The column name.
-
dataType
- Returns:
- The column type.
-
comment
- Returns:
- The optional column comment, null if not provided.
-
equals
-
hashCode
public int hashCode() -
toString
-