MCPcopy Create free account

hub / github.com/SouravRoy-ETL/slothdb / functions

Functions2,343 in github.com/SouravRoy-ETL/slothdb

MethodBindDelete
src/binder/binder.cpp:510
MethodBindDropTable
src/binder/binder.cpp:434
MethodBindExpression
src/binder/binder.cpp:559
MethodBindFunction
src/binder/binder.cpp:755
MethodBindInsert
src/binder/binder.cpp:450
MethodBindIsNull
src/binder/binder.cpp:732
MethodBindNegation
src/binder/binder.cpp:727
MethodBindSelect
src/binder/binder.cpp:109
MethodBindStar
src/binder/binder.cpp:973
MethodBindSubquery
src/binder/binder.cpp:932
MethodBindTableRef
src/binder/binder.cpp:533
MethodBindUnaryMinus
src/binder/binder.cpp:750
MethodBindUpdate
src/binder/binder.cpp:475
MethodBindWindow
src/binder/binder.cpp:891
MethodBinder
src/binder/binder.cpp:84
MethodBinderException
include/slothdb/common/exception.hpp:144
MethodBlockManager
include/slothdb/storage/block_manager.hpp:32
MethodBoundArithmetic
include/slothdb/binder/bound_expression.hpp:120
MethodBoundCast
include/slothdb/binder/bound_expression.hpp:158
MethodBoundColumnRef
include/slothdb/binder/bound_expression.hpp:53
MethodBoundComparison
include/slothdb/binder/bound_expression.hpp:75
MethodBoundConjunction
include/slothdb/binder/bound_expression.hpp:87
MethodBoundConstant
include/slothdb/binder/bound_expression.hpp:65
MethodBoundCreateTableStatement
include/slothdb/binder/bound_statement.hpp:81
MethodBoundDeleteStatement
include/slothdb/binder/bound_statement.hpp:121
MethodBoundDropTableStatement
include/slothdb/binder/bound_statement.hpp:90
MethodBoundExpression
include/slothdb/binder/bound_expression.hpp:31
MethodBoundFunction
include/slothdb/binder/bound_expression.hpp:143
MethodBoundInsertStatement
include/slothdb/binder/bound_statement.hpp:98
MethodBoundIsNull
include/slothdb/binder/bound_expression.hpp:109
MethodBoundNegation
include/slothdb/binder/bound_expression.hpp:99
MethodBoundSelectStatement
include/slothdb/binder/bound_statement.hpp:39
MethodBoundStatement
include/slothdb/binder/bound_statement.hpp:22
MethodBoundSubqueryExpression
include/slothdb/binder/bound_expression.hpp:172
MethodBoundUnaryMinus
include/slothdb/binder/bound_expression.hpp:133
MethodBoundUpdateStatement
include/slothdb/binder/bound_statement.hpp:112
MethodBoundWindowExpression
include/slothdb/binder/bound_expression.hpp:191
MethodBuildChunkIndex
Build the chunk-index lookup table. Idempotent.
include/slothdb/main/connection.hpp:45
MethodBuildFallbackRows
Fallback path: multi-window query with different partition/order. Build fallback_rows_ using per-column compute (old logic).
src/execution/physical_planner.cpp:5367
MethodBuildHashTable
src/execution/physical_planner.cpp:12704
MethodBuildPartitions
Build partitions_ using the reference window's PARTITION BY.
src/execution/physical_planner.cpp:4724
MethodByte
src/storage/parquet.cpp:103
MethodCPUBuffer
src/execution/gpu/gpu_engine.cpp:17
MethodCSVReader
src/storage/csv_reader.cpp:13
MethodCSVWriter
src/storage/csv_reader.cpp:302
MethodCanUseVectorisedEmit
Returns true iff every select_list entry can be emitted via the typed-vectorised path (no per-row Value boxing).
src/execution/physical_planner.cpp:4326
MethodCastExpression
include/slothdb/parser/expression/parsed_expression.hpp:168
MethodCatalog
src/catalog/catalog.cpp:6
MethodCatalogEntry
include/slothdb/catalog/catalog_entry.hpp:23
MethodCatalogException
include/slothdb/common/exception.hpp:152
MethodCheckKeyword
src/parser/parser.cpp:50
MethodClose
src/storage/file_handle.cpp:84
MethodCodesEqual
Compare two codes (O(1) instead of O(n) string comparison).
include/slothdb/execution/dictionary_vector.hpp:71
MethodCollectAll
src/execution/physical_planner.cpp:2078
MethodCollectFull
src/execution/physical_planner.cpp:3971
MethodCollectRefs
Walk an expression tree, marking column indices that are referenced.
src/execution/physical_planner.cpp:4509
MethodCollectTopN
src/execution/physical_planner.cpp:3780
MethodCollectTopN_Primitive
src/execution/physical_planner.cpp:2682
MethodCollectTopN_Varchar
VARCHAR specialisation of the parquet TopN fast path. Mirrors the numeric primitive version but the key type is std::string. Built for the `SELECT col
src/execution/physical_planner.cpp:2101
MethodColumnCount
include/slothdb/storage/data_table.hpp:45
MethodColumnCount
include/slothdb/main/connection.hpp:42
MethodColumnCount
Number of columns.
include/slothdb/common/types/data_chunk.hpp:25
MethodColumnCount
include/slothdb/catalog/table_catalog_entry.hpp:32
MethodColumnData
src/storage/column_data.cpp:9
MethodColumnDefinition
include/slothdb/catalog/table_catalog_entry.hpp:19
MethodColumnPruning
src/optimizer/optimizer.cpp:193
MethodColumnRefExpression
include/slothdb/parser/expression/parsed_expression.hpp:53
MethodCombineIntStrHash
src/execution/radix_count_agg.cpp:892
MethodCommitStatement
include/slothdb/parser/statement/parsed_statement.hpp:247
MethodCommitTransaction
src/transaction/transaction.cpp:20
MethodCompareTyped
src/execution/expression_executor.cpp:162
MethodComparisonExpression
include/slothdb/parser/expression/parsed_expression.hpp:94
MethodCompileWindow
Resolve a window expression into WinInfo and precompute per-partition values for aggregate-shape windows (SUM/COUNT/AVG/MIN/MAX/FIRST_VALUE/LAST_VALUE
src/execution/physical_planner.cpp:4917
MethodCompress
src/storage/compression/compression.cpp:69
MethodCompress
src/storage/compression/compression.cpp:134
MethodCompress
src/storage/compression/compression.cpp:207
MethodCompress
src/storage/compression/compression.cpp:290
MethodCompress
src/storage/compression/compression.cpp:388
MethodCompress
src/storage/compression/compression.cpp:498
FunctionCompressionTypeToString
src/storage/compression/compression.cpp:11
MethodComputeAggregates
src/execution/physical_planner.cpp:6146
MethodComputePartitionAggregate
src/execution/physical_planner.cpp:4964
MethodComputeWindowAt
Compute the window value for one row during streaming emit.
src/execution/physical_planner.cpp:5053
MethodComputeWindowColumn
src/execution/physical_planner.cpp:5442
MethodComputeZoneMap
src/storage/compression/compression.cpp:43
MethodConjunctionExpression
include/slothdb/parser/expression/parsed_expression.hpp:106
MethodConnection
src/main/connection.cpp:160
MethodConstantExpression
include/slothdb/parser/expression/parsed_expression.hpp:64
MethodConstantFolding
src/optimizer/optimizer.cpp:80
MethodConstraintException
include/slothdb/common/exception.hpp:188
MethodContains
src/common/string_util.cpp:74
FunctionContainsFastN
src/execution/substring_search.cpp:57
MethodConversionException
include/slothdb/common/exception.hpp:168
MethodConvertValue
src/storage/csv_reader.cpp:151
MethodCopyStatement
include/slothdb/parser/statement/parsed_statement.hpp:228
MethodCopyToDevice
src/execution/gpu/gpu_engine.cpp:18
MethodCopyToHost
src/execution/gpu/gpu_engine.cpp:21
MethodCount
include/slothdb/storage/column_data.hpp:20
MethodCount
Total number of rows in the table.
include/slothdb/storage/data_table.hpp:41
MethodCreate
src/execution/gpu/gpu_engine.cpp:170
← previousnext →1,001–1,100 of 2,343, ranked by callers