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,5 +1,5 @@
use crate::{
action::{MsgAction, Query},
action::{CalcValue, MsgAction, Query},
document::field::{Field, FieldType},
mtterror::MTTError,
name::{NameType, Names},
@@ -407,6 +407,7 @@ mod operands {
}
}
/*
#[derive(Clone, Debug)]
pub enum CalcValue {
Calculate(Calculation),
@@ -618,6 +619,7 @@ mod calcvalues {
);
}
}
*/
#[derive(Clone, Debug)]
pub struct Calculation {