This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git
The following commit(s) were added to refs/heads/main by this push:
new 7fd8244 formatting
7fd8244 is described below
commit 7fd824420cc7fd84821c3215e7b0cf2a6b4a9dde
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Mon Jun 10 22:10:30 2024 -0700
formatting
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index da8540b..d368c0a 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ If you are interested in making contributions to this
project please see our [Co
## Example
-select test.theta_sketch_get_estimate(test.theta_sketch_scalar_union(
- (select test.theta_sketch_agg_string(value, null) from unnest(["1", "2",
"3"]) as value),
- (select test.theta_sketch_agg_string(value, null) from unnest(["3", "4",
"5"]) as value),
- 14, null
-), null);
-
-result: 5
+ select test.theta_sketch_get_estimate(test.theta_sketch_scalar_union(
+ (select test.theta_sketch_agg_string(value, null) from unnest(["1",
"2", "3"]) as value),
+ (select test.theta_sketch_agg_string(value, null) from unnest(["3",
"4", "5"]) as value),
+ 14, null
+ ), null);
+
+ result: 5
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]