Commits
Click on a commit to change the comparison rangefeat(window): add window function definitions and skeleton API Merge branch 'main' into feat/window-definitions feat(window): support arbitrary expressions in Window.partition_by and Window.order_by refactor(window): simplify WindowBoundary API by using Offset directly refactor(window): remove test_partition_only from definitions branch refactor(window): remove wrapper structs and use direct Python bindings feat(window): merge from feat/window-execution docs(window): update Window class docstring with supported examples refactor(window): convert Window class methods to instance methods feat(window): enhance window ops display, remove WindowFunction struct, update evaluation