Skip navigation links
Apache Calcite

Package org.apache.calcite.interpreter

Provides an implementation of relational expressions using an interpreter.

See: Description

Package org.apache.calcite.interpreter Description

Provides an implementation of relational expressions using an interpreter.

The implementation is not efficient compared to generated code, but preparation time is less, and so the total prepare + execute time is competitive for queries over small data sets.

Skip navigation links
Apache Calcite

Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.