| Package | Description |
|---|---|
| org.apache.arrow.flight.example |
| Modifier and Type | Method and Description |
|---|---|
Stream |
FlightHolder.getStream(ExampleTicket ticket)
Returns the stream based on the ordinal of ExampleTicket.
|
Stream |
InMemoryStore.getStream(Ticket t)
Returns the appropriate stream given the ticket (streams are indexed by path and an ordinal).
|
| Constructor and Description |
|---|
StreamCreator(Schema schema,
DictionaryProvider dictionaryProvider,
BufferAllocator allocator,
Consumer<Stream> committer)
Creates a new instance.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.