public static class DataToDoubleSummarySketch.IntermediateFinal extends DataToSketchAlgebraicIntermediateFinal<Double,org.apache.datasketches.tuple.adouble.DoubleSummary>
Constructor and Description |
---|
IntermediateFinal()
Constructor for the intermediate and final passes of an Algebraic function.
|
IntermediateFinal(String sketchSize)
Constructor for the intermediate and final passes of an Algebraic function.
|
IntermediateFinal(String sketchSize,
String summaryMode)
Constructor for the intermediate and final passes of an Algebraic function.
|
exec
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public IntermediateFinal()
public IntermediateFinal(String sketchSize)
sketchSize
- String representation of sketch sizepublic IntermediateFinal(String sketchSize, String summaryMode)
sketchSize
- String representation of sketch sizesummaryMode
- String representation of mode (sum, min or max)Copyright © 2015–2019 The Apache Software Foundation. All rights reserved.