Class FunctionDTO
java.lang.Object
org.apache.gravitino.dto.function.FunctionDTO
Represents a Function DTO (Data Transfer Object).
-
Constructor Details
-
FunctionDTO
public FunctionDTO()
-
-
Method Details
-
name
-
functionType
- Specified by:
functionTypein interfaceFunction- Returns:
- The function type.
-
deterministic
public boolean deterministic()- Specified by:
deterministicin interfaceFunction- Returns:
- Whether the function is deterministic.
-
comment
-
definitions
- Specified by:
definitionsin interfaceFunction- Returns:
- The definitions of the function.
-
auditInfo
-
toString
-