Class LongFirstAggregator

java.lang.Object
org.apache.druid.query.aggregation.firstlast.first.NumericFirstAggregator
org.apache.druid.query.aggregation.firstlast.first.LongFirstAggregator
All Implemented Interfaces:
Closeable, AutoCloseable, Aggregator

public class LongFirstAggregator extends NumericFirstAggregator
  • Constructor Details

  • Method Details

    • get

      public Object get()
    • getFloat

      public float getFloat()
    • getDouble

      public double getDouble()
      Description copied from interface: Aggregator
      The default implementation casts Aggregator.getFloat() to double. This default method is added to enable smooth backward compatibility, please re-implement it if your aggregators work with numeric double columns.
    • getLong

      public long getLong()