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
↓ 5 callers
Function
testWithDifferentBlockSizes
Run `testCompressedRelations` (see above) for the given `inputs`, but with a set of different `blocksizes` (small and medium size, powers of two and o
test/CompressedRelationsTest.cpp:425
↓ 5 callers
Method
throwIfCancelled
src/util/CancellationHandle.h:226
↓ 5 callers
Function
toArray
test/ConstexprUtilsTest.cpp:49
↓ 5 callers
Function
toNormalizedString
Internal function to cast a string_view to a NormalizedString. Should not be used outside of this package.
src/rdfTypes/RdfEscaping.cpp:335
↓ 5 callers
Function
toStd
src/util/http/beast.h:46
↓ 5 callers
Function
transformTriplesTemplate
Transform the triples and sets the graph on all triples.
src/parser/Quads.cpp:23
↓ 5 callers
Method
triplesBlock
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:6718
↓ 5 callers
Method
tryInsertIfNotPresent
Insert `value` into the cache, if the `key` is not already present. In case `pinned` is true and the key is already present, the existing value is pin
src/util/ConcurrentCache.h:239
↓ 5 callers
Method
turtleDoc
the following functions refer to the nonterminals of the turtle grammar a return value of true means that the nonterminal could be parsed and that the
src/parser/RdfParser.h:265
↓ 5 callers
Method
type
src/rdfTypes/GeometryInfo.h:83
↓ 5 callers
Function
unescapeIriref
* In an Iriref, the only allowed escapes are \uXXXX and '\UXXXXXXXX' ,where X * is hexadecimal ([0-9a-fA-F]). This function replaces these escapes by
src/rdfTypes/RdfEscaping.cpp:254
↓ 5 callers
Function
varTriple
Create a triple with the predicate `<variable>`.
test/ExternalValuesQueryTest.cpp:43
↓ 5 callers
Function
visitAnyGeometry
src/rdfTypes/GeometryInfoHelpersImpl.h:291
↓ 5 callers
Method
what
src/index/IndexMetaData.h:26
↓ 5 callers
Method
what
src/util/http/HttpParser/AcceptHeaderQleverVisitor.h:36
↓ 5 callers
Method
whereClause
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:2048
↓ 5 callers
Function
withSecond
Same but with second
test/engine/TextIndexScanForWordTest.cpp:97
↓ 5 callers
Function
wktTypeToIri
Lookup the IRI for a given WKT type in the array of prepared IRIs.
src/rdfTypes/GeometryInfoHelpersImpl.h:240
↓ 5 callers
Function
zipperJoinForBlocksWithoutUndef
src/util/JoinAlgorithms/JoinAlgorithms.h:1910
↓ 4 callers
Function
AD_SERIALIZE_FUNCTION_WITH_CONSTRAINT
Serialization function for `std::array` and `std::tuple`.
src/util/Serializer/SerializeArrayOrTuple.h:50
↓ 4 callers
Function
FirstAndLastTripleEq
Helper matcher for `FirstAndLastTriple`.
test/CompressedRelationsTest.cpp:1013
↓ 4 callers
Method
activeDefaultGraphs
_____________________________________________________________________________
src/parser/DatasetClauses.cpp:44
↓ 4 callers
Method
addVariable
____________________________________________________________________________
src/parser/PayloadVariables.cpp:23
↓ 4 callers
Method
addWarning
Add a warning to the `Operation`. The warning will be returned by `collectWarnings()` above.
src/engine/Operation.h:134
↓ 4 callers
Function
aggregateTables
_____________________________________________________________________________
test/util/IdTableHelpers.cpp:251
↓ 4 callers
Function
asCoroutine
src/index/IndexRebuilder.cpp:280
↓ 4 callers
Method
asWkt
____________________________________________________________________________
src/rdfTypes/GeometryInfo.cpp:181
↓ 4 callers
Method
assertThatLimitWasRespected
_____________________________________________________________________________
src/engine/Result.cpp:223
↓ 4 callers
Method
bindSourceAndTargetSide
_____________________________________________________________________________
src/engine/PathSearch.cpp:223
↓ 4 callers
Method
blocksize
Return the blocksize (in number of triples) of this writer. Note that the actual sizes of blocks will slightly vary due to new relations starting in n
src/index/CompressedRelation.h:448
↓ 4 callers
Method
brackettedExpression
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:3843
↓ 4 callers
Method
buildTextIndexFile
_____________________________________________________________________________
src/index/TextIndexBuilder.cpp:13
↓ 4 callers
Function
calculateSpeedupOfColumn
@brief Reads two floating point columns, calculates the relative speedup between their entries and writes it in a third column. @param columnToCalcul
benchmark/util/ResultTableColumnOperations.h:90
↓ 4 callers
Method
calculateStatistics
src/index/IndexMetaDataImpl.h:107
↓ 4 callers
Method
checkDefinedness
_____________________________________________________________________________
src/engine/Result.cpp:242
↓ 4 callers
Function
checkGeoDistanceCall
Test helper for `GeoDistanceCall`
test/QueryRewriteUtilTestHelpers.h:47
↓ 4 callers
Function
checkInvalidLiteral
____________________________________________________________________________
test/GeometryInfoTestHelpers.h:143
↓ 4 callers
Function
check_keys_in_result
(result: Dict[str, Any], required_keys: List[str])
e2e/queryit.py:67
↓ 4 callers
Method
cloneAndRemap
src/global/Pattern.h:127
↓ 4 callers
Method
collectWarnings
_____________________________________________________________________________
src/engine/Operation.cpp:80
↓ 4 callers
Method
coloredError
___________________________________________________________________________
src/util/ParseException.cpp:13
↓ 4 callers
Function
columnsToMap
_____________________________________________________________________________
test/TransitivePathTest.cpp:1958
↓ 4 callers
Method
computeEstimatesExpensively
src/engine/SortPerformanceEstimator.cpp:121
↓ 4 callers
Method
computeOptimizedGroupByIfPossible
_____________________________________________________________________________
src/engine/GroupByImpl.cpp:1069
↓ 4 callers
Function
computeResultSkipChild
Helper function that is commonly used to skip sort operations and use an alternative algorithm that doesn't require sorting instead.
src/engine/JoinHelpers.h:249
↓ 4 callers
Method
constraint
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:3685
↓ 4 callers
Method
constructTriples
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:8620
↓ 4 callers
Method
containsInconsistentTriples
src/index/CompressedRelation.cpp:65
↓ 4 callers
Function
convertFromSpanIdxToSpanBlockItRanges
Convert `IdxPairRanges` to `BlockMetadataRanges` with respect to `BlockMetadataIt beginBlockSpan` (first possible `ql::span<const CompressedBlockMetad
test/PrefilterExpressionIndexTest.cpp:57
↓ 4 callers
Function
convertGenerator
src/engine/JoinHelpers.h:59
↓ 4 callers
Function
convertMemoryUnitsToBytes
src/util/MemorySize/MemorySize.h:237
↓ 4 callers
Function
convertToLanguageTaggedPredicate
_________________________________________________________
src/util/Conversions.cpp:20
↓ 4 callers
Method
createCompressedVocabulary
Tests for the FSST-compressed vocabulary. These use the generic testing framework that was set up for all the other vocabularies.
test/index/vocabulary/CompressedVocabularyTest.cpp:102
↓ 4 callers
Function
createVocabulary
test/index/vocabulary/VocabularyInternalExternalTest.cpp:80
↓ 4 callers
Function
createVocabularyFromDisk
test/index/vocabulary/VocabularyInMemoryBinSearchTest.cpp:92
↓ 4 callers
Method
datasetClause
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:2058
↓ 4 callers
Method
decompress
test/index/vocabulary/CompressedVocabularyTest.cpp:22
↓ 4 callers
Method
decremented
src/global/TypedIndex.h:38
↓ 4 callers
Method
deleteInternalTriplesForTesting
____________________________________________________________________________
src/index/DeltaTriples.cpp:343
↓ 4 callers
Method
exchangeMultiplicities
src/index/IndexMetaDataImpl.h:117
↓ 4 callers
Function
expectIdsAreConcatenatedTo
_____________________________________________________________________________
test/engine/GroupConcatExpressionTest.cpp:18
↓ 4 callers
Function
expectParseExceptionWithMetadata
_____________________________________________________________________________
test/ParseExceptionTest.cpp:33
↓ 4 callers
Method
extractDatasetClauses
____________________________________________________________________________
src/engine/ParsedRequestBuilder.cpp:45
↓ 4 callers
Method
extractGraphStoreOperationDirect
____________________________________________________________________________
src/engine/ParsedRequestBuilder.cpp:86
↓ 4 callers
Function
fileToBuffer
Read a file into a buffer.
test/index/IndexRebuilderTest.cpp:34
↓ 4 callers
Method
finish
After calling this function, all calls to `push` will return `false` and no further elements will be added to the queue. Calls to `pop` will yield the
src/util/ThreadSafeQueue.h:93
↓ 4 callers
Method
finishWasCalled
src/index/vocabulary/VocabularyTypes.h:127
↓ 4 callers
Method
flush
_____________________________________________________________________________
src/engine/StringMapping.cpp:15
↓ 4 callers
Method
forAllVariables
____________________________________________________________________________________
src/parser/Quads.cpp:114
↓ 4 callers
Function
generateExponentInterval
benchmark/JoinAlgorithmBenchmark.cpp:439
↓ 4 callers
Method
getBatch
src/parser/RdfParser.cpp:1270
↓ 4 callers
Function
getBeginAndEnd
src/index/CompressedRelation.cpp:30
↓ 4 callers
Method
getBlankNodeIndex
_____________________________________________________________________________
src/index/LocalVocab.cpp:90
↓ 4 callers
Method
getColumnIndexForVariable
_____________________________________________________________________________
src/engine/sparqlExpressions/SparqlExpressionTypes.cpp:61
↓ 4 callers
Method
getDayTimeDurationUnchecked
Return the underlying `DayTimeDuration` object. The behavior is undefined if `isDayTimeDuration()` is `false`.
src/util/DateYearDuration.h:111
↓ 4 callers
Method
getDays
get days over getValues()
src/util/Duration.h:266
↓ 4 callers
Function
getDummySpatialJoinAlgsForWrapperTesting
this function creates a minimum viable SpatialJoinAlgorithms class, which gets used in testing to access the wrapper methods. Note that not all functi
test/engine/SpatialJoinTestHelpers.h:509
↓ 4 callers
Method
getEntriesUnderKey
src/util/ConfigManager/ConfigManager.cpp:891
↓ 4 callers
Method
getFirstAndLastTripleIgnoringGraph
_____________________________________________________________________________
src/index/CompressedRelation.cpp:1337
↓ 4 callers
Function
getLengthForTesting
____________________________________________________________________________
test/GeometryInfoTestHelpers.h:186
↓ 4 callers
Function
getLocalVocabIndex
TODO<joka921> Make the tests more precise for the localVocabIndices.
test/ValueIdTestHelpers.h:63
↓ 4 callers
Function
getMetadataPrettyString
___________________________________________________________________________
benchmark/infrastructure/BenchmarkToString.cpp:33
↓ 4 callers
Method
getMinutes
get minutes over getValues()
src/util/Duration.h:272
↓ 4 callers
Method
getMultiplicities
____________________________________________________________________________
src/index/Index.cpp:259
↓ 4 callers
Method
getNextBlock
___________________________________________________________________________
src/parser/ParallelBuffer.cpp:26
↓ 4 callers
Method
getPrefixSortKey
Get a `SortKey` for `Level::PRIMARY` that corresponds to a prefix of `s`. \param s The input of which we want to obtain a sort key. \param prefixLengt
src/index/StringSortComparator.h:235
↓ 4 callers
Method
getResult
src/global/ValueIdComparators.h:144
↓ 4 callers
Method
getRows
Transition from the input phase, where `push()` may be called, to the output phase and return a generator that yields the elements of the `IdTable` in
src/engine/idTable/CompressedExternalIdTable.h:538
↓ 4 callers
Method
getSeconds
get seconds over getValues()
src/util/Duration.h:275
↓ 4 callers
Function
getTextRecordFromResultTable
NOTE: this function exploits a "lucky accident" that allows us to obtain the textRecord using indexToString. TODO: Implement a more elegant/stable ver
test/engine/TextIndexScanTestHelpers.h:22
↓ 4 callers
Function
getTextScoringMetricAsString
____________________________________________________________________________
src/index/TextScoringEnum.cpp:9
↓ 4 callers
Method
getTimeZoneOffsetToUTCInHours
_____________________________________________________________________________
src/util/Date.cpp:179
↓ 4 callers
Method
getTotalMilliseconds
____________________________________________________________________________
src/util/Duration.h:202
↓ 4 callers
Method
getValues
____________________________________________________________________________ Returns a `DurationValue` struct containing `{days, hours, minutes, secon
src/util/Duration.h:175
↓ 4 callers
Function
getVariableFromLangExpression
______________________________________________________________________________ This function is a stand-alone helper used in `RelationalExpression.cpp
src/engine/sparqlExpressions/LangExpression.cpp:42
↓ 4 callers
Function
goThroughSetOfTestsWithJoinFunction
test/JoinTest.cpp:85
↓ 4 callers
Method
graphRef
src/parser/sparqlParser/generated/SparqlAutomaticParser.cpp:4870
↓ 4 callers
Method
hasAskClause
src/parser/ParsedQuery.h:115
↓ 4 callers
Method
hasConstructClause
src/parser/ParsedQuery.h:107
↓ 4 callers
Method
hasUpdateClause
src/parser/ParsedQuery.h:111
← previous
next →
1,001–1,100 of 7,183, ranked by callers