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
Function
with_interpolate
()
core/iox_query/src/analyzer/handle_gapfill.rs:1186
Method
with_jaeger_debug
Enable generation of jaeger debug headers with the given header name.
core/influxdb2_client/src/lib.rs:162
Method
with_latency
Configure fixed latency for get and put style operations.
object_store_utils/src/test_object_store.rs:111
Method
with_latency_ms
Configure fixed latency for get and put style operations using milliseconds.
object_store_utils/src/test_object_store.rs:122
Method
with_limit
Set limit for table entries
influxdb3/tests/cli/api.rs:1322
Function
with_limit_or_offset
()
core/iox_query_influxql/src/plan/planner.rs:5788
Function
with_limit_or_offset2
()
core/iox_query_influxql/src/plan/planner.rs:5795
Function
with_limit_or_offset3
()
core/iox_query_influxql/src/plan/planner.rs:5802
Function
with_limit_or_offset_errors
()
core/iox_query_influxql/src/plan/planner.rs:5809
Function
with_locf
()
core/iox_query/src/analyzer/handle_gapfill.rs:1119
Function
with_locf_aliased
()
core/iox_query/src/analyzer/handle_gapfill.rs:1153
Method
with_log_entry
( namespace_id: NamespaceId, namespace_name: Arc<str>, query_type: &'stati
core/iox_query/src/query_log.rs:7540
Method
with_max_concurrent_uploads
The client makes this many concurrent uploads at a time. Defaults to 1.
core/influxdb_iox_client/src/client/write.rs:150
Method
with_max_path_segments
Restrict metric paths to `segments`
core/trace_http/src/metrics.rs:61
Method
with_new_children
( self: Arc<Self>, _children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query_influxql/src/frontend/planner.rs:146
Method
with_new_children
( self: Arc<Self>, _children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/query_log.rs:7669
Method
with_new_children
( self: Arc<Self>, _children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/exec.rs:623
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/exec/sleep.rs:228
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/exec/split.rs:248
Method
with_new_children
( self: Arc<Self>, _children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/exec/query_tracing.rs:680
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/exec/gapfill/mod.rs:577
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/provider/progressive_eval.rs:194
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/provider/deduplicate.rs:255
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/provider/record_batch_exec.rs:170
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/provider/reorder_partitions.rs:145
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_system_tables/src/system_tables.rs:168
Method
with_new_children
( self: Arc<Self>, _children: Vec<Arc<dyn ExecutionPlan>>, )
influxdb3_query_executor/src/query_planner.rs:144
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
influxdb3_cache/src/distinct_cache/table_function.rs:393
Method
with_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
influxdb3_cache/src/last_cache/table_function.rs:447
Function
with_node_specifications
()
influxdb3_catalog/src/catalog/migrations/v2/tests.rs:752
Method
with_nulls_before_single_valid
(preceding_nulls: usize)
core/table_batch/src/builder/null_mask.rs:55
Method
with_nulls_first
set SortOptions::nulls_first flag
core/iox_query/src/physical_optimizer/sort/extract_ranges.rs:632
Method
with_object_store_id
Set new object store ID.
core/parquet_file/src/lib.rs:122
Method
with_object_store_tls_allow_insecure
Allow insecure TLS connections for object store
influxdb3/tests/server/mod.rs:260
Method
with_object_store_tls_ca_path
Set custom CA certificate path for object store TLS
influxdb3/tests/server/mod.rs:266
Method
with_one_row_of_data
Prepares this chunk to return a specific record batch with one row of non null data. tag: MA
core/iox_query/src/test.rs:809
Method
with_order_by
Set order by clause
influxdb3/tests/cli/api.rs:1328
Function
with_origin
()
core/query_functions/src/date_bin_wallclock.rs:640
Function
with_origin_in_future
()
core/query_functions/src/date_bin_wallclock.rs:683
Method
with_output_file
(mut self, file_path: impl Into<String>)
influxdb3/tests/cli/api.rs:389
Method
with_package_manager
(mut self, package_manager: impl Into<String>)
influxdb3/tests/cli/api.rs:1084
Method
with_packages
(mut self, packages: impl IntoIterator<Item = impl Into<String>>)
influxdb3/tests/cli/api.rs:1064
Method
with_param
Supply a new named parameter to use with this query. Parameters referenced using `$placeholder` syntax in the query will be substituted with the value
core/influxdb_iox_client/src/client/flight/query.rs:63
Method
with_params
IMPORTANT NOTE: Named parameters currently do not work with this client until an upgrade to DataFusion 34.0 is performed. See <https://github.com/apac
core/influxdb_iox_client/src/client/flight/query.rs:76
Method
with_partition_id
(mut self, id: PartitionHashId)
core/iox_query/src/test.rs:584
Method
with_path
(mut self, path: impl Into<String>)
influxdb3/tests/cli/api.rs:707
Method
with_permission_tokens_file
Set the permission tokens file path for this [`TestServer`]
influxdb3/tests/server/mod.rs:254
Method
with_permissions_return
( self, ret: impl Into<VecDeque<Result<Vec<Permission>, Error>>>, )
core/authz/src/instrumentation.rs:100
Function
with_projection
()
core/iox_query/src/analyzer/handle_gapfill.rs:1086
Method
with_quiet
Returns the receiver configured to suppress any output to STDOUT.
core/iox_query/src/test.rs:563
Method
with_ret
(self, ret: T)
core/iox_http/src/write.rs:52
Function
with_retention
()
influxdb3_catalog/src/catalog/migrations/v2/tests.rs:193
Method
with_retention
Add an exprestion "time > retention_time"
core/predicate/src/lib.rs:265
Method
with_retention_time_ns
Set retention time.
core/iox_query/src/test.rs:222
Method
with_return
Return the values specified in `ret` in sequence for calls to `shard`, starting from the front.
core/sharder/src/mock.rs:56
Method
with_select
Set select fields
influxdb3/tests/cli/api.rs:1334
Method
with_sequence
(mut self, seq: SnapshotSequenceNumber)
influxdb3_write/src/table_index/test_table_index_operations.rs:51
Method
with_size
Creates a new BitSet with `count` unset bits.
core/arrow_util/src/bitset.rs:35
Method
with_sort_expr
Add a sort expression to the ordering (created with the current SortOptions)
core/iox_query/src/physical_optimizer/sort/extract_ranges.rs:638
Method
with_specific_file_ids
(mut self, ids: Vec<ParquetFileId>)
influxdb3_write/src/table_index/test_table_index_operations.rs:66
Function
with_strings
(mut column: PbColumn, values: Vec<&str>, nulls: Vec<u8>)
core/mutable_batch_pb/src/decode.rs:452
Method
with_target
Control whether target and location attributes are displayed (on by default). Note: this API mimics that of other fmt layers in tracing-subscriber cr
core/logfmt/src/lib.rs:76
Method
with_ten_rows_of_data_some_duplicates
Prepares this chunk to return a specific record batch with ten rows of non null data that look like, duplicates within "+------+------+-----------+---
core/iox_query/src/test.rs:1097
Method
with_test_mode
( common_state: CommonServerState, time_provider: Arc<dyn TimeProvider>, write_buffer:
influxdb3_server/src/http.rs:1039
Method
with_testing
Constructor for testing. This is identical to [`Default::default`] but we do NOT implement [`Default`] to make the creation of untracked contexts mor
core/iox_query/src/exec/context.rs:468
Method
with_three_rows_of_data
Prepares this chunk to return a specific record batch with three rows of non null data that look like, no duplicates within "+------+------+----------
core/iox_query/src/test.rs:896
Method
with_trigger_arguments
( mut self, args: impl IntoIterator<Item = impl Into<String>>, )
influxdb3/tests/cli/api.rs:674
Function
with_u64
(mut column: PbColumn, values: Vec<u64>, nulls: Vec<u8>)
core/mutable_batch_pb/src/decode.rs:492
Method
with_variant
(mut self, variant: SnapshotVariant)
influxdb3_write/src/table_index/test_table_index_operations.rs:56
Method
with_virtual_env_location
(mut self, virtual_env_location: impl Into<String>)
influxdb3/tests/cli/api.rs:1079
Method
woken
How often the callers [`Waker::wake`](std::task::Waker::wake) was called.
core/futures_test_utils/src/lib.rs:83
Method
write
(&mut self, bytes: &[u8])
core/data_types/src/partition.rs:706
Method
write
(&mut self, buf: &[u8])
influxdb3_load_generator/src/line_protocol_generator.rs:563
Function
write_and_query
()
influxdb3_server/src/tests.rs:46
Function
write_and_query
()
influxdb3/tests/server/client.rs:11
Function
write_and_query_via_file
()
influxdb3/tests/cli/mod.rs:3911
Function
write_and_query_via_stdin
()
influxdb3/tests/cli/mod.rs:3850
Function
write_and_query_via_stdin_gzip
()
influxdb3/tests/cli/mod.rs:3881
Function
write_and_query_via_string
()
influxdb3/tests/cli/mod.rs:3943
Function
write_flush_delete_and_load
()
influxdb3_wal/src/object_store/tests.rs:26
Function
write_lp_precision_tests
()
influxdb3_server/src/tests.rs:299
Function
write_lp_tests
()
influxdb3_server/src/tests.rs:153
Function
write_lp_to_db
Write to the server with the line protocol
influxdb3/tests/server/mod.rs:1163
Function
write_metrics
()
influxdb3_write/src/write_buffer/tests.rs:1691
Method
write_source
( &self, org_id: String, bucket_id: String, body: String, )
core/influxdb_iox_client/src/client/reloadable_token.rs:117
Method
write_source
( &self, _org_id: String, _bucket_id: String, body: String,
core/influxdb_iox_client/src/client/batched_write.rs:293
Method
write_sync
Write line protocol to the database this trigger is attached to. Writes synchronously via the write buffer. Use `write_sync_to_db` to write to a diff
influxdb3_py_api/src/system_py.rs:131
Method
write_trailer_count
(md: &mut HeaderMap, key: &'static str, count: Option<N>)
core/service_grpc_flight/src/lib.rs:1588
Method
write_trailer_duration
(md: &mut HeaderMap, key: &'static str, d: Option<Duration>)
core/service_grpc_flight/src/lib.rs:1593
Function
write_validator_v1
()
influxdb3_write/src/write_buffer/validator/tests.rs:14
Function
write_with_no_sync
()
influxdb3/tests/server/client.rs:104
Function
write_with_precision_arg
()
influxdb3/tests/cli/mod.rs:3975
Function
writer_delegates_to_column_validator
()
core/mutable_batch/src/writer.rs:1014
Function
writes_data_to_wal_and_is_queryable
()
influxdb3_write/src/write_buffer/tests.rs:163
Function
writes_not_dropped_on_larger_snapshot_size
()
influxdb3_write/src/write_buffer/tests.rs:1088
Function
writes_not_dropped_on_snapshot
()
influxdb3_write/src/write_buffer/tests.rs:1001
Function
writes_not_dropped_with_future_writes
()
influxdb3_write/src/write_buffer/tests.rs:1178
Function
writes_with_different_schema_should_fail
()
influxdb3/tests/server/write.rs:367
Function
writing_points
()
core/influxdb2_client/src/api/write.rs:70
Method
written_bytes
Number of written bytes since last snapshot.
core/tracker/src/disk_metric.rs:63
← previous
next →
11,801–11,900 of 11,906, ranked by callers