Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Supervised AqlValue] Make functions use supervised AqlValue#22106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
cpjulia wants to merge61 commits intofeature/supervised-aql-value
base:feature/supervised-aql-value
Choose a base branch
Loading
fromfeature/supervised-aql-functions
Open
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
61 commits
Select commitHold shift + click to select a range
4695ddc
Add resource monitor as argument to AqlValue
cpjuliaNov 14, 2025
8bf38cf
Format and add getter for resource monitor in Functions
cpjuliaNov 14, 2025
b3f570c
Add ResourceMonitor to ComputedValuesExpressionContext; Add getResour…
knakatasfNov 14, 2025
f4c98a3
Fix compilation errors
cpjuliaNov 17, 2025
7c96a1c
Fix compilation errors
cpjuliaNov 17, 2025
ac12386
Add resource monitor to AqlValue ctor call
cpjuliaNov 17, 2025
a80de9d
Add resource monitor to IResearch callers that need to pass it
cpjuliaNov 17, 2025
4b44e5a
Add ResourceMonitor* to DecayFunctions.cpp DistanceFunctions.cpp Dist…
knakatasfNov 17, 2025
6132af1
Add resource monitor to remaining IResearh files
cpjuliaNov 17, 2025
349c88d
Add ResourceMonitor* to those Functions
knakatasfNov 17, 2025
a21a067
Change signature of convertToObject() of DistributeFunctions.cpp; Pas…
knakatasfNov 17, 2025
98875a2
Add ResourceMonitor* to ComputedValues.cpp
knakatasfNov 17, 2025
69bf641
Add ResourceMonitor* to Expression.cpp
knakatasfNov 18, 2025
f725133
Add monitor to expression contexts
cpjuliaNov 18, 2025
bf3392e
Add monitor to expression
cpjuliaNov 18, 2025
2c5d770
Fix monitor usage in Expression, already had as member
cpjuliaNov 18, 2025
0c9e57a
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaNov 18, 2025
d5c571e
Add monitor usage to LateMaterializedExpressionContext
cpjuliaNov 18, 2025
f62f392
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaNov 18, 2025
1617e38
Add access to monitor in Variable
cpjuliaNov 19, 2025
2f49ac3
Add rm to missing ctor callers
cpjuliaNov 19, 2025
7692c69
Correct complier errors for Expression.cpp; Add ResourceMonitor* to C…
knakatasfNov 19, 2025
42855b2
Format code
knakatasfNov 19, 2025
5e0b8f4
Fixed typos
cpjuliaNov 19, 2025
a5ceec2
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaNov 19, 2025
d12b34d
Attempt to fix memory leak failure
cpjuliaNov 21, 2025
371dc5b
Add check for nullptr
cpjuliaNov 21, 2025
aecb218
Added monitor support to tests
cpjuliaNov 22, 2025
b0b9ac7
Brought back wrong logic of hashing
cpjuliaNov 23, 2025
34bb289
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sup…
cpjuliaNov 23, 2025
4b58613
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaNov 30, 2025
3eef984
Change cloneDataAndMoveShadow to always steal the guard
cpjuliaNov 30, 2025
720ee57
Added fix for use-after-free in cloneDataAndMoveShadow
cpjuliaDec 1, 2025
bfc9715
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 1, 2025
ac2c304
Add special case for supervised slice in cloneDataAndMoveShadow
cpjuliaDec 1, 2025
7ea92bf
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 1, 2025
0f42608
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 1, 2025
1fe66cb
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 2, 2025
d7e9d31
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 2, 2025
049fe01
Remove special case for supervised slice from cloneDataAndMoveShadow
cpjuliaDec 2, 2025
8cad3f7
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 3, 2025
8ad3a1f
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 3, 2025
6e64bde
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 3, 2025
8222211
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 3, 2025
788a006
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 4, 2025
a464c41
Merge remote-tracking branch 'origin/devel' into feature/supervised-a…
cpjuliaDec 4, 2025
7c01568
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 4, 2025
9e56a4f
Merge branch 'feature/supervised-aql-functions' of github.com:arangod…
cpjuliaDec 4, 2025
16d876f
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 5, 2025
c6d2c9d
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 5, 2025
3ec2380
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 8, 2025
cdcb261
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 9, 2025
2812ca4
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 10, 2025
c76d91f
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 10, 2025
22afa88
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 12, 2025
653a0a4
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 12, 2025
f48b51d
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 15, 2025
77d334e
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 15, 2025
9baaf97
Merge feature/supervised-aql-value
cpjuliaDec 17, 2025
7fe5b98
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 17, 2025
2e7fad9
Merge branch 'feature/supervised-aql-value' of github.com:arangodb/ar…
cpjuliaDec 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Add resource monitor to IResearch callers that need to pass it
  • Loading branch information
@cpjulia
cpjulia committedNov 17, 2025
commita80de9d511d77cd914e218c99254933a85bf9fcf
3 changes: 2 additions & 1 deletionarangod/IResearch/IResearchAnalyzerFeature.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -376,7 +376,8 @@ aql::AqlValue aqlFnTokens(aql::ExpressionContext* expressionContext,

builder.close();

return aql::AqlValue(std::move(buffer));
return aql::AqlValue(std::move(buffer),
expressionContext->getResourceMonitorPtr());
}

void addFunctions(aql::AqlFunctionFeature& functions) {
Expand Down
3 changes: 2 additions & 1 deletionarangod/IResearch/IResearchFeature.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -203,7 +203,8 @@ aql::AqlValue contextFunc(aql::ExpressionContext* ctx, aql::AstNode const&,
TRI_ASSERT(!args.empty()); // ensured by function signature

aql::AqlValueMaterializer materializer(&ctx->trx().vpackOptions());
return aql::AqlValue{materializer.slice(args[0])};
return aql::AqlValue(materializer.slice(args[0]), 0,
ctx->getResourceMonitorPtr());
}

// Register invalid argument warning
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp