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
IsConstantExpression
src/optimizer/optimizer.cpp:40
Method
IsDirectory
src/common/file_glob.cpp:65
Method
IsEOF
include/slothdb/storage/fast_csv_reader.hpp:78
Method
IsIdentifierOrNonReserved
src/parser/parser.cpp:70
Method
IsInlined
include/slothdb/common/types/string_type.hpp:50
Method
IsNullExpression
include/slothdb/parser/expression/parsed_expression.hpp:127
Method
IsOpen
include/slothdb/storage/block_manager.hpp:58
Method
IsOpen
Check if open.
include/slothdb/storage/file_handle.hpp:36
Method
IsRowGroupPruned
Returns true if any pushdown filter proves this row group cannot contain any matching row (zone-map skip). Returns false if all filters either don't a
src/execution/physical_planner.cpp:1142
Method
JSONReader
src/storage/json_reader.cpp:148
Method
JSONWriter
src/storage/json_reader.cpp:902
Method
Join
src/common/string_util.cpp:53
Method
JoinPath
src/common/file_glob.cpp:97
Method
LIST
src/common/types/value.cpp:248
Method
LIST
src/common/types/logical_type.cpp:141
Method
Less
Compare(a, b) returns true if `a` should come before `b` in the final OUTPUT order. Used both as the std::sort comparator and as the priority_queue or
src/execution/physical_planner.cpp:2015
Method
LessKeys
Compare two precomputed key rows. Used when at least one ORDER BY expression is a non-trivial scalar (function, arithmetic, cast).
src/execution/physical_planner.cpp:2034
Method
ListDir
src/common/file_glob.cpp:34
Method
ListExtensions
src/extension/extension_manager.cpp:295
Method
ListTypeInfo
src/common/types/logical_type.cpp:18
Method
Load
src/storage/checkpoint.cpp:254
Method
LoadDynLib
src/extension/extension_manager.cpp:141
Method
LoadExtension
src/extension/extension_manager.cpp:166
Method
LoadExtensionByName
src/extension/extension_manager.cpp:220
Function
LoadU
src/execution/substring_search.cpp:36
Method
LogicalAggregate
include/slothdb/planner/logical_operator.hpp:142
Method
LogicalCreateTable
include/slothdb/planner/logical_operator.hpp:117
Method
LogicalDeleteOp
include/slothdb/planner/logical_operator.hpp:190
Method
LogicalDistinct
include/slothdb/planner/logical_operator.hpp:213
Method
LogicalDropTable
include/slothdb/planner/logical_operator.hpp:131
Method
LogicalDummyScan
include/slothdb/planner/logical_operator.hpp:220
Method
LogicalFilter
include/slothdb/planner/logical_operator.hpp:62
Method
LogicalGet
include/slothdb/planner/logical_operator.hpp:52
Method
LogicalInsert
include/slothdb/planner/logical_operator.hpp:105
Method
LogicalJoin
include/slothdb/planner/logical_operator.hpp:163
Method
LogicalLimit
include/slothdb/planner/logical_operator.hpp:93
Method
LogicalOperator
include/slothdb/planner/logical_operator.hpp:33
Method
LogicalOrderBy
include/slothdb/planner/logical_operator.hpp:83
Method
LogicalProjection
include/slothdb/planner/logical_operator.hpp:72
Method
LogicalType
include/slothdb/common/types/logical_type.hpp:117
Method
LogicalUpdate
include/slothdb/planner/logical_operator.hpp:175
Method
LogicalWindow
include/slothdb/planner/logical_operator.hpp:201
Method
LookupKeyword
src/parser/tokenizer.cpp:235
Method
Lower
src/common/string_util.cpp:15
Method
MakePartitionPath
src/storage/hive_partition.cpp:92
Method
MakeToken
src/parser/tokenizer.cpp:160
Method
Match
src/common/file_glob.cpp:15
Method
MatchKeyword
src/parser/parser.cpp:57
Method
MergeShard
src/execution/radix_multi_agg.cpp:99
Method
MergeShard
src/execution/radix_count_agg.cpp:326
Method
MergeStatement
include/slothdb/parser/statement/parsed_statement.hpp:258
Method
NegationExpression
include/slothdb/parser/expression/parsed_expression.hpp:118
Method
NextField
src/storage/fast_csv_reader.cpp:252
Method
NotImplementedException
include/slothdb/common/exception.hpp:130
Method
NumAggs
src/execution/radix_multi_agg.cpp:88
Method
NumRowGroups
include/slothdb/storage/parquet.hpp:284
Method
NumRows
include/slothdb/storage/excel_reader.hpp:31
Method
NumRows
include/slothdb/storage/parquet.hpp:234
Method
NumRows
include/slothdb/storage/avro_reader.hpp:23
Method
Open
src/storage/file_handle.cpp:25
Function
OpenDatabase
tools/playground/wasm_bindings.cpp:55
Method
Optimize
src/optimizer/optimizer.cpp:14
Method
OrderEqual
src/execution/physical_planner.cpp:5104
Method
OutOfRangeException
include/slothdb/common/exception.hpp:176
Method
ParallelParseToPerThread
src/storage/json_reader.cpp:567
Method
ParallelScanFilter
src/execution/parallel_executor.cpp:25
Method
ParallelScanState
Pre-computed. Non-copyable due to atomic.
include/slothdb/storage/data_table.hpp:53
Method
ParquetReader
src/storage/parquet.cpp:1036
Method
ParquetReader
include/slothdb/storage/parquet.hpp:217
Method
ParquetWriter
src/storage/parquet.cpp:829
Method
Parse
src/parser/parser.cpp:11
Method
Parse
src/storage/json_reader.cpp:53
Method
Parse
src/storage/avro_reader.cpp:221
Method
Parse
src/storage/excel_reader.cpp:252
Method
Parse
src/storage/arrow_ipc.cpp:105
Method
ParseAddSub
src/parser/parser.cpp:822
Method
ParseAnd
src/parser/parser.cpp:705
Method
ParseArray
src/storage/json_reader.cpp:130
Method
ParseComparison
src/parser/parser.cpp:722
Method
ParseCreateStatement
CREATE dispatches to TABLE or VIEW.
src/parser/parser.cpp:1142
Method
ParseDeleteStatement
DELETE FROM table [WHERE ...]
src/parser/parser.cpp:1128
Method
ParseDescribeStatement
DESCRIBE statement. Returns the result schema of the inner query as rows. Syntax: DESCRIBE <select-or-with> -- result schema of a query DESCRIB
src/parser/parser.cpp:1284
Method
ParseDouble
src/storage/fast_csv_reader.cpp:393
Method
ParseDropStatement
DROP dispatches to TABLE or VIEW.
src/parser/parser.cpp:1224
Method
ParseExplainStatement
EXPLAIN statement.
src/parser/parser.cpp:1249
Method
ParseExpression
src/parser/parser.cpp:688
Method
ParseFieldSchema
Parse a single field's "type" fragment and produce: - the avro primitive name we'll use at wire-decode time - whether the field is nullable (["null",
src/storage/avro_reader.cpp:76
Method
ParseFunctionCall
src/parser/parser.cpp:1047
Method
ParseInsertStatement
INSERT INTO name [(cols)] VALUES (vals), (vals), ...
src/parser/parser.cpp:449
Method
ParseInt64
src/storage/fast_csv_reader.cpp:383
Method
ParseJSONArray
src/storage/json_reader.cpp:387
Method
ParseLine
src/storage/csv_reader.cpp:21
Method
ParseMergeStatement
MERGE INTO target USING source ON condition WHEN MATCHED THEN UPDATE SET ... WHEN NOT MATCHED THEN INSERT ...
src/parser/parser.cpp:1385
Method
ParseMulDiv
src/parser/parser.cpp:832
Method
ParseNDJSON
src/storage/json_reader.cpp:246
Method
ParseNot
src/parser/parser.cpp:714
Method
ParseNumber
src/storage/json_reader.cpp:93
Method
ParseObject
src/storage/json_reader.cpp:114
Method
ParseOr
src/parser/parser.cpp:696
Method
ParsePragmaStatement
PRAGMA statement. Syntax: PRAGMA <name> -- e.g. PRAGMA database_list PRAGMA <name>('<arg>') -- e.g. PRAGMA table_info('t')
src/parser/parser.cpp:1259
← previous
next →
1,301–1,400 of 2,343, ranked by callers