| Package | Description |
|---|---|
| org.apache.druid.query.context |
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseContext.BooleanKey
Boolean valued attribute with the semantics that once the flag is
set true, it stays true.
|
static class |
ResponseContext.CounterKey
Long valued attribute that holds the accumulation of values assigned.
|
static class |
ResponseContext.LongKey
Long valued attribute that holds the latest value assigned.
|
static class |
ResponseContext.StringKey
String valued attribute that holds the latest value assigned.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.