Files
secondo/Algebras/Distributed3/tes/Operators/Interface2TES/FeedTES.h

36 lines
647 B
C
Raw Normal View History

2026-01-23 17:03:45 +08:00
/*
*/
#ifndef SECONDO_FEEDTES_H
#define SECONDO_FEEDTES_H
#include <NestedList.h>
#include <AlgebraTypes.h>
#include <Operator.h>
#include <vector>
#include "Algebras/Distributed2/ConnectionInfo.h"
#include "Algebras/Relation-C++/RelationAlgebra.h"
namespace distributed3 {
class FeedTES {
public:
static ListExpr typeMapping(ListExpr args);
static int valueMapping(Word *args,
Word &result,
int message,
Word &local,
void *s);
static OperatorSpec operatorSpec;
static Operator feedTES;
};
}
#endif //SECONDO_FEEDTES_H