Skip to content

Commit

Permalink
fix: address review
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Nov 7, 2024
1 parent 5325e8d commit b3170e3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions crates/proof-of-sql/src/base/database/columnar_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ impl<'a, S: Scalar> ColumnarValue<'a, S> {
}
}

/// Get default length of the [`ColumnarValue`]
#[must_use]
pub fn default_length(&self) -> usize {
match self {
Self::Column(column) => column.len(),
Self::Literal(_) => 1,
}
}

/// Converts the [`ColumnarValue`] to a [`Column`]
pub fn into_column(
&self,
Expand Down

0 comments on commit b3170e3

Please sign in to comment.