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.FlightStream
streamOf
(io.deephaven.qst.table.TableSpec table) Fetch aFlightStream
of the specifiedTableSpec
Methods 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 aFlightStream
of the specifiedTableSpec
- Parameters:
table
- the table to fetch.- Returns:
- a new
FlightStream
- Throws:
io.deephaven.client.impl.TableHandle.TableHandleException
InterruptedException
-