Skip to content

Commit

Permalink
Support kPreceeding & kFollowing for window range frame type (faceboo…
Browse files Browse the repository at this point in the history
…kincubator#287)

* Initial commit

* Fix compile issue

* Cherry pick PR 4510

* Fix issue in upstream PR

* Fix bugs for unique sort key

* Fix bugs for repeated sort key

* Add more test cases

* Fix int type issue

* Handle null

* Remove some commented code

* Remove check null

* Fix velox ut failure for rows frame

* Format the code
  • Loading branch information
PHILO-HE authored May 31, 2023
1 parent a808b04 commit d3da837
Show file tree
Hide file tree
Showing 10 changed files with 539 additions and 6 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake" ${CMAKE_MODULE_PATH})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# set the project name
project(velox)
add_definitions("-DNDEBUG")

list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMake")

Expand Down
Loading

0 comments on commit d3da837

Please sign in to comment.