Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordBatchStreamWriterOptions

Hierarchy

  • RecordBatchStreamWriterOptions

Index

Properties

Optional autoDestroy

autoDestroy: undefined | false | true

Optional writeLegacyIpcFormat

writeLegacyIpcFormat: undefined | false | true

A flag indicating whether the RecordBatchWriter should construct pre-0.15.0 encapsulated IPC Messages, which reserves 4 bytes for the Message metadata length instead of 8.

see

https://issues.apache.org/jira/browse/ARROW-6313

Generated using TypeDoc