Comunica
    Preparing search index...
    inScopeVariables: typeof algebraUtils.inScopeVariables = ...

    Detects all in-scope variables. In practice this means iterating through the entire algebra tree, finding all variables, and stopping when a project function is found.

    Input algebra tree.

    the visitor to be used to traverse the various nodes. Allows you to provide a visitor with different default preVisitor cotexts.

    List of unique in-scope variables.