pub trait ArrayTrait:
ArrayEncodingRef
+ ArrayCompute
+ ArrayDType
+ ArrayLen
+ ArrayVariants
+ IntoCanonical
+ ArrayValidity
+ AcceptArrayVisitor
+ ArrayStatistics
+ ArrayStatisticsCompute
+ ToOwnedArrayData {
// Provided method
fn nbytes(&self) -> usize { ... }
}
Expand description
Collects together the behavior of an array.