MCPcopy Create free account

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

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

MethodIsConstantExpression
src/optimizer/optimizer.cpp:40
MethodIsDirectory
src/common/file_glob.cpp:65
MethodIsEOF
include/slothdb/storage/fast_csv_reader.hpp:78
MethodIsIdentifierOrNonReserved
src/parser/parser.cpp:70
MethodIsInlined
include/slothdb/common/types/string_type.hpp:50
MethodIsNullExpression
include/slothdb/parser/expression/parsed_expression.hpp:127
MethodIsOpen
include/slothdb/storage/block_manager.hpp:58
MethodIsOpen
Check if open.
include/slothdb/storage/file_handle.hpp:36
MethodIsRowGroupPruned
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
MethodJSONReader
src/storage/json_reader.cpp:148
MethodJSONWriter
src/storage/json_reader.cpp:902
MethodJoin
src/common/string_util.cpp:53
MethodJoinPath
src/common/file_glob.cpp:97
MethodLIST
src/common/types/value.cpp:248
MethodLIST
src/common/types/logical_type.cpp:141
MethodLess
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
MethodLessKeys
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
MethodListDir
src/common/file_glob.cpp:34
MethodListExtensions
src/extension/extension_manager.cpp:295
MethodListTypeInfo
src/common/types/logical_type.cpp:18
MethodLoad
src/storage/checkpoint.cpp:254
MethodLoadDynLib
src/extension/extension_manager.cpp:141
MethodLoadExtension
src/extension/extension_manager.cpp:166
MethodLoadExtensionByName
src/extension/extension_manager.cpp:220
FunctionLoadU
src/execution/substring_search.cpp:36
MethodLogicalAggregate
include/slothdb/planner/logical_operator.hpp:142
MethodLogicalCreateTable
include/slothdb/planner/logical_operator.hpp:117
MethodLogicalDeleteOp
include/slothdb/planner/logical_operator.hpp:190
MethodLogicalDistinct
include/slothdb/planner/logical_operator.hpp:213
MethodLogicalDropTable
include/slothdb/planner/logical_operator.hpp:131
MethodLogicalDummyScan
include/slothdb/planner/logical_operator.hpp:220
MethodLogicalFilter
include/slothdb/planner/logical_operator.hpp:62
MethodLogicalGet
include/slothdb/planner/logical_operator.hpp:52
MethodLogicalInsert
include/slothdb/planner/logical_operator.hpp:105
MethodLogicalJoin
include/slothdb/planner/logical_operator.hpp:163
MethodLogicalLimit
include/slothdb/planner/logical_operator.hpp:93
MethodLogicalOperator
include/slothdb/planner/logical_operator.hpp:33
MethodLogicalOrderBy
include/slothdb/planner/logical_operator.hpp:83
MethodLogicalProjection
include/slothdb/planner/logical_operator.hpp:72
MethodLogicalType
include/slothdb/common/types/logical_type.hpp:117
MethodLogicalUpdate
include/slothdb/planner/logical_operator.hpp:175
MethodLogicalWindow
include/slothdb/planner/logical_operator.hpp:201
MethodLookupKeyword
src/parser/tokenizer.cpp:235
MethodLower
src/common/string_util.cpp:15
MethodMakePartitionPath
src/storage/hive_partition.cpp:92
MethodMakeToken
src/parser/tokenizer.cpp:160
MethodMatch
src/common/file_glob.cpp:15
MethodMatchKeyword
src/parser/parser.cpp:57
MethodMergeShard
src/execution/radix_multi_agg.cpp:99
MethodMergeShard
src/execution/radix_count_agg.cpp:326
MethodMergeStatement
include/slothdb/parser/statement/parsed_statement.hpp:258
MethodNegationExpression
include/slothdb/parser/expression/parsed_expression.hpp:118
MethodNextField
src/storage/fast_csv_reader.cpp:252
MethodNotImplementedException
include/slothdb/common/exception.hpp:130
MethodNumAggs
src/execution/radix_multi_agg.cpp:88
MethodNumRowGroups
include/slothdb/storage/parquet.hpp:284
MethodNumRows
include/slothdb/storage/excel_reader.hpp:31
MethodNumRows
include/slothdb/storage/parquet.hpp:234
MethodNumRows
include/slothdb/storage/avro_reader.hpp:23
MethodOpen
src/storage/file_handle.cpp:25
FunctionOpenDatabase
tools/playground/wasm_bindings.cpp:55
MethodOptimize
src/optimizer/optimizer.cpp:14
MethodOrderEqual
src/execution/physical_planner.cpp:5104
MethodOutOfRangeException
include/slothdb/common/exception.hpp:176
MethodParallelParseToPerThread
src/storage/json_reader.cpp:567
MethodParallelScanFilter
src/execution/parallel_executor.cpp:25
MethodParallelScanState
Pre-computed. Non-copyable due to atomic.
include/slothdb/storage/data_table.hpp:53
MethodParquetReader
src/storage/parquet.cpp:1036
MethodParquetReader
include/slothdb/storage/parquet.hpp:217
MethodParquetWriter
src/storage/parquet.cpp:829
MethodParse
src/parser/parser.cpp:11
MethodParse
src/storage/json_reader.cpp:53
MethodParse
src/storage/avro_reader.cpp:221
MethodParse
src/storage/excel_reader.cpp:252
MethodParse
src/storage/arrow_ipc.cpp:105
MethodParseAddSub
src/parser/parser.cpp:822
MethodParseAnd
src/parser/parser.cpp:705
MethodParseArray
src/storage/json_reader.cpp:130
MethodParseComparison
src/parser/parser.cpp:722
MethodParseCreateStatement
CREATE dispatches to TABLE or VIEW.
src/parser/parser.cpp:1142
MethodParseDeleteStatement
DELETE FROM table [WHERE ...]
src/parser/parser.cpp:1128
MethodParseDescribeStatement
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
MethodParseDouble
src/storage/fast_csv_reader.cpp:393
MethodParseDropStatement
DROP dispatches to TABLE or VIEW.
src/parser/parser.cpp:1224
MethodParseExplainStatement
EXPLAIN statement.
src/parser/parser.cpp:1249
MethodParseExpression
src/parser/parser.cpp:688
MethodParseFieldSchema
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
MethodParseFunctionCall
src/parser/parser.cpp:1047
MethodParseInsertStatement
INSERT INTO name [(cols)] VALUES (vals), (vals), ...
src/parser/parser.cpp:449
MethodParseInt64
src/storage/fast_csv_reader.cpp:383
MethodParseJSONArray
src/storage/json_reader.cpp:387
MethodParseLine
src/storage/csv_reader.cpp:21
MethodParseMergeStatement
MERGE INTO target USING source ON condition WHEN MATCHED THEN UPDATE SET ... WHEN NOT MATCHED THEN INSERT ...
src/parser/parser.cpp:1385
MethodParseMulDiv
src/parser/parser.cpp:832
MethodParseNDJSON
src/storage/json_reader.cpp:246
MethodParseNot
src/parser/parser.cpp:714
MethodParseNumber
src/storage/json_reader.cpp:93
MethodParseObject
src/storage/json_reader.cpp:114
MethodParseOr
src/parser/parser.cpp:696
MethodParsePragmaStatement
PRAGMA statement. Syntax: PRAGMA <name> -- e.g. PRAGMA database_list PRAGMA <name>('<arg>') -- e.g. PRAGMA table_info('t')
src/parser/parser.cpp:1259
← previousnext →1,301–1,400 of 2,343, ranked by callers