Methods ¶
Instance methods ¶
getDataLayerInterface()
Returns the data layer interface currently using this DataBackend
buildFilteredSet(initial_set, query_definition, data_layer_interface)
→ set
Returns a filtered version of initial_set
, this is a basic brute force
approach, custom backend implementations can overwrite this in order to\
levarage the chosen storage strategy.