Class DoubleCast
java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
org.eclipse.rdf4j.query.algebra.evaluation.function.DoubleCast
- All Implemented Interfaces:
Function
Deprecated.
A
Function
that tries to cast its argument to an
xsd:double.- Author:
- Arjohn Kampman
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
convert, getXsdDatatype, isValidForDatatype
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
evaluate, getURI, getXsdName, typeError
-
Constructor Details
-
DoubleCast
public DoubleCast()Deprecated.
-
DoubleCast
instead.