MCPcopy Create free account

hub / github.com/influxdata/influxdb / functions

Functions11,906 in github.com/influxdata/influxdb

Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/catalog.rs:21
Methodnew
Creates a new FlightSql client that connects to a server over an arbitrary tonic `Channel`
core/influxdb_iox_client/src/client/flightsql.rs:67
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/write.rs:121
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/test.rs:39
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/store.rs:23
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/schema.rs:22
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/table.rs:26
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/delete.rs:70
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/compactor.rs:19
Methodnew
Creates a new client with the provided connection
core/influxdb_iox_client/src/client/namespace.rs:26
Methodnew
Creates a new batched write client with the given configuration.
core/influxdb_iox_client/src/client/batched_write.rs:133
Methodnew
Creates a new client with the provided [`Connection`]. Panics if the metadata in connection is invalid for the underlying tonic library.
core/influxdb_iox_client/src/client/flight/mod.rs:201
Methodnew
internal constructor. use [`super::Client::query`] as the public constructor
core/influxdb_iox_client/src/client/flight/query.rs:89
Methodnew
()
core/iox_query/benches/deduplicate.rs:90
Methodnew
()
core/iox_query/src/ingester.rs:29
Methodnew
Create a new QueryLog that can hold at most `size` items. When the `size+1` item is added, item `0` is evicted.
core/iox_query/src/query_log.rs:794
Methodnew
(table_name: Arc<str>, schema: Schema)
core/iox_query/src/provider.rs:97
Methodnew
(inner: Arc<dyn MemoryPool>, monitor: Arc<Monitor>)
core/iox_query/src/memory_pool.rs:42
Methodnew
()
core/iox_query/src/test.rs:68
Methodnew
(table_schema: &'a Schema, summaries: &'a [Summary])
core/iox_query/src/pruning.rs:161
Methodnew
( statistics: Arc<Statistics>, bucket_pruning_oracle: Option<Arc<BucketPartitionPruningOracle>
core/iox_query/src/chunk_statistics.rs:100
Methodnew
(schema: SchemaRef)
core/iox_query/src/statistics/schema_bound.rs:19
Methodnew
(column_name: &'a str)
core/iox_query/src/statistics/aggregate_per_plan.rs:67
Methodnew
Creates new aggregator the given schema. This will start with: - 0 rows - 0 bytes - for each column: - 0 null values - unknown min value - unknown m
core/iox_query/src/statistics/aggregate_per_chunk.rs:49
Methodnew
( input_plan: &'a Arc<dyn ExecutionPlan>, col_name: &'a str, expected_rang
core/iox_query/src/statistics/partition_statistics/mod.rs:604
Methodnew
Create new factory based on the given object store.
core/iox_query/src/physical_optimizer/cached_parquet_data.rs:122
Methodnew
( schema: &Schema, output_ordering: LexOrdering, projection: Vec<&'static
core/iox_query/src/physical_optimizer/projection_pushdown.rs:1857
Methodnew
(input_plan: Arc<dyn ExecutionPlan>, opt: O)
core/iox_query/src/physical_optimizer/test_util.rs:23
Methodnew
()
core/iox_query/src/physical_optimizer/sort/lexical_range.rs:98
Methodnew
Creates a new `TestCaseBuilder` instance with default values.
core/iox_query/src/physical_optimizer/sort/extract_ranges.rs:608
Methodnew
Create new optimizer rule.
core/iox_query/src/analyzer/extract_sleep.rs:27
Methodnew
()
core/iox_query/src/analyzer/handle_gapfill.rs:82
Methodnew
Create a new VirtualFunctionFinder that will populate the `functions` vector.
core/iox_query/src/analyzer/handle_gapfill/virtual_function.rs:60
Methodnew
Create new optimizer rule.
core/iox_query/src/logical_optimizer/influx_regex_to_datafusion_regex.rs:25
Methodnew
()
core/iox_query/src/frontend/sql.rs:13
Methodnew
()
core/iox_query/src/frontend/reorg.rs:52
Methodnew
(input: LogicalPlan, duration: Vec<Expr>)
core/iox_query/src/exec/sleep.rs:38
Methodnew
Create a new `StreamSplitNode` using `split_exprs` to divide the rows. All `split_exprs` must evaluate to a boolean otherwise a runtime error will occ
core/iox_query/src/exec/split.rs:102
Methodnew
Return a stream that records DataFusion `MetricSets` from `physical_plan` into `span` when dropped.
core/iox_query/src/exec/query_tracing.rs:48
Methodnew
Register new pool.
core/iox_query/src/exec/metrics.rs:18
Methodnew
( exec: DedicatedExecutor, runtime: Arc<RuntimeEnv>, per_query_mem_pool_size: usize,
core/iox_query/src/exec/context.rs:189
Methodnew
Create a new PhysicalLimitExpr.
core/iox_query/src/exec/series_limit/physical.rs:60
Methodnew
(stride_ns: i64)
core/iox_query/src/exec/gapfill/date_bin_gap_expander.rs:19
Methodnew
(stride_ns: i64)
core/iox_query/src/exec/gapfill/date_bin_wallclock_gap_expander.rs:22
Methodnew
Initialize a [GapFiller] at the beginning of an input record batch.
core/iox_query/src/exec/gapfill/algo.rs:101
Methodnew
( params: &GapFillParams, series_cols: Vec<usize>, reservation: MemoryReservation,
core/iox_query/src/exec/gapfill/buffered_input.rs:51
Methodnew
Create a new progressive execution plan
core/iox_query/src/provider/progressive_eval.rs:80
Methodnew
( input: Arc<dyn ExecutionPlan>, sort_keys: LexOrdering, use_chunk_order_col: bool,
core/iox_query/src/provider/deduplicate.rs:124
Methodnew
Create a new chunk list with the specified chunk and overall sort order. If the desired output sort key is specified (e.g. the partition sort key) als
core/iox_query/src/provider/physical.rs:54
Methodnew
( chunks: impl IntoIterator<Item = Arc<dyn QueryChunk>>, schema: SchemaRef, output_sor
core/iox_query/src/provider/record_batch_exec.rs:62
Methodnew
Create a new reorder partitions execution plan
core/iox_query/src/provider/reorder_partitions.rs:59
Methodnew
( sort_keys: LexOrdering, num_dupes: metrics::Count, last_batch: Option<RecordBatch>,
core/iox_query/src/provider/deduplicate/algo.rs:42
Methodnew
Create a new [`PartitionWrite`] with the entire range of the provided batch # Panic Panics if the batch has no rows
core/partition/src/lib.rs:224
Methodnew
(num_buckets: u32)
core/partition/src/template/bucket.rs:10
Methodnew
Initialise a new [`StrftimeFormatter`] with the given stftime-like format string. The exact formatter specification is [documented here]. If the for
core/partition/src/template/strftime.rs:172
Methodnew
Create new observer.
core/futures_test_utils/src/lib.rs:103
Methodnew
Create new rate limiter using the given config.
core/trace_exporters/src/rate_limiter.rs:15
Methodnew
Create a new static tag for all jaeger spans.
core/trace_exporters/src/jaeger.rs:33
Methodnew
Creates a new `AsyncExporter`
core/trace_exporters/src/export.rs:53
Methodnew
(key: String, v_type: TagType, v_str: F3, v_double: F4, v_bool: F5, v_long: F6, v_binary: F7)
core/trace_exporters/src/thrift/jaeger.rs:119
Methodnew
(input_protocol: IP, output_protocol: OP)
core/trace_exporters/src/thrift/agent.rs:50
Methodnew
(ipv4: F1, port: F2, service_name: F3, ipv6: F4)
core/trace_exporters/src/thrift/zipkincore.rs:105
Methodnew
Record permissions-check duration metrics, broken down by result.
core/authz/src/instrumentation.rs:30
Methodnew
Create a new Authorization object
core/authz/src/authorization.rs:14
Methodnew
Construct new extension wrapper for a possible header value
core/authz/src/http.rs:13
Methodnew
( inner: TonicStream<FlightData>, observation: Box<dyn FlightQueryObservation>, )
core/service_grpc_flight/src/observer.rs:92
Methodnew
Create new keep-alive wrapper from the underlying stream and the given interval. The interval is measured from the last message -- which can either b
core/service_grpc_flight/src/keep_alive.rs:200
Methodnew
(server: Arc<dyn QueryDatabase>, authz: Option<Arc<dyn Authorizer>>)
core/service_grpc_flight/src/lib.rs:688
Methodnew
Create a new request to run the specified query
core/service_grpc_flight/src/request.rs:192
Methodnew
Create a new planner that will plan queries using the provided context
core/service_grpc_flight/src/planner.rs:37
Methodnew
(resource_type: ResourceType, resource_name: String)
core/generated_types/src/google.rs:293
Methodnew
Create a new builder to contain values of the same variant as `value`, with `preceding_null_values` coming before `value` as the initial value
core/table_batch/src/builder/column_writer/mod.rs:44
Methodnew
(value: &EscapedStr<'_>)
core/table_batch/src/builder/column_writer/string.rs:19
Methodnew
(value: &str)
core/table_batch/src/builder/column_writer/dictionary.rs:21
Methodnew
Create a new [`SystemTableProvider`]
core/iox_system_tables/src/system_tables.rs:43
Methodnew
Create a new disk space snapshot.
core/tracker/src/disk_metric.rs:26
Methodnew
(registry: &metric::Registry, attributes: &Attributes, access: &'static str)
core/tracker/src/lock.rs:28
Methodnew
Create new metrics that are linked to the given registry and carry the given attributes.
core/tracker/src/async_semaphore.rs:45
Methodnew
Creates a new task tracker from the provided registration
core/tracker/src/task.rs:393
Methodnew
( inner: R, metric_registry: Arc<metric::Registry>, f_attributes: FAttributes<T>,
core/tracker/src/task/metrics.rs:30
Methodnew
(time_provider: Arc<dyn TimeProvider>)
core/tracker/src/task/registry.rs:78
Methodnew
(inner: R, capacity: usize)
core/tracker/src/task/history.rs:24
Methodnew
Wrap an error in DisplaySourceChain
core/error_reporting/src/lib.rs:79
Methodnew
Create a new `DurationHistogramOptions` with a list of thresholds to delimit the buckets
core/metric/src/duration.rs:147
Methodnew
()
core/metric/src/lib.rs:138
Methodnew
Create a new `U64HistogramOptions` with a list of thresholds to delimit the buckets
core/metric/src/histogram.rs:16
Methodnew
(name: &'static str, description: &'static str, options: T::Options)
core/metric/src/metric.rs:38
Methodnew
(recorder: MetricsWithBytesAndTtfbRecorder, headers: Time)
core/object_store_metrics/src/stream.rs:45
Methodnew
Instrument `T`, pushing to `registry`.
core/object_store_metrics/src/lib.rs:127
Methodnew
(inner: Box<dyn MultipartUpload>, recorder: MetricsWithBytesRecorder)
core/object_store_metrics/src/multipart_upload.rs:33
Methodnew
( metric: Metric<T>, store_type: &StoreType, op: &'static str, bucket: &Option
core/object_store_metrics/src/metrics.rs:109
Methodnew
Create a new [`ObjectStoreCacheMetrics`].
core/object_store_metrics/src/cache_metrics.rs:118
Methodnew
( store_type: StoreType, op: &'static str, context: LogContext, bucket: &Optio
core/object_store_metrics/src/log.rs:35
Methodnew
Construct a new [`Stats`]. Intentionally non-pub to enforce a singleton exposed via [`STATS`].
core/jemalloc_stats/src/lib.rs:213
Methodnew
()
core/object_store_mock/src/lib.rs:369
Methodnew
(response_generator: ResponseGenerator)
core/object_store_mock/src/interceptor.rs:76
Methodnew
Create new stream. Must at least pass one record batch!
core/datafusion_util/src/lib.rs:176
Methodnew
(fut: F, tx: Vec<S>, description: &'static str)
core/datafusion_util/src/watch.rs:25
Methodnew
(handle: &'a Handle, metric_registry: &'a Registry)
core/tokio_watchdog/src/lib.rs:32
Methodnew
Create a new [`Backoff`] from the provided [`BackoffConfig`]. # Pancis Panics if [`BackoffConfig::base`] is not finite or < 1.0.
core/backoff/src/lib.rs:90
← previousnext →7,701–7,800 of 11,906, ranked by callers