Let key be a composite key consisting of individual keys (key1,key2...keyn) concatenated together.
Let's also assume that a range is given for each keyi as rangei. Each range corresponds to a mathematical definition of an interval, i.e. it can be (left-, right-) open or closed, and we do not support (left-,right-) unbounded intervals at all.
Then this filter ensures that only rows satisfying individual range scan conditions of each key are getting in.
@author dmitriy
|
|