BlobQueryArrowField interface
BlobQueryArrowConfiguration のフィールドについて説明する。
プロパティ
name | フィールドの名前。 |
precision | フィールドの有効桁数。 type が "decimal" の場合は必須です。 |
scale | フィールドのスケール。 type が "decimal" の場合は必須です。 |
type | フィールドの型。 |
プロパティの詳細
name
フィールドの名前。
name?: string
プロパティ値
string
precision
フィールドの有効桁数。 type が "decimal" の場合は必須です。
precision?: number
プロパティ値
number
scale
フィールドのスケール。 type が "decimal" の場合は必須です。
scale?: number
プロパティ値
number