Class ResponseContext.StringKey

java.lang.Object
org.apache.druid.query.context.ResponseContext.AbstractKey
org.apache.druid.query.context.ResponseContext.StringKey
All Implemented Interfaces:
ResponseContext.Key
Enclosing class:
ResponseContext

public static class ResponseContext.StringKey extends ResponseContext.AbstractKey
String valued attribute that holds the latest value assigned.
  • Method Details

    • mergeValues

      public Object mergeValues(Object oldValue, Object newValue)
      Description copied from interface: ResponseContext.Key
      Merges two values of type T.

      This method may modify "oldValue" but must not modify "newValue".