Class IntegerCastFunction

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
All Implemented Interfaces:
Function
Direct Known Subclasses:
ByteCast, IntCast, IntegerCast, LongCast, NegativeIntegerCast, NonNegativeIntegerCast, NonPositiveIntegerCast, PositiveIntegerCast, ShortCast, UnsignedByteCast, UnsignedIntCast, UnsignedLongCast, UnsignedShortCast

public abstract class IntegerCastFunction extends CastFunction
Abstract superclass for CastFunctions that cast their arguments to an xsd:integer or one of its derived types.
Author:
Jeen Broekstra