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