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
new
(measurement: impl Into<String>)
core/influxdb2_client/src/models/data_point.rs:34
Method
new
Return instance of LabelCreateRequest
core/influxdb2_client/src/models/label.rs:21
Method
new
Represents a source from a single file
core/influxdb2_client/src/models/file.rs:27
Method
new
Returns list of Links
core/influxdb2_client/src/models/links.rs:22
Method
new
Returns an Authorization with the given orgID and permissions
core/influxdb2_client/src/models/authorization.rs:52
Method
new
Returns instance of user
core/influxdb2_client/src/models/user.rs:26
Method
new
Return instance of IsOnboarding
core/influxdb2_client/src/models/onboarding.rs:18
Method
new
Return instance of Permission
core/influxdb2_client/src/models/permission.rs:16
Method
new
Returns instance of Organization
core/influxdb2_client/src/models/organization.rs:33
Method
new
Returns instance of RetentionRule
core/influxdb2_client/src/models/retention_rule.rs:22
Method
new
Query influx using the Flux language
core/influxdb2_client/src/models/query.rs:46
Method
new
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
Method
new
Returns an instance of PropertyKey
core/influxdb2_client/src/models/ast/property_key.rs:21
Method
new
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
Method
new
Return instance of expression
core/influxdb2_client/src/models/ast/expression.rs:81
Method
new
Expressions begin and end with double quote marks
core/influxdb2_client/src/models/ast/string_literal.rs:18
Method
new
Represents the declaration of a variable
core/influxdb2_client/src/models/ast/variable_assignment.rs:21
Method
new
A valid Flux identifier
core/influxdb2_client/src/models/ast/identifier.rs:18
Method
new
Represents a complete package source tree.
core/influxdb2_client/src/models/ast/package.rs:25
Method
new
Represents a function call
core/influxdb2_client/src/models/ast/call_expression.rs:21
Method
new
A key/value pair in a dictionary
core/influxdb2_client/src/models/ast/dict_item.rs:21
Method
new
Returns an instance of Statement
core/influxdb2_client/src/models/ast/statement.rs:36
Method
new
The value associated with a key
core/influxdb2_client/src/models/ast/property.rs:21
Method
new
Represents accessing a property of an object
core/influxdb2_client/src/models/ast/member_expression.rs:21
Method
new
Defines a package identifier
core/influxdb2_client/src/models/ast/package_clause.rs:18
Method
new
Return instance of Node
core/influxdb2_client/src/models/ast/node.rs:81
Method
new
Declares a package import
core/influxdb2_client/src/models/ast/import_declaration.rs:21
Method
new
()
core/influxdb2_client/tests/common/server_fixture.rs:173
Method
new
Create a new time range with the specified lower and upper bounds.
core/influxdb_influxql_parser/src/time_range.rs:383
Method
new
Create an instance of a `WhereClause` using `expr`
core/influxdb_influxql_parser/src/common.rs:302
Method
new
()
core/influxdb_influxql_parser/src/visit.rs:1376
Method
new
(expr: Expr)
core/influxdb_influxql_parser/src/select.rs:1147
Method
new
()
core/influxdb_influxql_parser/src/visit_mut.rs:1313
Method
new
(params: StatementParams)
core/influxdb_influxql_parser/src/parameter.rs:109
Method
new
Create new allocation with given size and alignment.
core/linear_buffer/src/allocation.rs:21
Method
new
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
Method
new
Create a named policy that is not the default policy
core/iox_query_influxql/src/show_retention_policies.rs:74
Method
new
(database_names: impl IntoIterator<Item: Into<String>>)
core/iox_query_influxql/src/show_databases.rs:60
Method
new
()
core/iox_query_influxql/src/window/percent_row_number.rs:17
Method
new
()
core/iox_query_influxql/src/window/integral.rs:44
Method
new
()
core/iox_query_influxql/src/window/elapsed.rs:19
Method
new
()
core/iox_query_influxql/src/window/cumulative_sum.rs:18
Method
new
()
core/iox_query_influxql/src/window/moving_average.rs:19
Method
new
(input: Arc<dyn ExecutionPlan>, schema: SchemaRef)
core/iox_query_influxql/src/frontend/planner.rs:89
Method
new
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
Method
new
(s: &'a dyn SchemaProvider, iox_ctx: &'a IOxSessionContext)
core/iox_query_influxql/src/plan/planner.rs:720
Method
new
Computes a `ProjectionInfo` from the specified `fields` and `group_by_tags`.
core/iox_query_influxql/src/plan/planner/select.rs:133
Method
new
()
core/iox_query_influxql/src/aggregate/spread.rs:19
Method
new
()
core/iox_query_influxql/src/aggregate/percentile.rs:19
Method
new
()
core/iox_query_influxql/src/aggregate/mode.rs:32
Method
new
(statement: S)
core/iox_query_influxql_rewrite/src/lib.rs:23
Method
new
Create a new [`CacheValue`] with the provided `data` and `generation`
core/catalog_cache/src/lib.rs:113
Method
new
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
Method
new
Create a new [`QuorumCatalogCache`]
core/catalog_cache/src/api/quorum.rs:103
Method
new
(registry: &metric::Registry)
core/catalog_cache/src/api/client.rs:373
Method
new
Create a new [`ListEntry`] from the provided key and value
core/catalog_cache/src/api/list/mod.rs:61
Method
new
Create an encoder for the provided entries
core/catalog_cache/src/api/list/v2.rs:24
Method
new
Create a new [`MemoryLimiter`] limited to `limit` bytes
core/catalog_cache/src/local/limit.rs:25
Method
new
Create a new `CatalogCache` with an optional memory limit
core/catalog_cache/src/local/mod.rs:61
Method
new
(metrics: &metric::Registry)
core/object_store_mem_cache/src/store.rs:154
Method
new
()
core/object_store_mem_cache/src/cache_system/loader.rs:305
Method
new
Create new, empty set.
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/s3_fifo.rs:216
Method
new
Create a new Fifo from a VecDeque.
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/fifo.rs:19
Method
new
Create a new S3FifoCache from an [`S3Config`].
core/object_store_mem_cache/src/cache_system/s3_fifo_cache/mod.rs:78
Method
new
(cache: &'static str, metrics: &metric::Registry, limit_bytes: u64)
core/object_store_mem_cache/src/cache_system/hook/observer.rs:25
Method
new
Create a new [`MemoryLimiter`] limited to `limit` bytes
core/object_store_mem_cache/src/cache_system/hook/limit.rs:27
Method
new
Create new trigger at given level/threshold.
core/object_store_mem_cache/src/cache_system/hook/level_trigger.rs:23
Method
new
(hooks: impl IntoIterator<Item = Arc<dyn Hook<K>>>)
core/object_store_mem_cache/src/cache_system/hook/chain.rs:15
Method
new
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
Method
new
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
Method
new
Create parquet file path relevant for the storage layout.
core/parquet_file/src/lib.rs:76
Method
new
Create parquet chunk.
core/parquet_file/src/chunk.rs:28
Method
new
()
core/parquet_file/src/writer.rs:246
Method
new
Create a new [`ParallelParquetWriterOptions`].
core/parquet_file/src/serialize.rs:230
Method
new
Initialise a new [`ParquetStorage`] using `object_store` as the persistence layer.
core/parquet_file/src/storage.rs:225
Method
new
Create a new user defined window function that wraps the provided window function,
core/query_functions/src/non_negative.rs:44
Method
new
Create a new GapFillUDFWrapper around a date_bin style UDF.
core/query_functions/src/gapfill.rs:169
Method
new
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
Method
new
()
core/query_functions/src/to_timestamp.rs:27
Method
new
()
core/query_functions/src/derivative.rs:91
Method
new
()
core/query_functions/src/difference.rs:38
Method
new
(name: impl Into<String>, selector_type: SelectorType)
core/query_functions/src/selectors.rs:358
Method
new
()
core/query_functions/src/registry.rs:61
Method
new
create a new Window with the specified duration and offset
core/query_functions/src/window/internal.rs:296
Method
new
( comp: Comparison, target: Target, timezone: Option<Arc<str>>, data_type: &'a
core/query_functions/src/selectors/internal.rs:89
Method
new
Create new TestAuthorizationService.
core/test_helpers_authz/src/authz.rs:151
Method
new
Creates an empty parameter map.
core/iox_query_params/src/params.rs:78
Method
new
Creates a new BitSet
core/arrow_util/src/bitset.rs:21
Method
new
()
core/arrow_util/src/string.rs:31
Method
new
()
core/arrow_util/src/test_util.rs:332
Method
new
()
core/arrow_util/src/dictionary.rs:60
Method
new
(headers: Vec<(HeaderName, HeaderValue)>)
core/client_util/src/tower.rs:15
Method
new
(namespace: impl Into<String>, reason: impl Into<String>)
core/client_util/src/namespace_translation.rs:14
Method
new
Create a new Connection
core/client_util/src/connection.rs:20
Method
new
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
Method
new
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/ingester.rs:18
Method
new
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/health.rs:18
Method
new
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/query_log.rs:22
Method
new
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
Method
new
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/reflection.rs:44
← previous
next →
7,601–7,700 of 11,906, ranked by callers