Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aliases for FLOAT and DOUBLE #3185

Closed
prrao87 opened this issue Apr 1, 2024 · 1 comment
Closed

Support aliases for FLOAT and DOUBLE #3185

prrao87 opened this issue Apr 1, 2024 · 1 comment
Labels
good-warm-up Good warm up feature

Comments

@prrao87
Copy link
Member

prrao87 commented Apr 1, 2024

The current naming for float type declaration expects the user to know beforehand (or carefully go through the docs) to know the distinction in Kùzu between FLOAT and DOUBLE.

It would be nice to have the same aliases as DuckDB does, to help users from these systems move between DBs more easily.

Name Aliases Description
FLOAT FLOAT4, REAL single precision floating-point number (4 bytes)
DOUBLE FLOAT8 double precision floating-point number (8 bytes)
@prrao87 prrao87 changed the title Support aliases for float data type Support aliases for double data type Apr 1, 2024
@prrao87 prrao87 added the good-warm-up Good warm up feature label Apr 1, 2024
@prrao87 prrao87 changed the title Support aliases for double data type Support aliases for DOUBLE Apr 10, 2024
@prrao87 prrao87 changed the title Support aliases for DOUBLE Support aliases for FLOAT and DOUBLE Apr 10, 2024
@andyfengHKU
Copy link
Contributor

Should be fixed in #3284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-warm-up Good warm up feature
Projects
None yet
Development

No branches or pull requests

2 participants