$densify
$densify: { field: string; partitionByFields?: string[]; range: { step: number; unit?: "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"; bounds: number[] | Date[] | "full" | "partition" } }
Type declaration
field: string
Optional partitionByFields?: string[]
range: { step: number; unit?: "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"; bounds: number[] | Date[] | "full" | "partition" }
step: number
Optional unit?: "millisecond" | "second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year"
bounds: number[] | Date[] | "full" | "partition"
$densify
reference