Interface FieldWriter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean write​(Object context, int rowNum)
      Attempts to write a value to the Apache Arrow vector provided at construction time.
    • Method Detail

      • write

        boolean write​(Object context,
                      int rowNum)
               throws Exception
        Attempts to write a value to the Apache Arrow vector provided at construction time.
        Parameters:
        context - The context (specific to the extractor) from which to extract a value.
        rowNum - The row to write the value into.
        Returns:
        True if the value passed constraints and should be considered valid, False otherwise.
        Throws:
        Exception - internal exception