We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some column tables have unnecessarily big types, typically int which can be reduced to int8_t or bool and double which can be reduced to float.
int
int8_t
bool
double
float
The text was updated successfully, but these errors were encountered:
vkucera
No branches or pull requests
Some column tables have unnecessarily big types, typically
int
which can be reduced toint8_t
orbool
anddouble
which can be reduced tofloat
.The text was updated successfully, but these errors were encountered: