MCPcopy Create free account

hub / github.com/dbt-labs/dbt-fusion / functions

Functions15,474 in github.com/dbt-labs/dbt-fusion

↓ 9,559 callersFunctionnew
()
crates/dbt-base/src/lib.rs:26
↓ 6,817 callersMethodto_string
(&self, backend: AdapterType)
crates/dbt-adapter-sql/src/types/mod.rs:530
↓ 4,494 callersMethodunwrap
(self)
crates/dbt-adapter/src/sql_types.rs:1050
↓ 3,997 callersMethodinto
(self)
crates/dbt-adapter/src/column/types.rs:1230
↓ 3,483 callersMethodclone
(&self)
crates/dbt-base/src/cancel.rs:182
↓ 3,163 callersMethodmap
Transform this name by applying a function to each component of the qualified name, returning the result as a new qualified name.
crates/dbt-frontend-common/src/ident.rs:277
↓ 2,287 callersFunctiondefault
(value: &Value, other: Option<Value>, use_default: Option<Value>)
crates/dbt-jinja/minijinja/src/filters.rs:641
↓ 1,687 callersMethodpush
Pushes a new context item (in-progress task) to the bar.
crates/dbt-tui-progress/src/bar.rs:362
↓ 1,574 callersMethodinsert
(&mut self, name: &'source str, source: &'source str)
crates/dbt-jinja/minijinja/src/loader.rs:87
↓ 1,404 callersMethodexpect
(&mut self, expected: Token<'source>)
crates/dbt-adapter-sql/src/types/mod.rs:1975
↓ 1,305 callersMethodcollect
Pull every notice this source produces into the buffer. Single entry for any type that knows what notices it owns.
crates/dbt-deps/src/notices.rs:240
↓ 1,103 callersMethodunwrap_or
Get the value or a default
crates/dbt-common/src/row_limit.rs:26
↓ 987 callersMethoditer
(&self)
crates/dbt-init/src/init.rs:48
↓ 985 callersMethodjoin
See [Path::join] for documentation.
crates/dbt-common/src/path.rs:122
↓ 970 callersMethodclone
(&self)
crates/dbt-schema-store/src/parquet_cache.rs:112
↓ 780 callersMethodis_some
Returns true if the primary key is set
crates/dbt-schemas/src/schemas/serde.rs:758
↓ 748 callersMethodclone
(&self)
crates/dbt-telemetry/src/attributes/wrapper.rs:114
↓ 746 callersFunctionnew
()
crates/dbt-common/src/mod.rs:57
↓ 734 callersMethodis_empty
Check if the tuple is empty.
crates/dbt-agate/src/lib.rs:104
↓ 699 callersMethodas_ref
Returns a reference to the value if it is present.
crates/dbt-common/src/serde_utils.rs:328
↓ 685 callersMethodget
(&self, file_path: &str)
crates/dbt-init/src/init.rs:39
↓ 638 callersMethodcontains
Checks if the warnings is turned on.
crates/dbt-error/src/codes.rs:394
↓ 631 callersMethodvalue
Get the inner Option<u32> value
crates/dbt-common/src/row_limit.rs:16
↓ 580 callersMethodto_owned
Converts this [Ident] into an owned variant. If this [Ident] is already owned, returns itself.
crates/dbt-ident/src/lib.rs:125
↓ 576 callersMethodclone
(&self)
crates/dbt-jinja/minijinja/src/value/mod.rs:408
↓ 494 callersMethodlen
Get the length of the tuple.
crates/dbt-agate/src/lib.rs:99
↓ 484 callersMethodunwrap_or_else
Returns the value if it is present, or the result of the provided function if it is omitted.
crates/dbt-common/src/serde_utils.rs:352
↓ 481 callersMethodinsert
(&mut self, column_name: &str, column_type: Option<&String>)
crates/dbt-adapter/src/metadata/bigquery/mod.rs:111
↓ 456 callersMethodas_str
(&self)
crates/dbt-ident/src/lib.rs:144
↓ 424 callersMethodpath
(&self)
crates/dbt-run-cache/src/auth/token_store.rs:100
↓ 381 callersMethodclone
(&self)
crates/dbt-jinja-ctx/src/jinja_object.rs:31
↓ 380 callersMethodinto_iter
( &self, )
crates/dbt-schemas/src/schemas/nodes.rs:4018
↓ 372 callersMethodfilter
Filters the query down by the given keyword arguments.
crates/dbt-jinja/examples/dsl/src/main.rs:29
↓ 281 callersMethodnum_rows
(&self)
crates/dbt-agate/src/table.rs:233
↓ 270 callersMethodas_str
(&self)
crates/dbt-adapter/src/metadata/databricks/dbr_capabilities.rs:25
↓ 255 callersMethodas_str
(&self)
crates/dbt-jinja/minijinja/src/value/mod.rs:441
↓ 253 callersFunctionwrite
Wrapper around [`std::fs::write`] that returns a useful error in case of failure.
crates/dbt-common/src/stdfs.rs:54
↓ 252 callersMethodas_ref
(&self)
crates/dbt-adapter/src/column/types.rs:347
↓ 231 callersMethodserialize_field
(&mut self, value: &T)
crates/dbt-jinja/minijinja/src/value/serialize.rs:305
↓ 229 callersMethodextend
(&mut self, other: Nodes)
crates/dbt-schemas/src/schemas/nodes.rs:4300
↓ 229 callersMethodis_none
Returns true if the primary key is empty or unset
crates/dbt-schemas/src/schemas/serde.rs:753
↓ 228 callersMethoditer
(&self)
crates/dbt-adapter/src/relation/config_v2.rs:515
↓ 226 callersMethodto_path_buf
(&self)
crates/dbt-common/src/path.rs:87
↓ 223 callersMethodas_ref
(&self)
crates/dbt-tui-progress/src/bar.rs:140
↓ 218 callersMethodas_ref
(&self)
crates/dbt-telemetry/src/impls/v1_public_events_fusion_query.rs:7
↓ 218 callersMethodreplace
(&self, conn: Option<Box<dyn Connection>>)
crates/dbt-adapter/src/connection.rs:531
↓ 218 callersMethodwith_named_option
( &mut self, name: impl AsRef<str>, value: impl Into<String>, )
crates/dbt-xdbc/src/database/builder.rs:315
↓ 208 callersMethodlen
Get the count of changes in this changeset
crates/dbt-adapter/src/relation/config_v2.rs:503
↓ 203 callersMethoditer
(&self)
crates/dbt-schemas/src/schemas/nodes.rs:3957
↓ 199 callersMethodas_bytes
Returns the bytes of this value if they exist.
crates/dbt-jinja/minijinja/src/value/mod.rs:1276
↓ 198 callersMethoditer
(&self)
crates/dbt-telemetry/src/attributes/registry.rs:398
↓ 196 callersMethodentry
Returns the deserialized [`SchemaEntry`], deserializing on first call. Returns `None` if the bytes are corrupt.
crates/dbt-schema-store/src/parquet_cache.rs:151
↓ 177 callersFunctionnow
()
crates/dbt-jinja/minijinja-contrib/src/globals.rs:17
↓ 175 callersMethodget
(&self, name: &str)
crates/dbt-jinja/minijinja/src/loader.rs:139
↓ 173 callersMethodis_null
(&self, s: &str)
crates/dbt-csv/src/reader/mod.rs:70
↓ 172 callersMethodget
Get a component by type name
crates/dbt-adapter/src/relation/config_v2.rs:263
↓ 168 callersMethodchain
(self, next: Box<FrontendError>)
crates/dbt-frontend-common/src/error/mod.rs:329
↓ 166 callersMethodclone
(&self)
crates/dbt-common/src/tracing/reload.rs:27
↓ 161 callersMethodnext
Consumes the next token from the input.
crates/dbt-adapter-sql/src/tokenizer.rs:206
↓ 161 callersMethodsplit
(&self, sql: &str, adapter_type: AdapterType)
crates/dbt-adapter/src/stmt_splitter.rs:25
↓ 158 callersMethodis_empty
(&self)
crates/dbt-adapter/src/sql/tokenizer.rs:46
↓ 157 callersFunctionstr_col
Downcast a column to `StringArray` by name. Panics on schema mismatch — a missing or mistyped column is a handler/schema bug, not a runtime condition
crates/dbt-docs-server/src/handlers/node_base.rs:48
↓ 156 callersMethodpush
push a new span to the list
crates/dbt-jinja/minijinja/src/output.rs:151
↓ 153 callersMethodcommon
(&self)
crates/dbt-schemas/src/schemas/nodes.rs:1111
↓ 152 callersMethodget
(&self, k: &str)
crates/dbt-tasks-sa/src/register_seeds.rs:321
↓ 150 callersMethodinsert
(&mut self, name: &str, batches: &[RecordBatch])
crates/dbt-metricflow/tests/common/mod.rs:3613
↓ 147 callersFunctionvar
(s: impl Into<String>)
crates/dbt-frontend-common/src/expr/parse.rs:296
↓ 142 callersMethodexists
Returns `true` if the requested lookup entry already exists on disk.
crates/dbt-schema-store/src/store.rs:242
↓ 138 callersMethodas_ref
(&self)
crates/dbt-schemas/src/schemas/serde.rs:594
↓ 136 callersMethodas_str
(&self)
crates/dbt-common/src/io_args.rs:184
↓ 136 callersMethodlen
Get the number of positional parameters.
crates/dbt-jinja/minijinja/src/arg_utils.rs:386
↓ 135 callersMethodadd
Add a simple instruction with the current location.
crates/dbt-jinja/minijinja/src/compiler/codegen.rs:154
↓ 134 callersFunctionemit_warn_log_message
( code: ErrorCode, message: impl AsRef<str>, status_reporter: Option<&Arc<dyn StatusReporter + 'st
crates/dbt-common/src/tracing/emit.rs:515
↓ 132 callersFunctions
(s: &str, n: usize)
crates/dbt-jinja/minijinja/src/utils.rs:425
↓ 131 callersMethodremove
(&mut self, name: &str)
crates/dbt-jinja/minijinja/src/loader.rs:129
↓ 131 callersMethodvalues
Return the values as a Tuple.
crates/dbt-agate/src/lib.rs:464
↓ 127 callersMethodfirst
(&self)
crates/dbt-jinja/minijinja/src/vm/context.rs:167
↓ 127 callersMethoditer
(&self)
crates/dbt-jinja/minijinja/src/loader.rs:180
↓ 125 callersMethodget_attr
Looks up an attribute by attribute name. This this returns [`UNDEFINED`](Self::UNDEFINED) when an invalid key is resolved. An error is returned if t
crates/dbt-jinja/minijinja/src/value/mod.rs:1332
↓ 125 callersFunctionread_to_string
Wrapper around [`std::fs::read_to_string`] that returns a useful error in case of failure.
crates/dbt-common/src/stdfs.rs:39
↓ 123 callersFunctioneqi
(a: &str, b: &str)
crates/dbt-adapter-sql/src/types/mod.rs:1850
↓ 123 callersMethoditer
Double ended iterator
crates/dbt-jinja/minijinja/src/vm/context.rs:155
↓ 121 callersMethodcolumn
Get a column by index.
crates/dbt-csv/src/type_tester.rs:402
↓ 120 callersMethodas_ref
(&self)
crates/dbt-jinja-utils/src/jinja_environment.rs:109
↓ 117 callersMethodwrite_str
(&mut self, s: &str)
crates/dbt-jinja/minijinja/src/output.rs:89
↓ 116 callersMethodas_object
Check if the type is a object # Arguments `self` - The type to check if it is a object
crates/dbt-jinja/minijinja/src/types/mod.rs:755
↓ 115 callersMethodadd
Add an element to the set.
crates/dbt-jinja/minijinja/src/value/object.rs:1804
↓ 113 callersMethodcontains
Check if a value is considered null.
crates/dbt-agate/src/data_type.rs:34
↓ 113 callersMethodcontains_key
Checks if the config contains the given key.
crates/dbt-auth/src/config.rs:48
↓ 113 callersMethodis_empty
(&self)
crates/dbt-schemas/src/schemas/serde.rs:670
↓ 112 callersFunctionopt_str
Null-aware string read: `None` when the cell is null, otherwise the owned `String`.
crates/dbt-docs-server/src/handlers/node_base.rs:69
↓ 111 callersFunctioncreate_dir_all
Wrapper around [`std::fs::create_dir_all`] that returns a useful error in case of failure.
crates/dbt-common/src/stdfs.rs:27
↓ 110 callersMethodbase
(&self)
crates/dbt-schemas/src/schemas/nodes.rs:1115
↓ 109 callersMethodfinish
Finish writing and return the result.
crates/dbt-adapter/src/time_machine/writer.rs:304
↓ 103 callersMethodinto_iter
(self)
crates/dbt-agate/src/rows.rs:111
↓ 100 callersMethodas_any
(&self)
crates/dbt-df-providers/src/catalog_list.rs:55
↓ 99 callersMethoddata_type
(&self)
crates/dbt-agate/src/column.rs:108
↓ 99 callersMethodto_str
See [Path::to_str] for documentation.
crates/dbt-common/src/path.rs:145
↓ 99 callersMethodtry_into
(self)
crates/dbt-telemetry/src/impls/v1_public_events_fusion_compat.rs:39
↓ 98 callersMethodclone
(&self)
crates/dbt-clap-core/src/commands.rs:199
next →1–100 of 15,474, ranked by callers