Class StringAggregateFunction

java.lang.Object
tech.tablesaw.aggregate.AggregateFunction<tech.tablesaw.api.StringColumn,​String>
com.lumiomedical.etl.dataframe.aggregate.StringAggregateFunction

public abstract class StringAggregateFunction
extends tech.tablesaw.aggregate.AggregateFunction<tech.tablesaw.api.StringColumn,​String>
Author:
Pierre Lecerf ([email protected]) Created on 2020/03/07
  • Constructor Details

  • Method Details

    • isCompatibleColumn

      public boolean isCompatibleColumn​(tech.tablesaw.api.ColumnType type)
      Specified by:
      isCompatibleColumn in class tech.tablesaw.aggregate.AggregateFunction<tech.tablesaw.api.StringColumn,​String>
    • returnType

      public tech.tablesaw.api.ColumnType returnType()
      Specified by:
      returnType in class tech.tablesaw.aggregate.AggregateFunction<tech.tablesaw.api.StringColumn,​String>