@ -6788,20 +6788,20 @@ You can take control over result mapping by supplying a `Function<Row, T>` that
@@ -6788,20 +6788,20 @@ You can take control over result mapping by supplying a `Function<Row, T>` that
called for each `Row` so it can can return arbitrary values (singular values,
collections and maps, and objects).
The following example extracts the `id` column and emits its value:
The following example extracts the `name` column and emits its value: