Class DndSessionFlight

java.lang.Object
io.deephaven.enterprise.dnd.client.DndSession
io.deephaven.enterprise.dnd.client.DndSessionFlight

public class DndSessionFlight extends DndSession
A session on a Persistent Query used to access tables using Arrow Flight
  • Method Details

    • streamOf

      public org.apache.arrow.flight.FlightStream streamOf(@NotNull io.deephaven.qst.table.TableSpec table) throws io.deephaven.client.impl.TableHandle.TableHandleException, InterruptedException
      Fetch a FlightStream of the specified TableSpec
      Parameters:
      table - the table to fetch.
      Returns:
      a new FlightStream
      Throws:
      io.deephaven.client.impl.TableHandle.TableHandleException
      InterruptedException