public interface HavingSpec
Modifier and Type | Field and Description |
---|---|
static HavingSpec |
ALWAYS |
static HavingSpec |
NEVER |
Modifier and Type | Method and Description |
---|---|
boolean |
eval(io.druid.data.input.Row row)
Evaluates if a given row satisfies the having spec.
|
byte[] |
getCacheKey() |
static final HavingSpec NEVER
static final HavingSpec ALWAYS
Copyright © 2011–2015. All rights reserved.