Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

allow_newlines_in_values?: boolean

Whether values are allowed to contain CR (0x0d) and LF (0x0a) characters.

allow_null_strings?: boolean

Whether string / binary columns can have null values. If %TRUE, then strings in "null_values" are considered null for string columns. If %FALSE, then all strings are valid string values.

block_size?: number

Block size we request from the IO layer; also determines the size of chunks when #GArrowCSVReadOptions:use-threads is %TRUE.

check_utf8?: boolean

Whether to check UTF8 validity of string columns.

delimiter?: number

Field delimiter character.

escape_character?: number

Escaping character. This is used only when #GArrowCSVReadOptions:is-escaped is %TRUE.

generate_column_names?: boolean
ignore_empty_lines?: boolean

Whether empty lines are ignored. If %FALSE, an empty line represents a simple empty value (assuming a one-column CSV file).

is_double_quoted?: boolean

Whether a quote inside a value is double quoted.

is_escaped?: boolean

Whether escaping is used.

is_quoted?: boolean

Whether quoting is used.

n_skip_rows?: number

The number of header rows to skip (not including the row of column names, if any)

quote_character?: number

Quoting character. This is used only when #GArrowCSVReadOptions:is-quoted is %TRUE.

use_threads?: boolean

Whether to use the global CPU thread pool.

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