Skip navigation links

Package net.hydromatic.linq4j.expressions

Object model for Java expressions.

See: Description

Package net.hydromatic.linq4j.expressions Description

Object model for Java expressions.

This object model is used when the linq4j system is analyzing queries that have been submitted using methods on the Queryable interface. The system attempts to understand the intent of the query and reorganize it for efficiency; for example, it may attempt to push down filters to the source SQL system.

Skip navigation links

Copyright © 2012-2014 Julian Hyde. All Rights Reserved.