ArrowDialect Class

field of an arrow schema.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.storage.blob._generated.models._models_py3.ArrowField
ArrowDialect

Constructor

ArrowDialect(type, **kwargs)

Parameters

type
ArrowType
Required

Arrow field type.

name
str

The name of the field.

precision
int

The precision of the field.

scale
int

The scale of the field.