Class DruidConnectionImpl.JsonAggregator

  • Enclosing class:
    DruidConnectionImpl

    private static class DruidConnectionImpl.JsonAggregator
    extends java.lang.Object
    Element of the "aggregators" collection in the result of a "segmentMetadata" call, populated by Jackson.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fieldName  
      java.lang.String name  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JsonAggregator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) DruidType druidType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public java.lang.String type
      • name

        public java.lang.String name
      • fieldName

        public java.lang.String fieldName
    • Constructor Detail

      • JsonAggregator

        private JsonAggregator()