// Copyright (c) 2022 Google LLC
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
//! Shared utilities for compaction related activities.
use crateDbOptions;
/**
Get the maximum number of bytes that a level can overlap with it's grandparent (level + 2).
This can be used to determine placement of a new table file.
*/
pub
/// Same as [`max_grandparent_overlap_bytes`] but from an options object.
pub