Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Feb 13, 2023
1 parent 46f7582 commit 66447b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ What's going on?:?:
3. Row group is like a data partition inside the file. In this example we have just one, but you can create more if there are too many values that are hard to fit in computer memory.
4. Three calls to row group writer write out the columns. Note that those are performed sequentially, and in the same order as schema defines them.

Read more on writing [here](writing.md).

### 📖Reading Data

Reading data also has three different approaches, so I'm going to unwrap them here in the same order as above.
Expand Down

0 comments on commit 66447b4

Please sign in to comment.