MCPcopy Create free account
hub / github.com/apache/arrow-rs / as_binary_view_opt

Method as_binary_view_opt

arrow-array/src/cast.rs:891–893  ·  view source on GitHub ↗

Downcast this to a [`BinaryViewArray`] returning `None` if not possible

(&self)

Source from the content-addressed store, hash-verified

889
890 /// Downcast this to a [`BinaryViewArray`] returning `None` if not possible
891 fn as_binary_view_opt(&self) -> Option<&BinaryViewArray> {
892 self.as_byte_view_opt()
893 }
894
895 /// Downcast this to a [`BinaryViewArray`] panicking if not possible
896 fn as_binary_view(&self) -> &BinaryViewArray {

Callers

nothing calls this directly

Implementers 1

cast.rsarrow-array/src/cast.rs

Calls 1

as_byte_view_optMethod · 0.80

Tested by

no test coverage detected