Apps     Components     Interfaces     All Files     Source Tree     source: tos.lib.TinyDB.QueryIntf.nc

Interface: QueryIntf

Interface for interacting with unparsed Queries, which represent queries arriving over the network that have not yet had ascii field names translated into schema indices.

Note that most interaction with queries after network delivery is done via ParsedQueryPtrs and ParsedQueryIntf.

This interface provides basic methods to set fields and expressions in queries and determine if queries contain all the records needed to be converted into ParsedQueries.

Author: Sam Madden (madden@cs.berkeley.edu)

Components providing this interface:
tos.lib.TinyDB.Query

Components requiring this interface:
tos.lib.TinyDB.TupleRouterM

Commands