MCPcopy Create free account

hub / github.com/Frigatebird-db/frigatebird / functions

Functions1,487 in github.com/Frigatebird-db/frigatebird

↓ 1 callersMethodnext_batch
(&mut self)
src/sql/runtime/ordering.rs:422
↓ 1 callersMethodnext_batch
(&mut self)
src/pipeline/window_helpers.rs:941
↓ 1 callersFunctionnext_prefix_upper
(prefix: &[u8])
src/sql/runtime/scan_stream.rs:370
↓ 1 callersFunctionnormalize_value
(raw: Option<&str>)
tests/common/mod.rs:634
↓ 1 callersFunctionnow_millis_str
()
src/wal/wal/config.rs:46
↓ 1 callersFunctionobject_name_matches_table
( object_name: &ObjectName, table_name: &str, table_alias: Option<&str>, )
src/sql/runtime/helpers.rs:360
↓ 1 callersMethodon_evict
(&self, id: &str, data: Arc<PageCacheEntryUncompressed>)
src/cache/lifecycle.rs:28
↓ 1 callersFunctionopen_storage_for_path
(path: &str)
src/wal/wal/storage.rs:256
↓ 1 callersMethodor
(lhs: FilterExpr, rhs: FilterExpr)
src/sql/models.rs:144
↓ 1 callersMethodor
(&mut self, other: &Bitmap)
src/sql/runtime/batch.rs:97
↓ 1 callersFunctionoverwrite_row
( handler: &PageHandler, table: &str, row_idx: u64, new_values: &[String], )
src/ops_handler/update.rs:7
↓ 1 callersMethodpages_for
(&self, table: &str, column: &str)
src/page_handler/mod.rs:43
↓ 1 callersMethodpages_for_column
(&self, column: &str)
src/page_handler/mod.rs:39
↓ 1 callersMethodpages_for_column
(&self, table: &str, column: &str)
src/metadata_store/mod.rs:658
↓ 1 callersFunctionparse_args
()
benchmarks/high_volume.rs:81
↓ 1 callersFunctionparse_interval_string
(input: &str)
src/sql/runtime/helpers.rs:116
↓ 1 callersFunctionparse_timestamp
(text: &str)
src/sql/runtime/row_functions.rs:406
↓ 1 callersMethodpartial_cmp
(&self, other: &Self)
src/sql/runtime/ordering.rs:530
↓ 1 callersMethodpartial_cmp
(&self, other: &Self)
tests/common/mod.rs:611
↓ 1 callersFunctionpersist_staged
(prepared: &StagedColumn)
src/writer/executor.rs:1158
↓ 1 callersFunctionplan_aggregate_projection
( items: &[SelectItem], column_ordinals: &HashMap<String, usize>, table: &str, )
src/sql/runtime/aggregates.rs:726
↓ 1 callersFunctionplan_delete
( from: &FromTable, selection: Option<&Expr>, returning: Option<&[SelectItem]>, order_by: &[Or
src/sql/planner.rs:276
↓ 1 callersMethodplan_function
(&self, function: &Function)
src/sql/planner.rs:1111
↓ 1 callersMethodplan_in_list
( &self, expr: &Expr, list: &[Expr], negated: bool, )
src/sql/planner.rs:1045
↓ 1 callersFunctionplan_insert
( table_name: &ObjectName, columns: &[Ident], source: Option<&Query>, returning: Option<&[Sele
src/sql/planner.rs:205
↓ 1 callersMethodplan_rlike
( &self, expr: &Expr, pattern: &Expr, negated: bool, )
src/sql/planner.rs:1023
↓ 1 callersFunctionplan_row_ids_from_sort_keys
( executor: &SqlExecutor, table_name: &str, sort_columns: &[ColumnCatalog], selection_expr: Op
src/pipeline/planner.rs:14
↓ 1 callersFunctionplan_select
(select: &Select, directory: &PageDirectory)
src/sql/planner.rs:177
↓ 1 callersFunctionplan_update
( table: &TableWithJoins, assignments: &[Assignment], selection: Option<&Expr>, returning: Opt
src/sql/planner.rs:236
↓ 1 callersFunctionpredicate_disqualifies
(stats: &ColumnStats, predicate: &PagePrunePredicate)
src/sql/runtime/page_pruning.rs:198
↓ 1 callersFunctionpredicate_prunes
(stats: &ColumnStats, entry_count: u64, predicate: &PagePrunePredicate)
src/pipeline/types.rs:285
↓ 1 callersFunctionprefix_prunes_text
( min: Option<&[u8]>, max: Option<&[u8]>, upper: Option<&[u8]>, prefix: &[u8], )
src/pipeline/types.rs:408
↓ 1 callersFunctionprint_banner
()
src/main.rs:245
↓ 1 callersFunctionprocess_prefetch_batch
( ids: &[String], locator: &Arc<PageLocator>, fetcher: &Arc<PageFetcher>, materializer: &Arc<P
src/page_handler/mod.rs:712
↓ 1 callersFunctionprojection_expressions_from_plan
( plan: &ProjectionPlan, columns: &[ColumnCatalog], )
src/sql/runtime/select_helpers.rs:49
↓ 1 callersFunctionprune_from_binary
( left: &PhysicalExpr, op: &sqlparser::ast::BinaryOperator, right: &PhysicalExpr, root_ordinal
src/sql/runtime/scan_stream.rs:300
↓ 1 callersMethodpush_chunk
(&mut self, key: GroupKey, chunk: ColumnarBatch)
src/pipeline/window_helpers.rs:988
↓ 1 callersFunctionquery_duckdb
(conn: &Connection, sql: &str)
tests/debug_filter.rs:7
↓ 1 callersFunctionquery_duckdb
( conn: &Connection, sql: &str, )
tests/common/mod.rs:654
↓ 1 callersFunctionrandom_grouped_select
(table: &str, row_count: i64, rng: &mut StdRng)
tests/sql_massive_correctness/randomized.rs:609
↓ 1 callersFunctionrandom_simple_select
(table: &str, row_count: i64, rng: &mut StdRng)
tests/sql_massive_correctness/randomized.rs:546
↓ 1 callersFunctionrandom_window_select
(table: &str, row_count: i64, rng: &mut StdRng)
tests/sql_massive_correctness/randomized.rs:678
↓ 1 callersMethodrange_for_column
( &self, column: &str, l_bound: u64, r_bound: u64, commit_time_upper_b
src/page_handler/mod.rs:59
↓ 1 callersFunctionrange_prunes_numeric
(min: Option<f64>, max: Option<f64>, value: f64, op: &PagePruneOp)
src/pipeline/types.rs:376
↓ 1 callersFunctionrange_prunes_text
(min: Option<&str>, max: Option<&str>, value: &str, op: &PagePruneOp)
src/pipeline/types.rs:390
↓ 1 callersFunctionrange_scan_table_column_entry
( handler: &PageHandler, table: &str, col: &str, l_row: u64, r_row: u64, _commit_time_
src/ops_handler/scan.rs:22
↓ 1 callersMethodrange_slices_for
( &self, table: &str, column: &str, start_row: u64, end_row: u64,
src/page_handler/mod.rs:70
↓ 1 callersMethodrange_slices_for_column
( &self, column: &str, start_row: u64, end_row: u64, )
src/page_handler/mod.rs:81
↓ 1 callersMethodread_from_path
(&self, path: &str, offset: u64)
src/page_handler/page_io.rs:79
↓ 1 callersFunctionread_single_sync
(fd: &mut File, offset: u64)
src/page_handler/page_io.rs:312
↓ 1 callersMethodregister_page_in_table
( &self, table: &str, column: &str, disk_path: String, offset: u64,
src/metadata_store/mod.rs:1042
↓ 1 callersMethodregister_page_in_table_with_size
( &self, table: &str, column: &str, disk_path: String, offset: u64,
src/metadata_store/mod.rs:1062
↓ 1 callersMethodregister_page_with_sizes
( &self, column: &str, disk_path: String, offset: u64, alloc_len: u64,
src/metadata_store/mod.rs:1108
↓ 1 callersMethodreplace_last
(&mut self, descriptor: PageDescriptor)
src/metadata_store/mod.rs:269
↓ 1 callersFunctionresolve_group_by_exprs
( group_by: &GroupByExpr, projection_exprs: &[Expr], )
src/sql/runtime/select_helpers.rs:67
↓ 1 callersFunctionresolve_order_by_exprs
( clauses: &[OrderByExpr], projection_exprs: &[Expr], )
src/sql/runtime/select_helpers.rs:147
↓ 1 callersFunctionrewrite_aliases
(expr: &Expr, alias_map: &HashMap<String, Expr>)
src/pipeline/window_helpers.rs:44
↓ 1 callersFunctionrewrite_aliases_in_expr
(expr: &Expr, alias_map: &HashMap<String, Expr>)
src/sql/runtime/select_helpers.rs:182
↓ 1 callersFunctionrewrite_projection_plan_for_windows
( plan: &mut ProjectionPlan, alias_map: &HashMap<String, String>, )
src/pipeline/window_helpers.rs:175
↓ 1 callersMethodrow_count
(&self)
src/sql/runtime/result.rs:19
↓ 1 callersMethodrow_count
(&self)
tests/common/mod.rs:492
↓ 1 callersFunctionrun_prefetch_loop
( rx: Receiver<Vec<String>>, locator: Arc<PageLocator>, fetcher: Arc<PageFetcher>, materialize
src/page_handler/mod.rs:686
↓ 1 callersFunctionrun_repl
(executor: SqlExecutor)
src/main.rs:71
↓ 1 callersFunctionrun_single
(executor: &SqlExecutor, sql: &str)
src/main.rs:67
↓ 1 callersFunctionrun_worker
(job_rx: Receiver<Arc<Job>>)
src/executor.rs:42
↓ 1 callersFunctionrun_worker
(mut ctx: WorkerContext, shutdown_flag: Arc<AtomicBool>)
src/writer/executor.rs:1142
↓ 1 callersFunctionscalar_column_to_numeric
(page: &ColumnarPage)
src/pipeline/window_helpers.rs:1312
↓ 1 callersFunctionscalar_to_f64
(val: &ScalarValue)
src/sql/runtime/physical_evaluator.rs:859
↓ 1 callersFunctionscalar_to_i64
(val: &ScalarValue)
src/sql/runtime/physical_evaluator.rs:848
↓ 1 callersFunctionscalar_to_string
(value: &ScalarValue)
src/pipeline/window_helpers.rs:1549
↓ 1 callersFunctionselection_uses_numeric_literal_on_string_sort
( expr: &Expr, sort_columns: &[ColumnCatalog], column_types: &HashMap<String, DataType>, )
src/pipeline/planner.rs:380
↓ 1 callersFunctionset_fsync_schedule
(schedule: FsyncSchedule)
src/wal/wal/storage.rs:248
↓ 1 callersFunctionset_thread_namespace
(key: &str)
src/wal/wal/paths.rs:63
↓ 1 callersFunctionsetup_executor
()
src/main.rs:42
↓ 1 callersFunctionsetup_executor
()
tests/sql_feature_matrix_tests.rs:21
↓ 1 callersFunctionsetup_executor
(config: &BenchmarkConfig)
benchmarks/high_volume.rs:47
↓ 1 callersFunctionshould_prune_descriptor
(descriptor: &PageDescriptor, predicates: &[PagePrunePredicate])
src/pipeline/types.rs:273
↓ 1 callersFunctionshould_use_o_sync
()
src/wal/wal/storage.rs:117
↓ 1 callersFunctionshould_use_writer_inserts
()
tests/common/mod.rs:78
↓ 1 callersFunctionsort_batch_in_memory
( batch: &ColumnarBatch, clauses: &[OrderClause], catalog: &TableCatalog, )
src/sql/runtime/ordering.rs:168
↓ 1 callersFunctionsorted_insert_row
( handler: &PageHandler, table: &str, row: &[(&str, &str)], )
src/ops_handler/insert.rs:108
↓ 1 callersFunctionsorted_insert_single_column
( handler: &PageHandler, table: &str, col: &str, data: &str, )
src/ops_handler/insert.rs:61
↓ 1 callersFunctionsorted_positions_for_plan
( batch: &ColumnarBatch, clauses: &[OrderClause], catalog: &TableCatalog, )
src/pipeline/window_helpers.rs:1265
↓ 1 callersMethodspill_batch
(&mut self, batch: ColumnarBatch)
src/sql/runtime/spill.rs:15
↓ 1 callersMethodstage_column
(&self, table: &str, update: ColumnUpdate)
src/writer/executor.rs:246
↓ 1 callersFunctionstart_background_workers
(fsync_schedule: FsyncSchedule)
src/wal/wal/runtime/background.rs:22
↓ 1 callersMethodstartup_chore
(&self)
src/wal/wal/runtime/walrus.rs:162
↓ 1 callersMethodstorage_dir
(mut self, dir: impl Into<String>)
src/sql/executor/wal_options.rs:35
↓ 1 callersFunctionstring_unit_multiplier
(unit: &str)
src/sql/runtime/helpers.rs:137
↓ 1 callersFunctionstrings_to_text_column
(values: Vec<Option<String>>)
src/sql/runtime/executor_utils.rs:219
↓ 1 callersMethodsubmit_batch_via_io_uring
( &self, write_plan: &[(Block, u64, usize)], batch: &[&[u8]], revert_info: &mu
src/wal/wal/runtime/writer.rs:334
↓ 1 callersFunctionsynthetic_timestamp
(index: usize)
src/bin/fixture_dump.rs:5
↓ 1 callersFunctionsynthetic_timestamp
(index: usize)
tests/common/mod.rs:391
↓ 1 callersMethodtable
(&self, name: &str)
src/metadata_store/mod.rs:595
↓ 1 callersMethodtable_is_empty
( &self, table: &str, leading_column: &str, )
src/sql/executor/dml.rs:99
↓ 1 callersMethodtable_names
(&self)
src/writer/executor.rs:81
↓ 1 callersFunctiontable_with_joins_to_name
( table: &TableWithJoins, )
src/sql/runtime/helpers.rs:18
↓ 1 callersFunctiontimestamp_to_string
(unit: duckdb::types::TimeUnit, raw: i64)
tests/common/mod.rs:802
↓ 1 callersMethodto_sql_values
(&self)
tests/common/mod.rs:190
↓ 1 callersMethodtopic_for_table
(&self, table: &str)
src/metadata_store/journal.rs:136
← previousnext →601–700 of 1,487, ranked by callers