BlobQueryArrowField interface
Describe a field in BlobQueryArrowConfiguration.
Properties
name | The name of the field. |
precision | The precision of the field. Required if type is "decimal". |
scale | The scale of the field. Required if type is is "decimal". |
type | The type of the field. |
Property Details
name
The name of the field.
name?: string
Property Value
string
precision
The precision of the field. Required if type is "decimal".
precision?: number
Property Value
number
scale
The scale of the field. Required if type is is "decimal".
scale?: number
Property Value
number