Skip to content

Commit

Permalink
Use direct import
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrasa committed Aug 17, 2023
1 parent 15b4c07 commit 79a1b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/pipeline/setWindowFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
WindowOutputOption
} from "../../types";
import { assert, isNumber, isOperator, isString } from "../../util";
import { $function } from "../expression";
import { $function } from "../expression/custom/function";
import { $dateAdd } from "../expression/date/dateAdd";
import { isUnbounded } from "./_internal";
import { $addFields } from "./addFields";
Expand Down

0 comments on commit 79a1b28

Please sign in to comment.