Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dais-polymtl/flock
/ functions
Functions
864 in github.com/dais-polymtl/flock
⨍
Functions
864
◇
Types & classes
137
Function
TEST_F
Test text response structure
test/unit/model_manager/anthropic_handler_test.cpp:18
Function
TEST_F
test/unit/model_manager/usage_limiter_test.cpp:28
Function
TEST_F
Test Model initialization with valid model configuration
test/unit/model_manager/model_manager_test.cpp:68
Function
TEST_F
Test TranscribeAudioColumn with named column
test/unit/prompt_manager/prompt_manager_test.cpp:271
Function
TEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_rerank.cpp:52
Function
TEST_F
Test llm_reduce_json with SQL queries without GROUP BY - new API
test/unit/functions/aggregate/llm_reduce_json.cpp:44
Function
TEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_last.cpp:41
Function
TEST_F
Test single tuple: LLM is still called for reduce (to summarize)
test/unit/functions/aggregate/llm_reduce.cpp:43
Function
TEST_F
Test 1-tuple case: no LLM call needed, returns the single tuple directly
test/unit/functions/aggregate/llm_first.cpp:41
Function
TEST_F
test/unit/functions/scalar/metrics_test.cpp:28
Function
TEST_F
test/unit/functions/scalar/scalar_usage_limit_test.cpp:70
Function
TEST_F
Test llm_embedding with SQL queries - new API
test/unit/functions/scalar/llm_embedding.cpp:74
Function
TEST_F
Test llm_filter with SQL queries - new API
test/unit/functions/scalar/llm_filter.cpp:52
Function
TEST_F
Test llm_complete with SQL queries
test/unit/functions/scalar/llm_complete.cpp:51
Function
TEST_F
Test llm_complete with JSON responses using new SQL API
test/unit/functions/scalar/llm_complete_json.cpp:47
Function
TEST_F
test/unit/functions/scalar/scalar_rate_limit_test.cpp:76
Function
TableBox
()
docs/src/components/why-flock/TableBox.tsx:1
Function
Team
()
docs/src/components/team/Team.tsx:7
Method
TearDown
test/unit/model_manager/model_manager_test.cpp:63
Method
TearDown
test/unit/prompt_manager/prompt_manager_test.cpp:262
Method
TearDown
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:49
Method
TearDown
test/unit/functions/scalar/scalar_usage_limit_test.cpp:64
Method
TearDown
test/unit/functions/scalar/scalar_rate_limit_test.cpp:70
Method
TearDown
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:24
Method
TestOperationInvalidArguments
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:62
Method
TestValidateArguments
Common test methods that can be used by derived classes if needed
test/unit/functions/aggregate/llm_aggregate_function_test_base.hpp:55
Method
TestValidateArguments
test/unit/functions/scalar/llm_function_test_base_instantiations.cpp:29
Function
ThemeLogo
()
docs/src/components/global/ThemeLogo.tsx:4
Function
ThemeToggler
()
docs/src/components/navbar/ThemeToggler.tsx:5
Method
ThrowOnTokenLimitMarkers
src/include/flock/model_manager/providers/handlers/base_handler.hpp:370
Method
ToSQL
src/custom_parser/query/prompt_parser.cpp:214
Method
ToString<PromptSection>
src/prompt_manager/prompt_manager.cpp:5
Method
TokenLimitExceededError
src/include/flock/model_manager/providers/provider.hpp:75
Function
TokenTypeToString
Convert TokenType to string
src/custom_parser/tokenizer.cpp:142
Method
Tokenizer
Constructor
src/custom_parser/tokenizer.cpp:10
Method
TranscribeAudioColumn
src/prompt_manager/prompt_manager.cpp:240
Method
TryAttach
src/core/config/config.cpp:129
Method
TryDetach
src/core/config/config.cpp:138
Method
UpdateModelScopeStatement
src/include/flock/custom_parser/query/model_parser.hpp:32
Method
UpdateModelStatement
src/include/flock/custom_parser/query/model_parser.hpp:39
Method
UpdatePromptScopeStatement
src/include/flock/custom_parser/query/prompt_parser.hpp:28
Method
UpdatePromptStatement
src/include/flock/custom_parser/query/prompt_parser.hpp:35
Method
UpdateTokens
Add input and output tokens (accumulative)
src/include/flock/metrics/base_manager.hpp:47
Method
UpdateTokens
Record token usage (accumulative)
src/include/flock/metrics/manager.hpp:65
Method
UsageLimitAwareProvider
test/unit/functions/usage_limit_provider.hpp:10
Method
UsageLimitExceededError
src/include/flock/model_manager/providers/provider.hpp:86
Method
ValidateAndInitializeBindData
src/functions/aggregate/aggregate.cpp:106
Method
ValidateAndInitializeBindData
src/functions/scalar/scalar.cpp:347
Method
ValidateArgumentCount
src/functions/aggregate/aggregate.cpp:8
Method
ValidateArgumentCount
src/functions/scalar/scalar.cpp:103
Method
ValidateArgumentTypes
src/functions/aggregate/aggregate.cpp:18
Method
ValidateArgumentTypes
src/functions/scalar/scalar.cpp:113
Method
ValidateArguments
src/functions/scalar/llm_embedding/implementation.cpp:17
Method
ValidateArguments
src/functions/scalar/llm_complete/implementation.cpp:18
Method
ValidateArguments
src/functions/scalar/llm_filter/implementation.cpp:18
Method
ValidateFile
Validate file exists and is not empty
src/include/flock/model_manager/providers/handlers/url_handler.hpp:65
Method
ValidatePromptStructFields
src/functions/aggregate/aggregate.cpp:49
Method
ValidatePromptStructFields
src/functions/scalar/scalar.cpp:144
Method
ValidateRequiredFields
src/secret_manager/secret_manager.cpp:155
Method
Version
src/flock_extension.cpp:73
Method
Wait
src/core/config/config.cpp:147
Function
WhyFlock
()
docs/src/components/why-flock/WhyFlock.tsx:36
Function
_llm_complete_performance_large_dataset
(integration_setup, model_config)
test/integration/src/integration/tests/functions/scalar/test_llm_complete.py:438
Function
_llm_embedding_performance_large_dataset
Performance test with larger dataset (commented out for regular testing).
test/integration/src/integration/tests/functions/scalar/test_llm_embedding.py:372
Function
_test_llm_filter_performance_large_dataset
Performance test - commented out with underscore prefix for optional execution
test/integration/src/integration/tests/functions/scalar/test_llm_filter.py:381
Function
_test_llm_first_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_first.py:450
Function
_test_llm_last_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_last.py:451
Function
_test_llm_reduce_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_reduce.py:503
Function
_test_llm_rerank_performance_large_dataset
Performance test with larger dataset - commented out with underscore prefix for optional execution.
test/integration/src/integration/tests/functions/aggregate/test_llm_rerank.py:459
Method
api_duration_ms
src/include/flock/metrics/data_structures.hpp:27
Method
calculateMedian
src/functions/scalar/fusion_combmed/implementation.cpp:54
Method
checkProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/anthropic.hpp:74
Method
checkProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/azure.hpp:26
Method
checkProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/ollama.hpp:39
Method
checkProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/openai.hpp:61
Method
checkProviderSpecificResponse
src/include/flock/model_manager/providers/handlers/base_handler.hpp:317
Method
checkResponse
src/include/flock/model_manager/providers/handlers/base_handler.hpp:394
Function
configurePostCss
(postcssOptions)
docs/docusaurus.config.ts:71
Function
copyToClipboard
()
docs/src/components/getting-started/CodeBox.tsx:9
Method
deletePrepare
src/include/flock/model_manager/providers/handlers/session.hpp:303
Function
duck_bind
src/flock_extension.cpp:49
Function
duck_parse
src/flock_extension.cpp:25
Function
duck_plan
src/flock_extension.cpp:40
Method
easyEscape
src/include/flock/model_manager/providers/handlers/session.hpp:116
Method
execution_time_ms
src/include/flock/metrics/data_structures.hpp:31
Method
getCompletionUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:41
Method
getCompletionUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:50
Method
getCompletionUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:27
Method
getCompletionUrl
src/include/flock/model_manager/providers/handlers/openai.hpp:38
Method
getEmbedUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:45
Method
getEmbedUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:54
Method
getEmbedUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:28
Method
getEmbedUrl
src/include/flock/model_manager/providers/handlers/openai.hpp:41
Method
getExtraHeaders
src/include/flock/model_manager/providers/handlers/anthropic.hpp:67
Method
getExtraHeaders
src/include/flock/model_manager/providers/handlers/openai.hpp:58
Method
getExtraHeaders
src/include/flock/model_manager/providers/handlers/base_handler.hpp:316
Method
getPrepare
src/include/flock/model_manager/providers/handlers/session.hpp:280
Method
getTranscriptionUrl
src/include/flock/model_manager/providers/handlers/anthropic.hpp:49
Method
getTranscriptionUrl
src/include/flock/model_manager/providers/handlers/azure.hpp:58
Method
getTranscriptionUrl
src/include/flock/model_manager/providers/handlers/ollama.hpp:29
← previous
next →
501–600 of 864, ranked by callers