Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.25.0
Description
The below code shows that it currently allows multiple descriptor operands, which is incorrect.
@Override public String getAllowedSignatures(SqlOperator op, String opName) { return opName + "(TABLE table_name, DESCRIPTOR(col1, col2 ...), datetime interval" + "[, datetime interval])"; }
Attachments
Issue Links
- links to