Uses of Class
org.openrefine.runners.local.pll.util.QueryTree
-
Packages that use QueryTree Package Description org.openrefine.runners.local Supplies aRunner
which is designed for execution on a single machine, with parallelism.org.openrefine.runners.local.pll org.openrefine.runners.local.pll.util -
-
Uses of QueryTree in org.openrefine.runners.local
Methods in org.openrefine.runners.local that return QueryTree Modifier and Type Method Description QueryTree
LocalGrid. getRecordsQueryTree()
QueryTree
LocalGrid. getRowsQueryTree()
-
Uses of QueryTree in org.openrefine.runners.local.pll
Methods in org.openrefine.runners.local.pll that return QueryTree Modifier and Type Method Description QueryTree
PairPLL. getQueryTree()
QueryTree
PLL. getQueryTree()
-
Uses of QueryTree in org.openrefine.runners.local.pll.util
Fields in org.openrefine.runners.local.pll.util with type parameters of type QueryTree Modifier and Type Field Description protected List<QueryTree>
QueryTree. children
Constructors in org.openrefine.runners.local.pll.util with parameters of type QueryTree Constructor Description QueryTree(long id, String name, QueryTree... children)
Constructs a node of a query tree.
-