Skip to content

Commit 7f62db8

Browse files
committed
Warn when AT ALL drops ungrouped filters
1 parent bf12b00 commit 7f62db8

5 files changed

Lines changed: 2715 additions & 42 deletions

File tree

include/yardstick_ffi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ struct YardstickAggregateResult {
313313
bool had_aggregate;
314314
char* expanded_sql;
315315
char* error;
316+
char* warnings;
316317
};
317318

318319
struct YardstickMeasureAggResult {

0 commit comments

Comments
 (0)