This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.apache.calcite.test; | |
| import org.apache.calcite.adapter.jdbc.JdbcSchema; | |
| import org.apache.calcite.jdbc.CalciteConnection; | |
| import org.apache.calcite.schema.SchemaPlus; | |
| import org.apache.commons.dbcp2.BasicDataSource; | |
| import com.google.common.util.concurrent.MoreExecutors; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.apache.calcite.adapter.jdbc.JdbcSchema; | |
| import org.apache.calcite.jdbc.CalciteConnection; | |
| import org.apache.calcite.runtime.Hook; | |
| import org.apache.calcite.schema.Schema; | |
| import org.apache.calcite.schema.SchemaPlus; | |
| import org.apache.commons.dbcp2.BasicDataSource; | |
| import com.google.common.collect.ArrayListMultimap; | |
| import com.google.common.collect.Multimap; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package sample; | |
| import org.junit.Test; | |
| import rx.Observable; | |
| import rx.Scheduler; | |
| import rx.schedulers.Schedulers; | |
| import java.util.Arrays; | |
| import java.util.HashSet; | |
| import java.util.List; |