public class UnionFrequentStringsSketch extends UnionFrequentItemsSketch<String> implements org.apache.pig.Algebraic
Modifier and Type | Class and Description |
---|---|
static class |
UnionFrequentStringsSketch.Initial |
static class |
UnionFrequentStringsSketch.IntermediateFinal |
Constructor and Description |
---|
UnionFrequentStringsSketch(String sketchSize)
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 UnionFrequentStringsSketch(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.