TatianaJin / husky-sql

Other
3 stars 5 forks source link

Add PushFilterIntoTableScanRule #4

Open MingyuGuan opened 5 years ago

MingyuGuan commented 5 years ago
  1. Column class to store column info;
  2. Read table.json by SimpleTestTable(String tableJsonPath);
  3. Read table url for data to setRows(String tableUrl);
  4. setProtoRowType();

Add PushProjectIntoTableScanRule.

(NEW)Add PushFilterIntoTableScanRule.

zzxx-husky commented 5 years ago

Files under calcite/target are the outputs of compiler, which are NOT necessary to be put into the PR?

MingyuGuan commented 5 years ago

Files under calcite/target are the outputs of compiler, which are NOT necessary to be put into the PR?

Removed. Thanks.