weld-project / weld

High-performance runtime for data analytics applications

Home Page:https://www.weld.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f64 literal has u64 type

segeljakt opened this issue · comments

Is this correct?

weld/weld/src/ast/ast.rs

Lines 821 to 822 in 1197e24

F32Literal(u32),
F64Literal(u64),

It looked a bit weird, but maybe it is intended.

Edit:

I get it now, closing..