Class TypeAndValue


  • public class TypeAndValue
    extends Object
    • Constructor Detail

      • TypeAndValue

        public TypeAndValue​(org.apache.arrow.vector.types.pojo.ArrowType type,
                            Object value)
    • Method Detail

      • getType

        public org.apache.arrow.vector.types.pojo.ArrowType getType()
      • getValue

        public Object getValue()