| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.algebra.evaluation.function | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.datetime | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.hash | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.numeric | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.string | |
| org.eclipse.rdf4j.query.algebra.evaluation.function.xsd | Functions for casting values to various XML Schema datatypes | 
| org.eclipse.rdf4j.spin | 
 See discussion at https://github.com/eclipse/rdf4j/issues/1262 | 
| org.eclipse.rdf4j.spin.function | Core functions required for SPIN. | 
| org.eclipse.rdf4j.spin.function.spif | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryFunction | 
| class  | UnaryFunction | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | FunctionRegistry. getKey(Function function) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DayThe SPARQL built-in  FunctionDAY, as defined in
 SPARQL Query Language for RDF | 
| class  | HoursThe SPARQL built-in  FunctionHOURS, as defined in
 SPARQL Query Language for RDF | 
| class  | MinutesThe SPARQL built-in  FunctionMINUTES, as defined in
 SPARQL Query Language for RDF | 
| class  | MonthThe SPARQL built-in  FunctionMONTH, as defined in
 SPARQL Query Language for RDF | 
| class  | NowThe SPARQL built-in  FunctionNOW, as defined in
 SPARQL Query Language for RDF | 
| class  | SecondsThe SPARQL built-in  FunctionSECONDS, as defined in
 SPARQL Query Language for RDF | 
| class  | TimezoneThe SPARQL built-in  FunctionTIMEZONE, as defined in
 SPARQL Query Language for RDF | 
| class  | TzThe SPARQL built-in  FunctionTZ, as defined in SPARQL
 Query Language for RDF | 
| class  | YearThe SPARQL built-in  FunctionYEAR, as defined in
 SPARQL Query Language for RDF | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HashFunctionAbstract hash function | 
| class  | MD5The SPARQL built-in  FunctionMD5, as defined in
 SPARQL Query Language for RDF | 
| class  | SHA1The SPARQL built-in  FunctionSHA1, as defined in
 SPARQL Query Language for RDF | 
| class  | SHA256The SPARQL built-in  FunctionSHA256, as defined in
 SPARQL Query Language for RDF | 
| class  | SHA384The SPARQL built-in  FunctionSHA384, as defined in
 SPARQL Query Language for RDF | 
| class  | SHA512The SPARQL built-in  FunctionSHA512, as defined in
 SPARQL Query Language for RDF | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbsThe SPARQL built-in  FunctionABS, as defined in
 SPARQL Query Language for RDF | 
| class  | CeilThe SPARQL built-in  FunctionCEIL, as defined in
 SPARQL Query Language for RDF | 
| class  | FloorThe SPARQL built-in  FunctionFLOOR, as defined in
 SPARQL Query Language for RDF | 
| class  | RandThe SPARQL built-in  FunctionRAND, as defined in
 SPARQL Query Language for RDF | 
| class  | RoundThe SPARQL built-in  FunctionROUND, as defined in
 SPARQL Query Language for RDF | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StrDtThe SPARQL built-in  FunctionSTRDT, as defined in
 SPARQL Query Language for RDF | 
| class  | StrLangThe SPARQL built-in  FunctionSTRLANG, as defined in
 SPARQL Query Language for RDF | 
| class  | STRUUIDThe SPARQL built-in  FunctionUUID, as defined in
 SPARQL Query Language for RDF | 
| class  | UUIDThe SPARQL built-in  FunctionUUID, as defined in
 SPARQL Query Language for RDF | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConcatThe SPARQL built-in  FunctionCONCAT, as defined in
 SPARQL Query Language for RDF | 
| class  | ContainsThe SPARQL built-in  FunctionCONTAINS, as defined in
 SPARQL Query Language for RDF | 
| class  | EncodeForUriThe SPARQL built-in  FunctionENCODE_FOR_URI, as defined in
 SPARQL Query Language for RDF | 
| class  | LowerCaseThe SPARQL built-in  FunctionLCASE, as defined in
 SPARQL Query Language for RDF | 
| class  | ReplaceThe SPARQL built-in  FunctionREPLACE, as defined in
 SPARQL Query Language for RDF. | 
| class  | StrAfterThe SPARQL built-in  FunctionSTRAFTER, as defined in
 SPARQL Query Language for RDF. | 
| class  | StrBeforeThe SPARQL built-in  FunctionSTRBEFORE, as defined in
 SPARQL Query Language for RDF. | 
| class  | StrEndsThe SPARQL built-in  FunctionSTRENDS, as defined in
 SPARQL Query Language for RDF | 
| class  | StrLenThe SPARQL built-in  FunctionSTRLEN, as defined in
 SPARQL Query Language for RDF | 
| class  | StrStartsThe SPARQL built-in  FunctionSTRSTARTS, as defined in
 SPARQL Query Language for RDF | 
| class  | SubstringThe SPARQL built-in  FunctionSUBSTR, as defined in
 SPARQL Query Language for RDF. | 
| class  | UpperCaseThe SPARQL built-in  FunctionUCASE, as defined in
 SPARQL Query Language for RDF | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanCastA  Functionthat tries to cast its argument to an
 xsd:boolean. | 
| class  | ByteCastA  Functionthat tries to cast its argument to an
 xsd:byte . | 
| class  | CastFunctionAbstract superclass for  Functions that cast an argument
 to an XML Schema datatype. | 
| class  | DateTimeCastA  Functionthat tries to cast its argument to an
 xsd:dateTime. | 
| class  | DecimalCastA  Functionthat tries to cast its argument to an
 xsd:decimal. | 
| class  | DoubleCastA  Functionthat tries to cast its argument to an
 xsd:double. | 
| class  | FloatCastA  Functionthat tries to cast its argument to an
 xsd:float. | 
| class  | IntCastA  Functionthat tries to cast its argument to an
 xsd:int . | 
| class  | IntegerCastA  Functionthat tries to cast its argument to an
 xsd:integer . | 
| class  | IntegerCastFunctionAbstract superclass for  CastFunctions that cast their arguments to an xsd:integer or one of its derived
 types. | 
| class  | LongCastA  IntegerCastFunctionthat tries to cast its argument to an xsd:long . | 
| class  | NegativeIntegerCastA  Functionthat tries to cast its argument to an
 xsd:negativeInteger . | 
| class  | NonNegativeIntegerCastA  Functionthat tries to cast its argument to an
 xsd:nonNegativeInteger . | 
| class  | NonPositiveIntegerCastA  Functionthat tries to cast its argument to an
 xsd:nonPositiveInteger . | 
| class  | PositiveIntegerCastA  Functionthat tries to cast its argument to an
 xsd:positiveInteger . | 
| class  | ShortCastA  Functionthat tries to cast its argument to an
 xsd:short . | 
| class  | StringCastA  Functionthat tries to cast its argument to an
 xsd:string. | 
| class  | UnsignedByteCastA  IntegerCastFunctionthat tries to cast its argument to an xsd:unsignedByte . | 
| class  | UnsignedIntCastA  IntegerCastFunctionthat tries to cast its argument to an xsd:unsignedInt . | 
| class  | UnsignedLongCastA  IntegerCastFunctionthat tries to cast its argument to an xsd:unsignedShort . | 
| class  | UnsignedShortCastA  IntegerCastFunctionthat tries to cast its argument to an xsd:unsignedShort . | 
| Modifier and Type | Method and Description | 
|---|---|
| Function | SpinParser. parseFunction(IRI funcUri,
             TripleSource store) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TransientFunctionTagging interface for  Functions that have some sort of lifespan. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Add | 
| class  | And | 
| class  | AskFunction | 
| class  | Divide | 
| class  | EqualTo | 
| class  | EvalFunction | 
| class  | GreaterThan | 
| class  | GreaterThanOrEqualTo | 
| class  | LessThan | 
| class  | LessThanOrEqualTo | 
| class  | Localname | 
| class  | Multiply | 
| class  | Not | 
| class  | NotEqualTo | 
| class  | ObjectFunction | 
| class  | Or | 
| class  | SpinFunction | 
| class  | SpinxFunction | 
| class  | Subtract | 
| Modifier and Type | Method and Description | 
|---|---|
| Function | KnownFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | FunctionParser. parse(IRI uri,
     TripleSource store) | 
| Function | SpinFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | SpinxFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | SpinTupleFunctionAsFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BuildString | 
| class  | BuildURI | 
| class  | CanInvoke | 
| class  | Cast | 
| class  | ConvertSpinRDFToString | 
| class  | CurrentTimeMillis | 
| class  | DateFormat | 
| class  | DecimalFormat | 
| class  | DecodeURL | 
| class  | EncodeURL | 
| class  | GenerateUUID | 
| class  | HasAllObjects | 
| class  | IndexOf | 
| class  | Invoke | 
| class  | IsValidURI | 
| class  | LastIndexOf | 
| class  | LowerTitleCase | 
| class  | Mod | 
| class  | Name | 
| class  | ParseDate | 
| class  | Random | 
| class  | ReplaceAll | 
| class  | TimeMillis | 
| class  | TitleCase | 
| class  | Trim | 
| class  | UnCamelCase | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.