The Arrow table to encode.
Encoding options.
Optionalcodec?: CompressionType_ | nullCompression codec to apply.
Optionalformat?: "stream" | "file"Arrow stream or file format.
Optionalsink?: SinkIPC byte consumer.
The generated bytes (for an in-memory sink) or null (if using a sink that writes bytes elsewhere).
Encode an Arrow table into Arrow IPC binary format.