JSONReadOptionsGidBuilderImpl

Fluent builder implementation template for arrow.jsonread_options.JSONReadOptions

Members

Functions

allowNewlinesInValues
T allowNewlinesInValues(bool propval)

Set allowNewlinesInValues property.

blockSize
T blockSize(int propval)

Set blockSize property.

schema
T schema(arrow.schema.Schema propval)

Set schema property.

unexpectedFieldBehavior
T unexpectedFieldBehavior(arrow.types.JSONReadUnexpectedFieldBehavior propval)

Set unexpectedFieldBehavior property.

useThreads
T useThreads(bool propval)

Set useThreads property.