scray.querying.source.costs.QueryCostFunctionFactory.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scray-querying Show documentation
Show all versions of scray-querying Show documentation
query engine core source code
package scray.querying.source.costs
import scray.querying.queries.DomainQuery
import scray.querying.source.Source
trait QueryCostFunctionFactory {
def getCostFunction[Q <: DomainQuery, T](source: Source[Q, T]): CostFunction[Q]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy