julianhyde commented on code in PR #2965: URL: https://github.com/apache/calcite/pull/2965#discussion_r1020820454
########## site/_docs/reference.md: ########## @@ -49,6 +49,13 @@ here to appease testAllFunctionsAreDocumented: | SUCCEEDS | Documented as a period operator | TABLE | Documented as part of FROM syntax | VARIANCE() | In SqlStdOperatorTable, but not fully implemented + +Dialect-specific: + +| C | Function | Reason not documented +|:--|:-------------- |:--------------------- +| c | AGGREGATE(m) | TODO: document; also AS MEASURE Review Comment: Good point. I've added the code 'c' now, but not much explanation of measures at this point. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
