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

[function] Type Conversion Functions #967

Closed
BohuTANG opened this issue Jul 2, 2021 · 4 comments
Closed

[function] Type Conversion Functions #967

BohuTANG opened this issue Jul 2, 2021 · 4 comments
Assignees
Labels

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Jul 2, 2021

Summary

toInt(8|16|32|64|128|256)
  • toInt8(expr) — Results in the Int8 data type.
  • toInt16(expr) — Results in the Int16 data type.
  • toInt32(expr) — Results in the Int32 data type.
  • toInt64(expr) — Results in the Int64 data type.
  • toInt128(expr) — Results in the Int128 data type.
  • toInt256(expr) — Results in the Int256 data type.

Reference:
https://clickhouse.tech/docs/en/sql-reference/functions/type-conversion-functions/

@BohuTANG BohuTANG added C-feature Category: feature function labels Jul 2, 2021
@BohuTANG BohuTANG added this to the v0.5 milestone Jul 2, 2021
@wangzhen11aaa
Copy link
Contributor

wangzhen11aaa commented Jul 2, 2021

/assignme
This easy-task maybe take a longer time.I do not have any idea about this thing in rust.

@BohuTANG
Copy link
Member Author

BohuTANG commented Jul 2, 2021

/assignme
This easy-task maybe take a longer time.I do not have any idea about this thing in rust.

It's OK, thank you

@wangzhen11aaa
Copy link
Contributor

/assignme

@wangzhen11aaa
Copy link
Contributor

Let's close this issue.

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

No branches or pull requests

3 participants