Interface FUN_Bytes

All Known Implementing Classes:
FUN_Base10, FUN_BitwiseAnd, FUN_BitwiseLeftShift, FUN_BitwiseNot, FUN_BitwiseOr, FUN_BitwiseRightShift, FUN_BitwiseXOR

public interface FUN_Bytes
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default at.favre.lib.bytes.Bytes
    getBytes​(org.apache.jena.sparql.expr.NodeValue nodeValue)
     
    default org.apache.jena.datatypes.RDFDatatype
    getDatatype​(org.apache.jena.sparql.expr.NodeValue nodeValue)
     
    default int
    getInteger​(org.apache.jena.sparql.expr.NodeValue nodeValue)
     
    default org.apache.jena.sparql.expr.NodeValue
    getNodeValue​(at.favre.lib.bytes.Bytes bytes, org.apache.jena.datatypes.RDFDatatype datatype)
     
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
  • Method Details

    • getBytes

      default at.favre.lib.bytes.Bytes getBytes(org.apache.jena.sparql.expr.NodeValue nodeValue)
    • getInteger

      default int getInteger(org.apache.jena.sparql.expr.NodeValue nodeValue)
    • getDatatype

      default org.apache.jena.datatypes.RDFDatatype getDatatype(org.apache.jena.sparql.expr.NodeValue nodeValue)
    • getNodeValue

      default org.apache.jena.sparql.expr.NodeValue getNodeValue(at.favre.lib.bytes.Bytes bytes, org.apache.jena.datatypes.RDFDatatype datatype)