MCPcopy Create free account

hub / github.com/ClickHouse/clickhouse-rs / functions

Functions959 in github.com/ClickHouse/clickhouse-rs

Methoddecoded_bytes
(&self)
src/cursors/raw.rs:93
Functiondeeply_nested_validation_incorrect_fixed_string
()
tests/it/rbwnat_validation.rs:366
Methoddefault
()
macros/src/attributes.rs:8
Methoddefault
()
src/lib.rs:98
Methoddefault
()
src/ticks.rs:24
Methoddefault
()
src/test/mock.rs:126
Methoddefault
()
src/compression/mod.rs:43
Methoddefault
()
examples/data_types_derive_containers.rs:108
Methoddefault
()
examples/data_types_derive_simple.rs:280
Functiondefault_user
()
tests/it/query_readonly.rs:6
Functiondefault_user_agent
()
tests/it/user_agent.rs:11
Functiondeferred_lz4
()
tests/it/cursor_error.rs:56
Methoddeserialize_any
(self, _: V)
src/rowbinary/de.rs:162
Methoddeserialize_bool
(self, visitor: V)
src/rowbinary/de.rs:174
Methoddeserialize_byte_buf
(self, visitor: V)
src/rowbinary/de.rs:211
Methoddeserialize_char
(self, _: V)
src/rowbinary/de.rs:332
Methoddeserialize_enum
( self, _name: &'static str, _variants: &'static [&'static str], visitor: V,
src/rowbinary/de.rs:232
Methoddeserialize_identifier
(self, visitor: V)
src/rowbinary/de.rs:221
Methoddeserialize_ignored_any
(self, _visitor: V)
src/rowbinary/de.rs:356
Methoddeserialize_map
(self, visitor: V)
src/rowbinary/de.rs:284
Methoddeserialize_option
(self, visitor: V)
src/rowbinary/de.rs:249
Methoddeserialize_seq
(self, visitor: V)
src/rowbinary/de.rs:277
Methoddeserialize_str
(self, visitor: V)
src/rowbinary/de.rs:185
Methoddeserialize_string
(self, visitor: V)
src/rowbinary/de.rs:194
Methoddeserialize_struct
( self, _name: &'static str, fields: &'static [&'static str], visitor: V,
src/rowbinary/de.rs:294
Methoddeserialize_tuple_struct
( self, name: &'static str, _len: usize, _visitor: V, )
src/rowbinary/de.rs:346
Methoddeserialize_unit
(self, visitor: V)
src/rowbinary/de.rs:167
Methoddeserialize_unit_struct
( self, name: &'static str, _visitor: V, )
src/rowbinary/de.rs:337
Functiondifferent_struct_field_order_different_types
()
tests/it/rbwnat_smoke.rs:931
Functiondifferent_struct_field_order_mixed_usage
()
tests/it/rbwnat_smoke.rs:972
Functiondifferent_struct_field_order_same_types
()
tests/it/rbwnat_smoke.rs:894
Functiondisabled
()
src/ticks.rs:158
Functiondo_select_bench
( query: &str, opts: BenchmarkOpts, )
benches/common_select.rs:102
Methoddrop
(&mut self)
benches/common.rs:47
Methoddrop
(&mut self)
src/insert_formatted.rs:521
Methoddrop
(&mut self)
src/cursors/row.rs:205
Methoddrop
(&mut self)
src/cursors/bytes.rs:214
Methoddrop
(&mut self)
src/test/mock.rs:132
Methodelapsed_ns
(&self)
src/query_summary.rs:57
Methodempty
()
src/response.rs:215
Functionempty_insert
()
tests/it/insert_formatted.rs:18
Functionempty_insert
()
tests/it/insert.rs:128
Methodend
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
Methodend
(self)
src/sql/ser.rs:318
Methodend
(self)
src/rowbinary/ser.rs:302
Functionenum_with_escaping
()
types/src/data_types.rs:1943
Functionenums
()
tests/it/rbwnat_smoke.rs:435
Functionephemeral_columns
()
tests/it/rbwnat_smoke.rs:1418
Functionerror
()
tests/it/fetch_bytes.rs:50
Functionerror_sets_span_status
()
tests/it/opentelemetry.rs:134
Functionerror_traits
()
src/error.rs:179
Methoderror_type
(&self)
src/error.rs:118
Methodexpecting
(&self, f: &mut Formatter<'_>)
src/types/int256.rs:514
Functionext_arrow_adds_user_agent
()
tests/it/arrow.rs:252
Functionfailures
()
src/sql/mod.rs:253
Methodfetch
Executes the query, returning a [`RowCursor`] to obtain results. # Example ``` # async fn example() -> clickhouse::error::Result<()> { #[derive(clic
src/query.rs:101
Functionfetch_cursor
( compression: Compression, validation: bool, query: &str, )
benches/common_select.rs:88
Functionfetch_one_and_optional
()
tests/it/query.rs:57
Methodfetch_optional
Executes the query and returns at most one row. Note that `T` must be owned.
src/query.rs:137
Functionfetch_primitive_row
()
tests/it/rbwnat_validation.rs:7
Functionfetch_primitive_row_schema_mismatch
()
tests/it/rbwnat_validation.rs:17
Functionfetch_rows
(client: &Client, table_name: &str)
tests/it/main.rs:175
Functionfetch_tuple_row
()
tests/it/rbwnat_validation.rs:45
Functionfetch_tuple_row_schema_mismatch_first_element
()
tests/it/rbwnat_validation.rs:55
Functionfetch_tuple_row_schema_mismatch_missing_element
()
tests/it/rbwnat_validation.rs:73
Functionfetch_tuple_row_schema_mismatch_second_element
()
tests/it/rbwnat_validation.rs:64
Functionfetch_tuple_row_schema_mismatch_too_many_elements
()
tests/it/rbwnat_validation.rs:85
Functionfetch_tuple_row_with_struct
()
tests/it/rbwnat_validation.rs:97
Functionfetch_tuple_row_with_struct_schema_mismatch
()
tests/it/rbwnat_validation.rs:122
Functionfetch_tuple_row_with_struct_schema_mismatch_too_few_fields
()
tests/it/rbwnat_validation.rs:178
Functionfetch_tuple_row_with_struct_schema_mismatch_too_few_struct_fields
()
tests/it/rbwnat_validation.rs:165
Functionfetch_tuple_row_with_struct_schema_mismatch_too_many_fields
()
tests/it/rbwnat_validation.rs:151
Functionfetch_tuple_row_with_struct_schema_mismatch_too_many_struct_fields
()
tests/it/rbwnat_validation.rs:136
Functionfetch_vector_row
()
tests/it/rbwnat_validation.rs:26
Functionfetch_vector_row_schema_mismatch_nested_type
()
tests/it/rbwnat_validation.rs:36
Methodfinish
(&mut self)
src/response.rs:62
Functionfixed_str
()
tests/it/rbwnat_smoke.rs:823
Functionfixed_str_too_long
()
tests/it/rbwnat_validation.rs:291
Methodfmt
(&self, f: &mut Formatter<'_>)
types/src/data_types.rs:23
Methodfmt
(&self, f: &mut Formatter<'_>)
src/row_metadata.rs:211
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lib.rs:81
Methodfmt
(&self, f: &mut Formatter<'_>)
src/types/int256.rs:118
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/sql/mod.rs:29
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/rowbinary/validation.rs:837
Functionforce_commit
()
tests/it/inserter.rs:32
Methodforce_flush
(&self)
tests/it/opentelemetry.rs:178
Methodfrom
(value: DataTypeNode)
types/src/data_types.rs:202
Methodfrom
(value: T)
src/insert_formatted.rs:846
Methodfrom
(err: clickhouse_types::error::TypesError)
src/error.rs:55
Methodfrom
(err: fmt::Error)
src/sql/ser.rs:28
Methodfrom_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
Methodfrom_le_bytes
(bytes: [u8; 32])
src/types/int256.rs:82
Methodfrom_slice
(slice: &[u8])
src/insert_formatted.rs:830
Methodfrom_str
(s: &str)
types/src/data_types.rs:465
Methodfrom_str
(s: &str)
src/row_metadata.rs:176
Methodfull
(content: String)
src/request_body.rs:27
Functiongeneric_borrowed_row
()
macros/src/tests/cases.rs:59
Functiongeneric_owned_row
()
macros/src/tests/cases.rs:21
Functiongeo
()
tests/it/rbwnat_smoke.rs:231
Functiongeo_invalid_point
()
tests/it/rbwnat_validation.rs:388
← previousnext →401–500 of 959, ranked by callers