Skip to content

Commit 30345f3

Browse files
imorspitfire55
authored andcommitted
remove a comment
1 parent e5d74b0 commit 30345f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/graphql.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4470,8 +4470,6 @@ fn is_aggregatable(column: &Column, op: &AggregateOperation) -> bool {
44704470
fn aggregate_result_type(column: &Column, op: &AggregateOperation) -> Option<Scalar> {
44714471
let type_ = column.type_.as_ref()?;
44724472

4473-
// Removed duplicated closures, will use helper functions below
4474-
44754473
match op {
44764474
AggregateOperation::Sum => {
44774475
// SUM of integers often results in bigint

0 commit comments

Comments
 (0)