BlobQueryArrowField interface
属性
name | 字段的名称。 |
precision | 字段的精度。 如果类型为“decimal”,则为必需。 |
scale | 字段的刻度。 如果类型为“decimal”,则为必需。 |
type | 字段的类型。 |
属性详细信息
name
字段的名称。
name?: string
属性值
string
precision
字段的精度。 如果类型为“decimal”,则为必需。
precision?: number
属性值
number
scale
字段的刻度。 如果类型为“decimal”,则为必需。
scale?: number
属性值
number