I - the type of the input valuespublic interface KeyFunction<I> extends Function<List<I>,Object>
Implementors define Function.apply(Object) to accept a data frame row as
input and return a key value, most commonly used by
DataFrame.groupBy(KeyFunction).
Copyright © 2019. All rights reserved.