Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ad-freiburg/qlever
/ functions
Functions
7,183 in github.com/ad-freiburg/qlever
⨍
Functions
7,183
◇
Types & classes
1,774
↓ 6 callers
Method
getId
For a given `PossiblyExternalizedTripleComponent`, if we have seen it before, return its assigned ID. Else assign it the next free ID, store it, and r
src/index/IndexBuilderTypes.h:202
↓ 6 callers
Method
getIdRangeForFullTextPrefix
src/index/Vocabulary.cpp:191
↓ 6 callers
Method
getMetricArea
____________________________________________________________________________
src/rdfTypes/GeometryInfo.cpp:165
↓ 6 callers
Method
getMultiplicity
_____________________________________________________________________________
src/engine/OptionalJoin.cpp:215
↓ 6 callers
Method
getMultiplicity
_____________________________________________________________________________
src/engine/MultiColumnJoin.cpp:119
↓ 6 callers
Method
getNextValue
Get the next completely transformed value from the pipeline. std::nullopt means that all elements have been extracted and the pipeline is exhausted. M
src/util/BatchedPipeline.h:498
↓ 6 callers
Method
getNumGeometries
____________________________________________________________________________
src/rdfTypes/GeometryInfo.cpp:234
↓ 6 callers
Method
getOperation
_____________________________________________________________________________
src/engine/NamedResultCache.cpp:15
↓ 6 callers
Method
getParseCounter
_____________________________________________________________________________
src/engine/SpatialJoinParser.cpp:36
↓ 6 callers
Method
getProgressString
Progress string with statistics.
src/util/ProgressBar.h:103
↓ 6 callers
Function
getRangesForId
src/global/ValueIdComparators.h:395
↓ 6 callers
Method
getScanSpecAndBlocks
___________________________________________________________________________
src/engine/IndexScan.cpp:446
↓ 6 callers
Method
getScanSpecification
_____________________________________________________________________________
src/engine/IndexScan.cpp:420
↓ 6 callers
Method
getSizeOfTextBlocksSum
____________________________________________________________________________
src/index/Index.cpp:96
↓ 6 callers
Method
getStartIndex
src/engine/PathSearch.h:177
↓ 6 callers
Method
getTextRecordIndex
src/global/ValueId.h:353
↓ 6 callers
Function
getThreadCountAndTaskSize
test/CompressedRelationsTest.cpp:1328
↓ 6 callers
Function
getUTF8Prefix
___________________________________________________________________________
src/util/StringUtils.cpp:81
↓ 6 callers
Method
getVocabIndex
Extract only the vocab index bits and remove ValueId datatype and marker bits.
src/index/vocabulary/SplitVocabulary.h:134
↓ 6 callers
Method
getWordVocabIndex
src/global/ValueId.h:359
↓ 6 callers
Function
handleIriOrLiteral
_____________________________________________________________________________
src/index/ExportIds.cpp:54
↓ 6 callers
Method
hasAllPermutations
____________________________________________________________________________
src/index/Index.cpp:256
↓ 6 callers
Method
iriref
src/parser/RdfParser.cpp:887
↓ 6 callers
Method
isConstructed
____________________________________________________________________________
src/engine/SpatialJoin.cpp:136
↓ 6 callers
Method
isDayTimeDuration
True iff constructed with `DayTimeDuration`.
src/util/DateYearDuration.h:94
↓ 6 callers
Function
isMemberFunction
test/CancellationHandleTest.cpp:466
↓ 6 callers
Function
isNameInShortHand
____________________________________________________________________________
src/util/ConfigManager/ConfigUtil.cpp:15
↓ 6 callers
Method
isVariableCovered
_____________________________________________________________________________
src/engine/QueryExecutionTree.cpp:145
↓ 6 callers
Method
limitOrDefault
If a limit is specified, return the limit, else return the maximal representable limit.
src/parser/data/LimitOffsetClause.h:26
↓ 6 callers
Function
makeAndExpression
src/engine/sparqlExpressions/NumericBinaryExpressions.cpp:505
↓ 6 callers
Function
makeInternalVariable
src/engine/TransitivePathBase.cpp:92
↓ 6 callers
Function
makePrefixMatchExpression
_____________________________________________________________________________
src/engine/sparqlExpressions/RegexExpression.cpp:358
↓ 6 callers
Function
makePush
test/ThreadSafeQueueTest.cpp:27
↓ 6 callers
Function
makeRowAdder
test/JoinAlgorithmsTest.cpp:64
↓ 6 callers
Method
makeWordWriterPtr
Get a writer for the vocab that has an `operator()` method to which the single words + the information whether they shall be cached in the internal vo
src/index/Vocabulary.h:231
↓ 6 callers
Method
numDistinctObjects
____________________________________________________________________________
src/index/Index.cpp:246
↓ 6 callers
Method
numDistinctPredicates
____________________________________________________________________________
src/index/Index.cpp:251
↓ 6 callers
Method
numDistinctSubjects
____________________________________________________________________________
src/index/Index.cpp:241
↓ 6 callers
Method
onlyForTestingGetLeftChild
src/engine/SpatialJoin.h:150
↓ 6 callers
Method
onlyForTestingGetRightChild
src/engine/SpatialJoin.h:154
↓ 6 callers
Method
optimize
_____________________________________________________________________________
src/engine/QueryPlanner.cpp:272
↓ 6 callers
Method
predicate
src/parser/RdfParser.cpp:237
↓ 6 callers
Method
processTriple
___________________________________________________________________________
src/index/IndexImpl.cpp:1326
↓ 6 callers
Method
randomSeed
Getter for the the random seed, that we use to create random seeds for our random generators. */
benchmark/JoinAlgorithmBenchmark.cpp:637
↓ 6 callers
Function
readHeader
src/util/Serializer/TripleSerializer.h:59
↓ 6 callers
Method
removePrefix
_____________________________________________________________________________
src/index/CompressedRelation.cpp:1834
↓ 6 callers
Method
reset
reinitialize with a new byte pointer and size pair
src/parser/Tokenizer.h:344
↓ 6 callers
Function
resultToView
Wrap a result either in an array with a single element or in a range wrapping the lazy result generator. Note that the lifetime of the view is coupled
src/engine/JoinHelpers.h:125
↓ 6 callers
Function
rightIndexNestedLoopJoinIsPossible
Common functionality from `Minus` and `ExistsJoin` to check if the algorithm is suitable to be applied.
src/engine/JoinHelpers.h:262
↓ 6 callers
Method
runOnNewChunkComputed
_____________________________________________________________________________
src/engine/Result.cpp:272
↓ 6 callers
Function
runTasksInParallel
Run the given tasks in parallel and wait for their completion. This function will spawn a new thread for each task. If one of the tasks throws an exce
src/util/ParallelExecutor.h:20
↓ 6 callers
Method
seek
Seeks a position in the file. Sets the file position indicator for the stream. The new position is obtained by adding seekOffset bytes to the position
src/util/File.h:139
↓ 6 callers
Method
selectClause
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:2043
↓ 6 callers
Method
selectedVariablesToColumnIndices
___________________________________________________________________________
src/engine/QueryExecutionTree.cpp:55
↓ 6 callers
Method
setLocale
src/index/Vocabulary.cpp:258
↓ 6 callers
Method
setOperation
Set optional operation information, if not already set.
src/util/CancellationHandle.h:109
↓ 6 callers
Method
setSecond
src/util/Date.h:282
↓ 6 callers
Method
setSubrange
src/util/JoinAlgorithms/JoinAlgorithms.h:721
↓ 6 callers
Method
size
There is one more offset than the number of elements.
src/global/Pattern.h:105
↓ 6 callers
Method
solutionModifier
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:2053
↓ 6 callers
Method
startWatchDog
src/util/CancellationHandle.cpp:59
↓ 6 callers
Method
starts_with
src/index/StringSortComparator.h:78
↓ 6 callers
Function
testAdder
Check that the result of the `adder` matches the `expectedResult` and that the number of undefined values per columns (as reported by the `adder`) mat
test/AddCombinedRowToTableTest.cpp:25
↓ 6 callers
Function
testConstExprForEachNormalCall
test/ConstexprUtilsTest.cpp:280
↓ 6 callers
Function
testDate
Specialization of `testDatetimeImpl` for parsing `xsd:date`.
test/DateYearDurationTest.cpp:335
↓ 6 callers
Function
testLazyScanForJoinWithColumn
Test that a lazy partial scan for a join of the `scanTriple` with a materialized join column result that is specified by the `columnEntries` yields on
test/engine/IndexScanTest.cpp:147
↓ 6 callers
Function
testLazyScanThrows
Test that setting up the lazy partial scans between `tripleLeft` and `tripleRight` on the given `kg` throws an exception.
test/engine/IndexScanTest.cpp:133
↓ 6 callers
Function
testLessThanGreaterThanEqualMultipleValues
test/RelationalExpressionTest.cpp:467
↓ 6 callers
Function
testNotComparable
test/RelationalExpressionTest.cpp:542
↓ 6 callers
Function
testYearMonth
Specialization of `testDatetimeImpl` for parsing `xsd:gYearMonth`.
test/DateYearDurationTest.cpp:352
↓ 6 callers
Method
threshold
testing interface
src/util/BufferedVector.h:202
↓ 6 callers
Method
toScanSpecification
____________________________________________________________________________
src/index/ScanSpecification.cpp:21
↓ 6 callers
Method
toTriplesWithGraph
____________________________________________________________________________________
src/parser/Quads.cpp:49
↓ 6 callers
Function
validRDFLiteralFromNormalized
____________________________________________________________________________
src/rdfTypes/RdfEscaping.cpp:209
↓ 6 callers
Method
visit
____________________________________________________________________________________
src/parser/sparqlParser/SparqlQleverVisitor.cpp:346
↓ 6 callers
Function
withFirst
Combines the given string with first doc text
test/engine/TextIndexScanForWordTest.cpp:92
↓ 6 callers
Method
withReadLock
src/util/Synchronized.h:163
↓ 5 callers
Function
ConstexprForLoopVi
src/util/ConstexprUtils.h:61
↓ 5 callers
Function
DescribeQuery
A matcher for a `DescribeQuery`
test/parser/SparqlAntlrParserTestHelpers.h:920
↓ 5 callers
Function
MatchGraphUpdate
Match a `updateClause::GraphUpdate` clause.
test/parser/SparqlAntlrParserTestHelpers.h:953
↓ 5 callers
Method
NIL
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:7645
↓ 5 callers
Method
addSolutionModifiers
________________________________________________________________________
src/parser/ParsedQuery.cpp:89
↓ 5 callers
Method
allocateNewGraph
_____________________________________________________________________________
src/index/GraphNameManager.cpp:19
↓ 5 callers
Function
applyPermutation
_____________________________________________________________________________
src/engine/JoinHelpers.h:43
↓ 5 callers
Method
begin
src/global/Pattern.h:139
↓ 5 callers
Method
booleanLiteral
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:7876
↓ 5 callers
Method
buildCodebook
src/index/vocabulary/PrefixCompressor.h:84
↓ 5 callers
Method
builtInCall
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:3419
↓ 5 callers
Function
checkPrefilterBox
Helper to approximately compare two prefilter boxes from `runParsingAndSweeper`
test/engine/SpatialJoinPrefilterTestHelpers.h:359
↓ 5 callers
Function
checkThatTablesAreEqual
Check that `expected` and `actual` have the same contents. The `int`s in expected are converted to `Id`s of type `VocabIndex` using the `V`-function b
test/CompressedRelationsTest.cpp:99
↓ 5 callers
Function
checkUsePatternTrick
____________________________________________________________________________
src/engine/CheckUsePatternTrick.cpp:165
↓ 5 callers
Function
compareWithEqualIds
src/global/ValueIdComparators.h:604
↓ 5 callers
Method
computeButDontStore
src/util/ConcurrentCache.h:218
↓ 5 callers
Method
computeGroupByForFullIndexScan
_____________________________________________________________________________
src/engine/GroupByImpl.cpp:860
↓ 5 callers
Method
computeGroupByForJoinWithFullScan
____________________________________________________________________________
src/engine/GroupByImpl.cpp:1001
↓ 5 callers
Method
computeResult
test/ServiceTest.cpp:819
↓ 5 callers
Function
constantExpressionResultToId
src/engine/sparqlExpressions/SparqlExpressionTypes.h:253
↓ 5 callers
Function
contains_if
src/util/Algorithm.h:96
↓ 5 callers
Method
createMessageSender
src/engine/Server.cpp:991
↓ 5 callers
Function
createSmallDataset
create a small test dataset, which focuses on points or polygons as geometry objects. Note, that some of these objects have a polygon representation,
test/engine/SpatialJoinTestHelpers.h:377
← previous
next →
801–900 of 7,183, ranked by callers