Writing your own aggregation

This guide will walk you through how to write your own custom aggregation.

For our first aggregation, we want to compute the average length of Strings in a column. To do this, we …