Moved calculation into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-02-08 12:26:19 -05:00
parent aa7d5ae1f6
commit 3f16284682
8 changed files with 352 additions and 223 deletions

View File

@@ -1,11 +1,11 @@
use crate::{
action::{Action, CalcValue, FieldType, Query},
action::{Action, CalcValue, Calculation, FieldType, Query},
document::{
clock::Clock,
create::IndexType,
definition::{DocDef, DocFuncType},
},
message::wrapper::{Calculation, Delete, Message, Operand, Update},
message::wrapper::{Delete, Message, Operand, Update},
name::{Name, NameType},
queue::{
data_director::{Include, Path, RegMsg, Register},