public class UnionDoubleSummarySketch extends UnionSketch<org.apache.datasketches.tuple.adouble.DoubleSummary> implements org.apache.pig.Algebraic
| Modifier and Type | Class and Description |
|---|---|
static class |
UnionDoubleSummarySketch.Initial |
static class |
UnionDoubleSummarySketch.IntermediateFinal |
| Constructor and Description |
|---|
UnionDoubleSummarySketch()
Constructor with default sketch size and default mode (sum)
|
UnionDoubleSummarySketch(String sketchSize)
Constructor with default mode (sum)
|
UnionDoubleSummarySketch(String sketchSize,
String summaryMode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFinal() |
String |
getInitial() |
String |
getIntermed() |
accumulate, cleanup, exec, getValueallowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic UnionDoubleSummarySketch()
public UnionDoubleSummarySketch(String sketchSize)
sketchSize - String representation of sketch sizepublic String getInitial()
getInitial in interface org.apache.pig.Algebraicpublic String getIntermed()
getIntermed in interface org.apache.pig.Algebraicpublic String getFinal()
getFinal in interface org.apache.pig.AlgebraicCopyright © 2015–2020 The Apache Software Foundation. All rights reserved.