-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdataSource.sql
More file actions
8 lines (8 loc) · 988 Bytes
/
Copy pathdataSource.sql
File metadata and controls
8 lines (8 loc) · 988 Bytes
1
2
3
4
5
6
7
8
EXPLAIN SELECT * FROM dim2_parquet;
+---------------+---------------------------------------------------------------------------------------------------------------------+
| plan_type | plan |
+---------------+---------------------------------------------------------------------------------------------------------------------+
| logical_plan | TableScan: dim2_parquet projection=[d_dkey, env, service, host] |
| physical_plan | DataSourceExec: file_groups={1 groups: [[d_1.parquet]]}, projection=[d_dkey, env, service, host], file_type=parquet |
| | |
+---------------+---------------------------------------------------------------------------------------------------------------------+