Class Result

java.lang.Object
org.apache.arrow.flight.Result

public class Result extends Object
Opaque result returned after executing an action.

POJO wrapper around the Flight protocol buffer message sharing the same name.

  • Constructor Details

    • Result

      public Result(byte[] body)
  • Method Details

    • getBody

      public byte[] getBody()