Proto commits in cube-js/cube

These 2 commits are when the Protocol Buffers files have changed:

Commit:2cd9cb2
Author:Dmitry Patsura
Committer:Dmitry Patsura

chore: Split workspaces in rust directory for cubesql/cubestore

The documentation is generated from this commit.

Commit:357ecef
Author:Ilya Biryukov
Committer:GitHub

feat(cubestore): HyperLogLog++ support for BigQuery (#1872) * chore(cubestore): port ZetaSketch to Rust This is a direct port of the [ZetaSketch](https://github.com/google/zetasketch) library. See README.md for details. * feat(cubestore): Support HyperLogLog++ sketches This allows to consume HyperLogLog sketches produced by BigQuery.