Skip to content

Commit 784bad9

Browse files
authored
Chore: add docs and tests for decimal vectors (#5185)
Tracking Issue: #5028 Note that I'm probably going to move where this is placed in the next [PR](#5186) but the content will be the same. Signed-off-by: Connor Tsui <[email protected]>
1 parent 8bd2cbb commit 784bad9

File tree

4 files changed

+488
-2
lines changed

4 files changed

+488
-2
lines changed

vortex-vector/src/binaryview/types.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ pub trait BinaryViewTypeUpcast {
120120

121121
/// Private module to seal the `BinaryViewType` trait.
122122
mod private {
123-
/// Sealed trait to prevent external implementations of [`VarBinType`].
123+
/// Sealed trait to prevent external implementations of
124+
/// [`BinaryViewType`](super::BinaryViewType).
124125
pub trait Sealed {}
125126

126127
impl Sealed for super::StringType {}

0 commit comments

Comments
 (0)