Skip to content

Commit 0bd21e3

Browse files
authored
Update README.md
1 parent 5f52d43 commit 0bd21e3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,23 @@ D SELECT count(*), max(number) FROM clickhouse_native('/tmp/100000.clickhouse');
5858
10000099999
5959
└──────────────┴─────────────┘
6060
```
61+
```sql
62+
D SELECT * FROM clickhouse_native('/tmp/manyfunctions.clickhouse') WHERE alias_to != '' LIMIT 10;
63+
┌────────────────────┬──────────────┬──────────────────┬──────────────────────┬──────────────┬─────────┬───┬─────────┬───────────┬────────────────┬──────────┬────────────┐
64+
│ name │ is_aggregate │ case_insensitive │ alias_to │ create_query │ origin │ … │ syntax │ arguments │ returned_value │ examples │ categories │
65+
varchar │ int32 │ int32 │ varcharvarcharvarchar │ │ varcharvarcharvarcharvarcharvarchar
66+
├────────────────────┼──────────────┼──────────────────┼──────────────────────┼──────────────┼─────────┼───┼─────────┼───────────┼────────────────┼──────────┼────────────┤
67+
│ connection_id │ 01 │ connectionID │ │ System │ … │ │ │ │ │ │
68+
│ rand32 │ 00 │ rand │ │ System │ … │ │ │ │ │ │
69+
│ INET6_ATON │ 01 │ IPv6StringToNum │ │ System │ … │ │ │ │ │ │
70+
│ INET_ATON │ 01 │ IPv4StringToNum │ │ System │ … │ │ │ │ │ │
71+
│ truncate │ 01 │ trunc │ │ System │ … │ │ │ │ │ │
72+
│ ceiling │ 01 │ ceil │ │ System │ … │ │ │ │ │ │
73+
│ replace │ 01 │ replaceAll │ │ System │ … │ │ │ │ │ │
74+
│ from_utc_timestamp │ 01 │ fromUTCTimestamp │ │ System │ … │ │ │ │ │ │
75+
│ mapFromString │ 00 │ extractKeyValuePairs │ │ System │ … │ │ │ │ │ │
76+
│ str_to_map │ 01 │ extractKeyValuePairs │ │ System │ … │ │ │ │ │ │
77+
├────────────────────┴──────────────┴──────────────────┴──────────────────────┴──────────────┴─────────┴───┴─────────┴───────────┴────────────────┴──────────┴────────────┤
78+
10 rows 12 columns (11 shown) │
79+
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
80+
```

0 commit comments

Comments
 (0)