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
new_non_null
Create statistics for a column with zero nulls and unknown distinct count
core/data_types/src/lib.rs:1972
Method
new_not_in
(in_vals: impl IntoIterator<Item: Into<Arc<str>>>)
influxdb3_cache/src/distinct_cache/cache.rs:540
Method
new_not_in
(values: impl IntoIterator<Item = KeyValue>)
influxdb3_cache/src/last_cache/cache.rs:534
Function
new_panics_if_alignment_is_not_power_of_two
()
core/linear_buffer/src/linear_buffer.rs:469
Function
new_panics_larger_than_isize
()
core/linear_buffer/src/linear_buffer.rs:456
Function
new_panics_out_of_memory
MIRI cannot handle this
core/linear_buffer/src/linear_buffer.rs:463
Function
new_record_ids
()
influxdb3_catalog/src/format/records/node/tests.rs:309
Method
new_root
( table_name: &'a str, select: &'a Select, root_group_by_tags: &'a [&'a str], )
core/iox_query_influxql/src/plan/planner.rs:225
Function
new_server_needs_onboarded
()
core/influxdb2_client/tests/setup.rs:10
Function
new_snapshots_use_correct_sequence
()
influxdb3_write/src/write_buffer/tests.rs:809
Method
new_span
(&self, _span: &Attributes<'_>)
core/test_helpers/src/tracing.rs:189
Method
new_sql
(json: &'static str, expected_database: &str, query: &str)
core/service_grpc_flight/src/request.rs:438
Method
new_sql_with_params
( json: &'static str, expected_database: &str, query: &str,
core/service_grpc_flight/src/request.rs:447
Function
new_state_is_not_ok
()
object_store_utils/src/object_store_health/tests.rs:8
Method
new_strict
(s: &'a dyn SchemaProvider, from: &'a [DataSource])
core/iox_query_influxql/src/plan/expr_type_evaluator.rs:50
Method
new_table
Create a new [`InfluxRpcPredicate`] for the given table
core/predicate/src/rpc_predicate.rs:105
Method
new_test
TESTING ONLY:** Create new ID from integer. Since this can easily lead to ID collisions (which in turn can lead to panics), this must only be used fo
core/data_types/src/lib.rs:1434
Method
new_test
( path: PathBuf, initial_test_credentials: AwsFileCredential, time_provider: Arc<dyn T
influxdb3_clap_blocks/src/object_store/tests.rs:410
Method
new_test_cache
(cache_store: Arc<Mutex<CacheStore>>, test_name: String)
influxdb3_py_api/src/cache.rs:251
Method
new_testing
Get testing executor that runs a on single thread and a low memory bound to preserve resources.
core/iox_query/src/exec.rs:184
Method
new_testing
Create new executor for testing purposes. Internal state may be shared with other tests.
core/executor/src/lib.rs:267
Method
new_testing
(id: Uuid)
influxdb3_process/src/lib.rs:56
Method
new_testing
Create a [`ShutdownManager`] for testing purposes This handles creation of the frontend [`CancellationToken`] for tests where `tokio-util` is not a d
influxdb3_shutdown/src/lib.rs:87
Method
new_testing_with_per_query_memory_pool
Get testing executor that runs a on single thread and a low memory bound to preserve resources (central memory pool) and a per query memory pool.
core/iox_query/src/exec.rs:192
Function
new_time_format_rejects_missing_specifiers
()
core/data_types/src/partition_template.rs:2584
Function
new_time_format_restricts_pipe_delimiter
()
core/data_types/src/partition_template.rs:2546
Function
new_time_format_restricts_unsupported_spec
()
core/data_types/src/partition_template.rs:2554
Function
new_time_format_restricts_unsupported_spec_customer_example
()
core/data_types/src/partition_template.rs:2562
Function
new_time_format_restricts_unsupported_spec_in_fixed_category
()
core/data_types/src/partition_template.rs:2572
Function
new_time_format_validation_fn_allows_good_input
()
core/data_types/src/partition_template.rs:2523
Function
new_time_formats_restrict_invalid
()
core/data_types/src/partition_template.rs:2596
Method
new_trigger_cache
( cache_store: Arc<Mutex<CacheStore>>, db_id: DbId, trigger_id: TriggerId, )
influxdb3_py_api/src/cache.rs:259
Function
new_trigger_cache_builds_id_keyed_namespace
()
influxdb3_py_api/src/cache/tests.rs:70
Method
new_unchecked
Create a YearMonth from year and month without validation. # Safety Use only when the values are known to be valid (e.g., from chrono). In debug buil
influxdb3_write/src/lib.rs:415
Method
new_unregistered
()
core/tracker/src/lock.rs:69
Method
new_unregistered
Create metrics that are not associated with any registry.
core/tracker/src/async_semaphore.rs:143
Method
new_unregistered
Create a new unregistered `RecorderCollection` with the default options
core/metric/src/metric.rs:257
Method
new_unregistered
Gets a new unregistered recorder
core/metric/src/cumulative.rs:56
Method
new_unregistered_options
Create a new unregistered `RecorderCollection` from the provided options
core/metric/src/metric.rs:234
Method
new_with
Initialize a new [`TableSchema`] with the given id, no columns, default partition, and iceberg disabled.
core/data_types/src/lib.rs:836
Method
new_with
Like `new` but appending to an existing `BufMut`.
core/influxdb_line_protocol/src/builder.rs:125
Method
new_with_args
( node_id: impl Into<Arc<str>>, store: Arc<dyn ObjectStore>, time_provider: Arc<dyn Ti
influxdb3_catalog/src/catalog/versions/v2.rs:446
Method
new_with_args
( node_id: impl Into<Arc<str>>, store: Arc<dyn ObjectStore>, time_provider: Arc<dyn Ti
influxdb3_catalog/src/catalog/versions/v1.rs:134
Method
new_with_args
Construct `Catalog` with [`CatalogArgs`] and [`CatalogLimits`].
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:442
Method
new_with_catalog
(catalog: Arc<Catalog>)
influxdb3_write/src/lib.rs:932
Method
new_with_checkpoint_interval
Create a new `Catalog` with the specified checkpoint interval # Note This is intended for testing purposes.
influxdb3_catalog/src/catalog/versions/v2.rs:1446
Method
new_with_checkpoint_interval
( catalog_id: impl Into<Arc<str>>, store: Arc<dyn ObjectStore>, time_provider: Arc<dyn
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:599
Method
new_with_column_validator
Create a [`Writer`] for inserting `to_insert` rows into the provided `batch`, accepting new columns only on passing checks from the [`ColumnInsertVali
core/mutable_batch/src/writer.rs:120
Method
new_with_config
( input_plan: Arc<dyn ExecutionPlan>, opt: O, config: &ConfigOptions, )
core/iox_query/src/physical_optimizer/test_util.rs:30
Method
new_with_config_and_executor
Low-level constructor. This is mostly useful if you wanna keep the executor (because they are quite expensive to create) but need a fresh IOx runtime
core/iox_query/src/exec.rs:204
Method
new_with_defaults
Creates a new batched write client with default configuration.
core/influxdb_iox_client/src/client/batched_write.rs:173
Method
new_with_defaults
()
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:49
Method
new_with_df_error_stream
Create new stream based on an existing stream that transports [`Result`]s w/ [`DataFusionError`]s. Also receives an executor that actually executes t
core/iox_query/src/exec/cross_rt_stream.rs:117
Method
new_with_distinct
Create new statistics with the specified count and null count and distinct values
core/data_types/src/lib.rs:1979
Method
new_with_error_stream
Create new stream based on an existing stream that transports [`Result`]s. Also receives an executor that actually executes the underlying stream as
core/iox_query/src/exec/cross_rt_stream.rs:78
Method
new_with_id_gen
( max_size: usize, time_provider: Arc<dyn TimeProvider>, metric_registry: &metric::Reg
core/iox_query/src/query_log.rs:809
Method
new_with_maker
Creates a new client with the provided request maker
core/influxdb_iox_client/src/client/write.rs:126
Method
new_with_metrics
Configure this panic handler to emit a panic count metric. The metric is named `thread_panic_count_total` and is incremented each time the panic hand
core/panic_logging/src/lib.rs:40
Method
new_with_optional_collector
Same as [`new`](Self::new), but with an optional collector.
core/trace/src/ctx.rs:71
Method
new_with_options
( environment: ProcessingEngineEnvironmentManager, catalog: Arc<Catalog>, node_id: imp
influxdb3_processing_engine/src/lib.rs:336
Method
new_with_partitions
(schema: SchemaRef, partitions: usize)
core/iox_query/src/physical_optimizer/projection_pushdown.rs:1939
Method
new_with_prefix
(prefix: impl AsRef<std::path::Path>)
influxdb3_clap_blocks/src/object_store.rs:149
Method
new_with_rng
Creates a new `Backoff` with the optional `rng`. Used [`rand::thread_rng()`] if no rng provided. See [`new`](Self::new) for panic handling.
core/backoff/src/lib.rs:99
Method
new_with_schema
Create new stream with provided schema.
core/datafusion_util/src/lib.rs:185
Method
new_with_semaphore_size
(semaphore_size: usize)
core/iox_query/src/test.rs:72
Method
new_with_shutdown
( node_id: impl Into<Arc<str>>, store: Arc<dyn ObjectStore>, time_provider: Arc<dyn Ti
influxdb3_catalog/src/catalog/versions/v2.rs:504
Method
new_with_shutdown
Construct `Catalog` and initiate a background task that flips the registered node to `Stopped` when `shutdown_token` is cancelled.
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:465
Method
new_with_store
Create new `Catalog` that uses the specified `ObjectStore`. # Note This is intended as a convenience constructor for testing
influxdb3_catalog/src/catalog/versions/v2.rs:1432
Method
new_with_store
( catalog_id: impl Into<Arc<str>>, store: Arc<dyn ObjectStore>, time_provider: Arc<dyn
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:590
Method
new_with_tx
Create new stream by producing a future that sends its state to the given [`Sender`]. This is an internal method. `f` should always be wrapped into [
core/iox_query/src/exec/cross_rt_stream.rs:53
Method
new_with_value
(starting_value: T)
core/data_types/src/lib.rs:2766
Method
new_without_background_runners
( persisted_files: Option<Arc<dyn ParquetMetrics>>, processing_engine_metrics: Arc<dyn Process
influxdb3_telemetry/src/store.rs:124
Method
new_without_background_runners_from_args
( CreateTelemetryStoreArgs { instance_id, os, influx_version,
influxdb3_telemetry/src/store.rs:80
Method
new_without_replay
( time_provider: Arc<dyn TimeProvider>, object_store: Arc<dyn ObjectStore>, node_ident
influxdb3_wal/src/object_store.rs:97
Method
new_without_token
Creates a new [`ReloadableTokenRequestMaker`] without any token. This is useful when no authentication is configured.
core/influxdb_iox_client/src/client/reloadable_token.rs:107
Method
next
(&mut self)
core/arrow_util/src/string.rs:219
Method
next
(&mut self)
core/data_types/src/snapshot/hash.rs:92
Method
next
(&mut self)
core/data_types/src/snapshot/list.rs:252
Method
next
(&mut self)
core/schema/src/lib.rs:1214
Method
next_db_id
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:736
Method
next_db_id
(&self)
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:1201
Method
next_id
()
influxdb3_id/src/lib.rs:121
Function
next_id_is_correct_number
()
influxdb3_write/src/write_buffer/tests.rs:917
Function
no_change
()
core/iox_query/src/analyzer/handle_gapfill.rs:973
Function
no_custom_table_template_specified_gets_namespace_template
()
core/data_types/src/partition_template.rs:2478
Function
no_field
()
core/influxdb2_client/src/models/data_point.rs:404
Function
no_gaps
()
core/iox_query/src/exec/gapfill/date_bin_gap_expander.rs:278
Function
no_gaps
()
core/iox_query/src/exec/gapfill/date_bin_wallclock_gap_expander.rs:331
Function
no_group
()
core/iox_query/src/exec/gapfill/buffered_input.rs:474
Function
no_group_by
()
core/iox_query_influxql/src/plan/planner.rs:5605
Function
no_group_by_aggregate_error
()
core/iox_query_influxql/src/plan/planner.rs:5670
Function
no_group_by_aggregate_tag
()
core/iox_query_influxql/src/plan/planner.rs:5662
Function
no_group_no_interpolate
()
core/iox_query/src/exec/gapfill/buffered_input.rs:434
Function
no_metrics
()
core/iox_query/src/exec/query_tracing.rs:486
Function
no_retry_on_not_found
()
object_store_utils/src/retryable_object_store/tests.rs:484
Function
no_set_next_id_when_repo_next_matches_max_plus_one
()
influxdb3_catalog/src/catalog/migrations/v3/tests.rs:1382
Function
no_shards
()
core/sharder/src/jumphash.rs:404
Function
no_statements
()
core/iox_v1_query_api/src/response/chunked.rs:218
Function
no_statements
()
core/iox_v1_query_api/src/response/buffered.rs:193
Function
no_statements
()
core/iox_v1_query_api/src/response/csv.rs:260
← previous
next →
8,001–8,100 of 11,906, ranked by callers