Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.function.Function
-
-
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function that implement Function Modifier and Type Class Description classBinaryFunctionclassBooleanCastDeprecated.useBooleanCastinsteadclassDateTimeCastDeprecated.useDateTimeCastinstead.classDecimalCastDeprecated.useDecimalCastinstead.classDoubleCastDeprecated.useDoubleCastinstead.classFloatCastDeprecated.useFloatCastinstead.classIntegerCastDeprecated.useIntegerCastinsteadclassStringCastDeprecated.useStringCastinsteadclassUnaryFunctionMethods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type Function Modifier and Type Method Description protected StringFunctionRegistry. getKey(Function function) -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime that implement Function Modifier and Type Class Description classDayThe SPARQL built-inFunctionDAY, as defined in SPARQL Query Language for RDFclassHoursThe SPARQL built-inFunctionHOURS, as defined in SPARQL Query Language for RDFclassMinutesThe SPARQL built-inFunctionMINUTES, as defined in SPARQL Query Language for RDFclassMonthThe SPARQL built-inFunctionMONTH, as defined in SPARQL Query Language for RDFclassNowThe SPARQL built-inFunctionNOW, as defined in SPARQL Query Language for RDFclassSecondsThe SPARQL built-inFunctionSECONDS, as defined in SPARQL Query Language for RDFclassTimezoneThe SPARQL built-inFunctionTIMEZONE, as defined in SPARQL Query Language for RDFclassTzThe SPARQL built-inFunctionTZ, as defined in SPARQL Query Language for RDFclassYearThe SPARQL built-inFunctionYEAR, as defined in SPARQL Query Language for RDF -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.hash that implement Function Modifier and Type Class Description classHashFunctionAbstract hash functionclassMD5The SPARQL built-inFunctionMD5, as defined in SPARQL Query Language for RDFclassSHA1The SPARQL built-inFunctionSHA1, as defined in SPARQL Query Language for RDFclassSHA256The SPARQL built-inFunctionSHA256, as defined in SPARQL Query Language for RDFclassSHA384The SPARQL built-inFunctionSHA384, as defined in SPARQL Query Language for RDFclassSHA512The SPARQL built-inFunctionSHA512, as defined in SPARQL Query Language for RDF -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric that implement Function Modifier and Type Class Description classAbsThe SPARQL built-inFunctionABS, as defined in SPARQL Query Language for RDFclassCeilThe SPARQL built-inFunctionCEIL, as defined in SPARQL Query Language for RDFclassFloorThe SPARQL built-inFunctionFLOOR, as defined in SPARQL Query Language for RDFclassRandThe SPARQL built-inFunctionRAND, as defined in SPARQL Query Language for RDFclassRoundThe SPARQL built-inFunctionROUND, as defined in SPARQL Query Language for RDF -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm that implement Function Modifier and Type Class Description classStrDtThe SPARQL built-inFunctionSTRDT, as defined in SPARQL Query Language for RDFclassStrLangThe SPARQL built-inFunctionSTRLANG, as defined in SPARQL Query Language for RDFclassSTRUUIDThe SPARQL built-inFunctionUUID, as defined in SPARQL Query Language for RDFclassUUIDThe SPARQL built-inFunctionUUID, as defined in SPARQL Query Language for RDF -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.string
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.string that implement Function Modifier and Type Class Description classConcatThe SPARQL built-inFunctionCONCAT, as defined in SPARQL Query Language for RDFclassContainsThe SPARQL built-inFunctionCONTAINS, as defined in SPARQL Query Language for RDFclassEncodeForUriThe SPARQL built-inFunctionENCODE_FOR_URI, as defined in SPARQL Query Language for RDFclassLowerCaseThe SPARQL built-inFunctionLCASE, as defined in SPARQL Query Language for RDFclassReplaceThe SPARQL built-inFunctionREPLACE, as defined in SPARQL Query Language for RDF.classStrAfterThe SPARQL built-inFunctionSTRAFTER, as defined in SPARQL Query Language for RDF.classStrBeforeThe SPARQL built-inFunctionSTRBEFORE, as defined in SPARQL Query Language for RDF.classStrEndsThe SPARQL built-inFunctionSTRENDS, as defined in SPARQL Query Language for RDFclassStrLenThe SPARQL built-inFunctionSTRLEN, as defined in SPARQL Query Language for RDFclassStrStartsThe SPARQL built-inFunctionSTRSTARTS, as defined in SPARQL Query Language for RDFclassSubstringThe SPARQL built-inFunctionSUBSTR, as defined in SPARQL Query Language for RDF.classUpperCaseThe SPARQL built-inFunctionUCASE, as defined in SPARQL Query Language for RDF -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.triple that implement Function Modifier and Type Class Description classIsTripleFunctionFunction that return "true"^^xsd:boolean if its argument is RDF-star Triple otherwise return "false"^^xsd:boolean the function's IRI uses RDF namespace to match the other functions in the packageclassStatementFunctionFunction constructing RDF-star Triple from its 3 arguments reused the IRI of rdf:Statement as nameclassTripleObjectFunctionFunction returning the object component of RDF-star Triple reused the IRI of rdf:object as nameclassTriplePredicateFunctionFunction returning the predicate component of RDF-star Triple reused the IRI of rdf:predicate as nameclassTripleSubjectFunctionFunction returning the subject component of RDF-star Triple reused the IRI of rdf:subject as name -
Uses of Function in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Classes in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd that implement Function Modifier and Type Class Description classBooleanCastAFunctionthat tries to cast its argument to an xsd:boolean.classByteCastAFunctionthat tries to cast its argument to an xsd:byte .classCastFunctionAbstract superclass forFunctions that cast an argument to an XML Schema datatype.classDateTimeCastAFunctionthat tries to cast its argument to an xsd:dateTime.classDecimalCastAFunctionthat tries to cast its argument to an xsd:decimal.classDoubleCastAFunctionthat tries to cast its argument to an xsd:double.classFloatCastAFunctionthat tries to cast its argument to an xsd:float.classIntCastAFunctionthat tries to cast its argument to an xsd:int .classIntegerCastAFunctionthat tries to cast its argument to an xsd:integer .classIntegerCastFunctionAbstract superclass forCastFunctions that cast their arguments to an xsd:integer or one of its derived types.classLongCastAIntegerCastFunctionthat tries to cast its argument to an xsd:long .classNegativeIntegerCastAFunctionthat tries to cast its argument to an xsd:negativeInteger .classNonNegativeIntegerCastAFunctionthat tries to cast its argument to an xsd:nonNegativeInteger .classNonPositiveIntegerCastAFunctionthat tries to cast its argument to an xsd:nonPositiveInteger .classPositiveIntegerCastAFunctionthat tries to cast its argument to an xsd:positiveInteger .classShortCastAFunctionthat tries to cast its argument to an xsd:short .classStringCastAFunctionthat tries to cast its argument to an xsd:string.classUnsignedByteCastAIntegerCastFunctionthat tries to cast its argument to an xsd:unsignedByte .classUnsignedIntCastAIntegerCastFunctionthat tries to cast its argument to an xsd:unsignedInt .classUnsignedLongCastAIntegerCastFunctionthat tries to cast its argument to an xsd:unsignedShort .classUnsignedShortCastAIntegerCastFunctionthat tries to cast its argument to an xsd:unsignedShort .
-