Aklakan commented on issue #1801: URL: https://github.com/apache/jena/issues/1801#issuecomment-1473757821
I also implemented a `NodeValueJson` class in addition to the `RDFDatatypeJson` exactly to delay going to Node for as long as possible during SPARQL evaluation. However, in the evaluation Node ande NodeValue are converted back and forth when evaluating expressions and placing the results back into bindings. Not sure how that could be handled efficiently if Node no longer held a value - unless it held the value indirectly via `NodeOverNodeValue` (which extends Node). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
