Skip to content

Commit

Permalink
fix load complex type doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Jan 6, 2025
1 parent 0e621f6 commit af430c5
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 63 deletions.
20 changes: 10 additions & 10 deletions docs/data-operate/import/complex-types/bitmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ The BITMAP type can be used in Duplicate tables, Unique tables, and Aggregate ta
Create the following CSV file: test_bitmap.csv

```sql
koga|17723
nijg|146285
lojn|347890
lofn|489871
jfin|545679
kon|676724
nhga|767689
nfubg|879878
huang|969798
buag|97997
1|koga|17723
2|nijg|146285
3|lojn|347890
4|lofn|489871
5|jfin|545679
6|kon|676724
7|nhga|767689
8|nfubg|879878
9|huang|969798
10|buag|97997
```

### Step 2: Create Table in Database
Expand Down
22 changes: 11 additions & 11 deletions docs/data-operate/import/complex-types/hll.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ HLL is used for approximate deduplication and performs better than Count Distinc

Create the following CSV file: test_hll.csv

```sql
koga
nijg
lojn
lofn
jfin
kon
nhga
nfubg
huang
buag
```SQL
1001|koga
1002|nijg
1003|lojn
1004|lofn
1005|jfin
1006|kon
1007|nhga
1008|nfubg
1009|huang
1010|buag
```

### Step 2: Create Table in Database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ The BITMAP type can be used in Duplicate tables, Unique tables, and Aggregate ta
Create the following CSV file: test_bitmap.csv

```sql
koga|17723
nijg|146285
lojn|347890
lofn|489871
jfin|545679
kon|676724
nhga|767689
nfubg|879878
huang|969798
buag|97997
1|koga|17723
2|nijg|146285
3|lojn|347890
4|lofn|489871
5|jfin|545679
6|kon|676724
7|nhga|767689
8|nfubg|879878
9|huang|969798
10|buag|97997
```

### Step 2: Create Table in Database
Expand Down
22 changes: 11 additions & 11 deletions versioned_docs/version-2.1/data-operate/import/complex-types/hll.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ HLL is used for approximate deduplication and performs better than Count Distinc

Create the following CSV file: test_hll.csv

```sql
koga
nijg
lojn
lofn
jfin
kon
nhga
nfubg
huang
buag
```SQL
1001|koga
1002|nijg
1003|lojn
1004|lofn
1005|jfin
1006|kon
1007|nhga
1008|nfubg
1009|huang
1010|buag
```

### Step 2: Create Table in Database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ The BITMAP type can be used in Duplicate tables, Unique tables, and Aggregate ta
Create the following CSV file: test_bitmap.csv

```sql
koga|17723
nijg|146285
lojn|347890
lofn|489871
jfin|545679
kon|676724
nhga|767689
nfubg|879878
huang|969798
buag|97997
1|koga|17723
2|nijg|146285
3|lojn|347890
4|lofn|489871
5|jfin|545679
6|kon|676724
7|nhga|767689
8|nfubg|879878
9|huang|969798
10|buag|97997
```

### Step 2: Create Table in Database
Expand Down
22 changes: 11 additions & 11 deletions versioned_docs/version-3.0/data-operate/import/complex-types/hll.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ HLL is used for approximate deduplication and performs better than Count Distinc

Create the following CSV file: test_hll.csv

```sql
koga
nijg
lojn
lofn
jfin
kon
nhga
nfubg
huang
buag
```SQL
1001|koga
1002|nijg
1003|lojn
1004|lofn
1005|jfin
1006|kon
1007|nhga
1008|nfubg
1009|huang
1010|buag
```

### Step 2: Create Table in Database
Expand Down

0 comments on commit af430c5

Please sign in to comment.