When a DataBackend performs a query operation, it returns an instance of
DataBackendQueryResults, that contains two result lists, the InitialResults
and SortedAndFiltered
. SortedAndFiltered
is the final query result, but
there are scenarios when it is useful to know which objects were considered
for the query but were filtered out, that information is available through
the InitialResults
property.
Houdini 21.0 Executing tasks with PDG/TOPs pdgd
pdgd.DataBackendQueryResults class
Object representing the results of a backend query operation