Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JagritGumber/evolvsql
/ functions
Functions
735 in github.com/JagritGumber/evolvsql
⨍
Functions
735
◇
Types & classes
48
Function
left_negative_n_drops_from_end
()
native/engine/src/executor/tests/devin_regressions/strings.rs:10
Function
left_right_functions
()
native/engine/src/executor/tests/string_func.rs:56
Function
like_escaped_percent
()
native/engine/src/executor/tests/like.rs:62
Function
like_null_propagation
()
native/engine/src/executor/tests/like.rs:52
Function
like_percent_wildcard
()
native/engine/src/executor/tests/like.rs:5
Function
like_underscore_wildcard
()
native/engine/src/executor/tests/like.rs:17
Function
limit_basic
()
native/engine/src/executor/tests/order_limit.rs:32
Function
limit_offset
()
native/engine/src/executor/tests/order_limit.rs:44
Function
limit_zero
()
native/engine/src/executor/tests/order_limit.rs:81
Function
list_tables
(schema: &str)
native/engine/src/catalog.rs:86
Function
lsn_starts_from_passed_value
()
native/engine/src/wal/tests/basic.rs:45
Function
main
()
native/cli/src/main.rs:52
Method
matches
(&self, row: &[ArenaValue], arena: &QueryArena)
native/engine/src/executor/types.rs:75
Function
mid_file_bit_flip_stops_at_damaged_frame
()
native/engine/src/wal/tests/corruption.rs:29
Function
min_max
()
native/engine/src/executor/tests/aggregate.rs:70
Function
mixed_agg_no_group_by_error
()
native/engine/src/executor/tests/aggregate_ext.rs:72
Function
mod_function
()
native/engine/src/executor/tests/math_func.rs:17
Function
modulo_operator
()
native/engine/src/executor/tests/insert_select.rs:26
Function
multi_row_insert_atomic
()
native/engine/src/executor/tests/misc.rs:43
Function
multiple_appends_assigned_sequential_lsns
()
native/engine/src/wal/tests/manager_tests.rs:54
Function
negative_literal
()
native/engine/src/executor/tests/insert_select.rs:18
Method
new
()
native/engine/src/arena.rs:57
Method
new
()
native/engine/src/catalog.rs:41
Method
new
(metric: DistanceMetric, col_idx: usize)
native/engine/src/hnsw.rs:46
Method
new
()
native/engine/src/memtable/table.rs:33
Function
nextval_function
()
native/engine/src/executor/tests/serial.rs:43
Function
nextval_increments
()
native/engine/src/sequence.rs:87
Function
not_between
()
native/engine/src/executor/tests/between.rs:18
Function
not_in_literal_list
()
native/engine/src/executor/tests/subquery.rs:67
Function
not_in_null_in_list_filters_row
()
native/engine/src/executor/tests/null_semantics/in_not_in.rs:8
Function
not_in_subquery
()
native/engine/src/executor/tests/subquery.rs:18
Function
not_like
()
native/engine/src/executor/tests/like.rs:30
Function
not_null_constraint
()
native/engine/src/executor/tests/constraints.rs:46
Function
null_in_unique_column_does_not_conflict
()
native/engine/src/executor/tests/upsert_edge.rs:8
Function
nullif_equal
()
native/engine/src/executor/tests/coalesce.rs:30
Function
nullif_not_equal
()
native/engine/src/executor/tests/coalesce.rs:39
Function
offset_beyond
()
native/engine/src/executor/tests/order_limit.rs:71
Function
on_load
Rustler load callback. Runs once when the NIF library is loaded by the BEAM (on `:engine.start` or first `Engine.Native` call). This is the only place
native/engine/src/lib.rs:49
Method
open
(path: P)
native/engine/src/wal/reader.rs:16
Method
open
(path: P)
native/engine/src/segment/reader.rs:20
Function
order_by_asc
()
native/engine/src/executor/tests/order_limit.rs:5
Function
order_by_desc
()
native/engine/src/executor/tests/order_limit.rs:19
Function
order_by_desc_limit
()
native/engine/src/executor/tests/order_limit.rs:58
Function
order_by_ordinal_expression_target
()
native/engine/src/executor/tests/devin_regressions/misc.rs:43
Function
outside_range
Returns true if `value` is definitely outside [min, max]. Used by predicate pushdown: if this returns true, the segment can be skipped entirely for an
native/engine/src/segment/zone_map.rs:62
Function
parse_complex
()
native/engine/src/parser.rs:76
Function
parse_create_table
()
native/engine/src/parser.rs:64
Function
parse_cte
()
native/engine/src/parser.rs:91
Function
parse_error
()
native/engine/src/parser.rs:107
Function
parse_insert
()
native/engine/src/parser.rs:70
Function
parse_multiple_statements
()
native/engine/src/parser.rs:100
Function
parse_select
()
native/engine/src/parser.rs:58
Function
parse_sql
(sql: &str)
native/engine/src/lib.rs:60
Function
parse_sql_ast
(sql: &str)
native/engine/src/lib.rs:65
Method
peek_next_lsn
LSN that will be assigned to the next append.
native/engine/src/wal/writer.rs:147
Function
phantom_alter_add_column_does_not_break_recovery
()
native/engine/src/wal/tests/recovery/ddl_phantom_wal.rs:44
Function
phantom_rename_column_does_not_break_recovery
()
native/engine/src/wal/tests/recovery/ddl_phantom_wal.rs:98
Function
phantom_rename_table_does_not_break_recovery
()
native/engine/src/wal/tests/recovery/ddl_phantom_wal.rs:72
Function
ping
()
native/engine/src/lib.rs:55
Function
pk_null_rejected_at_storage
()
native/engine/src/executor/tests/vector_hnsw.rs:58
Function
pk_prevents_duplicate
()
native/engine/src/executor/tests/constraints.rs:5
Function
pk_prevents_null
()
native/engine/src/executor/tests/constraints.rs:16
Function
position_function
()
native/engine/src/executor/tests/string_func.rs:47
Function
post_recovery_writes_get_monotonic_lsns
()
native/engine/src/wal/tests/recovery/continuation.rs:11
Function
power_sqrt
()
native/engine/src/executor/tests/math_func.rs:25
Function
read_all_returns_empty_when_disabled
()
native/engine/src/wal/tests/manager_tests.rs:46
Function
read_single_column_skips_others
()
native/engine/src/segment/tests/basic.rs:24
Function
recover_alter_add_bool_default
()
native/engine/src/wal/tests/recovery/alter_defaults.rs:44
Function
recover_alter_add_column_with_default
()
native/engine/src/wal/tests/recovery/alter_columns.rs:11
Function
recover_alter_add_float_default
()
native/engine/src/wal/tests/recovery/alter_defaults.rs:76
Function
recover_alter_add_int_default
()
native/engine/src/wal/tests/recovery/alter_defaults.rs:30
Function
recover_alter_add_null_default
()
native/engine/src/wal/tests/recovery/alter_defaults.rs:58
Function
recover_alter_drop_column
()
native/engine/src/wal/tests/recovery/alter_columns.rs:39
Function
recover_alter_drop_preserves_remaining_unique_through_inserts
()
native/engine/src/wal/tests/recovery/alter_then_mutate.rs:71
Function
recover_composite_pk_allows_repeated_values_in_one_column
()
native/engine/src/wal/tests/recovery/composite_pk.rs:15
Function
recover_errors_when_wal_disabled
()
native/engine/src/wal/tests/recovery/errors.rs:7
Function
recover_from_empty_catalog_rebuilds_everything
()
native/engine/src/wal/tests/recovery/ddl.rs:11
Function
recover_from_torn_tail_restores_clean_prefix
()
native/engine/src/wal/tests/recovery/torn_write.rs:16
Function
recover_handles_mixed_mutations
()
native/engine/src/wal/tests/recovery/mutations.rs:71
Function
recover_insert_alter_add_insert_with_default
()
native/engine/src/wal/tests/recovery/alter_then_mutate.rs:30
Function
recover_insert_delete_reinsert_same_pk
()
native/engine/src/wal/tests/recovery/unique_constraints.rs:18
Function
recover_knn_after_alter_add_column
()
native/engine/src/wal/tests/recovery/vector_alter.rs:13
Function
recover_knn_after_alter_drop_non_vector_column
()
native/engine/src/wal/tests/recovery/vector_alter.rs:49
Function
recover_knn_after_delete_excludes_deleted_row
()
native/engine/src/wal/tests/recovery/vector_knn.rs:57
Function
recover_knn_query_returns_correct_nearest_neighbor
()
native/engine/src/wal/tests/recovery/vector_knn.rs:13
Function
recover_preserves_unique_index_so_new_inserts_still_conflict
()
native/engine/src/wal/tests/recovery/unique_constraints.rs:76
Function
recover_preserves_vector_data
()
native/engine/src/wal/tests/recovery/vector.rs:7
Function
recover_recreates_tables_from_ddl_log
()
native/engine/src/wal/tests/recovery/errors.rs:16
Function
recover_rename_column
()
native/engine/src/wal/tests/recovery/alter_rename.rs:34
Function
recover_rename_table
()
native/engine/src/wal/tests/recovery/alter_rename.rs:9
Function
recover_replays_create_table_as
()
native/engine/src/wal/tests/recovery/bulk_ops.rs:65
Function
recover_replays_delete
()
native/engine/src/wal/tests/recovery/mutations.rs:11
Function
recover_replays_delete_without_where
()
native/engine/src/wal/tests/recovery/bulk_ops.rs:39
Function
recover_replays_drop_table
()
native/engine/src/wal/tests/recovery/ddl.rs:43
Function
recover_replays_truncate
()
native/engine/src/wal/tests/recovery/bulk_ops.rs:12
Function
recover_replays_update
()
native/engine/src/wal/tests/recovery/mutations.rs:42
Function
recover_restores_inserted_rows
()
native/engine/src/wal/tests/recovery/basic.rs:7
Function
recover_serial_across_multiple_tables
()
native/engine/src/wal/tests/recovery/sequences.rs:48
Function
recover_serial_advances_sequence_past_existing_max
()
native/engine/src/wal/tests/recovery/sequences.rs:16
Function
recover_serial_in_non_public_schema
()
native/engine/src/wal/tests/recovery/sequences.rs:86
← previous
next →
501–600 of 735, ranked by callers