Skip to content

Commit 0dceb66

Browse files
committed
File organization hint
Signed-off-by: Yue Yin <yueyin.dev@gmail.com>
1 parent e82bad7 commit 0dceb66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/src/01-04-array.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,21 @@ impl InMemoryTable {
190190
}
191191
```
192192

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+
193210
除此之外,本节没有新增的 SQL 测试。

0 commit comments

Comments
 (0)