コード例 #1
0
ファイル: OptiqPrepareImpl.java プロジェクト: cwensel/optiq
 RelOptTableImpl(RelOptSchema schema, RelDataType rowType, String[] names, Table table) {
   this(schema, rowType, names, table, table.getExpression());
 }