Class DruidConnectionImpl.JsonColumn

  • Enclosing class:
    DruidConnectionImpl

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

      Constructors 
      Modifier Constructor Description
      private JsonColumn()  
    • Method Summary

      • 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
      • hasMultipleValues

        public boolean hasMultipleValues
      • size

        public int size
      • cardinality

        public java.lang.Integer cardinality
      • errorMessage

        public java.lang.String errorMessage
    • Constructor Detail

      • JsonColumn

        private JsonColumn()