erez l

Results 1 issues of erez l

when using: builder.AddProjection(new Function("AVG", new Multiplication(new NumericLiteral(1.0), new Column("col1"))), metric); i'm getting : SELECT AVG((1 \* col1)) instead of : SELECT AVG((1.0 \* col1))