Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/influxdata/influxdb
/ functions
Functions
11,906 in github.com/influxdata/influxdb
⨍
Functions
11,906
◇
Types & classes
2,644
↳
Endpoints
4
Method
as_database
(&self)
influxdb3_catalog/src/log/versions/v4.rs:184
Method
as_delete
(&self)
influxdb3_catalog/src/log/versions/v3.rs:114
Method
as_delete
(&self)
influxdb3_catalog/src/log/versions/v4.rs:198
Method
as_generation
(&self)
influxdb3_catalog/src/log/versions/v3.rs:144
Method
as_generation
(&self)
influxdb3_catalog/src/log/versions/v4.rs:234
Function
as_mib
(bytes: f64)
influxdb3_load_generator/src/commands/write_fixed.rs:141
Method
as_node
(&self)
influxdb3_catalog/src/log/versions/v2.rs:91
Method
as_node
(&self)
influxdb3_catalog/src/log/versions/v3.rs:134
Method
as_node
(&self)
influxdb3_catalog/src/log/versions/v4.rs:222
Method
as_option
Returns `None` if the scope is `DataAndCatalog`, otherwise `Some(scope)`.
influxdb3_catalog/src/catalog/versions/v2.rs:4689
Method
as_primitive_opt
(&self)
core/iox_v1_query_api/src/value.rs:85
Method
as_record_batch
Creates record batch for given event type `E`, this avoids any unnecessary allocation but events need to implement [`ToRecordBatch`] trait
influxdb3_sys_events/src/lib.rs:101
Method
as_ref
(&self)
influxdb3_catalog/src/object_store/versions/v1.rs:200
Method
as_soft_delete_database
(&self)
influxdb3_catalog/src/log/versions/v4.rs:418
Method
as_soft_delete_table
(&self)
influxdb3_catalog/src/log/versions/v4.rs:425
Method
as_sort_expr
creates a DataFusion SortExpr
core/datafusion_util/src/lib.rs:57
Method
as_storage_mode
(&self)
influxdb3_catalog/src/log/versions/v4.rs:246
Method
as_store
(self: Arc<Self>)
influxdb3_test_helpers/src/object_store/mock.rs:329
Method
as_str
(self)
object_store_utils/src/object_store_health.rs:24
Method
as_str
(&self)
influxdb3_catalog/src/log/versions/v3.rs:327
Method
as_str
(&self)
influxdb3_catalog/src/log/versions/v4.rs:468
Method
as_str
(&self)
influxdb3_catalog/src/catalog/versions/v1.rs:968
Function
as_str_renders_four_strings
()
influxdb3_catalog/src/catalog/versions/v3/schema/node/node_state_tests.rs:51
Method
as_token
(&self)
influxdb3_catalog/src/log/versions/v4.rs:191
Method
as_vec
Creates an intermediate `Vec` by cloning events. To create a record batch instead use [`Self::as_record_batch`]
influxdb3_sys_events/src/lib.rs:80
Method
as_write
(&self)
influxdb3_wal/src/lib.rs:278
Function
assert_delete_op_eq
Asserts `a` contains a [`DmlDelete`] equal to `b`
core/dml/src/lib.rs:333
Function
assert_disk_usage_ratio
()
core/tracker/src/disk_metric.rs:293
Method
assert_log_matches
Assert that the captured logs match a regex pattern
influxdb3/tests/server/mod.rs:816
Function
assert_op_eq
Asserts two operations are equal
core/dml/src/lib.rs:296
Function
assert_send
()
core/linear_buffer/src/linear_buffer.rs:529
Function
assert_send
()
core/predicate/src/rpc_predicate.rs:593
Function
assert_sync
()
core/linear_buffer/src/linear_buffer.rs:530
Function
assert_write_op_eq
Asserts `a` contains a [`DmlWrite`] equal to `b`
core/dml/src/lib.rs:305
Method
async_drop
(self)
core/object_store_mem_cache/src/store.rs:141
Method
async_drop
Drop an `Arc<T>`. Note that if this reference is still used elsewhere, it will not drop the inner value. This is expected behavior and can be compens
core/object_store_mem_cache/src/cache_system/mod.rs:180
Method
async_drop
(self)
core/object_store_mem_cache/src/cache_system/test_utils.rs:715
Method
async_drop
(self)
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/s3_fifo.rs:138
Function
at_boundary_for_timezone
()
core/query_functions/src/date_bin_wallclock.rs:601
Method
augment_args
we're not flattening so these can just return command()
influxdb3/src/commands/create/token.rs:336
Method
augment_args_for_update
(_cmd: clap::Command)
influxdb3/src/commands/create/token.rs:340
Function
auth_grpc
()
influxdb3/tests/server/auth.rs:196
Function
auth_http
()
influxdb3/tests/server/auth.rs:13
Method
authorize
( &self, token: Option<Vec<u8>>, perms: &[IoxPermission], )
influxdb3_authz/src/authorizer.rs:191
Method
authorize
( &self, request: Request<AuthorizeRequest>, )
core/test_helpers_authz/src/authz.rs:158
Method
authorize
( &self, token: Option<Vec<u8>>, perms: &[Permission], )
core/authz/src/instrumentation.rs:56
Method
authorize
( &self, _token: Option<Vec<u8>>, perms: &[Permission],
core/iox_http/src/write/single_tenant/mod.rs:200
Method
auto_cache_name
Get the reserved name for auto-generated caches
influxdb3_catalog/src/log/versions/v4.rs:1074
Method
auto_cache_name
Get the reserved name for auto-generated caches
influxdb3_catalog/src/catalog/versions/v3/schema/cache.rs:432
Function
auto_family_rolls_to_next
()
influxdb3_catalog/src/catalog/versions/v2/update/tests.rs:103
Function
auto_mode
()
influxdb3_catalog/src/catalog/migrations/v2/tests.rs:317
Function
auto_mode_does_not_parse_double_colon
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:777
Method
available_disk_space
The available space in bytes on the disk.
core/tracker/src/disk_metric.rs:41
Function
avg_float_test
()
influxdb3_telemetry/src/stats/tests.rs:32
Function
avg_float_test_max
()
influxdb3_telemetry/src/stats/tests.rs:39
Function
avg_num_test
()
influxdb3_telemetry/src/stats/tests.rs:27
Function
avg_num_test_max
()
influxdb3_telemetry/src/stats/tests.rs:46
Function
avg_test
()
influxdb3_telemetry/src/stats/tests.rs:82
Function
avg_test_new_value_lower
()
influxdb3_telemetry/src/stats/tests.rs:71
Function
aware_mode_ddl_routes_qualified_fields_to_named_families
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:1611
Function
aware_mode_ddl_unqualified_field_uses_auto_family
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:1649
Function
aware_mode_malformed_qualifier_treated_as_unqualified
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:751
Function
aware_mode_named_family_enforces_field_limit
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:798
Function
aware_mode_routes_qualified_field_to_named_family
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:694
Function
aware_mode_unqualified_field_uses_auto_family
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:728
Function
azure_config_missing_params
()
influxdb3_clap_blocks/src/object_store/tests.rs:311
Method
background_update
(&self, duration: Duration, shutdown_token: ShutdownToken)
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:310
Method
backup_view
Read the checkpoint bytes and its decoded sequence together so the backup flow gets a stable checkpoint image. Returning only the live checkpoint path
influxdb3_catalog/src/catalog/versions/v2.rs:596
Function
backup_view_errors_when_checkpoint_is_ahead_of_live_sequence
()
influxdb3_catalog/src/catalog/versions/v2/tests.rs:374
Function
backup_view_errors_when_checkpoint_is_ahead_of_live_sequence
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:4055
Function
backup_view_keeps_checkpoint_bytes_stable_after_live_checkpoint_changes
()
influxdb3_catalog/src/catalog/versions/v2/tests.rs:140
Function
backup_view_keeps_checkpoint_bytes_stable_after_live_checkpoint_changes
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:3870
Function
backup_view_returns_checkpoint_bytes_and_following_logs
()
influxdb3_catalog/src/catalog/versions/v2/tests.rs:78
Function
backup_view_returns_checkpoint_bytes_and_following_logs
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:3831
Function
bare_debug_expands
()
influxdb3/src/lib_tests.rs:94
Function
bare_trace_expands
()
influxdb3/src/lib_tests.rs:101
Method
base_url
Return the base URL this client is bound to.
influxdb3_client/src/lib.rs:215
Function
basic
()
core/executor/src/lib.rs:394
Function
basic_clone
()
core/executor/src/lib.rs:413
Function
basic_distinct_cache
()
influxdb3_catalog/src/catalog/migrations/v2/tests.rs:886
Function
basic_integers_functionality
()
core/table_batch/src/builder/column_writer/mod.rs:327
Function
basic_operations
()
object_store_limit/src/tests.rs:11
Function
basic_strings
()
core/table_batch/src/builder/column_writer/mod.rs:402
Function
basic_tags
()
core/table_batch/src/builder/column_writer/mod.rs:436
Function
basic_times
()
core/table_batch/src/builder/column_writer/mod.rs:374
Method
batch
Converts this to a [`RecordBatch`]
core/mutable_batch/tests/writer_fuzz.rs:125
Method
batch
(&self)
influxdb3_catalog/src/log/versions/v3.rs:219
Method
batch
(&self)
influxdb3_catalog/src/log/versions/v4.rs:354
Function
batch_creation_continues_after_line_error_limit
()
core/mutable_batch_lp/src/lib.rs:807
Function
batch_filter
Filter data from RecordBatch Borrowed from DF's <https://github.com/apache/arrow-datafusion/blob/ecd0081bde98e9031b81aa6e9ae2a4f309fcec12/datafusion/
core/datafusion_util/src/lib.rs:402
Function
batches_to_sorted_lines
Converts the [`RecordBatch`]es into a pretty printed output suitable for comparing in tests where sorting does not matter.
core/arrow_util/src/test_util.rs:96
Method
begin
Alias for [`Self::begin_database_transaction`], matching v2's `begin(db_name)` shape so consumers (write-buffer validators, write path) compile agains
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:2627
Function
begin_auto_creates_missing_database
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:512
Function
begin_database_transaction_rejected_at_db_limit
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:1807
Function
begin_on_existing_database_does_not_stage_create
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:534
Function
bench_add_files
Benchmark: add_persisted_snapshot_files with new files. Measures performance of adding files via snapshot.
influxdb3_write/benches/persisted_files_bench.rs:164
Function
bench_add_files_existing
Benchmark: add_persisted_snapshot_files with existing db/table structure. Unlike bench_add_files which starts empty, this benchmark pre-populates the
influxdb3_write/benches/persisted_files_bench.rs:202
Function
bench_column_lookup_hits
Benchmark column lookups that already exist (hits)
influxdb3_catalog/benches/column_or_create.rs:158
Function
bench_column_lookup_misses
Benchmark column lookups that miss (not found)
influxdb3_catalog/benches/column_or_create.rs:191
Function
bench_column_lookup_mixed
Benchmark mixed workload (90% hits, 10% misses)
influxdb3_catalog/benches/column_or_create.rs:221
← previous
next →
5,201–5,300 of 11,906, ranked by callers