private static class DruidQuery.JsonBound extends DruidQuery.JsonFilter
| Modifier and Type | Field and Description |
|---|---|
private boolean |
alphaNumeric |
private String |
dimension |
private String |
lower |
private boolean |
lowerStrict |
private String |
upper |
private boolean |
upperStrict |
type| Modifier | Constructor and Description |
|---|---|
private |
JsonBound(String type,
String dimension,
String lower,
boolean lowerStrict,
String upper,
boolean upperStrict,
boolean alphaNumeric) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.fasterxml.jackson.core.JsonGenerator generator) |
private final String dimension
private final String lower
private final boolean lowerStrict
private final String upper
private final boolean upperStrict
private final boolean alphaNumeric
public void write(com.fasterxml.jackson.core.JsonGenerator generator)
throws IOException
IOExceptionCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.