A B C D E F G H I J L M N O P R S T U V W X

A

add(Key) - Method in class brickhouse.udf.bloom.BloomFilter
 
AddDaysUDF - Class in brickhouse.udf.date
Simple date add UDF.
AddDaysUDF() - Constructor for class brickhouse.udf.date.AddDaysUDF
 
addHash(long) - Method in class brickhouse.analytics.uniques.SketchSet
for testing
addHashItem(long, String) - Method in class brickhouse.analytics.uniques.SketchSet
 
addItem(String) - Method in interface brickhouse.analytics.uniques.ICountDistinct
 
addItem(String) - Method in class brickhouse.analytics.uniques.SketchSet
 
addKeyValue(String, String) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
 
and(Filter) - Method in class brickhouse.udf.bloom.BloomFilter
 
AppendArrayUDF - Class in brickhouse.udf.collect
Append an object to the end of an Array XXX Fix possible ObjectInspector problems
AppendArrayUDF() - Constructor for class brickhouse.udf.collect.AppendArrayUDF
 
ArrayIndexOfUDF - Class in brickhouse.udf.collect
 
ArrayIndexOfUDF() - Constructor for class brickhouse.udf.collect.ArrayIndexOfUDF
 
ArrayIndexUDF - Class in brickhouse.udf.collect
Workaround for the Hive bug https://issues.apache.org/jira/browse/HIVE-1955 FAILED: Error in semantic analysis: Line 4:3 Non-constant expressions for array indexes not supported key Use instead of [ ] syntax,
ArrayIndexUDF() - Constructor for class brickhouse.udf.collect.ArrayIndexUDF
 
ArrayIntersectUDF - Class in brickhouse.udf.collect
Return a map of entries from a map, for a given set of keys.
ArrayIntersectUDF() - Constructor for class brickhouse.udf.collect.ArrayIntersectUDF
 
ArrayRangeUDF - Class in brickhouse.udf.collect
Based on java.util.Arrays.copyOfRange
ArrayRangeUDF() - Constructor for class brickhouse.udf.collect.ArrayRangeUDF
 
AssertEqualsUDF - Class in brickhouse.udf.sanity
 
AssertEqualsUDF() - Constructor for class brickhouse.udf.sanity.AssertEqualsUDF
 
AssertLessThanUDF - Class in brickhouse.udf.sanity
 
AssertLessThanUDF() - Constructor for class brickhouse.udf.sanity.AssertLessThanUDF
 
AssertUDF - Class in brickhouse.udf.sanity
 
AssertUDF() - Constructor for class brickhouse.udf.sanity.AssertUDF
 

B

BalancedKeySaltUDF - Class in brickhouse.hbase
Generate an HBase Key for a string, which should be evenly balanced across N regions.
BalancedKeySaltUDF() - Constructor for class brickhouse.hbase.BalancedKeySaltUDF
 
BATCH_SIZE_TAG - Static variable in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
BatchGetUDF - Class in brickhouse.hbase
Simple UDF for doing batch GET's from an HBase table ..
BatchGetUDF() - Constructor for class brickhouse.hbase.BatchGetUDF
 
BatchPutUDAF - Class in brickhouse.hbase
Retrieve from HBase by doing bulk s from an aggregate function call.
BatchPutUDAF() - Constructor for class brickhouse.hbase.BatchPutUDAF
 
BatchPutUDAF.BatchPutUDAFEvaluator - Class in brickhouse.hbase
 
BatchPutUDAF.BatchPutUDAFEvaluator() - Constructor for class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer - Class in brickhouse.hbase
 
BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer() - Constructor for class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
 
batchUpdate(BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer, boolean) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
BloomAndUDF - Class in brickhouse.udf.bloom
 
BloomAndUDF() - Constructor for class brickhouse.udf.bloom.BloomAndUDF
 
BloomContainsUDF - Class in brickhouse.udf.bloom
Returns true if the bloom (probably) contains the string
BloomContainsUDF() - Constructor for class brickhouse.udf.bloom.BloomContainsUDF
 
BloomFactory - Class in brickhouse.udf.bloom
Utility class for construction and serialization of BloomFilters ...
BloomFactory() - Constructor for class brickhouse.udf.bloom.BloomFactory
 
BloomFilter - Class in brickhouse.udf.bloom
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilter() - Constructor for class brickhouse.udf.bloom.BloomFilter
Default constructor - use with readFields
BloomFilter(int, int, int) - Constructor for class brickhouse.udf.bloom.BloomFilter
Constructor
BloomNotUDF - Class in brickhouse.udf.bloom
 
BloomNotUDF() - Constructor for class brickhouse.udf.bloom.BloomNotUDF
 
BloomOrUDF - Class in brickhouse.udf.bloom
 
BloomOrUDF() - Constructor for class brickhouse.udf.bloom.BloomOrUDF
 
BloomUDAF - Class in brickhouse.udf.bloom
Construct a BloomFilter by aggregating on keys Uses hadoop util BloomFilter class Use with bloom_contains( key, bloomfile ); insert overwrite local directory bloomfile select bloom( ks_uid ) from big_table where premise = true; add file bloomfile; select ks_uid from other_big_table where bloom_contains( key, distributed_bloom('bloomfile') );
BloomUDAF() - Constructor for class brickhouse.udf.bloom.BloomUDAF
 
BloomUDAF.BloomUDAFEvaluator - Class in brickhouse.udf.bloom
 
BloomUDAF.BloomUDAFEvaluator() - Constructor for class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
brickhouse.analytics.uniques - package brickhouse.analytics.uniques
 
brickhouse.hbase - package brickhouse.hbase
 
brickhouse.hive.hook - package brickhouse.hive.hook
 
brickhouse.hive.serde - package brickhouse.hive.serde
 
brickhouse.udf.bloom - package brickhouse.udf.bloom
 
brickhouse.udf.collect - package brickhouse.udf.collect
 
brickhouse.udf.date - package brickhouse.udf.date
 
brickhouse.udf.dcache - package brickhouse.udf.dcache
 
brickhouse.udf.hll - package brickhouse.udf.hll
 
brickhouse.udf.json - package brickhouse.udf.json
 
brickhouse.udf.sanity - package brickhouse.udf.sanity
 
brickhouse.udf.sketch - package brickhouse.udf.sketch
 
brickhouse.udf.timeseries - package brickhouse.udf.timeseries
 

C

CachedGetUDF - Class in brickhouse.hbase
Load data from HBase, and cache locally in memory, for faster access.
CachedGetUDF() - Constructor for class brickhouse.hbase.CachedGetUDF
 
calculateSimHash() - Method in class brickhouse.analytics.uniques.SketchSet
 
CastArrayUDF - Class in brickhouse.udf.collect
Cast an Array of objects to an Array of a different type to avoid Hive UDF casting problems
CastArrayUDF() - Constructor for class brickhouse.udf.collect.CastArrayUDF
 
CastMapUDF - Class in brickhouse.udf.collect
Cast an Map to the string to string map Based on CastArrayUDF.
CastMapUDF() - Constructor for class brickhouse.udf.collect.CastMapUDF
 
castToPrimitiveNumeric(double, PrimitiveObjectInspector.PrimitiveCategory) - Static method in class brickhouse.udf.timeseries.NumericUtil
Cast a double to an object required by the ObjectInspector associated with the given PrimitiveCategory
checkConfig(Map<String, String>) - Static method in class brickhouse.hbase.HTableFactory
Throws RuntimeException if config is incomplete.
checkFatalErrors(Counters, StringBuilder) - Method in class brickhouse.hive.hook.CompositePreExecuteHook
 
clear() - Method in class brickhouse.analytics.uniques.SketchSet
 
close() - Method in class brickhouse.hbase.HbaseScanUDTF
 
close() - Method in class brickhouse.udf.collect.ConditionalEmit
 
close() - Method in class brickhouse.udf.collect.NumericRange
 
close() - Method in class brickhouse.udf.date.DateRangeUDTF
 
CollectMaxUDAF - Class in brickhouse.udf.collect
 
CollectMaxUDAF() - Constructor for class brickhouse.udf.collect.CollectMaxUDAF
 
CollectMaxUDAF.MapCollectMaxUDAFEvaluator - Class in brickhouse.udf.collect
 
CollectMaxUDAF.MapCollectMaxUDAFEvaluator() - Constructor for class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue - Class in brickhouse.udf.collect
 
CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue(String, Double) - Constructor for class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
CollectUDAF - Class in brickhouse.udf.collect
 
CollectUDAF() - Constructor for class brickhouse.udf.collect.CollectUDAF
 
CollectUDAF.ArrayCollectUDAFEvaluator - Class in brickhouse.udf.collect
 
CollectUDAF.ArrayCollectUDAFEvaluator() - Constructor for class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
CollectUDAF.MapCollectUDAFEvaluator - Class in brickhouse.udf.collect
 
CollectUDAF.MapCollectUDAFEvaluator() - Constructor for class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
combine(SketchSet) - Method in class brickhouse.analytics.uniques.SketchSet
 
CombineHyperLogLogUDF - Class in brickhouse.udf.hll
Combine two HyperLogLog++ structures together.
CombineHyperLogLogUDF() - Constructor for class brickhouse.udf.hll.CombineHyperLogLogUDF
 
CombinePreviousSketchUDF - Class in brickhouse.udf.sketch
UDF for combining two lists or two maps together, across multiple rows, ( in a grouping ), so that state can be store, and we can calculate things like "previous actors"
CombinePreviousSketchUDF() - Constructor for class brickhouse.udf.sketch.CombinePreviousSketchUDF
 
CombineSketchUDF - Class in brickhouse.udf.sketch
UDF to combine two sketch sets, to estimate size of set union.
CombineSketchUDF() - Constructor for class brickhouse.udf.sketch.CombineSketchUDF
 
CombineUDF - Class in brickhouse.udf.collect
UDF for combining two lists or two maps together.
CombineUDF() - Constructor for class brickhouse.udf.collect.CombineUDF
 
CombineUniqueUDAF - Class in brickhouse.udf.collect
Aggregate function to combine several lists together to return a list of unique values
CombineUniqueUDAF() - Constructor for class brickhouse.udf.collect.CombineUniqueUDAF
 
CombineUniqueUDAF.CombineUniqueUDAFEvaluator - Class in brickhouse.udf.collect
 
CombineUniqueUDAF.CombineUniqueUDAFEvaluator() - Constructor for class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
compareTo(Object) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
compareTo(Object) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
CompositePreExecuteHook - Class in brickhouse.hive.hook
 
CompositePreExecuteHook() - Constructor for class brickhouse.hive.hook.CompositePreExecuteHook
 
ConditionalEmit - Class in brickhouse.udf.collect
ConditionalEmit takes an array of booleans and strings, and emits records if the boolean is true.
ConditionalEmit() - Constructor for class brickhouse.udf.collect.ConditionalEmit
 
ConvertFromCamelCaseUDF - Class in brickhouse.udf.json
 
ConvertFromCamelCaseUDF() - Constructor for class brickhouse.udf.json.ConvertFromCamelCaseUDF
 
ConvertToCamelCaseUDF - Class in brickhouse.udf.json
 
ConvertToCamelCaseUDF() - Constructor for class brickhouse.udf.json.ConvertToCamelCaseUDF
 
ConvertToSketchUDF - Class in brickhouse.udf.sketch
 
ConvertToSketchUDF() - Constructor for class brickhouse.udf.sketch.ConvertToSketchUDF
 

D

DateRangeUDTF - Class in brickhouse.udf.date
DateRange is a UDTF for generating days from start date to end_date, inclusively.
DateRangeUDTF() - Constructor for class brickhouse.udf.date.DateRangeUDTF
 
DayDiffUDF - Class in brickhouse.udf.date
Given two dates in YYYYMMDD, return the number of days between midnight on each day..
DayDiffUDF() - Constructor for class brickhouse.udf.date.DayDiffUDF
 
DEFAULT_FALSE_POS_PROB - Static variable in class brickhouse.udf.bloom.BloomFactory
 
DEFAULT_HASH_TYPE - Static variable in class brickhouse.udf.bloom.BloomFactory
 
DEFAULT_MAX_ITEMS - Static variable in class brickhouse.analytics.uniques.SketchSet
 
DEFAULT_MAX_VALUES - Static variable in class brickhouse.udf.collect.CollectMaxUDAF
 
DEFAULT_MAX_VALUES - Static variable in class brickhouse.udf.collect.UnionMaxUDAF
 
DEFAULT_NUM_ELEMENTS - Static variable in class brickhouse.udf.bloom.BloomFactory
 
DEFAULT_SKETCH_SET_SIZE - Static variable in class brickhouse.udf.sketch.SketchSetUDAF
 
DEFAULT_SKETCH_SET_SIZE - Static variable in class brickhouse.udf.sketch.UnionSketchSetUDAF
 
deserialize(Writable) - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
DistributedBloomUDF - Class in brickhouse.udf.bloom
UDF to acccess a bloom stored from a file stored in distributed cache Assumes the file is a tab-separated file of name-value pairs, which has been placed in distributed cache using the "add file" command Example INSERT OVERWRITE LOCAL DIRECTORY mybloom select bloom(key) from my_map_table where premise=true; ADD FILE mybloom; select * from my_big_table where bloom_contains( key, distributed_bloom('mybloom') ) == true;
DistributedBloomUDF() - Constructor for class brickhouse.udf.bloom.DistributedBloomUDF
 
DistributedMapUDF - Class in brickhouse.udf.dcache
UDF to access a distributed map file Assumes the file is a tab-separated file of name-value pairs, which has been placed in distributed cache using the "add file" command Example INSERT OVERWRITE LOCAL DIRECTORY mymap select key,value from my_map_table; ADD FILE mymap; select key, val* distributed_map( key, 'mymap') from the_table; If one argument is passed in, it is assumed to be a filename, containing a map of type map, and the entire map is returned.
DistributedMapUDF() - Constructor for class brickhouse.udf.dcache.DistributedMapUDF
 

E

equals(Object) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
equals(Object) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
EstimateCardinalityUDF - Class in brickhouse.udf.hll
Interpret a list of strings as a sketch_set and return an estimated reach number
EstimateCardinalityUDF() - Constructor for class brickhouse.udf.hll.EstimateCardinalityUDF
 
EstimatedReach(String, int) - Static method in class brickhouse.analytics.uniques.SketchSet
 
EstimatedReach(long, int) - Static method in class brickhouse.analytics.uniques.SketchSet
 
EstimatedReachUDF - Class in brickhouse.udf.sketch
Interpret a list of strings as a sketch_set and return an estimated reach number
EstimatedReachUDF() - Constructor for class brickhouse.udf.sketch.EstimatedReachUDF
 
estimateReach() - Method in interface brickhouse.analytics.uniques.ICountDistinct
 
estimateReach() - Method in class brickhouse.analytics.uniques.SketchSet
 
evaluate(String, int) - Method in class brickhouse.hbase.BalancedKeySaltUDF
 
evaluate(Map<String, String>, List<String>) - Method in class brickhouse.hbase.BatchGetUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.hbase.CachedGetUDF
 
evaluate(String, int) - Method in class brickhouse.hbase.GenerateBalancedKeyUDF
 
evaluate(Map<String, String>, String) - Method in class brickhouse.hbase.GetUDF
 
evaluate(Map<String, String>, String, String) - Method in class brickhouse.hbase.PutUDF
 
evaluate(Map<String, String>, Map<String, String>) - Method in class brickhouse.hbase.PutUDF
 
evaluate(Long) - Method in class brickhouse.hbase.SaltedBigIntUDF
Deprecated.  
evaluate() - Method in class brickhouse.hbase.TaskAttemptUDF
 
evaluate(String, String) - Method in class brickhouse.udf.bloom.BloomAndUDF
 
evaluate(String, String) - Method in class brickhouse.udf.bloom.BloomContainsUDF
 
evaluate(String) - Method in class brickhouse.udf.bloom.BloomNotUDF
 
evaluate(String, String) - Method in class brickhouse.udf.bloom.BloomOrUDF
 
evaluate(String, Boolean) - Method in class brickhouse.udf.bloom.DistributedBloomUDF
Load a BloomFilter to the local in memory cache ...
evaluate(String) - Method in class brickhouse.udf.bloom.DistributedBloomUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.bloom.DistributedBloomUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.AppendArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.ArrayIndexOfUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.ArrayIndexUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.ArrayIntersectUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.ArrayRangeUDF
 
evaluate(List<Object>) - Method in class brickhouse.udf.collect.CastArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.CastArrayUDF
 
evaluate(Map<Object, Object>) - Method in class brickhouse.udf.collect.CastMapUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.CastMapUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.CombineUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.FirstIndexUDF
 
evaluate(String) - Method in class brickhouse.udf.collect.GroupCountUDF
 
evaluate(List<Object>, String) - Method in class brickhouse.udf.collect.JoinArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.JoinArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.LastIndexUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.MapFilterKeysUDF
 
evaluate(Map<String, Double>, String) - Method in class brickhouse.udf.collect.MapIndexUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.MapIndexUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.MapKeyValuesUDF
 
evaluate(List, List) - Method in class brickhouse.udf.collect.SetDifferenceUDF
 
evaluate(Map, Map) - Method in class brickhouse.udf.collect.SetDifferenceUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.SetDifferenceUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.TruncateArrayUDF
 
evaluate(String, int) - Method in class brickhouse.udf.date.AddDaysUDF
 
evaluate(String, String) - Method in class brickhouse.udf.date.DayDiffUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.dcache.DistributedMapUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.hll.CombineHyperLogLogUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.hll.EstimateCardinalityUDF
 
evaluate(String) - Method in class brickhouse.udf.json.ConvertFromCamelCaseUDF
 
evaluate(String) - Method in class brickhouse.udf.json.ConvertToCamelCaseUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.json.FromJsonUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.json.JsonMapUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.json.JsonSplitUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.json.ToJsonUDF
 
evaluate(Double, Double) - Method in class brickhouse.udf.sanity.AssertEqualsUDF
 
evaluate(Double, Double) - Method in class brickhouse.udf.sanity.AssertLessThanUDF
 
evaluate(Boolean, String) - Method in class brickhouse.udf.sanity.AssertUDF
 
evaluate(Boolean) - Method in class brickhouse.udf.sanity.AssertUDF
 
evaluate(String) - Method in class brickhouse.udf.sanity.ThrowErrorUDF
 
evaluate(String, Integer, Map<String, Double>, Long) - Method in class brickhouse.udf.sanity.WriteToGraphiteUDF
 
evaluate(String, Integer, Map<String, Double>) - Method in class brickhouse.udf.sanity.WriteToGraphiteUDF
 
evaluate(String, Integer, String, Double, Long) - Method in class brickhouse.udf.sanity.WriteToGraphiteUDF
 
evaluate(String, Integer, String, Double) - Method in class brickhouse.udf.sanity.WriteToGraphiteUDF
 
evaluate(String, Integer, Map<String, Double>, String, Long) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(String, Integer, Map<String, Double>, String) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(String, Integer, Map<String, Double>) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(String, Integer, String, Double, String, Long) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(String, Integer, String, Double, String) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(String, Integer, String, Double) - Method in class brickhouse.udf.sanity.WriteToTSDBUDF
 
evaluate(List<String>, List<String>) - Method in class brickhouse.udf.sketch.CombinePreviousSketchUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.sketch.CombinePreviousSketchUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.sketch.CombineSketchUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.sketch.ConvertToSketchUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.sketch.EstimatedReachUDF
 
evaluate(String) - Method in class brickhouse.udf.sketch.HashMD5UDF
 
evaluate(Text) - Method in class brickhouse.udf.sketch.Md5
 
evaluate(List<String>, List<String>) - Method in class brickhouse.udf.sketch.SetSimilarityUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.sketch.SketchHashesUDF
 
evaluate(List<Object>, int) - Method in class brickhouse.udf.timeseries.MovingAvgUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.MovingAvgUDF
 
evaluate(List<Object>, int) - Method in class brickhouse.udf.timeseries.MovingStdevUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.MovingStdevUDF
 
evaluate(List<Object>) - Method in class brickhouse.udf.timeseries.SumArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.SumArrayUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorAddUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorCrossProductUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorDotProductUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorMultUDF
 
evaluate(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.timeseries.VectorNormalizeUDF
 
evaluateList(Object, Object) - Method in class brickhouse.udf.timeseries.VectorAddUDF
 
evaluateList(Object, Object) - Method in class brickhouse.udf.timeseries.VectorCrossProductUDF
 
evaluateList(Object, Object) - Method in class brickhouse.udf.timeseries.VectorDotProductUDF
 
evaluateList(Object) - Method in class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
evaluateList(Object, double) - Method in class brickhouse.udf.timeseries.VectorMultUDF
 
evaluateList(Object) - Method in class brickhouse.udf.timeseries.VectorNormalizeUDF
 
evaluateMap(Object, Object) - Method in class brickhouse.udf.timeseries.VectorAddUDF
 
evaluateMap(Object, Object) - Method in class brickhouse.udf.timeseries.VectorCrossProductUDF
 
evaluateMap(Object, Object) - Method in class brickhouse.udf.timeseries.VectorDotProductUDF
 
evaluateMap(Object) - Method in class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
evaluateMap(Object, double) - Method in class brickhouse.udf.timeseries.VectorMultUDF
 
evaluateMap(Object) - Method in class brickhouse.udf.timeseries.VectorNormalizeUDF
 

F

FirstIndexUDF - Class in brickhouse.udf.collect
Return the first element in an array.
FirstIndexUDF() - Constructor for class brickhouse.udf.collect.FirstIndexUDF
 
FlumeJsonSerDe - Class in brickhouse.hive.serde
 
FlumeJsonSerDe() - Constructor for class brickhouse.hive.serde.FlumeJsonSerDe
 
FromCamelCase(String) - Static method in class brickhouse.udf.json.FromJsonUDF
Converts from CamelCase to a string containing underscores.
FromJsonUDF - Class in brickhouse.udf.json
Generate an arbitrary Hive structure from a JSON string, and an example template object.
FromJsonUDF() - Constructor for class brickhouse.udf.json.FromJsonUDF
 

G

GenerateBalancedKeyUDF - Class in brickhouse.hbase
Generate an HBase Key for a string, which should be evenly balanced across N regions.
GenerateBalancedKeyUDF() - Constructor for class brickhouse.hbase.GenerateBalancedKeyUDF
 
GenerateInspectorHandle(ObjectInspector) - Static method in class brickhouse.udf.json.InspectorHandle.InspectorHandleFactory
 
GenerateInspectorHandleFromTypeInfo(String) - Static method in class brickhouse.udf.json.InspectorHandle.InspectorHandleFactory
 
GetBloomFilter(String) - Static method in class brickhouse.udf.bloom.BloomFactory
Generic method for getting BloomFilter from a string.
getColumns() - Method in class brickhouse.hbase.HbaseScanUDTF
 
getColumns(Result) - Method in class brickhouse.hbase.HbaseScanUDTF
 
getConfigFromConstMapInspector(ObjectInspector) - Static method in class brickhouse.hbase.HTableFactory
 
getDisplayString(String[]) - Method in class brickhouse.hbase.CachedGetUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.bloom.DistributedBloomUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.AppendArrayUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.ArrayIndexOfUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.ArrayIndexUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.ArrayIntersectUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.ArrayRangeUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.CastArrayUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.CastMapUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.CombineUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.FirstIndexUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.JoinArrayUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.LastIndexUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.MapFilterKeysUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.MapIndexUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.MapKeyValuesUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.SetDifferenceUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.collect.TruncateArrayUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.dcache.DistributedMapUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.hll.CombineHyperLogLogUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.hll.EstimateCardinalityUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.json.FromJsonUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.json.JsonMapUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.json.JsonSplitUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.json.ToJsonUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.sketch.CombinePreviousSketchUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.sketch.CombineSketchUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.sketch.ConvertToSketchUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.sketch.EstimatedReachUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.sketch.SketchHashesUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.MovingAvgUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.MovingStdevUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.SumArrayUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorAddUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorCrossProductUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorDotProductUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorMultUDF
 
getDisplayString(String[]) - Method in class brickhouse.udf.timeseries.VectorNormalizeUDF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.hbase.BatchPutUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.CollectMaxUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.CollectUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.CombineUniqueUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF
Parameters are event date, event count, event uniques, asof date, period array ,
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.UnionMaxUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.collect.UnionUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.hll.HyperLogLogUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF
Parameters are event date, event count, event uniques, asof date, period array ,
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.sketch.SketchSetUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF
 
getEvaluator(TypeInfo[]) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF
 
getHashItemMap() - Method in class brickhouse.analytics.uniques.SketchSet
 
getHTable(Map<String, String>) - Static method in class brickhouse.hbase.HTableFactory
 
getIndexes(GenericUDF.DeferredObject[]) - Method in class brickhouse.udf.collect.ArrayRangeUDF
 
getKey() - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
getKey() - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
getMaxItems() - Method in class brickhouse.analytics.uniques.SketchSet
 
getMinHashes() - Method in class brickhouse.analytics.uniques.SketchSet
 
getMinHashItems() - Method in class brickhouse.analytics.uniques.SketchSet
 
GetNamedBloomFilter(String) - Static method in class brickhouse.udf.bloom.BloomFactory
 
getNewAggregationBuffer() - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
getNewAggregationBuffer() - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
getNumericValue(PrimitiveObjectInspector, Object) - Static method in class brickhouse.udf.timeseries.NumericUtil
Cast the output of a Numeric ObjectInspector to a double
getObjectInspector() - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
getQualifier() - Method in class brickhouse.hbase.HbaseScanUDTF
 
getReturnType() - Method in interface brickhouse.udf.json.InspectorHandle
 
getReturnType() - Method in class brickhouse.udf.json.InspectorHandle.ListHandle
 
getReturnType() - Method in class brickhouse.udf.json.InspectorHandle.MapHandle
 
getReturnType() - Method in class brickhouse.udf.json.InspectorHandle.PrimitiveHandle
 
getReturnType() - Method in class brickhouse.udf.json.InspectorHandle.StructHandle
 
getSerDeStats() - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
getSerializedClass() - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
getTable() - Method in class brickhouse.hbase.HbaseScanUDTF
 
GetUDF - Class in brickhouse.hbase
Simple UDF for doing single PUT into HBase table ..
GetUDF() - Constructor for class brickhouse.hbase.GetUDF
 
getValue(String) - Method in class brickhouse.hbase.CachedGetUDF
 
getValue() - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
getValue() - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
getVectorSize() - Method in class brickhouse.udf.bloom.BloomFilter
 
GroupCountUDF - Class in brickhouse.udf.collect
GroupCountUDF provides a sequence number for all rows which have the same value for a particular grouping.
GroupCountUDF() - Constructor for class brickhouse.udf.collect.GroupCountUDF
 

H

HashMD5UDF - Class in brickhouse.udf.sketch
Calculate the MD5 hash for a String.
HashMD5UDF() - Constructor for class brickhouse.udf.sketch.HashMD5UDF
 
HbaseScanUDTF - Class in brickhouse.hbase
 
HbaseScanUDTF() - Constructor for class brickhouse.hbase.HbaseScanUDTF
 
HTableFactory - Class in brickhouse.hbase
Common code to access HTables
HTableFactory() - Constructor for class brickhouse.hbase.HTableFactory
 
HyperLogLogUDAF - Class in brickhouse.udf.hll
Aggregate and return a HyperLogLog.
HyperLogLogUDAF() - Constructor for class brickhouse.udf.hll.HyperLogLogUDAF
 
HyperLogLogUDAF.HyperLogLogUDAFEvaluator - Class in brickhouse.udf.hll
 
HyperLogLogUDAF.HyperLogLogUDAFEvaluator() - Constructor for class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 

I

ICountDistinct - Interface in brickhouse.analytics.uniques
Interface for counting distinct items, so that different implementations can be compared and substituted.
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
init() - Method in class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
init(GenericUDAFEvaluator.Mode, ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
initialize(ObjectInspector[]) - Method in class brickhouse.hbase.CachedGetUDF
User should pass in a constant Map of HBase parameters, the String key to look up,
initialize(ObjectInspector[]) - Method in class brickhouse.hbase.HbaseScanUDTF
 
initialize(Configuration, Properties) - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.bloom.DistributedBloomUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.AppendArrayUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.ArrayIndexOfUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.ArrayIndexUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.ArrayIntersectUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.ArrayRangeUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.CastArrayUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.CastMapUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.CombineUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.ConditionalEmit
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.FirstIndexUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.JoinArrayUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.LastIndexUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.MapFilterKeysUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.MapIndexUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.MapKeyValuesUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.NumericRange
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.SetDifferenceUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.collect.TruncateArrayUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.date.DateRangeUDTF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.dcache.DistributedMapUDF
Either one, two or three values can be passed in.
initialize(ObjectInspector[]) - Method in class brickhouse.udf.hll.CombineHyperLogLogUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.hll.EstimateCardinalityUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.json.FromJsonUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.json.JsonMapUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.json.JsonSplitUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.json.ToJsonUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.sketch.CombinePreviousSketchUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.sketch.CombineSketchUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.sketch.ConvertToSketchUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.sketch.EstimatedReachUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.sketch.SketchHashesUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.MovingAvgUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.MovingStdevUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.SumArrayUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorAddUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorCrossProductUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorDotProductUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorMultUDF
 
initialize(ObjectInspector[]) - Method in class brickhouse.udf.timeseries.VectorNormalizeUDF
 
InspectorHandle - Interface in brickhouse.udf.json
 
InspectorHandle.InspectorHandleFactory - Class in brickhouse.udf.json
 
InspectorHandle.InspectorHandleFactory() - Constructor for class brickhouse.udf.json.InspectorHandle.InspectorHandleFactory
 
InspectorHandle.ListHandle - Class in brickhouse.udf.json
 
InspectorHandle.ListHandle(ListObjectInspector) - Constructor for class brickhouse.udf.json.InspectorHandle.ListHandle
 
InspectorHandle.MapHandle - Class in brickhouse.udf.json
 
InspectorHandle.MapHandle(MapObjectInspector) - Constructor for class brickhouse.udf.json.InspectorHandle.MapHandle
 
InspectorHandle.PrimitiveHandle - Class in brickhouse.udf.json
 
InspectorHandle.PrimitiveHandle(PrimitiveObjectInspector) - Constructor for class brickhouse.udf.json.InspectorHandle.PrimitiveHandle
 
InspectorHandle.StructHandle - Class in brickhouse.udf.json
If one passes a named-struct in, then one can parse arbitrary structures
InspectorHandle.StructHandle(StructObjectInspector) - Constructor for class brickhouse.udf.json.InspectorHandle.StructHandle
 
isNumericCategory(PrimitiveObjectInspector.PrimitiveCategory) - Static method in class brickhouse.udf.timeseries.NumericUtil
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
iterate(String) - Method in class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
iterate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 

J

JoinArrayUDF - Class in brickhouse.udf.collect
Return a Ruby-like Array join , appending a separator between
JoinArrayUDF() - Constructor for class brickhouse.udf.collect.JoinArrayUDF
 
JsonMapUDF - Class in brickhouse.udf.json
Given a JSON String containing a map with values of all the same type, return a Hive map of key-value pairs
JsonMapUDF() - Constructor for class brickhouse.udf.json.JsonMapUDF
 
JsonSplitUDF - Class in brickhouse.udf.json
UDF to split a JSON array into individual json strings ...
JsonSplitUDF() - Constructor for class brickhouse.udf.json.JsonSplitUDF
 

L

lastHash() - Method in class brickhouse.analytics.uniques.SketchSet
 
LastIndexUDF - Class in brickhouse.udf.collect
Workaround for the Hive bug https://issues.apache.org/jira/browse/HIVE-1955 FAILED: Error in semantic analysis: Line 4:3 Non-constant expressions for array indexes not supported key Use instead of [ ] syntax,
LastIndexUDF() - Constructor for class brickhouse.udf.collect.LastIndexUDF
 
lastItem() - Method in class brickhouse.analytics.uniques.SketchSet
 
logPlanProgress(SessionState) - Method in class brickhouse.hive.hook.CompositePreExecuteHook
 

M

MapFilterKeysUDF - Class in brickhouse.udf.collect
Return a map of entries from a map, for a given set of keys.
MapFilterKeysUDF() - Constructor for class brickhouse.udf.collect.MapFilterKeysUDF
 
MapIndexUDF - Class in brickhouse.udf.collect
Workaround for the Hive bug https://issues.apache.org/jira/browse/HIVE-1955 FAILED: Error in semantic analysis: Line 4:3 Non-constant expressions for array indexes not supported key Use instead of [ ] syntax,
MapIndexUDF() - Constructor for class brickhouse.udf.collect.MapIndexUDF
 
MapKeyValuesUDF - Class in brickhouse.udf.collect
Given a Map, return an Array of structs containing key and value
MapKeyValuesUDF() - Constructor for class brickhouse.udf.collect.MapKeyValuesUDF
 
Md5 - Class in brickhouse.udf.sketch
Calculate md5 of the string
Md5() - Constructor for class brickhouse.udf.sketch.Md5
 
membershipTest(Key) - Method in class brickhouse.udf.bloom.BloomFilter
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
merge(String) - Method in class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
merge(GenericUDAFEvaluator.AggregationBuffer, Object) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
MovingAvgUDF - Class in brickhouse.udf.timeseries
Moving average of a timeseries array of data
MovingAvgUDF() - Constructor for class brickhouse.udf.timeseries.MovingAvgUDF
 
MovingStdevUDF - Class in brickhouse.udf.timeseries
Moving standard deviation of a time series array of data
MovingStdevUDF() - Constructor for class brickhouse.udf.timeseries.MovingStdevUDF
 
MultiDayCounterUDAF - Class in brickhouse.udf.collect
Count and count uniques for several day periods ( i.e produce 1, 7 and 30 counts for various events)
MultiDayCounterUDAF() - Constructor for class brickhouse.udf.collect.MultiDayCounterUDAF
 
MultiDayCounterUDAF.MultiDayAggUDAFEvaluator - Class in brickhouse.udf.collect
 
MultiDayCounterUDAF.MultiDayAggUDAFEvaluator() - Constructor for class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
MultiDaySketcherUDAF - Class in brickhouse.udf.sketch
XXX Snarfed from multiday counter ...
MultiDaySketcherUDAF() - Constructor for class brickhouse.udf.sketch.MultiDaySketcherUDAF
 
MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator - Class in brickhouse.udf.sketch
 
MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator() - Constructor for class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 

N

NewBloomInstance() - Static method in class brickhouse.udf.bloom.BloomFactory
 
NewBloomInstance(int, double) - Static method in class brickhouse.udf.bloom.BloomFactory
 
NewBloomInstance(double, int, int) - Static method in class brickhouse.udf.bloom.BloomFactory
 
not() - Method in class brickhouse.udf.bloom.BloomFilter
 
NUMBER_OF_BLOOMS - Static variable in class brickhouse.udf.bloom.BloomFactory
 
NumericRange - Class in brickhouse.udf.collect
NumericRange is a UDTF for generating a range of integers, useful for accessing array elements during a lateral view.
NumericRange() - Constructor for class brickhouse.udf.collect.NumericRange
 
NumericUtil - Class in brickhouse.udf.timeseries
 
NumericUtil() - Constructor for class brickhouse.udf.timeseries.NumericUtil
 

O

or(Filter) - Method in class brickhouse.udf.bloom.BloomFilter
 

P

parseJson(JsonNode) - Method in class brickhouse.udf.json.InspectorHandle.ListHandle
 
parseJson(JsonNode) - Method in class brickhouse.udf.json.InspectorHandle.MapHandle
 
parseJson(JsonNode) - Method in interface brickhouse.udf.json.InspectorHandle
 
parseJson(JsonNode) - Method in class brickhouse.udf.json.InspectorHandle.PrimitiveHandle
 
parseJson(JsonNode) - Method in class brickhouse.udf.json.InspectorHandle.StructHandle
 
PrintQueryHook - Class in brickhouse.hive.hook
 
PrintQueryHook() - Constructor for class brickhouse.hive.hook.PrintQueryHook
 
process(Object[]) - Method in class brickhouse.hbase.HbaseScanUDTF
 
process(Object[]) - Method in class brickhouse.udf.collect.ConditionalEmit
 
process(Object[]) - Method in class brickhouse.udf.collect.NumericRange
 
process(Object[]) - Method in class brickhouse.udf.date.DateRangeUDTF
 
putList - Variable in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
 
PutNamedBloomFilter(String, Filter) - Static method in class brickhouse.udf.bloom.BloomFactory
 
PutUDF - Class in brickhouse.hbase
Simple UDF for doing single PUT into HBase table.
PutUDF() - Constructor for class brickhouse.hbase.PutUDF
 

R

ReadBloomFromStream(InputStream) - Static method in class brickhouse.udf.bloom.BloomFactory
 
ReadBloomFromString(String) - Static method in class brickhouse.udf.bloom.BloomFactory
 
readFields(DataInput) - Method in class brickhouse.udf.bloom.BloomFilter
 
reset() - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator.PutBuffer
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
reset(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
run(SessionState, Set<ReadEntity>, Set<WriteEntity>, UserGroupInformation) - Method in class brickhouse.hive.hook.PrintQueryHook
 

S

SaltedBigIntUDF - Class in brickhouse.hbase
Deprecated. 
SaltedBigIntUDF() - Constructor for class brickhouse.hbase.SaltedBigIntUDF
Deprecated.  
serialize(Object, ObjectInspector) - Method in class brickhouse.hive.serde.FlumeJsonSerDe
 
SetDifferenceUDF - Class in brickhouse.udf.collect
UDF for the set difference of two arrays or maps.
SetDifferenceUDF() - Constructor for class brickhouse.udf.collect.SetDifferenceUDF
 
SetSimilarityUDF - Class in brickhouse.udf.sketch
Compute the Jaccard similarity of two sketch sets.
SetSimilarityUDF() - Constructor for class brickhouse.udf.sketch.SetSimilarityUDF
 
SketchHashesUDF - Class in brickhouse.udf.sketch
 
SketchHashesUDF() - Constructor for class brickhouse.udf.sketch.SketchHashesUDF
 
SketchSet - Class in brickhouse.analytics.uniques
 
SketchSet() - Constructor for class brickhouse.analytics.uniques.SketchSet
 
SketchSet(int) - Constructor for class brickhouse.analytics.uniques.SketchSet
 
SketchSetUDAF - Class in brickhouse.udf.sketch
Construct a sketch set by aggregating over a a set of ID's
SketchSetUDAF() - Constructor for class brickhouse.udf.sketch.SketchSetUDAF
 
SketchSetUDAF.SketchSetUDAFEvaluator - Class in brickhouse.udf.sketch
 
SketchSetUDAF.SketchSetUDAFEvaluator() - Constructor for class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
SumArrayUDF - Class in brickhouse.udf.timeseries
Hive UDF to sum the elements of an array
SumArrayUDF() - Constructor for class brickhouse.udf.timeseries.SumArrayUDF
 

T

TaskAttemptUDF - Class in brickhouse.hbase
 
TaskAttemptUDF() - Constructor for class brickhouse.hbase.TaskAttemptUDF
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
terminate() - Method in class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
terminate(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.hbase.BatchPutUDAF.BatchPutUDAFEvaluator
 
terminatePartial() - Method in class brickhouse.udf.bloom.BloomUDAF.BloomUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectMaxUDAF.MapCollectMaxUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.ArrayCollectUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CollectUDAF.MapCollectUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.CombineUniqueUDAF.CombineUniqueUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.MultiDayCounterUDAF.MultiDayAggUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.HyperLogLogUDAF.HyperLogLogUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.MultiDaySketcherUDAF.MultiDayAggUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.SketchSetUDAF.SketchSetUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
terminatePartial(GenericUDAFEvaluator.AggregationBuffer) - Method in class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 
ThrowErrorUDF - Class in brickhouse.udf.sanity
UDF to throw an error if some assertion is not met.
ThrowErrorUDF() - Constructor for class brickhouse.udf.sanity.ThrowErrorUDF
 
ToCamelCase(String) - Static method in class brickhouse.udf.json.FromJsonUDF
 
ToJsonUDF - Class in brickhouse.udf.json
Generate a JSON string from an arbitrary Hive structure.
ToJsonUDF() - Constructor for class brickhouse.udf.json.ToJsonUDF
 
toString() - Method in class brickhouse.udf.bloom.BloomFilter
 
TruncateArrayUDF - Class in brickhouse.udf.collect
Truncate an array, and only return the first N elements
TruncateArrayUDF() - Constructor for class brickhouse.udf.collect.TruncateArrayUDF
 

U

UnionHyperLogLogUDAF - Class in brickhouse.udf.hll
Aggregate multiple HyerLogLog structures together.
UnionHyperLogLogUDAF() - Constructor for class brickhouse.udf.hll.UnionHyperLogLogUDAF
 
UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator - Class in brickhouse.udf.hll
 
UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator() - Constructor for class brickhouse.udf.hll.UnionHyperLogLogUDAF.MergeHyperLogLogUDAFEvaluator
 
UnionMaxUDAF - Class in brickhouse.udf.collect
UDAF to merge a union of maps, but only hold on the keys with the top 20 values
UnionMaxUDAF() - Constructor for class brickhouse.udf.collect.UnionMaxUDAF
 
UnionMaxUDAF.MapCollectMaxUDAFEvaluator - Class in brickhouse.udf.collect
 
UnionMaxUDAF.MapCollectMaxUDAFEvaluator() - Constructor for class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator
 
UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue - Class in brickhouse.udf.collect
 
UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue(String, Double) - Constructor for class brickhouse.udf.collect.UnionMaxUDAF.MapCollectMaxUDAFEvaluator.SortedKeyValue
 
UnionSketchSetUDAF - Class in brickhouse.udf.sketch
 
UnionSketchSetUDAF() - Constructor for class brickhouse.udf.sketch.UnionSketchSetUDAF
 
UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator - Class in brickhouse.udf.sketch
 
UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator() - Constructor for class brickhouse.udf.sketch.UnionSketchSetUDAF.MergeSketchSetUDAFEvaluator
 
UnionUDAF - Class in brickhouse.udf.collect
 
UnionUDAF() - Constructor for class brickhouse.udf.collect.UnionUDAF
 
UnionUDAF.MapUnionUDAFEvaluator - Class in brickhouse.udf.collect
 
UnionUDAF.MapUnionUDAFEvaluator() - Constructor for class brickhouse.udf.collect.UnionUDAF.MapUnionUDAFEvaluator
 
updateCounters(Counters, RunningJob) - Method in class brickhouse.hive.hook.CompositePreExecuteHook
 
usage(String) - Method in class brickhouse.udf.dcache.DistributedMapUDF
 

V

VectorAddUDF - Class in brickhouse.udf.timeseries
Add two vectors together
VectorAddUDF() - Constructor for class brickhouse.udf.timeseries.VectorAddUDF
 
VectorCrossProductUDF - Class in brickhouse.udf.timeseries
Multiply a vector of numbers times another vector
VectorCrossProductUDF() - Constructor for class brickhouse.udf.timeseries.VectorCrossProductUDF
 
VectorDotProductUDF - Class in brickhouse.udf.timeseries
Dot product of two vectors
VectorDotProductUDF() - Constructor for class brickhouse.udf.timeseries.VectorDotProductUDF
 
VectorMagnitudeUDF - Class in brickhouse.udf.timeseries
Magnitude of vector = SQRT( Sum( val^2 ) )
VectorMagnitudeUDF() - Constructor for class brickhouse.udf.timeseries.VectorMagnitudeUDF
 
VectorMultUDF - Class in brickhouse.udf.timeseries
Multiply a vector of numbers times a scalar value
VectorMultUDF() - Constructor for class brickhouse.udf.timeseries.VectorMultUDF
 
VectorNormalizeUDF - Class in brickhouse.udf.timeseries
Normalize a Vector
VectorNormalizeUDF() - Constructor for class brickhouse.udf.timeseries.VectorNormalizeUDF
 
VectorUnionSumUDAF - Class in brickhouse.udf.timeseries
 
VectorUnionSumUDAF() - Constructor for class brickhouse.udf.timeseries.VectorUnionSumUDAF
 
VectorUnionSumUDAF.VectorArraySumUDAFEvaluator - Class in brickhouse.udf.timeseries
 
VectorUnionSumUDAF.VectorArraySumUDAFEvaluator() - Constructor for class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorArraySumUDAFEvaluator
 
VectorUnionSumUDAF.VectorMapSumUDAFEvaluator - Class in brickhouse.udf.timeseries
 
VectorUnionSumUDAF.VectorMapSumUDAFEvaluator() - Constructor for class brickhouse.udf.timeseries.VectorUnionSumUDAF.VectorMapSumUDAFEvaluator
 

W

write(DataOutput) - Method in class brickhouse.udf.bloom.BloomFilter
 
WriteBloomToStream(OutputStream, Filter) - Static method in class brickhouse.udf.bloom.BloomFactory
 
WriteBloomToString(Filter) - Static method in class brickhouse.udf.bloom.BloomFactory
 
WriteToGraphiteUDF - Class in brickhouse.udf.sanity
UDF for writing into the graphite.
WriteToGraphiteUDF() - Constructor for class brickhouse.udf.sanity.WriteToGraphiteUDF
 
WriteToTSDBUDF - Class in brickhouse.udf.sanity
 
WriteToTSDBUDF() - Constructor for class brickhouse.udf.sanity.WriteToTSDBUDF
 

X

xor(Filter) - Method in class brickhouse.udf.bloom.BloomFilter
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2013. All rights reserved.