| Package | Description |
|---|---|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
static Bindables.BindableTableScan |
Bindables.BindableTableScan.create(RelOptCluster cluster,
RelOptTable relOptTable)
Creates a BindableTableScan.
|
static Bindables.BindableTableScan |
Bindables.BindableTableScan.create(RelOptCluster cluster,
RelOptTable relOptTable,
List<RexNode> filters,
List<Integer> projects)
Creates a BindableTableScan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nodes.CoreCompiler.visit(Bindables.BindableTableScan scan) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.