Kùzu C++ API
Loading...
Searching...
No Matches
zone_map_check_result.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace kuzu {
6namespace common {
7
8enum class ZoneMapCheckResult : uint8_t {
9 ALWAYS_SCAN = 0,
10 SKIP_SCAN = 1,
11};
12
13}
14} // namespace kuzu
ZoneMapCheckResult
Definition zone_map_check_result.h:8
Definition alter_type.h:5