You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmark some select operations with libraries such as SIMD JSON
If there are improvements in certain cases and custom functions are easy to squeeze into the implementation, allow custom parsers to be specified to the client.
For example:
interfaceClickHouseClientConfigOptions{// ...json?: {// default is JSON.parseparse?: <T=any>(str: string)=>T// default is JSON.stringifystringify?: <T=any>(obj: T)=>string}})
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: