Updated Documentation

This commit is contained in:
2022-10-08 23:54:59 +08:00
parent 988bf0158e
commit 10e93f28c6
5 changed files with 25 additions and 18 deletions
-1
View File
@@ -5,7 +5,6 @@ FUNCTIONS (
fit() -> bool,
predict() -> vecint
);
create table tb(x int);
create table tb2(x double, y double, z double);
insert into tb values (0);
+1
View File
@@ -10,3 +10,4 @@ FROM network
ASSUMING ASC src, ASC dst, ASC _time
GROUP BY src, dst, sums (deltas(_time) > 120)
-- Assuming preserve order at the end.