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
create table test (id String, data AggregateFunction(quantilesBFloat16(0.5), Float32));
I am trying to insert like this
await clickhouseClient .insert( `insert into test (id, data) VALUES ('1', ( select quantilesBFloat16State(0.5)( arrayJoin( [toFloat32(1)] ) ) ))`, ) .toPromise();
I am not sure if this is the right way to insert to AggregateFunction, getting this error
Error: Scalar `5268235327744482548_13959738211676547465` doesn't exist (internal bug): While processing __getScalar('5268235327744482548_13959738211676547465') AS constant_expression: While executing ValuesBlockInputFormat. (BAD_ARGUMENTS) (version 23.4.2.11 (official build))
Node version - 18.16.0 Clickhouse server version - 23.4.2.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to insert like this
I am not sure if this is the right way to insert to AggregateFunction, getting this error
Node version - 18.16.0
Clickhouse server version - 23.4.2.11
The text was updated successfully, but these errors were encountered: