public class DoubleMinAggregator extends Object implements Aggregator
Constructor and Description |
---|
DoubleMinAggregator(BaseDoubleColumnValueSelector selector) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate()
Performs aggregation.
|
void |
close() |
Object |
get() |
double |
getDouble()
The default implementation casts
Aggregator.getFloat() to double. |
float |
getFloat() |
long |
getLong() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregateWithSize, isNull
public DoubleMinAggregator(BaseDoubleColumnValueSelector selector)
public void aggregate()
Aggregator
aggregate
in interface Aggregator
public Object get()
get
in interface Aggregator
public float getFloat()
getFloat
in interface Aggregator
public long getLong()
getLong
in interface Aggregator
public double getDouble()
Aggregator
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.getDouble
in interface Aggregator
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface Aggregator
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.