Class FloatLastAggregator

    • Method Detail

      • getFloat

        public float getFloat()
      • getLong

        public long getLong()
      • 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.