Documentation
Dlang.org
CSVReadOptions.addSchema
arrow
csvread_options
CSVReadOptions
Add value types for columns in the schema.
class
CSVReadOptions
void
addSchema
(
arrow.schema.Schema
schema
)
Parameters
schema
arrow
.
schema
.
Schema
The #GArrowSchema that specifies columns and their types.
arrow
csvread_options
CSVReadOptions
constructors
this
functions
addColumnName
addColumnType
addFalseValue
addNullValue
addSchema
addTimestampParser
addTrueValue
getColumnNames
getColumnTypes
getFalseValues
getNullValues
getTimestampParsers
getTrueValues
self
setColumnNames
setFalseValues
setNullValues
setTimestampParsers
setTrueValues
properties
_gType
allowNewlinesInValues
allowNullStrings
blockSize
checkUtf8
delimiter
escapeCharacter
generateColumnNames
ignoreEmptyLines
isDoubleQuoted
isEscaped
isQuoted
nSkipRows
quoteCharacter
useThreads
static functions
_getGType
Add value types for columns in the schema.