| Package | Description |
|---|---|
| org.aksw.sparqlify.core.cast |
| Modifier and Type | Method and Description |
|---|---|
CandidateMethod<T> |
FunctionModelImpl.lookupCoercion(T argType,
T targetType) |
static <T> CandidateMethod<T> |
TypeSystemImpl.lookupSqlCandidate(FunctionModel<T> functionModel,
com.google.common.collect.Multimap<String,String> nameToDecls,
String sparqlFnName,
List<T> argTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<CandidateMethod<T>> |
CandidateMethod.getCoercions() |
Collection<CandidateMethod<T>> |
FunctionModelImpl.lookup(Collection<MethodEntry<T>> candidates,
List<T> argTypes) |
Collection<CandidateMethod<T>> |
FunctionModel.lookup(Collection<MethodEntry<T>> candidates,
List<T> argTypes) |
Collection<CandidateMethod<T>> |
FunctionModelImpl.lookupByName(String functionName,
List<T> argTypes) |
Collection<CandidateMethod<T>> |
FunctionModel.lookupByName(String functionName,
List<T> argTypes) |
Set<CandidateMethod<T>> |
FunctionModelImpl.lookupCoercions(T argType,
T targetType) |
| Modifier and Type | Method and Description |
|---|---|
static SqlExpr |
TypedExprTransformerImpl.createSqlExpr(CandidateMethod<TypeToken> candidate,
List<SqlExpr> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionModelImpl.lookupCoercionRec(T argType,
T targetType,
int depth,
Set<CandidateMethod<T>> result) |
| Constructor and Description |
|---|
CandidateMethod(MethodEntry<T> method,
List<CandidateMethod<T>> coercions,
MethodDistance distance) |
Copyright © 2013. All Rights Reserved.