public class TimestampAggregator extends Object implements Aggregator
Constructor and Description |
---|
TimestampAggregator(String name,
ObjectColumnSelector selector,
TimestampSpec timestampSpec,
Comparator<Long> comparator,
Long initValue) |
Modifier and Type | Method and Description |
---|---|
void |
aggregate() |
Aggregator |
clone() |
void |
close() |
Object |
get() |
float |
getFloat() |
long |
getLong() |
void |
reset() |
public TimestampAggregator(String name, ObjectColumnSelector selector, TimestampSpec timestampSpec, Comparator<Long> comparator, Long initValue)
public void aggregate()
aggregate
in interface Aggregator
public void reset()
reset
in interface Aggregator
public Object get()
get
in interface Aggregator
public float getFloat()
getFloat
in interface Aggregator
public void close()
close
in interface Aggregator
close
in interface Closeable
close
in interface AutoCloseable
public long getLong()
getLong
in interface Aggregator
public Aggregator clone()
Copyright © 2011–2017. All rights reserved.