| Modifier and Type | Method and Description |
|---|---|
static TypeToken |
SqlExprEvaluator_Compare.getCommonDataype(SqlExpr left,
SqlExpr right,
TypeSystem system) |
static TypeToken |
SqlExprEvaluator_Equals.getCommonDataype(SqlExpr left,
SqlExpr right,
TypeSystem system) |
static org.aksw.commons.util.Pair<? extends SqlExpr,? extends SqlExpr> |
SqlExprEvaluator_Compare.resolveCast(SqlExpr left,
SqlExpr right,
TypeSystem system) |
static org.aksw.commons.util.Pair<? extends SqlExpr,? extends SqlExpr> |
SqlExprEvaluator_Equals.resolveCast(SqlExpr left,
SqlExpr right,
TypeSystem system) |
| Constructor and Description |
|---|
SqlExprEvaluator_Compare(TypeSystem datatypeSystem,
org.aksw.commons.util.factory.Factory2<SqlExpr> exprFactory) |
SqlExprEvaluator_Equals(TypeSystem datatypeSystem) |
| Modifier and Type | Method and Description |
|---|---|
TypeSystem |
SchemaProviderDummy.getDatatypeSystem() |
TypeSystem |
SchemaProviderImpl.getDatatypeSystem() |
TypeSystem |
SchemaProvider.getDatatypeSystem() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TypeToken> |
SchemaProviderImpl.getTypes(Map<String,String> rawTypeMap,
TypeSystem datatypeSystem,
Map<String,String> aliasMap) |
static Map<String,TypeToken> |
SchemaProviderImpl.transformRawMap(Map<String,String> map,
TypeSystem datatypeSystem,
Map<String,String> aliasMap) |
| Constructor and Description |
|---|
SchemaProviderDummy(TypeSystem datatypeSystem,
Map<String,String> aliasMap) |
SchemaProviderImpl(Connection conn,
TypeSystem datatypeSystem,
Map<String,String> aliasMap) |
| Constructor and Description |
|---|
ExprEvaluatorSql(TypeSystem datatypeSystem,
FunctionRegistrySql sqlFunctionRegistry) |
SqlTranslatorImpl(TypeSystem datatypeSystem)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypeSystemImpl |
| Modifier and Type | Method and Description |
|---|---|
static TypeSystem |
NewWorldTest.createDefaultDatatypeSystem() |
TypeSystem |
CoercionSparqlFunction.getTypeSystem() |
| Modifier and Type | Method and Description |
|---|---|
static void |
NewWorldTest.initSparqlModel(TypeSystem typeSystem)
Create the SPARQL and SQL models
|
static SqlMethodCandidate |
SqlMethodCollectionUtils.lookupMethod(TypeSystem typeSystem,
Collection<XMethod> candidates,
List<TypeToken> argTypes) |
static void |
NewWorldTest.testExprRewrite(TypeSystem typeSystem) |
| Constructor and Description |
|---|
CoercionSparqlFunction(TypeSystem typeSystem,
String functionURI) |
CoercionSystemImpl2(TypeSystem typeSystem) |
CoercionSystemImpl3(TypeSystem typeSystem) |
ExprSubstitutorSql(TypeSystem typeSystem,
ExprRewriteCollection exprRewrites) |
ExprTypeEvaluatorTypeSystem(TypeSystem typeSystem) |
TypedExprTransformerImpl(TypeSystem typeSystem) |
| Modifier and Type | Field and Description |
|---|---|
static TypeSystem |
ExprTransformers2.typeSystem |
| Modifier and Type | Method and Description |
|---|---|
TypeSystem |
ViewDefinitionFactory.getDatatypeSystem()
Convenience method for accessing the underlying datatype system
|
| Modifier and Type | Method and Description |
|---|---|
static MappingOps |
SparqlifyUtils.createDefaultMappingOps(TypeSystem typeSystem) |
static OpMappingRewriter |
SparqlifyUtils.createDefaultOpMappingRewriter(TypeSystem typeSystem) |
static SqlExprSerializerSystem |
SparqlifyUtils.createSerializerSystem(TypeSystem typeSystem) |
static SparqlSqlStringRewriter |
SparqlifyUtils.createSparqlSqlStringRewriter(SparqlSqlOpRewriter ssoRewriter,
TypeSystem typeSystem) |
static SparqlSqlOpRewriter |
SparqlifyUtils.createSqlOpRewriter(CandidateViewSelector<ViewDefinition> candidateViewSelector,
OpMappingRewriter opMappingRewriter,
TypeSystem datatypeSystem,
org.aksw.commons.util.jdbc.Schema databaseSchema) |
static SqlTranslator |
SparqlifyUtils.createSqlRewriter(TypeSystem datatypeSystem,
RdfTermEliminator rdfTermEliminator,
ExprEvaluator exprTransformer) |
static SparqlSqlStringRewriter |
SparqlifyUtils.createTestRewriter(CandidateViewSelector<ViewDefinition> candidateViewSelector,
OpMappingRewriter opMappingRewriter,
TypeSystem datatypeSystem,
org.aksw.commons.util.jdbc.Schema databaseSchema)
Deprecated.
|
static ViewDefinitionFactory |
SparqlifyUtils.createViewDefinitionFactory(Connection conn,
TypeSystem datatypeSystem,
Map<String,String> typeAlias) |
Copyright © 2013. All Rights Reserved.