aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/updates.h
blob: de3698e5affe733a12163106b5fcda467781c720 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

#include "addvalueupdate.h"
#include "arithmeticvalueupdate.h"
#include "assignvalueupdate.h"
#include "clearvalueupdate.h"
#include "documentupdate.h"
#include "fieldupdate.h"
#include "mapvalueupdate.h"
#include "removevalueupdate.h"
#include "tensor_add_update.h"
#include "tensor_modify_update.h"
#include "tensor_remove_update.h"