Method
GrlOperationOptionsset_key_range_filter
since: 0.2.0
Declaration [src]
gboolean
grl_operation_options_set_key_range_filter (
GrlOperationOptions* options,
...
)
Description [src]
Set filter as “min1 <= k1 <= max1 AND min2 <= k2 <= max2 AND …”
For non numeric types, the range can be open if some of the minX, maxX
values are NULL
. Leaving NULL for numeric types leads to underifned behavior.
Available since: 0.2.0
This method is not directly available to language bindings.