public class ExprStructuralHash extends Object
| Constructor and Description |
|---|
ExprStructuralHash() |
| Modifier and Type | Method and Description |
|---|---|
static int |
_hash(com.hp.hpl.jena.sparql.expr.ExprFunction expr,
Map<String,SqlDatatype> columnToDatatype) |
static int |
_hash(com.hp.hpl.jena.sparql.expr.ExprVar expr,
Map<String,SqlDatatype> columnToDatatype) |
static int |
_hash(com.hp.hpl.jena.sparql.expr.NodeValue expr,
Map<String,SqlDatatype> columnToDatatype) |
static int |
_hashArgs(Iterable<com.hp.hpl.jena.sparql.expr.Expr> exprs,
Map<String,SqlDatatype> columnToDatatype) |
static int |
hash(com.hp.hpl.jena.sparql.expr.Expr expr,
Map<String,SqlDatatype> columnToDatatype) |
public static int hash(com.hp.hpl.jena.sparql.expr.Expr expr,
Map<String,SqlDatatype> columnToDatatype)
public static int _hashArgs(Iterable<com.hp.hpl.jena.sparql.expr.Expr> exprs, Map<String,SqlDatatype> columnToDatatype)
public static int _hash(com.hp.hpl.jena.sparql.expr.ExprFunction expr,
Map<String,SqlDatatype> columnToDatatype)
public static int _hash(com.hp.hpl.jena.sparql.expr.ExprVar expr,
Map<String,SqlDatatype> columnToDatatype)
public static int _hash(com.hp.hpl.jena.sparql.expr.NodeValue expr,
Map<String,SqlDatatype> columnToDatatype)
Copyright © 2014. All rights reserved.