pub struct Int64Type {}
Expand description
Signed 64-bit integer type.
Trait Implementations§
Source§impl ArrowPrimitiveType for Int64Type
impl ArrowPrimitiveType for Int64Type
Source§const DATA_TYPE: DataType = DataType::Int64
const DATA_TYPE: DataType = DataType::Int64
the corresponding Arrow data type of this primitive type.
Source§fn get_byte_width() -> usize
fn get_byte_width() -> usize
👎Deprecated: Use ArrowNativeType::get_byte_width
Returns the byte width of this primitive type.
Source§fn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
impl ArrowDictionaryKeyType for Int64Type
impl RunEndIndexType for Int64Type
Auto Trait Implementations§
impl Freeze for Int64Type
impl RefUnwindSafe for Int64Type
impl Send for Int64Type
impl Sync for Int64Type
impl Unpin for Int64Type
impl UnwindSafe for Int64Type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more