BinParametersBaseProperties

用于计算分箱的标准化SQL表达式

属性

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?: AttributeBinsGroupingProperties

stackBy

根据分类字段的唯一值将每个分箱分为段

stackBy?: AttributeBinsGroupingProperties

BIMFlux AI