We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82bad7 commit 0dceb66Copy full SHA for 0dceb66
docs/src/01-04-array.md
@@ -190,4 +190,21 @@ impl InMemoryTable {
190
}
191
```
192
193
+一种可供参考的代码结构:
194
+
195
+```
196
+.
197
+├── array
198
+│ ├── data_chunk.rs
199
+│ ├── iter.rs
200
+│ ├── mod.rs
201
+│ ├── primitive_array.rs
202
+│ └── utf8_array.rs
203
+└── storage
204
+ ├── memory
205
+ │ ├── mod.rs
206
+ │ └── table.rs
207
+ └── mod.rs
208
209
210
除此之外,本节没有新增的 SQL 测试。
0 commit comments