-
Notifications
You must be signed in to change notification settings - Fork 152
Make DuckString::new()
public
#484
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
Comments
I have the same issue, I created a PR to address this |
Thanks! I was also wondering if this means the API needs overhauled rather than exposing the implementation detail... |
I think we can close this now that my change has been merged |
I'm still wondering if this is the right solution to the problem. But, I agree this issue itself should be closed. Thanks for addressing this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to add an option to a scalar function, but I can't find a way to get the user-provided parameters as
String
. Do you have a plan to implement some mechanism likeBindInfo
ofVTab
? If not, I think I needDuckString::new()
to extract the string. However,new()
ispub(crate)
.Currently, I had to do this:
The text was updated successfully, but these errors were encountered: