MCPcopy Create free account

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

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

↓ 1 callersMethodtopic_is_clean
(&self, topic: &str)
src/wal/wal/runtime/walrus.rs:123
↓ 1 callersFunctiontruncate_datetime
(unit: &str, dt: NaiveDateTime)
src/sql/runtime/row_functions.rs:332
↓ 1 callersFunctionunit_to_seconds
(unit: &str)
src/sql/runtime/row_functions.rs:361
↓ 1 callersFunctionupdate_column_entry_in_table
( handler: &PageHandler, table: &str, col: &str, data: &str, row: u64, )
src/ops_handler/update.rs:76
↓ 1 callersMethodupdate_last_entry_count
(&mut self, entry_count: u64)
src/metadata_store/mod.rs:298
↓ 1 callersMethoduse_writer_inserts
(&self)
src/sql/executor/core.rs:44
↓ 1 callersFunctionvalidate_group_by
( group_by: &GroupByExpr, )
src/sql/runtime/grouping_helpers.rs:11
↓ 1 callersFunctionvalue_ref_to_option_string
(value: ValueRef<'_>)
tests/common/mod.rs:764
↓ 1 callersFunctionvectorized_boolean_unary_op
( page: &ColumnarPage, op: F, )
src/sql/runtime/expressions.rs:1401
↓ 1 callersFunctionvectorized_numeric_unary_op
( page: &ColumnarPage, op: F, )
src/sql/runtime/expressions.rs:1183
↓ 1 callersMethodwal_enabled
(mut self, enabled: bool)
src/sql/executor/wal_options.rs:45
↓ 1 callersMethodwrite_batch_to_path
(&self, path: &str, writes: &[(u64, Vec<u8>)])
src/page_handler/page_io.rs:233
Function__clear_thread_namespace_for_tests
()
src/wal/wal/mod.rs:17
Function__current_thread_namespace_for_tests
()
src/wal/wal/mod.rs:22
Function__set_thread_namespace_for_tests
(key: &str)
src/wal/wal/mod.rs:12
Function_reapply_table_schema
( directory: &Arc<PageDirectory>, table: &str, columns: &[(&str, &str)], sort_key: &[&str], )
tests/sql_crash_recovery_tests.rs:119
Methodadd_block_to_file_state
(file_path: &str)
src/wal/wal/runtime/allocator.rs:256
Functionadd_columns_extends_existing_table
()
tests/metadata_store_tests.rs:366
Functionaggregate_on_empty_group
()
tests/sql_massive_correctness/edge_cases.rs:306
Functionaggregate_projections_align
()
tests/sql_massive_correctness/aggregates.rs:17
Functionarithmetic_expressions_basic
()
tests/sql_massive_correctness/expressions.rs:148
Functionarithmetic_expressions_complex
()
tests/sql_massive_correctness/expressions.rs:178
Functionarithmetic_in_order_by
()
tests/sql_massive_correctness/expressions.rs:255
Functionarithmetic_in_where_clause
()
tests/sql_massive_correctness/expressions.rs:232
Functionarithmetic_with_parentheses
()
tests/sql_massive_correctness/expressions.rs:206
Methodbatch_append_for_topic
(&self, col_name: &str, batch: &[&[u8]])
src/wal/wal/runtime/walrus_write.rs:10
Methodbatch_read_for_topic
( &self, col_name: &str, max_bytes: usize, checkpoint: bool, )
src/wal/wal/runtime/walrus_read.rs:363
Functionbetween_with_equal_bounds
()
tests/sql_massive_correctness/edge_cases.rs:403
Methodbit_position
(idx: usize)
src/sql/runtime/batch.rs:155
Functionbitmap_and_fast
(dst: &mut Bitmap, src: &Bitmap)
src/sql/runtime/simd.rs:259
Functionbitmap_or_fast
(dst: &mut Bitmap, src: &Bitmap)
src/sql/runtime/simd.rs:282
Functionboolean_edge_cases
()
tests/sql_massive_correctness/edge_cases.rs:354
Methodbuild_key_lookup
(&self)
src/sql/runtime/batch.rs:610
Methodbuild_numeric_cache
(&self)
src/sql/runtime/batch.rs:621
Functionbuilds_empty_pipeline_for_no_filters
()
tests/pipeline_tests.rs:86
Functionbuilds_multiple_steps_for_multiple_column_filters
()
tests/pipeline_tests.rs:112
Functionbuilds_pipeline_for_complex_query
()
tests/pipeline_tests.rs:150
Functionbuilds_pipeline_for_delete_with_filter
()
tests/pipeline_tests.rs:171
Functionbuilds_pipeline_for_update_with_filter
()
tests/pipeline_tests.rs:184
Functionbuilds_single_step_for_single_column_filter
()
tests/pipeline_tests.rs:98
Functioncache_add_same_key_repeatedly
()
tests/corner_cases_tests.rs:274
Functioncache_concurrent_add_same_key
()
tests/corner_cases_tests.rs:321
Functioncache_concurrent_readers_single_writer
()
tests/batch_and_prefetch_tests.rs:240
Functioncache_get_nonexistent_key
()
tests/corner_cases_tests.rs:289
Functioncache_has_after_eviction
()
tests/corner_cases_tests.rs:296
Functioncache_stress_concurrent_add_and_evict
()
tests/stress_tests.rs:235
Functioncache_stress_lifecycle_callbacks_under_load
()
tests/stress_tests.rs:325
Functioncache_stress_read_write_contention
()
tests/stress_tests.rs:273
Functioncache_stress_update_same_key_rapid_fire
()
tests/stress_tests.rs:357
Functioncache_thrash_add_evict_repeatedly
()
tests/batch_and_prefetch_tests.rs:214
Functioncache_update_same_key_rapidly
()
tests/edge_case_tests.rs:348
Methodcanonical_key
(&self)
tests/common/mod.rs:548
Methodcapacity_limit
()
src/cache/page_cache.rs:78
Functioncaptures_and_or_filters
()
tests/sql_planner_tests.rs:173
Methodcardinality
(&self)
src/sql/runtime/batch.rs:493
Functioncase_expression_in_aggregate
()
tests/sql_massive_correctness/expressions.rs:95
Functioncase_expression_numeric_result
()
tests/sql_massive_correctness/expressions.rs:67
Functioncase_expression_simple
()
tests/sql_massive_correctness/expressions.rs:11
Functioncase_expression_with_null
()
tests/sql_massive_correctness/expressions.rs:39
Functionchaos_test_everything_concurrent
()
tests/stress_tests.rs:731
Functioncli_all_data_types
()
tests/cli_tests.rs:727
Functioncli_boolean_values
()
tests/cli_tests.rs:290
Functioncli_create_insert_select
()
tests/cli_tests.rs:58
Functioncli_create_table
()
tests/cli_tests.rs:38
Functioncli_create_table_and_insert
()
tests/cli_tests.rs:45
Functioncli_delete_rows
()
tests/cli_tests.rs:432
Functioncli_empty_result
()
tests/cli_tests.rs:385
Functioncli_error_on_invalid_sql
()
tests/cli_tests.rs:187
Functioncli_error_on_missing_table
()
tests/cli_tests.rs:195
Functioncli_execute_create_table
()
tests/cli_tests.rs:569
Functioncli_execute_delete
()
tests/cli_tests.rs:613
Functioncli_execute_insert
()
tests/cli_tests.rs:577
Functioncli_execute_update
()
tests/cli_tests.rs:593
Functioncli_execute_vs_query
()
tests/cli_tests.rs:642
Functioncli_executor_initializes
()
tests/cli_tests.rs:33
Functioncli_float_operations
()
tests/cli_tests.rs:263
Functioncli_get_table_catalog
()
tests/cli_tests.rs:492
Functioncli_get_table_catalog_missing
()
tests/cli_tests.rs:511
Functioncli_group_by
()
tests/cli_tests.rs:348
Functioncli_multiple_independent_tables
()
tests/cli_tests.rs:681
Functioncli_multiple_tables
()
tests/cli_tests.rs:203
Functioncli_null_handling
()
tests/cli_tests.rs:237
Functioncli_query_rejects_non_select
()
tests/cli_tests.rs:635
Functioncli_schema_persistence
()
tests/cli_tests.rs:660
Functioncli_select_display_format
()
tests/cli_tests.rs:163
Functioncli_select_with_aggregation
()
tests/cli_tests.rs:81
Functioncli_select_with_limit
()
tests/cli_tests.rs:139
Functioncli_select_with_order_by
()
tests/cli_tests.rs:110
Functioncli_shorthand_d_describes_table
()
tests/cli_tests.rs:540
Functioncli_shorthand_d_missing_table
()
tests/cli_tests.rs:563
Functioncli_shorthand_dt_lists_tables
()
tests/cli_tests.rs:518
Functioncli_table_names_after_create
()
tests/cli_tests.rs:474
Functioncli_table_names_empty
()
tests/cli_tests.rs:467
Functioncli_update_rows
()
tests/cli_tests.rs:404
Functioncli_where_clause_filtering
()
tests/cli_tests.rs:312
Functioncollect_physical_ordinals
(expr: &PhysicalExpr, ordinals: &mut BTreeSet<usize>)
src/sql/runtime/physical_ordinals.rs:4
Functioncolumn_chain_handles_many_versions
()
tests/batch_and_prefetch_tests.rs:283
Methodcolumn_defined
(&self, table: &str, column: &str)
src/metadata_store/mod.rs:603
Functioncolumn_update_clone_works
()
src/writer/update_job.rs:195
Functioncolumn_update_new_creates_update
()
src/writer/update_job.rs:72
← previousnext →701–800 of 1,487, ranked by callers