FixedBoundariesBinParametersProperties

表示分箱边界的值数组

关系

Extends

FixedBoundariesBinParametersProperties Extends BinParametersBaseProperties

属性

boundaries

表示分箱边界的值数组

boundaries?: number[] | Date[]

类型: number[] | Date[]

expression

用于计算分箱的标准化SQL表达式,而不是引用字段

expression?: string

类型: string

expressionValueType

指定表达式输出的预期数据类型,基于表达式生成的值类型

expressionValueType?: "single" | "date" | "small-integer" | "integer" | "double" | "long" | "date-only" | "time-only" | "timestamp-offset"

类型: "single" | "date" | "small-integer" | "integer" | "double" | "long" | "date-only" | "time-only" | "timestamp-offset"

field

用于计算分箱的字段名称

field?: string

类型: string

firstDayOfWeek

一周的第一天

firstDayOfWeek?: number

类型: number

hideUpperBound

如果为true,upperBoundary和bin字段将不包含在属性中

hideUpperBound?: boolean

类型: boolean

splitBy

splitBy参数将数据分为分类字段中每个唯一值的单独分箱

splitBy?: AttributeBinsGroupingProperties

stackBy

stackBy参数根据分类字段的唯一值将每个分箱分为段,允许您在同一分箱内比较多个类别,同时保持所有类别的分箱边界一致

stackBy?: AttributeBinsGroupingProperties

BIMFlux AI