We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The current SqlDialect uses FLOAT4 and FLOAT8 has the SQL names for the float32 and float64 types. These should be REAL and DOUBLE PRECISION.
partiql/partiql-scribe#54