|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.delta.CustomGroupByDelta
class CustomGroupByDelta
Property Summary | |
---|---|
AccuracyLevel |
accuracy
|
java.util.Map |
counts
key is column name, value is the number of unique values for this column in the visible rows
(rows that are excluded are the ones where the first column is undefined or the ones not
in error if |
CustomDeltaDefinition |
deltaDefinition
|
SystemModel |
expectedModel
|
java.util.Map |
groupByDelta
|
java.util.Map |
totals
key is column name, value is the number of unique values for this column in all rows (whether visible or not) |
Method Summary | |
---|---|
CustomDeltaColumnDefinition
|
getFirstColumn()
|
java.util.Collection
|
getTailColumns()
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
AccuracyLevel accuracy
java.util.Map counts
errorsOnly
has been specified)
CustomDeltaDefinition deltaDefinition
SystemModel expectedModel
java.util.Map groupByDelta
java.util.Map totals
Method Detail |
---|
CustomDeltaColumnDefinition getFirstColumn()
java.util.Collection getTailColumns()
Groovy Documentation