You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2018/01/27 13:53:20 UTC

[GitHub] jena issue #345: JENA-1468: Retain variables in op (table)

Github user afs commented on the issue:

    https://github.com/apache/jena/pull/345
  
    Use new operation `TableEmpty.isTableEmpty` to test whether a data structure is the empty table, not rely on the contents. Thus a table of no rows but with declared variables, keeps the variables in the algebra.


---