-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expressions mostly... work? frame::rows() works?
frame::rows() seems to mostly work now. It can't work with column names unfortunately - only indices. But there might be a way of salvaging this - although it would still mean uframe and useries would have to be used. But for now, it's possible to craft an expression that filters on columns based on arbitrary types that have standard c++ operator support.
- Loading branch information
1 parent
bf8ac41
commit 2df835a
Showing
3 changed files
with
123 additions
and
203 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
Oops, something went wrong.