-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Describe the order of operations for filtering options
Note that I'm introducing new terminology here: "preliminary" vs. "subsampling" vs. "force-inclusive" filtering options. These are clearly distinct in the order of operations, making these labels helpful for explaining that process. For "preliminary", I had considered a term such as "exclusive" to better contrast with "force-inclusive". However, the expression syntax used for options in this category can be both exclusive (--exclude-where region!=Asia) and inclusive (--min-date 2012). This is also why "inclusive" is not a sufficient name for the "force-inclusive" category. Co-authored-by: James Hadfield <[email protected]>
- Loading branch information
1 parent
7475ecb
commit 29931ed
Showing
1 changed file
with
107 additions
and
16 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