MCPcopy Create free account

hub / github.com/influxdata/influxdb / functions

Functions11,906 in github.com/influxdata/influxdb

↓ 1 callersMethodupdate_database
(&self, req: Request)
influxdb3_server/src/http.rs:1894
↓ 1 callersMethodupdate_for_nulls
Update the statistics values to account for `num_nulls` additional null values
core/data_types/src/lib.rs:1855
↓ 1 callersMethodupdate_last_and_get_current_state
(&self, last_wal: WalFileSequenceNumber)
influxdb3_wal/src/object_store.rs:981
↓ 1 callersFunctionupdate_last_cache_schema_for_new_fields
For caches that accept new fields, this is used when new fields are encountered and the cache schema needs to be updated.
influxdb3_cache/src/last_cache/cache.rs:893
↓ 1 callersMethodupdate_last_wal_num
(&mut self, last_wal: WalFileSequenceNumber)
influxdb3_wal/src/object_store.rs:1005
↓ 1 callersMethodupdate_login_identity_password
Update the password hash for a user's login identity
influxdb3_catalog/src/catalog/versions/v3/schema/user.rs:271
↓ 1 callersMethodupdate_login_identity_requires_password_reset
Update the requires_password_reset flag for a user's login identity
influxdb3_catalog/src/catalog/versions/v3/schema/user.rs:295
↓ 1 callersMethodupdate_oldest_wal_num
(&self, oldest: u64)
influxdb3_wal/src/object_store.rs:977
↓ 1 callersMethodupdate_plugin_file
(&self, req: Request)
influxdb3_server/src/http.rs:2132
↓ 1 callersMethodupdate_plugin_file
( self: &Arc<Self>, plugin_name: &str, content: &str, )
influxdb3_processing_engine/src/lib.rs:980
↓ 1 callersMethodupdate_schema
( &self, mut schema: Cow<'a, DatabaseSchema>, )
influxdb3_catalog/src/catalog/versions/v2.rs:2561
↓ 1 callersMethodupdate_schema
( &self, mut schema: Cow<'a, DatabaseSchema>, )
influxdb3_catalog/src/catalog/versions/v1.rs:1142
↓ 1 callersMethodupdate_snapshot
Update the snapshot file on object store after it has been initialized.
influxdb3_catalog/src/object_store/versions/v3.rs:345
↓ 1 callersMethodupdate_time
(&self)
core/query_functions/src/selectors/internal.rs:68
↓ 1 callersMethodupdate_time_based
( &mut self, value_arr: &ArrayRef, time_arr: &ArrayRef, other_arrs: &[ArrayRef
core/query_functions/src/selectors/internal.rs:109
↓ 1 callersMethodupdate_to_sequence_number
(&self, update_to: CatalogSequenceNumber)
influxdb3_catalog/src/catalog/versions/v2/update.rs:1343
↓ 1 callersMethodupdate_value
(&self)
core/query_functions/src/selectors/internal.rs:60
↓ 1 callersMethodupdate_value_based
( &mut self, value_arr: &ArrayRef, time_arr: &ArrayRef, other_arrs: &[ArrayRef
core/query_functions/src/selectors/internal.rs:162
↓ 1 callersMethodupdated_at_ns
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:2248
↓ 1 callersFunctionupper_bound_to_df_expr
Assumes the provided nanosecond i64 value is in UTC. Returns a datafusion expression in UTC, relying upon the datafusion engine to perform any castin
core/iox_query_influxql/src/plan/planner_time_range_expression.rs:30
↓ 1 callersMethoduser_agent
Set the `User-Agent` header sent by this client.
core/client_util/src/connection.rs:200
↓ 1 callersMethodvalid_arrow_type
returns true if `arrow_type` can validly store this column type
core/schema/src/lib.rs:1114
↓ 1 callersFunctionvalidate_and_qualify_v1_line
Validate a line of line protocol against the given schema definition This is for scenarios where a write comes in for a table that exists, but may ha
influxdb3_write/src/write_buffer/validator.rs:191
↓ 1 callersMethodvalidate_db_id
(&self, _db_id: &str)
influxdb3_authz/src/authorizer/tests.rs:64
↓ 1 callersMethodvalidate_insertion
( &self, _col_name: &str, _col_type: InfluxColumnType, )
core/mutable_batch/src/writer.rs:1002
↓ 1 callersFunctionvalidate_new_time_format
Function validates a strftime format string for use in a NEW partition template. This is where newer restrictions are applied to reject the creation o
core/data_types/src/partition_template.rs:491
↓ 1 callersFunctionvalidate_restricted_plugin_trigger_specification
( trigger_specification: &str, allowed_plugin_trigger_types: &[PluginType], )
influxdb3_server/src/http.rs:2993
↓ 1 callersFunctionvalidate_time_range
(range: &Range<Bound<Expr>>)
core/iox_query/src/analyzer/handle_gapfill.rs:298
↓ 1 callersMethodvalidate_write_lines
Validates a vec of lines for a database, returning any errors as strings.
influxdb3_processing_engine/src/plugins.rs:1168
↓ 1 callersFunctionvar_col_max_bytes
Returns the variable-column byte capacity limit.
influxdb3_write/src/write_buffer/table_buffer.rs:249
↓ 1 callersFunctionvar_ref_data_type_to_influx_type
Maps an [`VarRefDataType`] to an [`InfluxColumnType`].
core/iox_query_influxql/src/plan/var_ref.rs:41
↓ 1 callersMethodvarref_to_df_expr
Map an InfluxQL variable reference to a DataFusion expression.
core/iox_query_influxql/src/plan/planner.rs:2519
↓ 1 callersFunctionverify_and_deserialize_catalog_checkpoint_file
( bytes: Bytes, )
influxdb3_catalog/src/serialize/versions/v1.rs:173
↓ 1 callersFunctionverify_and_deserialize_catalog_file
( bytes: Bytes, )
influxdb3_catalog/src/serialize/versions/v1.rs:116
↓ 1 callersMethodversion
Get the `version` from the response
influxdb3_types/src/http.rs:89
↓ 1 callersMethodwait
Wait for notification. If there was an OOM situation between this and the previous call, this will return immediately, so the caller will never miss
core/catalog_cache/src/local/limit.rs:106
↓ 1 callersFunctionwait_for_signal
()
influxdb3_shutdown/src/lib.rs:35
↓ 1 callersMethodwait_until_ready
(&self)
influxdb3/tests/server/mod.rs:827
↓ 1 callersMethodwaiters
Returns the number of operations currently waiting to acquire a permit.
object_store_limit/src/lib.rs:69
↓ 1 callersFunctionwalk_expression_mut
Perform a depth-first traversal of a mutable arithmetic or conditional expression tree.
core/influxdb_influxql_parser/src/expression/walk.rs:41
↓ 1 callersMethodwall_nanos
If the job has completed, returns the total amount of wall clock time spent executing futures
core/tracker/src/task.rs:315
↓ 1 callersFunctionwarn_deprecated_serve_options
( serve_config: &commands::serve::Config, matches: &clap::ArgMatches, )
influxdb3/src/lib.rs:358
↓ 1 callersFunctionwarn_use_of_deprecated_env_vars
If passed in env vars are set, then it writes to log along with what the user can switch to
influxdb3_commands/src/common.rs:157
↓ 1 callersMethodwatch_persisted_snapshots
(&self)
influxdb3_write/src/write_buffer/mod.rs:735
↓ 1 callersFunctionwatch_task
Watches the output of a tokio task for an error. If the task errors, send an arror error to the channel. This pattern is used to run the operator log
core/datafusion_util/src/watch.rs:50
↓ 1 callersFunctionwhere_clause
Combine the `condition` and `time_range` into a single `WHERE` predicate.
core/iox_query_influxql/src/plan/ir.rs:135
↓ 1 callersMethodwith_admin_token_file
Set the admin token file path for this [`TestServer`]
influxdb3/tests/server/mod.rs:248
↓ 1 callersMethodwith_catalog_snapshot_observer
Builder-style override of the catalog snapshot observer.
influxdb3_catalog/src/object_store/versions/v3.rs:79
↓ 1 callersMethodwith_clear_timestamp_if_max_range
Removes the timestamp range from this predicate, if the range is for the entire min/max valid range. This is used in certain cases to retain compatib
core/predicate/src/lib.rs:195
↓ 1 callersMethodwith_default
(mut self, default: bool)
core/iox_query_influxql/src/show_retention_policies.rs:83
↓ 1 callersMethodwith_default_log_filter
(self, default_log_filter: impl AsRef<str>)
core/trogging/src/lib.rs:126
↓ 1 callersMethodwith_delete_predicates
Merge the given delete predicates into this select predicate. Since we want to eliminate data filtered by the delete predicates, they are first conver
core/predicate/src/lib.rs:141
↓ 1 callersMethodwith_disable_log_filter_noise_reduction
Disable log filter noise reduction for this [`TestServer`]
influxdb3/tests/server/mod.rs:236
↓ 1 callersMethodwith_documentation
Set the documentation for this window function.
core/query_functions/src/non_negative.rs:53
↓ 1 callersMethodwith_duration
(mut self, duration: Duration)
core/iox_query_influxql/src/show_retention_policies.rs:88
↓ 1 callersMethodwith_end_time
(mut self, end_time: DateTime<Local>)
influxdb3_load_generator/src/line_protocol_generator.rs:618
↓ 1 callersMethodwith_env_var
Set an environment variable on the spawned server process
influxdb3/tests/server/mod.rs:242
↓ 1 callersMethodwith_exprs
Adds all expressions to the list of general purpose predicates
core/predicate/src/lib.rs:304
↓ 1 callersMethodwith_extension
add a new extension to the session config
core/iox_query/src/exec/context.rs:212
↓ 1 callersMethodwith_gzip
(mut self, gzip: bool)
influxdb3/tests/cli/api.rs:1159
↓ 1 callersMethodwith_headers
(mut self)
core/iox_v1_query_api/src/response/csv.rs:157
↓ 1 callersMethodwith_log_destination
(self, log_destination: LogDestination)
core/trogging/src/lib.rs:138
↓ 1 callersMethodwith_log_format
(self, log_format: LogFormat)
core/trogging/src/lib.rs:134
↓ 1 callersMethodwith_log_verbose_count
Set log_filter using a simple numeric "verbosity level". 0 means, keep existing `log_filter` value.
core/trogging/src/lib.rs:109
↓ 1 callersMethodwith_logging_config
(self, config: &LoggingConfig)
core/trogging/src/cli.rs:174
↓ 1 callersMethodwith_max_request_payload_size_bytes
Override the default of sending 1MB of line protocol per request. If `Some` is specified, restricts the maximum amount of line protocol sent per reque
core/influxdb_iox_client/src/client/write.rs:138
↓ 1 callersMethodwith_name
(mut self, name: impl Into<String>)
core/iox_query_influxql/src/show_retention_policies.rs:78
↓ 1 callersMethodwith_new_children
( self: Arc<Self>, children: Vec<Arc<dyn ExecutionPlan>>, )
core/iox_query/src/physical_optimizer/projection_pushdown.rs:1981
↓ 1 callersMethodwith_new_thread_hook
(self, f: F)
core/tokio_watchdog/src/lib.rs:78
↓ 1 callersMethodwith_newline
(mut self)
core/iox_v1_query_api/src/response/csv.rs:162
↓ 1 callersMethodwith_params_from
Set a query parameters from the given collection of pairs # Example ```no_run # use influxdb3_client::Client; # #[tokio::main] # async fn main() -> R
influxdb3_client/src/lib.rs:1359
↓ 1 callersMethodwith_plugin_trigger_invocation_registry
( mut self, plugin_trigger_invocation_registry: Option<Arc<PluginTriggerInvocationRegistry>>,
influxdb3_processing_engine/src/lib.rs:137
↓ 1 callersMethodwith_query_config
Set query-specific configuration options.
core/iox_query/src/exec/context.rs:259
↓ 1 callersMethodwith_query_extension
Add an ['Extension'] to the session config.
core/iox_query/src/exec/context.rs:276
↓ 1 callersMethodwith_query_file
(mut self, query_file: impl Into<String>)
influxdb3/tests/cli/api.rs:399
↓ 1 callersMethodwith_reporter
(mut self, reporter: Arc<WriteReporter>)
influxdb3_load_generator/src/line_protocol_generator.rs:608
↓ 1 callersMethodwith_retention_policy
( mut self, db_name: impl Into<String>, policy: MockRetentionPolicy,
core/iox_query_influxql/src/show_retention_policies.rs:111
↓ 1 callersMethodwith_runtime_name
(self, name: &str)
core/tokio_watchdog/src/lib.rs:45
↓ 1 callersMethodwith_seed_key
Reinitialise [`Self`] with a new key. Re-keying [`Self`] will change the mapping of inputs to output instances of `T`.
core/sharder/src/jumphash.rs:78
↓ 1 callersMethodwith_show_deleted
Specify whether or not to show deleted databases in the output
influxdb3_client/src/lib.rs:1563
↓ 1 callersMethodwith_start_time
(mut self, start_time: DateTime<Local>)
influxdb3_load_generator/src/line_protocol_generator.rs:613
↓ 1 callersMethodwith_tag_column_with_full_stats
Register a tag column with stats with the test chunk
core/iox_query/src/test.rs:633
↓ 1 callersMethodwith_target_partitions
Set execution concurrency
core/iox_query/src/exec/context.rs:218
↓ 1 callersMethodwith_tls_1_3
Set whether to use tls 1.3 as the minimum or not for the [`TestServer`]
influxdb3/tests/server/mod.rs:198
↓ 1 callersMethodwith_value_expr
Adds a ValueExpr to the list of value expressons
core/predicate/src/lib.rs:277
↓ 1 callersMethodwithout_timestamps
Removes non-determinism by removing timestamps from the log lines. It supports the built-in tracing timestamp format and the logfmt timestamps.
core/trogging/src/lib.rs:367
↓ 1 callersMethodwould_exceed_limit_with
(&self, incoming_per_column: &HashMap<ColumnId, usize>)
influxdb3_write/src/write_buffer/table_buffer.rs:294
↓ 1 callersMethodwrite
(&mut self, buf: &[u8])
core/trogging/src/lib.rs:301
↓ 1 callersMethodwrite_batch_range
Write `range` rows from the provided MutableBatch
core/mutable_batch/src/writer.rs:752
↓ 1 callersMethodwrite_bind_params
Write bind params to the server. Returns an optionally updated prepared statement, or the old handle if the server did not provide a new one. Ignores
core/influxdb_iox_client/src/client/flightsql.rs:532
↓ 1 callersMethodwrite_data_point_to
(&self, mut w: W)
core/influxdb2_client/src/models/data_point.rs:110
↓ 1 callersMethodwrite_f64s_from_slice_with_mask
ALMOST Functionally equivalent to calling [`Self::write_f64`], but more performant when your values already exist in a slice that can be memcpy'd over
core/mutable_batch/src/writer.rs:301
↓ 1 callersMethodwrite_field_key_to
(&self, w: W)
core/influxdb2_client/src/models/data_point.rs:267
↓ 1 callersMethodwrite_field_value_to
(&self, mut w: W)
core/influxdb2_client/src/models/data_point.rs:282
↓ 1 callersMethodwrite_i64s_from_slice_with_mask
ALMOST Functionally equivalent to calling [`Self::write_i64`], but more performant when your values already exist in a slice that can be memcpy'd over
core/mutable_batch/src/writer.rs:358
↓ 1 callersFunctionwrite_line
Writes the [`ParsedLine`] to the [`MutableBatch`], respecting the edge case semantics described in [`LinesConverter::write_lp()`].
core/mutable_batch_lp/src/lib.rs:276
↓ 1 callersMethodwrite_line_protocol
Write line protocol data to the specified organization and bucket.
core/influxdb2_client/src/api/write.rs:13
↓ 1 callersMethodwrite_lp
( &self, database: DatabaseName, lp: &str, _ingest_time: Time, _no_syn
influxdb3_py_api/src/write.rs:31
↓ 1 callersMethodwrite_measurement_to
(&self, w: W)
core/influxdb2_client/src/models/data_point.rs:222
↓ 1 callersMethodwrite_ops
Writes the op into the buffer and waits until the WAL file is persisted. When this returns the operation is durable in the configured object store.
influxdb3_wal/src/object_store.rs:291
← previousnext →4,801–4,900 of 11,906, ranked by callers