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

This commit is contained in:
2026-02-08 11:59:54 -05:00
parent 445cbb57f1
commit aa7d5ae1f6
9 changed files with 239 additions and 43 deletions

View File

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