MCPcopy Create free account

hub / github.com/influxdata/influxdb / functions

Functions11,906 in github.com/influxdata/influxdb

Methodname
(&self)
core/iox_query_influxql/src/aggregate/mode.rs:47
Methodname
(&self)
core/query_functions/src/sleep.rs:26
Methodname
(&self)
core/query_functions/src/non_negative.rs:64
Methodname
(&self)
core/query_functions/src/gapfill.rs:137
Methodname
(&self)
core/query_functions/src/date_bin_wallclock.rs:174
Methodname
(&self)
core/query_functions/src/to_timestamp.rs:45
Methodname
(&self)
core/query_functions/src/coalesce_struct.rs:107
Methodname
(&self)
core/query_functions/src/selectors.rs:372
Methodname
(&self)
core/iox_query/src/exec.rs:603
Methodname
(&self)
core/iox_query/src/physical_optimizer/limits.rs:51
Methodname
(&self)
core/iox_query/src/physical_optimizer/cached_parquet_data.rs:100
Methodname
(&self)
core/iox_query/src/physical_optimizer/dedup/split.rs:101
Methodname
(&self)
core/iox_query/src/physical_optimizer/dedup/dedup_sort_order.rs:157
Methodname
(&self)
core/iox_query/src/physical_optimizer/union/nested_union.rs:70
Methodname
(&self)
core/iox_query/src/physical_optimizer/sort/order_union_sorted_inputs.rs:82
Methodname
(&self)
core/iox_query/src/exec/split.rs:119
Methodname
(&self)
core/iox_query/src/exec/query_tracing.rs:658
Methodname
(&self)
core/iox_query/src/exec/series_limit/physical.rs:468
Methodname
(&self)
core/iox_query/src/provider/progressive_eval.rs:147
Methodname
(&self)
core/iox_query/src/provider/record_batch_exec.rs:149
Methodname
(&self)
core/iox_query/src/provider/reorder_partitions.rs:109
Methodname
(&self)
core/iox_system_tables/src/system_tables.rs:148
Methodname
Static name
core/data_types/src/lib.rs:124
Methodname
Returns the name for this namespace
core/data_types/src/snapshot/root.rs:158
Methodname
Returns the name for this table
core/data_types/src/snapshot/namespace.rs:265
Methodname
(&self)
influxdb3_catalog/src/catalog.rs:294
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v2/resource.rs:24
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v2/legacy.rs:210
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/legacy.rs:189
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/role.rs:19
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/trigger.rs:71
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/user.rs:55
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/cache.rs:48
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/node.rs:53
Methodname
(&self)
influxdb3_catalog/src/catalog/versions/v3/schema/database.rs:53
Methodname_to_ord_id
(&self, column_name: &str)
influxdb3_catalog/src/catalog/versions/v2.rs:2985
Functionname_truncation
()
core/iox_query/src/exec/query_tracing.rs:371
Functionnamed_admin_token_with_hash
()
influxdb3_catalog/src/catalog/versions/v3/catalog/tests.rs:3452
Methodnamespace
Get namespace.
core/data_types/src/snapshot/namespace.rs:146
Methodnamespace
( &self, name: &str, span: Option<Span>, // We expose the `system` tables by d
influxdb3_query_executor/src/lib.rs:468
Methodnamespace_id
Get namespace ID.
core/parquet_file/src/lib.rs:91
Methodnamespace_id
Namespace catalog ID associated with this operation
core/dml/src/lib.rs:106
Methodnamespace_id
Get namespace ID.
core/data_types/src/snapshot/namespace.rs:219
Methodnamespaces
Returns an iterator of the [`RootSnapshotNamespace`]s in this root snapshot
core/data_types/src/snapshot/root.rs:99
Functionnanos_from_timestamp
(ts: &Timestamp)
core/iox_query/src/provider/progressive_eval.rs:1755
Functionnans
()
core/data_types/src/lib.rs:3271
Methodnecessary_children_exprs
Projection pushdown is an optmization that pushes a `Projection` node further down into the query plan. So instead of: ```text Projection: a, b, c S
core/iox_query/src/exec/sleep.rs:122
Methodnecessary_children_exprs
Projection pushdown is an optmization that pushes a `Projection` node further down into the query plan. So instead of: ```text Projection: a, b, c G
core/iox_query/src/exec/gapfill/mod.rs:325
Functionneed_more_at_end_of_batch
()
core/iox_query/src/exec/gapfill/buffered_input.rs:584
Methodneeds_split
Return true if the time range of this file overlaps with any of the given split times.
core/data_types/src/lib.rs:1222
Methodnegated_expr
Return a negated DF logical expression for the given delete predicates
core/predicate/src/lib.rs:115
Methodnew
Create a new Persister. # Arguments `object_store` - The object store to persist data to `node_identifier_prefix` - Prefix for all paths in object st
influxdb3_write/src/persister.rs:143
Methodnew
( node_id: String, snapshot_sequence_number: SnapshotSequenceNumber, wal_file_sequence
influxdb3_write/src/lib.rs:200
Methodnew
Create a new retention period handler.
influxdb3_write/src/retention_period_handler.rs:24
Methodnew
(index: CoreTableIndex)
influxdb3_write/src/table_index_cache.rs:147
Methodnew
Creates a new empty `PriorityQueue`.
influxdb3_write/src/async_collections.rs:28
Methodnew
Generate a parquet file path using the given arguments. This will convert the provided `chunk_time` into a date time string with format `'YYYY-MM-DD/H
influxdb3_write/src/paths.rs:47
Methodnew
(id: TableIndexId)
influxdb3_write/src/table_index/test_table_index_operations.rs:40
Methodnew
(table_index_cache: Option<TableIndexCache>)
influxdb3_write/src/write_buffer/persisted_files.rs:96
Methodnew
( QueryableBufferArgs { executor, catalog, persister,
influxdb3_write/src/write_buffer/queryable_buffer.rs:69
Methodnew
( WriteBufferImplArgs { persister, catalog, last_cache,
influxdb3_write/src/write_buffer/mod.rs:198
Methodnew
(metric_registry: &Registry)
influxdb3_write/src/write_buffer/metrics.rs:17
Methodnew
()
influxdb3_write/src/write_buffer/table_buffer.rs:41
Methodnew
()
influxdb3_write/src/write_buffer/table_buffer/tests.rs:18
Methodnew
()
influxdb3_write/src/deleter/tests.rs:25
Methodnew
( db_schema: Arc<DatabaseSchema>, query_log: Arc<QueryLog>, buffer: Arc<dyn WriteBuffe
influxdb3_system_tables/src/lib.rs:118
Methodnew
(catalog: Arc<Catalog>)
influxdb3_system_tables/src/nodes.rs:21
Methodnew
(catalog: Arc<Catalog>)
influxdb3_system_tables/src/databases.rs:19
Methodnew
(query_log: Arc<QueryLog>)
influxdb3_system_tables/src/queries.rs:19
Methodnew
Creates a new InfluxdbSchemaTable instance. # Arguments `db_schema` - The schema of the current database.
influxdb3_system_tables/src/influxdb_schema.rs:46
Methodnew
(db_schema: Arc<DatabaseSchema>)
influxdb3_system_tables/src/distinct_caches.rs:17
Methodnew
(processing_engine: Option<Arc<ProcessingEngineManagerImpl>>)
influxdb3_system_tables/src/plugins.rs:17
Methodnew
(catalog: Arc<Catalog>, started_with_auth: bool)
influxdb3_system_tables/src/tokens.rs:19
Methodnew
(catalog: Arc<Catalog>)
influxdb3_system_tables/src/generations.rs:17
Methodnew
(triggers: Vec<Arc<TriggerDefinition>>)
influxdb3_system_tables/src/python_call.rs:19
Methodnew
(db_id: DbId, buffer: Arc<dyn WriteBuffer>)
influxdb3_system_tables/src/parquet_files.rs:21
Methodnew
(catalog: Arc<Catalog>)
influxdb3_system_tables/src/tables.rs:18
Methodnew
(db_schema: Arc<DatabaseSchema>)
influxdb3_system_tables/src/last_caches.rs:17
Methodnew
(actions: ActionsBitmap)
influxdb3_authz/src/permissions.rs:242
Methodnew
( token_provider: Arc<dyn TokenProvider>, time_provider: Arc<dyn TimeProvider>, )
influxdb3_authz/src/lib.rs:151
Methodnew
( authenticator: Arc<dyn AuthProvider>, catalog_provider: Arc<dyn CatalogProvider>, )
influxdb3_authz/src/authorizer.rs:50
Methodnew
(token: &str, expired: bool)
influxdb3_authz/src/tests.rs:19
Methodnew
(token: &str, expired: bool)
influxdb3_authz/src/authorizer/tests.rs:21
Methodnew
( id: RoleId, name: RoleName, description: Option<RoleDescription>, permission
influxdb3_authz/src/role/role.rs:26
Methodnew
(action: DatabaseAction, resource: ResourceIdentifier<DbId>)
influxdb3_authz/src/role/role_permissions.rs:32
Methodnew
( catalog: Arc<Catalog>, metrics: Arc<metric::Registry>, trace_exporter: Option<Arc<tr
influxdb3_server/src/lib.rs:102
Methodnew
( common_state: CommonServerState, time_provider: Arc<dyn TimeProvider>, write_buffer:
influxdb3_server/src/http.rs:1015
Methodnew
( http_api: Arc<HttpApi>, grpc_service: S, without_auth: bool, paths_without_a
influxdb3_server/src/unified_service/service.rs:26
Methodnew
(remote_addr: SocketAddr)
influxdb3_server/src/unified_service/remote_addr_layer.rs:14
Methodnew
()
influxdb3_id/src/lib.rs:113
Methodnew
()
influxdb3_id/src/serialize.rs:43
Methodnew
()
influxdb3_telemetry/src/bucket.rs:19
Methodnew
()
influxdb3_telemetry/src/sampler.rs:25
Methodnew
(args: CreateTelemetryStoreArgs)
influxdb3_telemetry/src/store.rs:60
Methodnew
(client: reqwest::Client, base_url: impl IntoUrl)
influxdb3_telemetry/src/sender.rs:18
Methodnew
Make a request to return data for a specified table
core/ingester_query_grpc/src/lib.rs:113
Methodnew
Create a new client pointing to the URL specified in `protocol://server:port` format and using the specified token for authorization. # Example ```
core/influxdb2_client/src/lib.rs:142
Methodnew
Returns instance of HealthCheck
core/influxdb2_client/src/models/health.rs:29
Methodnew
Returns instance of Bucket
core/influxdb2_client/src/models/bucket.rs:44
Methodnew
Returns instance of Resource
core/influxdb2_client/src/models/resource.rs:31
← previousnext →7,501–7,600 of 11,906, ranked by callers