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
ScalarValue::get_datatype()
We introduced ScalarValue::data_type() in #7492 to be consistent with other APIs for getting DataType.
ScalarValue::data_type()
DataType
However the previous ScalarValue::get_datatype()
#7492 (comment)
https://github.com/apache/arrow-datafusion/blob/93c209f1b5d0a17b2aa5c6743cbd3cb189a406c8/datafusion/expr/src/table_source.rs#L81-L87
No response
The text was updated successfully, but these errors were encountered:
I will be glad to handle this later.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem or challenge?
We introduced
ScalarValue::data_type()
in #7492 to be consistent with other APIs for gettingDataType
.However the previous
ScalarValue::get_datatype()
#7492 (comment)
Describe the solution you'd like
ScalarValue::get_datatype()
deprecated (like this):https://github.com/apache/arrow-datafusion/blob/93c209f1b5d0a17b2aa5c6743cbd3cb189a406c8/datafusion/expr/src/table_source.rs#L81-L87
ScalarValue::data_type()
)Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: