abstract class SystemAggregator extends java.lang.Object implements ExecAggregator
| Modifier and Type | Field and Description |
|---|---|
private boolean |
eliminatedNulls |
| Constructor and Description |
|---|
SystemAggregator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
accumulate(DataValueDescriptor addend) |
void |
accumulate(DataValueDescriptor addend,
java.lang.Object ga)
Iteratively accumulates the addend into the aggregator.
|
boolean |
didEliminateNulls()
Return true if the aggregation eliminated at least one
null from the input data set.
|
void |
readExternal(java.io.ObjectInput in) |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResult, merge, newAggregator, setupgetTypeFormatIdpublic boolean didEliminateNulls()
ExecAggregatordidEliminateNulls in interface ExecAggregatorpublic void accumulate(DataValueDescriptor addend, java.lang.Object ga) throws StandardException
ExecAggregatoraccumulate in interface ExecAggregatoraddend - the DataValueDescriptor addend (current input to
the aggregation)ga - a result set getterStandardException - on errorprotected abstract void accumulate(DataValueDescriptor addend) throws StandardException
StandardExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.