Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/clickhouse-rs
/ functions
Functions
959 in github.com/ClickHouse/clickhouse-rs
⨍
Functions
959
◇
Types & classes
219
Function
overrides_client_settings
()
tests/it/query.rs:259
Method
partial_cmp
(&self, other: &Self)
src/types/int256.rs:41
Method
permutations
()
benches/common_select.rs:166
Method
poll
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/cursors/row.rs:253
Method
poll_fill_buf
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/cursors/bytes.rs:195
Method
poll_flush
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, )
src/insert_formatted.rs:724
Method
poll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/response.rs:228
Method
poll_next
(&mut self, cx: &mut Context<'_>)
src/cursors/row.rs:111
Method
poll_next
(&mut self, cx: &mut Context<'_>)
src/cursors/bytes.rs:74
Method
poll_next
(self: Pin<&mut Self>, cx: &mut Context<'_>)
src/compression/zstd.rs:79
Method
poll_next
(mut self: Pin<&mut Self>, cx: &mut Context<'_>)
src/compression/lz4.rs:31
Method
poll_opt
(this: Option<&mut Self>, sleep: Pin<&mut Sleep>, cx: &mut Context<'_>)
src/insert_formatted.rs:750
Method
poll_read
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut ReadBuf<'_>, )
src/cursors/bytes.rs:173
Method
poll_read_columns
(&mut self, cx: &mut Context<'_>)
src/cursors/row.rs:50
Method
poll_ready
(&mut self, cx: &mut Context<'_>)
src/insert_formatted.rs:348
Method
poll_ready
(&mut self, cx: &mut Context<'_>)
src/request_body.rs:86
Method
poll_refill
(&mut self, cx: &mut Context<'_>)
src/cursors/bytes.rs:115
Method
poll_resolve
(&mut self, cx: &mut Context<'_>)
src/cursors/raw.rs:58
Method
poll_shutdown
( mut self: Pin<&mut Self>, cx: &mut Context<'_>, )
src/insert_formatted.rs:732
Function
print_results
(stats: &BenchmarkStats<u64>, opts: BenchmarkOpts)
benches/common_select.rs:55
Function
prints_query
()
tests/it/query.rs:277
Function
put_and_read
()
types/src/leb128.rs:95
Method
query
(self)
src/test/handlers.rs:167
Function
query_empty_response
()
tests/it/arrow.rs:240
Function
query_non_utf8
()
tests/it/arrow.rs:337
Function
query_with_comment_combined
()
tests/it/query_syntax.rs:90
Function
query_with_comment_multiline
()
tests/it/query_syntax.rs:46
Function
query_with_comment_multiline_unterminated
()
tests/it/query_syntax.rs:68
Function
query_with_comment_syntax
()
tests/it/query_syntax.rs:79
Function
query_with_comment_utf8
()
tests/it/query_syntax.rs:57
Function
query_with_head_and_tail_comment
()
tests/it/query_syntax.rs:24
Function
query_with_head_comment
()
tests/it/query_syntax.rs:13
Function
query_with_mid_comment
()
tests/it/query_syntax.rs:35
Function
query_with_opentelemetry
()
tests/it/opentelemetry.rs:17
Function
query_with_readonly_user
()
tests/it/query_syntax.rs:202
Function
query_with_role
()
tests/it/query.rs:288
Function
query_with_semicolon
()
tests/it/query_syntax.rs:101
Function
query_with_semicolon_allowed
()
tests/it/query_syntax.rs:145
Function
query_with_semicolon_in_comment
()
tests/it/query_syntax.rs:123
Function
query_with_semicolon_in_multiline_comment
()
tests/it/query_syntax.rs:134
Function
query_with_semicolon_trailing
()
tests/it/query_syntax.rs:112
Function
query_with_tail_carriage_return
()
tests/it/query_syntax.rs:177
Function
query_with_tail_carriage_return_newline
()
tests/it/query_syntax.rs:184
Function
query_with_tail_carriage_return_space
()
tests/it/query_syntax.rs:195
Function
query_with_tail_comment
()
tests/it/query_syntax.rs:2
Function
query_with_tail_newline
()
tests/it/query_syntax.rs:156
Function
query_with_tail_space
()
tests/it/query_syntax.rs:163
Function
query_with_tail_tab
()
tests/it/query_syntax.rs:170
Function
question_escape
()
src/sql/mod.rs:230
Function
question_marks_inside
()
src/sql/mod.rs:219
Method
read_bytes
(&self)
src/query_summary.rs:33
Function
read_errors
()
types/src/leb128.rs:72
Method
read_rows
(&self)
src/query_summary.rs:29
Function
readonly_user
()
tests/it/query_readonly.rs:19
Method
received_bytes
(&self)
src/cursors/bytes.rs:143
Method
received_bytes
(&self)
src/cursors/raw.rs:86
Function
rename_insert
()
tests/it/insert.rs:209
Method
reset_opt
(this: Option<&mut Self>)
src/insert_formatted.rs:774
Method
result_bytes
(&self)
src/query_summary.rs:53
Method
result_rows
(&self)
src/query_summary.rs:49
Method
returned_rows
(&self)
src/cursors/row.rs:189
Function
roundtrip_io_error
()
src/error.rs:164
Function
row
(input: proc_macro::TokenStream)
macros/src/lib.rs:18
Function
run_insert
( client: Client, iters: u64, compression: Compression, validation: bool, )
benches/mocked_insert.rs:88
Function
run_inserter
( client: Client, iters: u64, compression: Compression, validation: bool, )
benches/mocked_insert.rs:108
Method
sample
()
benches/mocked_insert.rs:72
Method
sample
(&self, rng: &mut R)
tests/it/chrono.rs:234
Function
schema_mismatch_throws_error
()
tests/it/arrow.rs:306
Function
select
(c: &mut Criterion)
benches/mocked_select.rs:81
Method
send
Send a chunk of data. If compression is enabled, the data is compressed first. To pre-compress the data, use [`Self::send_compressed()`] instead. #
src/insert_formatted.rs:309
Function
serde_rename
()
macros/src/tests/cases.rs:86
Function
serde_skip_deserializing
()
macros/src/tests/cases.rs:112
Function
serde_skip_serializing
()
macros/src/tests/cases.rs:100
Function
serde_skip_struct_field
()
tests/it/rbwnat_smoke.rs:616
Method
serialize_bool
(self, v: bool)
src/rowbinary/ser.rs:117
Method
serialize_bytes
(self, v: &[u8])
src/rowbinary/ser.rs:137
Method
serialize_char
(self, value: char)
src/sql/ser.rs:115
Method
serialize_char
(self, _v: char)
src/rowbinary/ser.rs:124
Method
serialize_element
(&mut self, value: &T)
src/sql/ser.rs:300
Method
serialize_element
(&mut self, value: &T)
src/rowbinary/ser.rs:314
Method
serialize_f32
(self, _v: f32)
src/rowbinary/ser.rs:431
Method
serialize_f64
(self, _v: f64)
src/rowbinary/ser.rs:435
Method
serialize_field
(&mut self, _: &'static str, value: &T)
src/rowbinary/ser.rs:297
Method
serialize_i128
(self, value: i128)
src/sql/ser.rs:121
Method
serialize_i16
(self, _v: i16)
src/rowbinary/ser.rs:403
Method
serialize_i32
(self, _v: i32)
src/rowbinary/ser.rs:407
Method
serialize_i64
(self, _v: i64)
src/rowbinary/ser.rs:411
Method
serialize_i8
(self, _v: i8)
src/rowbinary/ser.rs:399
Method
serialize_key
(&mut self, key: &T)
src/rowbinary/ser.rs:355
Method
serialize_map
(self, len: Option<usize>)
src/rowbinary/ser.rs:256
Method
serialize_newtype_struct
( self, name: &'static str, value: &T, )
src/rowbinary/ser.rs:181
Method
serialize_newtype_variant
( self, _name: &'static str, _variant_index: u32, _variant: &'static str,
src/sql/ser.rs:238
Method
serialize_newtype_variant
( self, name: &'static str, variant_index: u32, variant: &'static str,
src/rowbinary/ser.rs:199
Method
serialize_none
(self)
src/sql/ser.rs:183
Method
serialize_none
(self)
src/rowbinary/ser.rs:146
Method
serialize_seq
(self, _len: Option<usize>)
src/sql/ser.rs:156
Method
serialize_seq
(self, len: Option<usize>)
src/rowbinary/ser.rs:222
Method
serialize_some
(self, _value: &T)
src/sql/ser.rs:178
Method
serialize_some
(self, value: &T)
src/rowbinary/ser.rs:153
Method
serialize_str
(self, v: &str)
src/rowbinary/ser.rs:129
← previous
next →
701–800 of 959, ranked by callers