forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize window function after driver execution started (facebookin…
…cubator#6411) Summary: Move window function initialization from window operator constructor to operator initialize() method. The window function initialization need allocate memory from memory pool. Pull Request resolved: facebookincubator#6411 Reviewed By: tanjialiang Differential Revision: D48959676 Pulled By: xiaoxmeng fbshipit-source-id: af43a24aae021f01496a53a3b7449a3ca8d668f8
- Loading branch information
1 parent
bf3a1ae
commit 9b1dda8
Showing
3 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters