Criteria#
Criteria are composable filtering primitives that answer two questions:
Which IDs match?:
which()returns the set of matching IDs.Which entity rows match?:
filter_entities()returns filtered sequence(s) view.
See Criteria for the complete reference.