MCPcopy Create free account
hub / github.com/BaseXdb/basex / toBin

Method toBin

basex-core/src/main/java/org/basex/query/expr/ParseExpr.java:654–656  ·  view source on GitHub ↗

Evaluates an expression to a binary item. @param expr expression @param qc query context @return binary item @throws QueryException query exception

(final Expr expr, final QueryContext qc)

Source from the content-addressed store, hash-verified

652 * @throws QueryException query exception
653 */
654 protected final Bin toBin(final Expr expr, final QueryContext qc) throws QueryException {
655 return toBin(expr.atomItem(qc, info));
656 }
657
658 /**
659 * Converts an item to a binary item.

Callers 13

toBinOrNullMethod · 0.95
itemMethod · 0.80
valueMethod · 0.80
iterMethod · 0.80
itemMethod · 0.80
writeMethod · 0.80
iterMethod · 0.80
unpackMethod · 0.80
unpackIntegerMethod · 0.80
itemMethod · 0.80
itemMethod · 0.80
itemMethod · 0.80

Calls 3

getMethod · 0.65
seqTypeMethod · 0.65
atomItemMethod · 0.45

Tested by

no test coverage detected