trait ExtractDatePartExt {
// Required method
fn date_part(&self, part: DatePart) -> Result<Int32Array, ArrowError>;
}
Expand description
Implement the specialized functions for extracting date part from temporal arrays.
trait ExtractDatePartExt {
// Required method
fn date_part(&self, part: DatePart) -> Result<Int32Array, ArrowError>;
}
Implement the specialized functions for extracting date part from temporal arrays.