https://ci.apache.org/projects/flink/flink-docs-master/apis/batch/dataset_transformations.html
On Wed, Aug 10, 2016 at 11:06 PM, Punit Naik <[email protected]> wrote: > Hi > > I have a dataset like this: > > val x : Dataset[Long]… > > I wanted to get the minimum or the maximum Long value. How do I do it?
