-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.11.1, 1.12.0
-
Component/s: Documentation, Table SQL / API
-
Labels:
Demonstration error of multiple input types in FunctionHint:
@FunctionHint( input = [@DataTypeHint("INT"), @DataTypeHint("INT")], output = @DataTypeHint("INT") )
should be
@FunctionHint( input = {@DataTypeHint("INT"), @DataTypeHint("INT")}, output = @DataTypeHint("INT") )
- links to