Click or drag to resize

BaseQueryOptimiserShouldSplitFilters Property

Controls whether the Optimiser will split Filters.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual bool ShouldSplitFilters { get; }

Property Value

Type: Boolean
Remarks

If a Filter contains an and expression it may be split into its constituent parts and applied separately. This option only applies if filter placement also applies.

Defaults to false since it is unclear if this actually benefits performance.

See Also