You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-q, --quiet Reduce printing other than the results and work quietly
105
128
-r, --rc <RC>... Run the provided files on startup instead of ~/.datafusionrc
106
129
-V, --version Print version information
107
-
108
-
Type `exit` or `quit` to exit the CLI.
109
130
```
110
131
132
+
## Selecting files directly
133
+
134
+
Files can be queried directly by enclosing the file or
135
+
directory name in single `'` quotes as shown in the example.
136
+
137
+
It is also possible to create a table backed by files by explicitly
138
+
via `CREATE EXTERNAL TABLE` as shown below.
139
+
111
140
## Registering Parquet Data Sources
112
141
113
142
Parquet data sources can be registered by executing a `CREATE EXTERNAL TABLE` SQL statement. It is not necessary to provide schema information for Parquet files.
0 commit comments