MCPcopy Create free account
hub / github.com/awelm/simpledb / LogicalFilterNode

Class LogicalFilterNode

src/simpledb/LogicalFilterNode.java:9–28  ·  view source on GitHub ↗

A LogicalFilterNode represents the parameters of a filter in the WHERE clause of a query. Filter is of the form t.f p c Where t is a table, f is a file in t, p is a predicate, and c is a constant

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected