mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
8 lines
179 B
Go
8 lines
179 B
Go
// Copyright 2022 Molecula Corp. (DBA FeatureBase).
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//go:build shardwidth31
|
|
// +build shardwidth31
|
|
|
|
package shardwidth
|
|
|
|
const Exponent = 31
|