Uses of Class
org.apache.arrow.vector.ipc.ArrowWriter
Packages that use ArrowWriter
-
Uses of ArrowWriter in org.apache.arrow.vector.ipc
Subclasses of ArrowWriter in org.apache.arrow.vector.ipcModifier and TypeClassDescriptionclassArrowWriterthat writes out a Arrow files (https://arrow.apache.org/docs/format/IPC.html#file-format).classWriter for the Arrow stream format to send ArrowRecordBatches over a WriteChannel.