WriteOptionsGidBuilderImpl

Fluent builder implementation template for arrow.write_options.WriteOptions

Members

Functions

alignment
T alignment(int propval)

Set alignment property.

allow64bit
T allow64bit(bool propval)

Set allow64bit property.

codec
T codec(arrow.codec.Codec propval)

Set codec property.

maxRecursionDepth
T maxRecursionDepth(int propval)

Set maxRecursionDepth property.

useThreads
T useThreads(bool propval)

Set useThreads property.

writeLegacyIpcFormat
T writeLegacyIpcFormat(bool propval)

Set writeLegacyIpcFormat property.