You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)
The simplest structure could be a {key: operation} or {key: [operation, [operations_of_dependencies]]} table.
The text was updated successfully, but these errors were encountered:
When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)
The simplest structure could be a
{key: operation}
or{key: [operation, [operations_of_dependencies]]}
table.The text was updated successfully, but these errors were encountered: