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
allowNewlinesInValues
allowNullStrings
blockSize
checkUtf8
delimiter
escapeCharacter
gType
generateColumnNames
ignoreEmptyLines
isDoubleQuoted
isEscaped
isQuoted
nSkipRows
quoteCharacter
useThreads
static functions
getGType
Add value types for columns in the schema.