Skip to content

numericLiteral is always integer #23

@marnun

Description

@marnun

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions