Class StructArrowValueProjector

    • Constructor Detail

      • StructArrowValueProjector

        public StructArrowValueProjector​(org.apache.arrow.vector.complex.reader.FieldReader structReader)
    • Method Detail

      • project

        public Object project​(int pos)
        Description copied from interface: ArrowValueProjector
        Projects Arrow datum into a matching Java object
        Parameters:
        pos - the position/row to project to
        Returns:
        The corresponding Java object matching the Arrow datum.