public interface DruidLongPredicate
PublicApi or an
ExtensionPoint of Druid.| Modifier and Type | Field and Description |
|---|---|
static DruidLongPredicate |
ALWAYS_FALSE |
static DruidLongPredicate |
ALWAYS_TRUE |
static DruidLongPredicate |
MATCH_NULL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyLong(long input) |
default boolean |
applyNull() |
static final DruidLongPredicate ALWAYS_FALSE
static final DruidLongPredicate ALWAYS_TRUE
static final DruidLongPredicate MATCH_NULL_ONLY
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.