tanishqgandhi1908 commented on code in PR #5896:
URL: https://github.com/apache/texera/pull/5896#discussion_r3508604119
##########
frontend/src/app/workspace/component/property-editor/operator-property-edit-frame/operator-property-edit-frame.component.ts:
##########
@@ -77,6 +77,11 @@ import { map, switchMap, take } from "rxjs/operators";
Quill.register("modules/cursors", QuillCursors);
+// The Aggregate "count" function. With an empty attribute it means COUNT(*)
(all rows);
+// with a column it counts that column's non-null values. It is the only
function whose
+// attribute is optional.
+export const AGGREGATE_COUNT = "count";
Review Comment:
Updated the PR description
--
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]