public interface SailStore extends SailClosable
SailSourceConnection
to access SailSource
.Modifier and Type | Method and Description |
---|---|
EvaluationStatistics |
getEvaluationStatistics()
Used by
SailSourceConnection to determine query join order. |
SailSource |
getExplicitSailSource() |
SailSource |
getInferredSailSource() |
ValueFactory |
getValueFactory()
The
ValueFactory that should be used in association with this. |
close
ValueFactory getValueFactory()
ValueFactory
that should be used in association with this.ValueFactory
EvaluationStatistics getEvaluationStatistics()
SailSourceConnection
to determine query join order.EvaluationStatistics
that is aware of the data distribution of this SailStore
.SailSource getExplicitSailSource()
SailSource
of only explicit statementsSailSource getInferredSailSource()
SailSource
of only inferred statementsCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.