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
is_auto_generated
Check if this is an auto-generated cache
influxdb3_catalog/src/catalog/versions/v3/schema/cache.rs:427
Method
is_backend_shutdown
Check if backend has been shutdown
influxdb3_shutdown/src/lib.rs:161
Method
is_compactor
(&self)
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:997
Method
is_compactor
(&self)
influxdb3_catalog/src/catalog/versions/v1/enterprise.rs:423
Method
is_default
(mode: &Self)
influxdb3_catalog/src/log/versions/v4.rs:86
Method
is_default
(mode: &Self)
influxdb3_catalog/src/catalog/versions/v3/schema/storage.rs:22
Method
is_deleted
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:2528
Method
is_deleted
(&self)
influxdb3_catalog/src/catalog/versions/v1.rs:1109
Method
is_deleted
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/table.rs:453
Method
is_deleted
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/database.rs:274
Method
is_directory
(&self)
influxdb3_processing_engine/src/lib.rs:498
Method
is_empty
(&self)
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/mod.rs:350
Method
is_empty
(&self)
core/arrow_util/src/string.rs:141
Method
is_empty
Check if there are no items in this collection
core/table_batch/src/lib.rs:36
Method
is_empty
Returns true if this list is empty
core/data_types/src/snapshot/list.rs:126
Method
is_empty
Returns true if ths predicate evaluates to true for all rows
core/predicate/src/rpc_predicate.rs:188
Method
is_empty
Returns true if no records are registered.
influxdb3_catalog/src/format/registry.rs:187
Method
is_end_stream
(&self)
core/tower_trailer/src/lib.rs:122
Method
is_ingest
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:2212
Method
is_ingest
(&self)
influxdb3_catalog/src/catalog/versions/v1.rs:951
Method
is_ingest
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:108
Method
is_ingester
(&self)
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:1001
Method
is_ingester
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:243
Method
is_ingester
(&self)
influxdb3_catalog/src/catalog/versions/v1/enterprise.rs:427
Method
is_intersected_by
Return `true` if `other` intersects with `self`.
core/data_types/src/sequence_number_set.rs:75
Function
is_io_enabled
()
influxdb3_clap_blocks/src/tokio/tests.rs:104
Method
is_literal_null_or_number
(expr: &Expr)
core/iox_query_influxql/src/plan/planner.rs:2692
Method
is_locked
(&self)
core/tracker/src/lock.rs:233
Method
is_message_boundary
Returns true if at a message boundary
core/catalog_cache/src/api/list/v2.rs:144
Method
is_monotonic_update
Returns `true` if `other` is a monotonic update of `self`. # Panics Assumes "time" is the last column in both sets, and panics if the last columns a
core/data_types/src/columns.rs:829
Method
is_nullable
Returns whether the column can hold `NULL` values.
influxdb3_catalog/src/catalog/versions/v2.rs:3824
Method
is_nullable
Returns whether the column can hold `NULL` values.
influxdb3_catalog/src/catalog/versions/v3/schema/column.rs:99
Method
is_numeric
(dt: &DataType)
core/iox_query_influxql/src/plan/planner.rs:2548
Method
is_numeric_type
Returns true if the receiver is a numeric type.
core/influxdb_influxql_parser/src/expression/arithmetic.rs:272
Function
is_onboarding_allowed
()
core/influxdb2_client/src/api/setup.rs:123
Method
is_prefix_match_of
Returns true if `other` is a byte-wise prefix match of `self`. This method can be called for both [`ColumnValue::Identity`] and [`ColumnValue::Prefix
core/data_types/src/partition_template.rs:1097
Method
is_projected_tag_field
Returns `true` if the schema contains a tag column with the specified name. If the underlying data source is a subquery, it will apply any aliases in
core/iox_query_influxql/src/plan/util.rs:75
Method
is_querier
(&self)
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:1005
Method
is_querier
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:247
Method
is_querier
(&self)
influxdb3_catalog/src/catalog/versions/v1/enterprise.rs:431
Function
is_removing_only_removing
()
influxdb3_catalog/src/catalog/versions/v3/schema/node/node_state_tests.rs:42
Method
is_reserved_name
Check if cache name is reserved for auto-generation
influxdb3_catalog/src/log/versions/v4.rs:1079
Method
is_reserved_name
Check if cache name is reserved for auto-generation
influxdb3_catalog/src/catalog/versions/v3/schema/cache.rs:437
Method
is_restore
Returns true when this update contains a restore.
influxdb3_catalog/src/channel/versions/v2.rs:122
Method
is_running
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:2197
Method
is_running
(&self)
influxdb3_catalog/src/catalog/versions/v1.rs:936
Function
is_running_only_running
()
influxdb3_catalog/src/catalog/versions/v3/schema/node/node_state_tests.rs:24
Function
is_scalar_null
Returns true if the value is a scalar null
core/iox_query/src/exec/split.rs:1360
Method
is_shutdown
(&self)
influxdb3_catalog/src/catalog/versions/v2.rs:355
Method
is_sorted_on_pk
Returns true if the sort_key includes all primary key cols
core/schema/src/lib.rs:687
Method
is_stopped
True only for the terminal `Stopped` variant. Use `!self.is_running()` for the broader "not Running" question.
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:154
Function
is_stopped_only_stopped
()
influxdb3_catalog/src/catalog/versions/v3/schema/node/node_state_tests.rs:33
Method
is_tag
returns true if the column type is a tag
core/data_types/src/columns.rs:203
Method
is_token_allowed_access
( &self, token_id: &TokenId, access_request: AccessRequest, )
influxdb3_catalog/src/catalog/versions/v2/enterprise.rs:683
Method
is_token_allowed_access
( &self, token_id: &influxdb3_id::TokenId, access_request: influxdb3_authz::AccessRequ
influxdb3_catalog/src/catalog/versions/v3/catalog.rs:3459
Function
is_unique
()
core/linear_buffer/src/linear_buffer.rs:494
Method
is_unique
Checks if this is the only slice pointing to the underlying allocation. This requires a mutable reference so because only mutable references are uniq
core/linear_buffer/src/linear_buffer.rs:121
Method
is_upgrade_safe
Check if this record is upgrade-safe (can be skipped if unknown).
influxdb3_catalog/src/format/record.rs:162
Method
is_valid
(&self, idx: usize)
core/partition/src/traits/mutable_batch.rs:11
Method
is_valid
(&self, idx: usize)
core/partition/src/traits/record_batch.rs:13
Function
is_valid_conditional_call
Returns true if `expr` is a valid [`Expr::Call`] expression for conditional expressions in the WHERE clause.
core/influxdb_influxql_parser/src/expression/conditional.rs:339
Method
is_valid_distinct_cache_type
(def: &ColumnDefinition)
influxdb3_catalog/src/catalog/versions/v2/update.rs:676
Method
is_valid_distinct_cache_type
(def: &ColumnDefinition)
influxdb3_catalog/src/catalog/versions/v1/update.rs:497
Method
is_valid_last_cache_key_col
(def: &ColumnDefinition)
influxdb3_catalog/src/catalog/versions/v2/update.rs:920
Method
is_valid_last_cache_key_col
(def: &ColumnDefinition)
influxdb3_catalog/src/catalog/versions/v1/update.rs:579
Method
is_valid_timezone
(tz: &str)
core/query_functions/src/tz.rs:56
Function
issue_15698
()
core/iox_query_influxql/src/plan/planner.rs:5146
Method
iter
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/column.rs:402
Method
iter_column_types
Yield an iterator of column `(name, type)` tuples for all columns in this batch.
core/mutable_batch/src/lib.rs:153
Method
iter_to_str
(s: impl IntoIterator<Item = S>)
core/predicate/src/lib.rs:215
Function
json_ticket_decoding
()
core/service_grpc_flight/src/request.rs:431
Function
json_ticket_decoding_compatibility
()
core/service_grpc_flight/src/request.rs:416
Function
json_ticket_decoding_empty_query_type
()
core/service_grpc_flight/src/request.rs:697
Function
json_ticket_decoding_invalid_json
()
core/service_grpc_flight/src/request.rs:679
Function
json_ticket_decoding_invalid_params
()
core/service_grpc_flight/src/request.rs:707
Function
json_ticket_decoding_invalid_query_type
()
core/service_grpc_flight/src/request.rs:687
Function
just_below_boundary_takes_single_part_branch
()
object_store_utils/src/adaptive_put.rs:160
Function
just_panic
()
core/executor/src/lib.rs:445
Function
keeps_stamped_name_when_free
()
influxdb3_catalog/src/format/records/conversions.rs:104
Method
keys
(&self)
core/catalog_cache/src/local/mod.rs:227
Method
keyvalue
(&self)
influxdb3_load_generator/src/line_protocol_generator.rs:425
Function
keyword_follow_char
Verifies the next character of `i` is valid following a keyword. Keywords may be followed by whitespace, statement terminator (;), parens, or conditi
core/influxdb_influxql_parser/src/keywords.rs:23
Method
kind
()
core/metric/src/duration.rs:37
Method
kind
()
core/metric/src/histogram.rs:127
Method
kind
()
core/metric/src/cumulative.rs:32
Method
kind
()
core/metric/src/gauge.rs:64
Method
kind
()
core/metric/src/counter.rs:27
Method
label_count
Returns the number of label sets in the parent metric.
core/test_helpers/src/prometheus.rs:113
Function
labels
()
core/influxdb2_client/src/api/label.rs:147
Function
labels_by_org
()
core/influxdb2_client/src/api/label.rs:165
Function
large_payload_takes_multipart_branch
()
object_store_utils/src/adaptive_put.rs:205
Method
largest_table_by_file_count
The `(database, table)` holding the most parquet files across both the persisted and removed collections, with that file count. Used to point at the s
influxdb3_write/src/lib.rs:278
Function
last_cache_create_and_delete_is_durable
()
influxdb3_write/src/write_buffer/tests.rs:324
Function
last_cache_explicit_value_columns_carry_through
()
influxdb3_catalog/src/catalog/migrations/v3/tests.rs:974
Function
last_cache_synthesized_per_table_cache
()
influxdb3_catalog/src/catalog/migrations/v3/tests.rs:937
Function
last_cache_unknown_node_name_is_rejected
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:3687
Function
last_cache_value_columns_def_encodings
()
influxdb3_catalog/src/format/records/types/tests.rs:28
Function
last_caches_table
()
influxdb3/tests/server/system_tables.rs:97
Method
last_error_category
Return the category of the most recent recorded error, or `None` if no error has ever been recorded. Paired with [`last_error_at`](Self::last_error_at
object_store_utils/src/object_store_health.rs:169
Method
last_snapshot_sequence_number
Returns the last [`SnapshotSequenceNumber`] that was added to the tracker.
influxdb3_wal/src/snapshot_tracker.rs:180
← previous
next →
7,101–7,200 of 11,906, ranked by callers