Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

alignment?: number

Write padding after memory buffers to this multiple of bytes. Generally 8 or 64.

allow_64bit?: boolean

Whether to allow field lengths that don't fit in a signed 32-bit int. Some implementations may not be able to parse such streams.

codec?: Arrow.Codec

Codec to use for compressing and decompressing record batch body buffers. This is not part of the Arrow IPC protocol and only for internal use (e.g. Feather files).

May only be UNCOMPRESSED, LZ4_FRAME and ZSTD.

max_recursion_depth?: number

The maximum permitted schema nesting depth.

use_threads?: boolean

Whether to use the global CPU thread pool.

write_legacy_ipc_format?: boolean

Whether to write the pre-0.15.0 encapsulated IPC message format consisting of a 4-byte prefix instead of 8 byte.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method