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
Method
decoded_bytes
(&self)
src/cursors/raw.rs:93
Function
deeply_nested_validation_incorrect_fixed_string
()
tests/it/rbwnat_validation.rs:366
Method
default
()
macros/src/attributes.rs:8
Method
default
()
src/lib.rs:98
Method
default
()
src/ticks.rs:24
Method
default
()
src/test/mock.rs:126
Method
default
()
src/compression/mod.rs:43
Method
default
()
examples/data_types_derive_containers.rs:108
Method
default
()
examples/data_types_derive_simple.rs:280
Function
default_user
()
tests/it/query_readonly.rs:6
Function
default_user_agent
()
tests/it/user_agent.rs:11
Function
deferred_lz4
()
tests/it/cursor_error.rs:56
Method
deserialize_any
(self, _: V)
src/rowbinary/de.rs:162
Method
deserialize_bool
(self, visitor: V)
src/rowbinary/de.rs:174
Method
deserialize_byte_buf
(self, visitor: V)
src/rowbinary/de.rs:211
Method
deserialize_char
(self, _: V)
src/rowbinary/de.rs:332
Method
deserialize_enum
( self, _name: &'static str, _variants: &'static [&'static str], visitor: V,
src/rowbinary/de.rs:232
Method
deserialize_identifier
(self, visitor: V)
src/rowbinary/de.rs:221
Method
deserialize_ignored_any
(self, _visitor: V)
src/rowbinary/de.rs:356
Method
deserialize_map
(self, visitor: V)
src/rowbinary/de.rs:284
Method
deserialize_option
(self, visitor: V)
src/rowbinary/de.rs:249
Method
deserialize_seq
(self, visitor: V)
src/rowbinary/de.rs:277
Method
deserialize_str
(self, visitor: V)
src/rowbinary/de.rs:185
Method
deserialize_string
(self, visitor: V)
src/rowbinary/de.rs:194
Method
deserialize_struct
( self, _name: &'static str, fields: &'static [&'static str], visitor: V,
src/rowbinary/de.rs:294
Method
deserialize_tuple_struct
( self, name: &'static str, _len: usize, _visitor: V, )
src/rowbinary/de.rs:346
Method
deserialize_unit
(self, visitor: V)
src/rowbinary/de.rs:167
Method
deserialize_unit_struct
( self, name: &'static str, _visitor: V, )
src/rowbinary/de.rs:337
Function
different_struct_field_order_different_types
()
tests/it/rbwnat_smoke.rs:931
Function
different_struct_field_order_mixed_usage
()
tests/it/rbwnat_smoke.rs:972
Function
different_struct_field_order_same_types
()
tests/it/rbwnat_smoke.rs:894
Function
disabled
()
src/ticks.rs:158
Function
do_select_bench
( query: &str, opts: BenchmarkOpts, )
benches/common_select.rs:102
Method
drop
(&mut self)
benches/common.rs:47
Method
drop
(&mut self)
src/insert_formatted.rs:521
Method
drop
(&mut self)
src/cursors/row.rs:205
Method
drop
(&mut self)
src/cursors/bytes.rs:214
Method
drop
(&mut self)
src/test/mock.rs:132
Method
elapsed_ns
(&self)
src/query_summary.rs:57
Method
empty
()
src/response.rs:215
Function
empty_insert
()
tests/it/insert_formatted.rs:18
Function
empty_insert
()
tests/it/insert.rs:128
Method
end
Ends `INSERT`, the server starts processing the data. Succeeds if the server returns 200, that means the `INSERT` was handled successfully, including
src/insert_formatted.rs:409
Method
end
(self)
src/sql/ser.rs:318
Method
end
(self)
src/rowbinary/ser.rs:302
Function
enum_with_escaping
()
types/src/data_types.rs:1943
Function
enums
()
tests/it/rbwnat_smoke.rs:435
Function
ephemeral_columns
()
tests/it/rbwnat_smoke.rs:1418
Function
error
()
tests/it/fetch_bytes.rs:50
Function
error_sets_span_status
()
tests/it/opentelemetry.rs:134
Function
error_traits
()
src/error.rs:179
Method
error_type
(&self)
src/error.rs:118
Method
expecting
(&self, f: &mut Formatter<'_>)
src/types/int256.rs:514
Function
ext_arrow_adds_user_agent
()
tests/it/arrow.rs:252
Function
failures
()
src/sql/mod.rs:253
Method
fetch
Executes the query, returning a [`RowCursor`] to obtain results. # Example ``` # async fn example() -> clickhouse::error::Result<()> { #[derive(clic
src/query.rs:101
Function
fetch_cursor
( compression: Compression, validation: bool, query: &str, )
benches/common_select.rs:88
Function
fetch_one_and_optional
()
tests/it/query.rs:57
Method
fetch_optional
Executes the query and returns at most one row. Note that `T` must be owned.
src/query.rs:137
Function
fetch_primitive_row
()
tests/it/rbwnat_validation.rs:7
Function
fetch_primitive_row_schema_mismatch
()
tests/it/rbwnat_validation.rs:17
Function
fetch_rows
(client: &Client, table_name: &str)
tests/it/main.rs:175
Function
fetch_tuple_row
()
tests/it/rbwnat_validation.rs:45
Function
fetch_tuple_row_schema_mismatch_first_element
()
tests/it/rbwnat_validation.rs:55
Function
fetch_tuple_row_schema_mismatch_missing_element
()
tests/it/rbwnat_validation.rs:73
Function
fetch_tuple_row_schema_mismatch_second_element
()
tests/it/rbwnat_validation.rs:64
Function
fetch_tuple_row_schema_mismatch_too_many_elements
()
tests/it/rbwnat_validation.rs:85
Function
fetch_tuple_row_with_struct
()
tests/it/rbwnat_validation.rs:97
Function
fetch_tuple_row_with_struct_schema_mismatch
()
tests/it/rbwnat_validation.rs:122
Function
fetch_tuple_row_with_struct_schema_mismatch_too_few_fields
()
tests/it/rbwnat_validation.rs:178
Function
fetch_tuple_row_with_struct_schema_mismatch_too_few_struct_fields
()
tests/it/rbwnat_validation.rs:165
Function
fetch_tuple_row_with_struct_schema_mismatch_too_many_fields
()
tests/it/rbwnat_validation.rs:151
Function
fetch_tuple_row_with_struct_schema_mismatch_too_many_struct_fields
()
tests/it/rbwnat_validation.rs:136
Function
fetch_vector_row
()
tests/it/rbwnat_validation.rs:26
Function
fetch_vector_row_schema_mismatch_nested_type
()
tests/it/rbwnat_validation.rs:36
Method
finish
(&mut self)
src/response.rs:62
Function
fixed_str
()
tests/it/rbwnat_smoke.rs:823
Function
fixed_str_too_long
()
tests/it/rbwnat_validation.rs:291
Method
fmt
(&self, f: &mut Formatter<'_>)
types/src/data_types.rs:23
Method
fmt
(&self, f: &mut Formatter<'_>)
src/row_metadata.rs:211
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lib.rs:81
Method
fmt
(&self, f: &mut Formatter<'_>)
src/types/int256.rs:118
Method
fmt
(&self, f: &mut fmt::Formatter<'_>)
src/sql/mod.rs:29
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/rowbinary/validation.rs:837
Function
force_commit
()
tests/it/inserter.rs:32
Method
force_flush
(&self)
tests/it/opentelemetry.rs:178
Method
from
(value: DataTypeNode)
types/src/data_types.rs:202
Method
from
(value: T)
src/insert_formatted.rs:846
Method
from
(err: clickhouse_types::error::TypesError)
src/error.rs:55
Method
from
(err: fmt::Error)
src/sql/ser.rs:28
Method
from_header
Parses the raw header value into a `QuerySummary`. Returns `None` if the value is not valid JSON or not an object with string values. This matches Cl
src/query_summary.rs:74
Method
from_le_bytes
(bytes: [u8; 32])
src/types/int256.rs:82
Method
from_slice
(slice: &[u8])
src/insert_formatted.rs:830
Method
from_str
(s: &str)
types/src/data_types.rs:465
Method
from_str
(s: &str)
src/row_metadata.rs:176
Method
full
(content: String)
src/request_body.rs:27
Function
generic_borrowed_row
()
macros/src/tests/cases.rs:59
Function
generic_owned_row
()
macros/src/tests/cases.rs:21
Function
geo
()
tests/it/rbwnat_smoke.rs:231
Function
geo_invalid_point
()
tests/it/rbwnat_validation.rs:388
← previous
next →
401–500 of 959, ranked by callers