aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/begin_and_end_id.h
blob: 49f5fbcc3a59920a820111e21258e855d7b63117 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <cstdint>

namespace search {

static constexpr uint32_t beginDocId = 0u;
static constexpr uint32_t endDocId = 0x7fffffffu; // max signed value

} // namespace search