-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged groupby_agg and groupby_dict_agg to implement dictionary funct…
…ions aggregations (#2317) * FIX-#2254: Added dictionary functions to groupby aggregate tests Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Initial implementation of dictionary functions aggregation Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Remove lambda wrapper to allow dictionary to go to backend Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Fixed AttributeError not being thrown from getattr Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Lint fixes Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FEAT-#2363: fix index name setter in OmniSci backend Signed-off-by: ienkovich <ilya.enkovich@intel.com> * FIX-#2254: Removed obsolete groupby_dict_agg API function Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Fixed dict aggregate for base backend Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Address reformatting comments Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Remove whitespace Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> * FIX-#2254: Removed redundant argument conversion because it is already done inside of base backend. Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com> Co-authored-by: ienkovich <ilya.enkovich@intel.com>
- Loading branch information
1 parent
2b0b755
commit 5c9398c
Showing
6 changed files
with
47 additions
and
77 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
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