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