MCPcopy Create free account

hub / github.com/influxdata/influxdb / functions

Functions11,906 in github.com/influxdata/influxdb

Methodnew
(measurement: impl Into<String>)
core/influxdb2_client/src/models/data_point.rs:34
Methodnew
Return instance of LabelCreateRequest
core/influxdb2_client/src/models/label.rs:21
Methodnew
Represents a source from a single file
core/influxdb2_client/src/models/file.rs:27
Methodnew
Returns list of Links
core/influxdb2_client/src/models/links.rs:22
Methodnew
Returns an Authorization with the given orgID and permissions
core/influxdb2_client/src/models/authorization.rs:52
Methodnew
Returns instance of user
core/influxdb2_client/src/models/user.rs:26
Methodnew
Return instance of IsOnboarding
core/influxdb2_client/src/models/onboarding.rs:18
Methodnew
Return instance of Permission
core/influxdb2_client/src/models/permission.rs:16
Methodnew
Returns instance of Organization
core/influxdb2_client/src/models/organization.rs:33
Methodnew
Returns instance of RetentionRule
core/influxdb2_client/src/models/retention_rule.rs:22
Methodnew
Query influx using the Flux language
core/influxdb2_client/src/models/query.rs:46
Methodnew
Dialect are options to change the default CSV output format; <https://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#dialect-descriptions>
core/influxdb2_client/src/models/ast/dialect.rs:30
Methodnew
Returns an instance of PropertyKey
core/influxdb2_client/src/models/ast/property_key.rs:21
Methodnew
A pair consisting of length of time and the unit of time measured. It is the atomic unit from which all duration literals are composed.
core/influxdb2_client/src/models/ast/duration.rs:24
Methodnew
Return instance of expression
core/influxdb2_client/src/models/ast/expression.rs:81
Methodnew
Expressions begin and end with double quote marks
core/influxdb2_client/src/models/ast/string_literal.rs:18
Methodnew
Represents the declaration of a variable
core/influxdb2_client/src/models/ast/variable_assignment.rs:21
Methodnew
A valid Flux identifier
core/influxdb2_client/src/models/ast/identifier.rs:18
Methodnew
Represents a complete package source tree.
core/influxdb2_client/src/models/ast/package.rs:25
Methodnew
Represents a function call
core/influxdb2_client/src/models/ast/call_expression.rs:21
Methodnew
A key/value pair in a dictionary
core/influxdb2_client/src/models/ast/dict_item.rs:21
Methodnew
Returns an instance of Statement
core/influxdb2_client/src/models/ast/statement.rs:36
Methodnew
The value associated with a key
core/influxdb2_client/src/models/ast/property.rs:21
Methodnew
Represents accessing a property of an object
core/influxdb2_client/src/models/ast/member_expression.rs:21
Methodnew
Defines a package identifier
core/influxdb2_client/src/models/ast/package_clause.rs:18
Methodnew
Return instance of Node
core/influxdb2_client/src/models/ast/node.rs:81
Methodnew
Declares a package import
core/influxdb2_client/src/models/ast/import_declaration.rs:21
Methodnew
()
core/influxdb2_client/tests/common/server_fixture.rs:173
Methodnew
Create a new time range with the specified lower and upper bounds.
core/influxdb_influxql_parser/src/time_range.rs:383
Methodnew
Create an instance of a `WhereClause` using `expr`
core/influxdb_influxql_parser/src/common.rs:302
Methodnew
()
core/influxdb_influxql_parser/src/visit.rs:1376
Methodnew
(expr: Expr)
core/influxdb_influxql_parser/src/select.rs:1147
Methodnew
()
core/influxdb_influxql_parser/src/visit_mut.rs:1313
Methodnew
(params: StatementParams)
core/influxdb_influxql_parser/src/parameter.rs:109
Methodnew
Create new allocation with given size and alignment.
core/linear_buffer/src/allocation.rs:21
Methodnew
Allocate new buffer of given size in bytes. # Panic If we cannot allocate the buffer, we panic.
core/linear_buffer/src/linear_buffer.rs:77
Methodnew
Create a named policy that is not the default policy
core/iox_query_influxql/src/show_retention_policies.rs:74
Methodnew
(database_names: impl IntoIterator<Item: Into<String>>)
core/iox_query_influxql/src/show_databases.rs:60
Methodnew
()
core/iox_query_influxql/src/window/percent_row_number.rs:17
Methodnew
()
core/iox_query_influxql/src/window/integral.rs:44
Methodnew
()
core/iox_query_influxql/src/window/elapsed.rs:19
Methodnew
()
core/iox_query_influxql/src/window/cumulative_sum.rs:18
Methodnew
()
core/iox_query_influxql/src/window/moving_average.rs:19
Methodnew
(input: Arc<dyn ExecutionPlan>, schema: SchemaRef)
core/iox_query_influxql/src/frontend/planner.rs:89
Methodnew
Create a `TypeEvaluator` with behavior compatible with InfluxQL OG. This behavior includes limited evaluation of [`Call`] expressions, as described b
core/iox_query_influxql/src/plan/expr_type_evaluator.rs:31
Methodnew
(s: &'a dyn SchemaProvider, iox_ctx: &'a IOxSessionContext)
core/iox_query_influxql/src/plan/planner.rs:720
Methodnew
Computes a `ProjectionInfo` from the specified `fields` and `group_by_tags`.
core/iox_query_influxql/src/plan/planner/select.rs:133
Methodnew
()
core/iox_query_influxql/src/aggregate/spread.rs:19
Methodnew
()
core/iox_query_influxql/src/aggregate/percentile.rs:19
Methodnew
()
core/iox_query_influxql/src/aggregate/mode.rs:32
Methodnew
(statement: S)
core/iox_query_influxql_rewrite/src/lib.rs:23
Methodnew
Create a new [`CacheValue`] with the provided `data` and `generation`
core/catalog_cache/src/lib.rs:113
Methodnew
Create a new [`CatalogCacheServer`]. Note that the HTTP interface needs to be wired up in some higher-level structure. Use [`service`](Self::service)
core/catalog_cache/src/api/server.rs:272
Methodnew
Create a new [`QuorumCatalogCache`]
core/catalog_cache/src/api/quorum.rs:103
Methodnew
(registry: &metric::Registry)
core/catalog_cache/src/api/client.rs:373
Methodnew
Create a new [`ListEntry`] from the provided key and value
core/catalog_cache/src/api/list/mod.rs:61
Methodnew
Create an encoder for the provided entries
core/catalog_cache/src/api/list/v2.rs:24
Methodnew
Create a new [`MemoryLimiter`] limited to `limit` bytes
core/catalog_cache/src/local/limit.rs:25
Methodnew
Create a new `CatalogCache` with an optional memory limit
core/catalog_cache/src/local/mod.rs:61
Methodnew
(metrics: &metric::Registry)
core/object_store_mem_cache/src/store.rs:154
Methodnew
()
core/object_store_mem_cache/src/cache_system/loader.rs:305
Methodnew
Create new, empty set.
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/s3_fifo.rs:216
Methodnew
Create a new Fifo from a VecDeque.
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/fifo.rs:19
Methodnew
Create a new S3FifoCache from an [`S3Config`].
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/mod.rs:78
Methodnew
(cache: &'static str, metrics: &metric::Registry, limit_bytes: u64)
core/object_store_mem_cache/src/cache_system/hook/observer.rs:25
Methodnew
Create a new [`MemoryLimiter`] limited to `limit` bytes
core/object_store_mem_cache/src/cache_system/hook/limit.rs:27
Methodnew
Create new trigger at given level/threshold.
core/object_store_mem_cache/src/cache_system/hook/level_trigger.rs:23
Methodnew
(hooks: impl IntoIterator<Item = Arc<dyn Hook<K>>>)
core/object_store_mem_cache/src/cache_system/hook/chain.rs:15
Methodnew
Create new counter from given [`Notifier`]. # Background Task This is marked as `async`` so we can spawn a tokio task.
core/object_store_mem_cache/src/cache_system/hook/notify/test_utils.rs:25
Methodnew
Create new reactor given the triggers and a single reaction. The handle is used to run this in a background task.
core/object_store_mem_cache/src/cache_system/reactor/mod.rs:19
Methodnew
Create parquet file path relevant for the storage layout.
core/parquet_file/src/lib.rs:76
Methodnew
Create parquet chunk.
core/parquet_file/src/chunk.rs:28
Methodnew
()
core/parquet_file/src/writer.rs:246
Methodnew
Create a new [`ParallelParquetWriterOptions`].
core/parquet_file/src/serialize.rs:230
Methodnew
Initialise a new [`ParquetStorage`] using `object_store` as the persistence layer.
core/parquet_file/src/storage.rs:225
Methodnew
Create a new user defined window function that wraps the provided window function,
core/query_functions/src/non_negative.rs:44
Methodnew
Create a new GapFillUDFWrapper around a date_bin style UDF.
core/query_functions/src/gapfill.rs:169
Methodnew
Create a new instance of the date_bin_wallclock UDF, using the provided date_bin scalar function.
core/query_functions/src/date_bin_wallclock.rs:135
Methodnew
()
core/query_functions/src/to_timestamp.rs:27
Methodnew
()
core/query_functions/src/derivative.rs:91
Methodnew
()
core/query_functions/src/difference.rs:38
Methodnew
(name: impl Into<String>, selector_type: SelectorType)
core/query_functions/src/selectors.rs:358
Methodnew
()
core/query_functions/src/registry.rs:61
Methodnew
create a new Window with the specified duration and offset
core/query_functions/src/window/internal.rs:296
Methodnew
( comp: Comparison, target: Target, timezone: Option<Arc<str>>, data_type: &'a
core/query_functions/src/selectors/internal.rs:89
Methodnew
Create new TestAuthorizationService.
core/test_helpers_authz/src/authz.rs:151
Methodnew
Creates an empty parameter map.
core/iox_query_params/src/params.rs:78
Methodnew
Creates a new BitSet
core/arrow_util/src/bitset.rs:21
Methodnew
()
core/arrow_util/src/string.rs:31
Methodnew
()
core/arrow_util/src/test_util.rs:332
Methodnew
()
core/arrow_util/src/dictionary.rs:60
Methodnew
(headers: Vec<(HeaderName, HeaderValue)>)
core/client_util/src/tower.rs:15
Methodnew
(namespace: impl Into<String>, reason: impl Into<String>)
core/client_util/src/namespace_translation.rs:14
Methodnew
Create a new Connection
core/client_util/src/connection.rs:20
Methodnew
Create a new [`DmlWrite`] # Panic Panics if - `table_ids` is empty - a MutableBatch is empty - a MutableBatch lacks an i64 "time" column
core/dml/src/lib.rs:149
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/ingester.rs:18
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/health.rs:18
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/query_log.rs:22
Methodnew
Creates a new [`ReloadableTokenRequestMaker`] with the given connection and token path. If `reload_interval` is `Some`, a background task is spawned
core/influxdb_iox_client/src/client/reloadable_token.rs:51
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/reflection.rs:44
← previousnext →7,601–7,700 of 11,906, ranked by callers