Clickhouse Natvice Query Parameters #1513
Maplestory1998
started this conversation in
Feature requests
Replies: 1 comment
-
such as i want to deliver a bitmap,how to use native parameter?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I tried to use query parameters to deliver parameters instead of PlaceHolder.
Is there a convenient function to convert different type to String?
For example, array is a parameter with Array(String),rather to assign array = []string{"a", "b", "c"}, It is necessary to implement a function which convert any type to String
https://github.com/ClickHouse/clickhouse-go/blob/main/examples/clickhouse_api/query_parameters.go
Beta Was this translation helpful? Give feedback.
All reactions