Class DndSessionFlight
java.lang.Object
io.deephaven.enterprise.dnd.client.DndSession
io.deephaven.enterprise.dnd.client.DndSessionFlight
A session on a Persistent Query used to access tables using Arrow Flight
-
Field Summary
Fields inherited from class io.deephaven.enterprise.dnd.client.DndSession
allocator, channel, sessionImpl -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.arrow.flight.FlightStreamstreamOf(io.deephaven.qst.table.TableSpec table) Fetch aFlightStreamof the specifiedTableSpecMethods inherited from class io.deephaven.enterprise.dnd.client.DndSession
allocator, catalogTable, channel, close, executeCode, getInfo, historicalTable, liveTable, scopeTable, session
-
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 aFlightStreamof the specifiedTableSpec- Parameters:
table- the table to fetch.- Returns:
- a new
FlightStream - Throws:
io.deephaven.client.impl.TableHandle.TableHandleExceptionInterruptedException
-