pub trait TurboQuantArrayExt: TypedArrayRef<TurboQuant> {
// Provided methods
fn codes(&self) -> &ArrayRef { ... }
fn centroids(&self) -> &ArrayRef { ... }
fn rotation_signs(&self) -> &ArrayRef { ... }
}pub trait TurboQuantArrayExt: TypedArrayRef<TurboQuant> {
// Provided methods
fn codes(&self) -> &ArrayRef { ... }
fn centroids(&self) -> &ArrayRef { ... }
fn rotation_signs(&self) -> &ArrayRef { ... }
}