Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SouravRoy-ETL/slothdb
/ functions
Functions
2,343 in github.com/SouravRoy-ETL/slothdb
⨍
Functions
2,343
◇
Types & classes
479
Method
BindDelete
src/binder/binder.cpp:510
Method
BindDropTable
src/binder/binder.cpp:434
Method
BindExpression
src/binder/binder.cpp:559
Method
BindFunction
src/binder/binder.cpp:755
Method
BindInsert
src/binder/binder.cpp:450
Method
BindIsNull
src/binder/binder.cpp:732
Method
BindNegation
src/binder/binder.cpp:727
Method
BindSelect
src/binder/binder.cpp:109
Method
BindStar
src/binder/binder.cpp:973
Method
BindSubquery
src/binder/binder.cpp:932
Method
BindTableRef
src/binder/binder.cpp:533
Method
BindUnaryMinus
src/binder/binder.cpp:750
Method
BindUpdate
src/binder/binder.cpp:475
Method
BindWindow
src/binder/binder.cpp:891
Method
Binder
src/binder/binder.cpp:84
Method
BinderException
include/slothdb/common/exception.hpp:144
Method
BlockManager
include/slothdb/storage/block_manager.hpp:32
Method
BoundArithmetic
include/slothdb/binder/bound_expression.hpp:120
Method
BoundCast
include/slothdb/binder/bound_expression.hpp:158
Method
BoundColumnRef
include/slothdb/binder/bound_expression.hpp:53
Method
BoundComparison
include/slothdb/binder/bound_expression.hpp:75
Method
BoundConjunction
include/slothdb/binder/bound_expression.hpp:87
Method
BoundConstant
include/slothdb/binder/bound_expression.hpp:65
Method
BoundCreateTableStatement
include/slothdb/binder/bound_statement.hpp:81
Method
BoundDeleteStatement
include/slothdb/binder/bound_statement.hpp:121
Method
BoundDropTableStatement
include/slothdb/binder/bound_statement.hpp:90
Method
BoundExpression
include/slothdb/binder/bound_expression.hpp:31
Method
BoundFunction
include/slothdb/binder/bound_expression.hpp:143
Method
BoundInsertStatement
include/slothdb/binder/bound_statement.hpp:98
Method
BoundIsNull
include/slothdb/binder/bound_expression.hpp:109
Method
BoundNegation
include/slothdb/binder/bound_expression.hpp:99
Method
BoundSelectStatement
include/slothdb/binder/bound_statement.hpp:39
Method
BoundStatement
include/slothdb/binder/bound_statement.hpp:22
Method
BoundSubqueryExpression
include/slothdb/binder/bound_expression.hpp:172
Method
BoundUnaryMinus
include/slothdb/binder/bound_expression.hpp:133
Method
BoundUpdateStatement
include/slothdb/binder/bound_statement.hpp:112
Method
BoundWindowExpression
include/slothdb/binder/bound_expression.hpp:191
Method
BuildChunkIndex
Build the chunk-index lookup table. Idempotent.
include/slothdb/main/connection.hpp:45
Method
BuildFallbackRows
Fallback path: multi-window query with different partition/order. Build fallback_rows_ using per-column compute (old logic).
src/execution/physical_planner.cpp:5367
Method
BuildHashTable
src/execution/physical_planner.cpp:12704
Method
BuildPartitions
Build partitions_ using the reference window's PARTITION BY.
src/execution/physical_planner.cpp:4724
Method
Byte
src/storage/parquet.cpp:103
Method
CPUBuffer
src/execution/gpu/gpu_engine.cpp:17
Method
CSVReader
src/storage/csv_reader.cpp:13
Method
CSVWriter
src/storage/csv_reader.cpp:302
Method
CanUseVectorisedEmit
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
Method
CastExpression
include/slothdb/parser/expression/parsed_expression.hpp:168
Method
Catalog
src/catalog/catalog.cpp:6
Method
CatalogEntry
include/slothdb/catalog/catalog_entry.hpp:23
Method
CatalogException
include/slothdb/common/exception.hpp:152
Method
CheckKeyword
src/parser/parser.cpp:50
Method
Close
src/storage/file_handle.cpp:84
Method
CodesEqual
Compare two codes (O(1) instead of O(n) string comparison).
include/slothdb/execution/dictionary_vector.hpp:71
Method
CollectAll
src/execution/physical_planner.cpp:2078
Method
CollectFull
src/execution/physical_planner.cpp:3971
Method
CollectRefs
Walk an expression tree, marking column indices that are referenced.
src/execution/physical_planner.cpp:4509
Method
CollectTopN
src/execution/physical_planner.cpp:3780
Method
CollectTopN_Primitive
src/execution/physical_planner.cpp:2682
Method
CollectTopN_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
Method
ColumnCount
include/slothdb/storage/data_table.hpp:45
Method
ColumnCount
include/slothdb/main/connection.hpp:42
Method
ColumnCount
Number of columns.
include/slothdb/common/types/data_chunk.hpp:25
Method
ColumnCount
include/slothdb/catalog/table_catalog_entry.hpp:32
Method
ColumnData
src/storage/column_data.cpp:9
Method
ColumnDefinition
include/slothdb/catalog/table_catalog_entry.hpp:19
Method
ColumnPruning
src/optimizer/optimizer.cpp:193
Method
ColumnRefExpression
include/slothdb/parser/expression/parsed_expression.hpp:53
Method
CombineIntStrHash
src/execution/radix_count_agg.cpp:892
Method
CommitStatement
include/slothdb/parser/statement/parsed_statement.hpp:247
Method
CommitTransaction
src/transaction/transaction.cpp:20
Method
CompareTyped
src/execution/expression_executor.cpp:162
Method
ComparisonExpression
include/slothdb/parser/expression/parsed_expression.hpp:94
Method
CompileWindow
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
Method
Compress
src/storage/compression/compression.cpp:69
Method
Compress
src/storage/compression/compression.cpp:134
Method
Compress
src/storage/compression/compression.cpp:207
Method
Compress
src/storage/compression/compression.cpp:290
Method
Compress
src/storage/compression/compression.cpp:388
Method
Compress
src/storage/compression/compression.cpp:498
Function
CompressionTypeToString
src/storage/compression/compression.cpp:11
Method
ComputeAggregates
src/execution/physical_planner.cpp:6146
Method
ComputePartitionAggregate
src/execution/physical_planner.cpp:4964
Method
ComputeWindowAt
Compute the window value for one row during streaming emit.
src/execution/physical_planner.cpp:5053
Method
ComputeWindowColumn
src/execution/physical_planner.cpp:5442
Method
ComputeZoneMap
src/storage/compression/compression.cpp:43
Method
ConjunctionExpression
include/slothdb/parser/expression/parsed_expression.hpp:106
Method
Connection
src/main/connection.cpp:160
Method
ConstantExpression
include/slothdb/parser/expression/parsed_expression.hpp:64
Method
ConstantFolding
src/optimizer/optimizer.cpp:80
Method
ConstraintException
include/slothdb/common/exception.hpp:188
Method
Contains
src/common/string_util.cpp:74
Function
ContainsFastN
src/execution/substring_search.cpp:57
Method
ConversionException
include/slothdb/common/exception.hpp:168
Method
ConvertValue
src/storage/csv_reader.cpp:151
Method
CopyStatement
include/slothdb/parser/statement/parsed_statement.hpp:228
Method
CopyToDevice
src/execution/gpu/gpu_engine.cpp:18
Method
CopyToHost
src/execution/gpu/gpu_engine.cpp:21
Method
Count
include/slothdb/storage/column_data.hpp:20
Method
Count
Total number of rows in the table.
include/slothdb/storage/data_table.hpp:41
Method
Create
src/execution/gpu/gpu_engine.cpp:170
← previous
next →
1,001–1,100 of 2,343, ranked by callers