We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map_operations.map_remove_by_key
return_type
expressions.MapRemoveByKey
i need it to pass the popped map value in an expression operation
right now i need to do a get -> put -> delete instead of just pop -> put
get -> put -> delete
pop -> put
The text was updated successfully, but these errors were encountered:
Hi @databasedav, could you give me a code example? It would be easier for me to help that way.
Sorry, something went wrong.
No branches or pull requests
i need it to pass the popped map value in an expression operation
right now i need to do a
get -> put -> delete
instead of justpop -> put
The text was updated successfully, but these errors were encountered: