aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/queryeval/begin_and_end_id.h
blob: 555921c61f3ce05ea3ec52b3324b764536c77443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. 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