MCPcopy Create free account

hub / github.com/influxdata/influxdb / functions

Functions11,906 in github.com/influxdata/influxdb

↓ 4 callersMethodexpressions
(&self)
core/iox_query/src/exec/series_limit/logical.rs:568
↓ 4 callersFunctionextend_batch
Extends the provided batch with random content, returning a summary of what was written
core/mutable_batch/tests/writer_fuzz.rs:163
↓ 4 callersMethodextend_from_range
Extends this [`PackedStringArray`] by `range` elements from `other`
core/arrow_util/src/string.rs:83
↓ 4 callersMethodextend_from_range
Extend this [`MutableBatch`] with `range` rows from `other`
core/mutable_batch/src/lib.rs:197
↓ 4 callersFunctionextended_on_clause
Parse the `ON` clause of the `SHOW MEASUREMENTS` statement.
core/influxdb_influxql_parser/src/show_measurements.rs:48
↓ 4 callersFunctionfields_expand_wildcards
Traverse expressions of all `fields` and expand wildcard or regular expressions either at the top-level or as the first argument of function calls, su
core/iox_query_influxql/src/plan/rewriter.rs:697
↓ 4 callersFunctionfile_scan_config_builder
Create a file scan config with a given file [`SchemaRef`], ordering, and [`ColumnStatistics`] for multiple columns.
core/iox_query/src/test.rs:1383
↓ 4 callersMethodfilter
Returns a filtered version of `self` based on the provided `ranges`
core/mutable_batch/tests/writer_fuzz.rs:100
↓ 4 callersFunctionfilter_slice
( col_data: &'a [T], predicate: &'a mut F, )
core/partition/src/filter.rs:37
↓ 4 callersMethodfilter_to
Filters this sort key to contain only the columns present in the primary key, in the order that the columns appear in this sort key. # Panics Panics
core/schema/src/sort.rs:140
↓ 4 callersFunctionfind_var_refs
Find distinct occurrences of `Expr::VarRef` expressions for the `select`.
core/iox_query_influxql/src/plan/planner.rs:4427
↓ 4 callersFunctionflight_error_to_tonic_code
Translate [`FlightError`] to [tonic code](tonic::Status). This is done by traversing the error chain, similar to [`datafusion_error_to_tonic_code`].
core/service_common/src/error.rs:91
↓ 4 callersFunctionflightsql_permissions
(namespace_name: &str, cmd: &FlightSQLCommand)
core/service_grpc_flight/src/lib.rs:1399
↓ 4 callersFunctionflightsql_request
(authorization: &'static str)
core/service_grpc_flight/src/lib.rs:1964
↓ 4 callersMethodflush_buffer
( &self, force_snapshot: bool, )
influxdb3_wal/src/object_store.rs:308
↓ 4 callersFunctionflush_buffer_internal
Flush the buffer by grouping writes by database and sending them
core/influxdb_iox_client/src/client/batched_write.rs:240
↓ 4 callersMethodflush_buffer_into_contents_and_responses
Converts the wal_buffer into contents and resets it. Returns the channels waiting for responses. If a snapshot should occur with this flush, a semapho
influxdb3_wal/src/object_store.rs:727
↓ 4 callersFunctiongenerate_column_names
Generate realistic column names similar to what would be seen in InfluxDB
influxdb3_catalog/benches/column_or_create.rs:11
↓ 4 callersMethodgeneration
The generation of this entry
core/catalog_cache/src/api/list/mod.rs:78
↓ 4 callersMethodget
(&self, idx: usize)
core/table_batch/src/values.rs:14
↓ 4 callersMethodget
(&self, location: &Path)
core/object_store_metrics/src/cache_metrics.rs:329
↓ 4 callersMethodget_aggr_col_state
Get the [AggrColState] for this cursor. `self` will have been created via `Cursor::clone_for_aggr_col`, so [Cursor::aggr_col_states] will contain exac
core/iox_query/src/exec/gapfill/algo.rs:374
↓ 4 callersMethodget_by_ord_id
(&self, column_id: &ColumnId)
influxdb3_catalog/src/catalog/versions/v3/schema/column.rs:307
↓ 4 callersMethodget_files_filtered
Get the list of files for a given database and table, using the provided filter to filter results. Always return in descending order of min_time
influxdb3_write/src/write_buffer/persisted_files.rs:165
↓ 4 callersFunctionget_influx_type
Gets the influx type for a field
core/schema/src/lib.rs:1010
↓ 4 callersMethodget_or_put_handle
(&self, s3: &Arc<S3Fifo<K, V>>, k: Arc<K>, v: V)
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/s3_fifo.rs:1201
↓ 4 callersFunctionget_result_stream
()
core/object_store_mock/src/lib.rs:689
↓ 4 callersMethodget_series_key
(&self)
influxdb3_catalog/src/catalog/versions/v2/legacy.rs:124
↓ 4 callersMethodget_total_size_bytes
(&self)
influxdb3_write/src/write_buffer/queryable_buffer.rs:469
↓ 4 callersMethodget_uuid
(&self)
core/data_types/src/lib.rs:346
↓ 4 callersFunctiongood_variable_duration
()
core/query_functions/src/window.rs:391
↓ 4 callersMethodhandle
Obtain a [`watch::Receiver`] that receives the latest [`Stats`] as they are published. Statistics are refreshed every [`REFRESH_INTERVAL`]. Callers
core/jemalloc_stats/src/lib.rs:248
↓ 4 callersFunctionhas_debug_header
Check if request has IOx debug header set.
core/service_grpc_flight/src/lib.rs:1422
↓ 4 callersMethodid_to_name
(&self, id: &ColumnIdentifier)
influxdb3_catalog/src/catalog/versions/v2.rs:2977
↓ 4 callersMethodinc_selector_count
(&mut self)
core/iox_query_influxql/src/plan/rewriter.rs:1583
↓ 4 callersMethodinfluxql
Plan an InfluxQL query and return a DataFusion physical plan
influxdb3_query_executor/src/query_planner.rs:51
↓ 4 callersFunctioninfluxql_request
(authorization: &'static str)
core/service_grpc_flight/src/lib.rs:1957
↓ 4 callersMethodinner
Read access to the inner proto
core/data_types/src/partition_template.rs:893
↓ 4 callersMethodinner
(&self)
influxdb3_types/src/database_name.rs:33
↓ 4 callersMethodinner_mut
Return a mutable reference to the inner stream
core/influxdb_iox_client/src/client/flight/mod.rs:363
↓ 4 callersMethodinstall_package
(&self)
influxdb3/tests/cli/api.rs:1052
↓ 4 callersFunctioninteger
Parse an InfluxQL integer. InfluxQL defines an integer as follows ```text INTEGER ::= [0-9]+ ```
core/influxdb_influxql_parser/src/literal.rs:131
↓ 4 callersMethodintern
Intern schema.
core/schema/src/interner.rs:23
↓ 4 callersMethodinto_iter
(self)
influxdb3_id/src/serialize.rs:81
↓ 4 callersMethodinto_values
Creates a consuming iterator visiting all parameter values. Currently this will iterate in an arbitrary order, but specific ordering is subject to cha
core/iox_query_params/src/params.rs:113
↓ 4 callersMethodinvalidate
Remove a specific entry from the cache
influxdb3_write/src/table_index_cache.rs:613
↓ 4 callersFunctioninvert_time_col_casts
inverts casts on a time column expression and applies them to a time range bound expression the `time_col_expr` is a reference to the gapfill time co
core/iox_query/src/analyzer/handle_gapfill/range_predicate.rs:192
↓ 4 callersMethodis_complete
(&self)
core/tracker/src/task.rs:171
↓ 4 callersMethodis_empty
Returns if this sort key is empty
core/schema/src/sort.rs:129
↓ 4 callersMethodis_empty
(&self)
influxdb3_sys_events/src/lib.rs:143
↓ 4 callersMethodis_empty
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:3013
↓ 4 callersMethodis_influxql_filled
(&self)
core/iox_query_influxql/src/plan/planner/metadata.rs:40
↓ 4 callersMethodis_onboarding_allowed
Check if database has default user, org, bucket
core/influxdb2_client/src/api/setup.rs:13
↓ 4 callersMethodis_tag_field
Returns `true` if the specified name is a tag field or a projection of a tag field if the `DataSource` is a subquery.
core/iox_query_influxql/src/plan/ir.rs:187
↓ 4 callersFunctionis_time_col
Returns true if the given `expr` is a reference to the `time_col`, optionally wrapped by any number of `Alias` or timestamp `Cast` expressions
core/iox_query/src/analyzer/handle_gapfill/range_predicate.rs:227
↓ 4 callersFunctionis_time_field
Returns true if the conditional expression is a single node that refers to the `time` column. In a conditional expression, this comparison is case-in
core/influxdb_influxql_parser/src/time_range.rs:716
↓ 4 callersMethodis_zero
IsZero returns true if this is a zero duration. Original: <https://github.com/influxdata/flux/blob/1e9bfd49f21c0e679b42acf6fc515ce05c6dec2b/values/ti
core/query_functions/src/window/internal.rs:72
↓ 4 callersFunctioniter_schema
Build a schema for testing iterators
core/schema/src/lib.rs:1665
↓ 4 callersFunctioniter_set_bools
(bools: &[bool])
core/arrow_util/src/bitset.rs:384
↓ 4 callersMethodlast_cache_provider
(&self)
influxdb3_write/src/write_buffer/mod.rs:762
↓ 4 callersMethodlist
(&self, prefix: Option<&Path>)
object_store_utils/src/test_object_store.rs:362
↓ 4 callersMethodlist
(&self, prefix: Option<&Path>)
object_store_limit/src/lib.rs:170
↓ 4 callersMethodlist_nodes
(&self)
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:1145
↓ 4 callersFunctionlit_duration_nano
(t: i64)
core/iox_query_influxql/src/plan/planner.rs:4520
↓ 4 callersMethodload_log
Load the log file at `sequence_number`, or `Ok(None)` if absent.
influxdb3_catalog/src/object_store/versions/v3.rs:92
↓ 4 callersMethodlookup
Performs a lookup of `value`
core/data_types/src/snapshot/hash.rs:37
↓ 4 callersMethodlookup_id
Returns the str in self.dictionary that corresponds to `id`
core/arrow_util/src/dictionary.rs:112
↓ 4 callersFunctionmake_exec
()
influxdb3_write/src/write_buffer/tests.rs:3288
↓ 4 callersFunctionmake_new_name_using_deleted_time
(name: &str, deletion_time: Time)
influxdb3_catalog/src/catalog.rs:190
↓ 4 callersFunctionmake_presigned_url_signer
( config: &ObjectStoreConfig, )
influxdb3_clap_blocks/src/object_store.rs:1200
↓ 4 callersFunctionmake_record_stream_with_sizes
(batch_sizes: Vec<usize>)
influxdb3_server/src/http/tests.rs:349
↓ 4 callersMethodmake_span
create a new span connected to the collector
core/iox_query/src/exec/query_tracing.rs:621
↓ 4 callersMethodmake_test_stream
(self)
core/service_grpc_flight/src/keep_alive.rs:523
↓ 4 callersMethodmaybe_delay_get
(&self)
object_store_utils/src/test_object_store.rs:220
↓ 4 callersMethodmaybe_delay_put
(&self)
object_store_utils/src/test_object_store.rs:214
↓ 4 callersMethodmeasurement
Set optional InfluxDB data model measurement name
core/schema/src/builder.rs:147
↓ 4 callersFunctionmerge_partitions_no_projection_apply_fetch
Merge partition stats across plan inputs. Apply fetch variables (fetch/skip) to modify the [`Statistics::num_rows`]. This does not perform any schema
core/iox_query/src/statistics/partition_statistics/mod.rs:527
↓ 4 callersFunctionmerge_stats_collection
Merge a collection of [`Statistics`] into a single stat. This takes statistics references, which may or may not be arc'ed.
core/iox_query/src/statistics/partition_statistics/util.rs:62
↓ 4 callersMethodmessage
Panic message.
core/object_store_mem_cache/src/cache_system/utils.rs:137
↓ 4 callersMethodmetadata_mut
Returns mutable access to the inner [`Span`] metadata.
core/trace/src/span.rs:297
↓ 4 callersMethodmetric
Returns the observation set for a given metric name if any
core/metric/src/lib.rs:362
↓ 4 callersMethodmodes
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:71
↓ 4 callersMethodname
(&self)
influxdb3_catalog/src/log/versions/v4.rs:590
↓ 4 callersMethodnarrow_u16
(&self)
influxdb3_catalog/src/format/records/repository.rs:137
↓ 4 callersMethodnarrow_u32
(&self)
influxdb3_catalog/src/format/records/repository.rs:133
↓ 4 callersMethodnew_session_config
Return a new session config, suitable for executing a new query or system task. Note that this context (and all its clones) will be shut down once `E
core/iox_query/src/exec.rs:299
↓ 4 callersMethodnext_u64
(&mut self)
core/backoff/src/lib.rs:310
↓ 4 callersMethodnotify
(&self, write: Arc<WalContents>)
influxdb3_wal/src/object_store/tests.rs:883
↓ 4 callersMethodnum_columns_per_table_limit
(&self, current: &CurrentCatalogUsage)
influxdb3_catalog/src/catalog/versions/v2.rs:561
↓ 4 callersMethodnum_tables_limit
(&self, current: &CurrentCatalogUsage)
influxdb3_catalog/src/catalog/versions/v2.rs:557
↓ 4 callersMethodo_prot_mut
(&mut self)
core/trace_exporters/src/thrift/jaeger.rs:967
↓ 4 callersMethodo_prot_mut
(&mut self)
core/trace_exporters/src/thrift/zipkincore.rs:834
↓ 4 callersMethodobject_store_path
Get object-store path.
core/parquet_file/src/lib.rs:101
↓ 4 callersMethodobservation
Returns the observation for a given set of attributes if any
core/metric/src/lib.rs:312
↓ 4 callersMethodon_catalog_snapshot_error
(&self, _: &'static str)
influxdb3_wal/src/observer.rs:25
↓ 4 callersMethodorder
(&self)
core/iox_query/src/test.rs:1229
↓ 4 callersFunctionpacked_strings_iter
Returns an iterator over the strings in a [`PackedStrings`] # Panic If the offsets array is not an increasing sequence of numbers less than the leng
core/mutable_batch_pb/src/decode.rs:310
↓ 4 callersFunctionparse_error_body
Try to parse a JSON error response body with `error_code` and `message` fields. Returns `(message, error_code)`. If JSON parsing fails, treats the bod
influxdb3_client/src/lib.rs:80
↓ 4 callersFunctionparse_timestamp_nanos
(s: &str, tz: Option<chrono_tz::Tz>)
core/influxdb_influxql_parser/src/time_range.rs:726
↓ 4 callersMethodpartition
Create a collection of [`PartitionWrite`] indexed by partition key from a [`MutableBatch`] and [`TablePartitionTemplateOverride`]
core/partition/src/lib.rs:244
← previousnext →1,601–1,700 of 11,906, ranked by callers