Skip to content

Commit 54d4ccc

Browse files
committed
types/*map: Fix description of column types
The macros write data without compression.
1 parent b92c8ce commit 54d4ccc

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

types/map/nested/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the two collection parent fields.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/multimap/fundamental/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# `std::map<std::string, std::int32_t>`
1+
# `std::multimap<std::string, std::int32_t>`
22

33
## Fields
44

55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the collection parent field.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/multimap/nested/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the two collection parent fields.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/unordered_map/fundamental/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the collection parent field.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/unordered_map/nested/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the two collection parent fields.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/unordered_multimap/fundamental/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the collection parent field.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

types/unordered_multimap/nested/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- `[Split]Index{32,64}`
66

77
with the corresponding column type for the offset column of the two collection parent fields.
8-
All child fields use the default column types for `std::string` (`SplitIndex64` for the principal column, `Char` for the second column) and `std::int32_t` (`SplitInt32`).
8+
All child fields use the default column types for `std::string` (`Index64` for the principal column, `Char` for the second column) and `std::int32_t` (`Int32`).
99

1010
## Entries
1111

0 commit comments

Comments
 (0)