This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8e4b1b1 2023/06/13 11:45:20: Generated dev website from
groovy-website@17c1a83
8e4b1b1 is described below
commit 8e4b1b18e1effb906451745725f2e3e2306dc7dd
Author: jenkins <[email protected]>
AuthorDate: Tue Jun 13 11:45:20 2023 +0000
2023/06/13 11:45:20: Generated dev website from groovy-website@17c1a83
---
blog/groovy-dauphine.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/blog/groovy-dauphine.html b/blog/groovy-dauphine.html
index bff0ead..34cfc32 100644
--- a/blog/groovy-dauphine.html
+++ b/blog/groovy-dauphine.html
@@ -79,6 +79,9 @@ we looked at reading and writing CSV files using a number of
CSV libraries. Toda
<a href="https://duckdb.org/">DuckDB</a>
which can read in CSV files on the fly.</p>
</div>
+<div class="paragraph">
+<p>Our goal is very simple, just print out the information but grouped by each
rider’s country.</p>
+</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code
data-lang="groovy">Sql.withInstance('jdbc:duckdb:', 'org.duckdb.DuckDBDriver')
{ sql ->
@@ -140,8 +143,8 @@ println GQ {
</div>
</div>
<div class="paragraph">
-<p>We could have used a CSV library to read in the data, but for this simple
example
-we just used Groovy’s line/text processing capabilities.
+<p>We could use a CSV library to read in the data, but for this simple example
+we’ll just use Groovy’s line/text processing capabilities.
GQuery doesn’t currently have built in equivalents to <code>bar</code>
or <code>string_agg</code>
so we roll our own crude bar character function and aggregators,
<code>aggRiders</code>
and <code>aggPlaces</code>.</p>