mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
21 lines
75 KiB
HTML
21 lines
75 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Trait bridging the logical primitive type with ArrowPrimitiveType."><title>LogicalPrimitiveType in datatypes::types - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="datatypes" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-ce535bd0.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">LogicalPrimitiveType</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../datatypes/index.html">datatypes</a><span class="version">1.0.0-beta.3</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Logical<wbr>Primitive<wbr>Type</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.ArrowPrimitive" title="ArrowPrimitive">ArrowPrimitive</a></li><li><a href="#associatedtype.LargestType" title="LargestType">LargestType</a></li><li><a href="#associatedtype.Native" title="Native">Native</a></li><li><a href="#associatedtype.Wrapper" title="Wrapper">Wrapper</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.build_data_type" title="build_data_type">build_data_type</a></li><li><a href="#tymethod.cast_value_ref" title="cast_value_ref">cast_value_ref</a></li><li><a href="#tymethod.cast_vector" title="cast_vector">cast_vector</a></li><li><a href="#tymethod.type_name" title="type_name">type_name</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In datatypes::<wbr>types</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">datatypes</a>::<wbr><a href="index.html">types</a></div><h1>Trait <span class="trait">Logical<wbr>Primitive<wbr>Type</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/datatypes/types/primitive_type.rs.html#61-84">Source</a> </span></div><pre class="rust item-decl"><code>pub trait LogicalPrimitiveType: 'static + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> {
|
|
type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a>: ArrowPrimitiveType<Native = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Native" title="type datatypes::types::LogicalPrimitiveType::Native">Native</a>>;
|
|
type <a href="#associatedtype.Native" class="associatedtype">Native</a>: ArrowNativeType;
|
|
type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a>: <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a><LogicalType = Self, Native = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Native" title="type datatypes::types::LogicalPrimitiveType::Native">Native</a>> + for<'a> <a class="trait" href="../scalars/trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a><VectorType = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><Self>, RefType<'a> = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>> + for<'a> <a class="trait" href="../scalars/trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a, ScalarType = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>>;
|
|
type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a>: <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a>;
|
|
|
|
// Required methods
|
|
fn <a href="#tymethod.build_data_type" class="fn">build_data_type</a>() -> <a class="enum" href="../data_type/enum.ConcreteDataType.html" title="enum datatypes::data_type::ConcreteDataType">ConcreteDataType</a>;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.type_name" class="fn">type_name</a>() -> &'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.cast_vector" class="fn">cast_vector</a>(vector: &dyn <a class="trait" href="../vectors/trait.Vector.html" title="trait datatypes::vectors::Vector">Vector</a>) -> <a class="type" href="../error/type.Result.html" title="type datatypes::error::Result">Result</a><&<a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><Self>>;
|
|
<span class="item-spacer"></span> fn <a href="#tymethod.cast_value_ref" class="fn">cast_value_ref</a>(value: &<a class="enum" href="../value/enum.ValueRef.html" title="enum datatypes::value::ValueRef">ValueRef</a><'_>) -> <a class="type" href="../error/type.Result.html" title="type datatypes::error::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>>>;
|
|
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Trait bridging the logical primitive type with [ArrowPrimitiveType].</p>
|
|
</div></details><h2 id="required-associated-types" class="section-header">Required Associated Types<a href="#required-associated-types" class="anchor">§</a></h2><div class="methods"><details class="toggle" open><summary><section id="associatedtype.ArrowPrimitive" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#63">Source</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a>: ArrowPrimitiveType<Native = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Native" title="type datatypes::types::LogicalPrimitiveType::Native">Native</a>></h4></section></summary><div class="docblock"><p>Arrow primitive type of this logical type.</p>
|
|
</div></details><details class="toggle" open><summary><section id="associatedtype.Native" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#65">Source</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a>: ArrowNativeType</h4></section></summary><div class="docblock"><p>Native (physical) type of this logical type.</p>
|
|
</div></details><details class="toggle" open><summary><section id="associatedtype.Wrapper" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#67-69">Source</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a>: <a class="trait" href="trait.WrapperType.html" title="trait datatypes::types::WrapperType">WrapperType</a><LogicalType = Self, Native = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Native" title="type datatypes::types::LogicalPrimitiveType::Native">Native</a>> + for<'a> <a class="trait" href="../scalars/trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a><VectorType = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><Self>, RefType<'a> = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>> + for<'a> <a class="trait" href="../scalars/trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a, ScalarType = Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>></h4></section></summary><div class="docblock"><p>Wrapper type that the vector returns.</p>
|
|
</div></details><details class="toggle" open><summary><section id="associatedtype.LargestType" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#71">Source</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a>: <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a></h4></section></summary><div class="docblock"><p>Largest type this primitive type can cast to.</p>
|
|
</div></details></div><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.build_data_type" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#74">Source</a><h4 class="code-header">fn <a href="#tymethod.build_data_type" class="fn">build_data_type</a>() -> <a class="enum" href="../data_type/enum.ConcreteDataType.html" title="enum datatypes::data_type::ConcreteDataType">ConcreteDataType</a></h4></section></summary><div class="docblock"><p>Construct the data type struct.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.type_name" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#77">Source</a><h4 class="code-header">fn <a href="#tymethod.type_name" class="fn">type_name</a>() -> &'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section></summary><div class="docblock"><p>Return the name of the type.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.cast_vector" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#80">Source</a><h4 class="code-header">fn <a href="#tymethod.cast_vector" class="fn">cast_vector</a>(vector: &dyn <a class="trait" href="../vectors/trait.Vector.html" title="trait datatypes::vectors::Vector">Vector</a>) -> <a class="type" href="../error/type.Result.html" title="type datatypes::error::Result">Result</a><&<a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><Self>></h4></section></summary><div class="docblock"><p>Dynamic cast the vector to the concrete vector type.</p>
|
|
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.cast_value_ref" class="method"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#83">Source</a><h4 class="code-header">fn <a href="#tymethod.cast_value_ref" class="fn">cast_value_ref</a>(value: &<a class="enum" href="../value/enum.ValueRef.html" title="enum datatypes::value::ValueRef">ValueRef</a><'_>) -> <a class="type" href="../error/type.Result.html" title="type datatypes::error::Result">Result</a><<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><Self::<a class="associatedtype" href="trait.LogicalPrimitiveType.html#associatedtype.Wrapper" title="type datatypes::types::LogicalPrimitiveType::Wrapper">Wrapper</a>>></h4></section></summary><div class="docblock"><p>Cast value ref to the primitive type.</p>
|
|
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/nightly/reference/items/traits.html#dyn-compatibility">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-DateType" class="impl"><a class="src rightside" href="../../src/datatypes/types/date_type.rs.html#63-96">Source</a><a href="#impl-LogicalPrimitiveType-for-DateType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.DateType.html" title="struct datatypes::types::DateType">DateType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/date_type.rs.html#64">Source</a><a href="#associatedtype.ArrowPrimitive-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Date32Type</h4></section><section id="associatedtype.Native-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/date_type.rs.html#65">Source</a><a href="#associatedtype.Native-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.Wrapper-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/date_type.rs.html#66">Source</a><a href="#associatedtype.Wrapper-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = Date</h4></section><section id="associatedtype.LargestType-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/date_type.rs.html#67">Source</a><a href="#associatedtype.LargestType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.DateType.html" title="struct datatypes::types::DateType">DateType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-DurationMicrosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#162">Source</a><a href="#impl-LogicalPrimitiveType-for-DurationMicrosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.DurationMicrosecondType.html" title="struct datatypes::types::DurationMicrosecondType">DurationMicrosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#162">Source</a><a href="#associatedtype.ArrowPrimitive-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = DurationMicrosecondType</h4></section><section id="associatedtype.Native-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#162">Source</a><a href="#associatedtype.Native-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#162">Source</a><a href="#associatedtype.Wrapper-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../duration/struct.DurationMicrosecond.html" title="struct datatypes::duration::DurationMicrosecond">DurationMicrosecond</a></h4></section><section id="associatedtype.LargestType-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#162">Source</a><a href="#associatedtype.LargestType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.DurationMicrosecondType.html" title="struct datatypes::types::DurationMicrosecondType">DurationMicrosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-DurationMillisecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#161">Source</a><a href="#impl-LogicalPrimitiveType-for-DurationMillisecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.DurationMillisecondType.html" title="struct datatypes::types::DurationMillisecondType">DurationMillisecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#161">Source</a><a href="#associatedtype.ArrowPrimitive-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = DurationMillisecondType</h4></section><section id="associatedtype.Native-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#161">Source</a><a href="#associatedtype.Native-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#161">Source</a><a href="#associatedtype.Wrapper-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../duration/struct.DurationMillisecond.html" title="struct datatypes::duration::DurationMillisecond">DurationMillisecond</a></h4></section><section id="associatedtype.LargestType-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#161">Source</a><a href="#associatedtype.LargestType-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.DurationMillisecondType.html" title="struct datatypes::types::DurationMillisecondType">DurationMillisecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-DurationNanosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#163">Source</a><a href="#impl-LogicalPrimitiveType-for-DurationNanosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.DurationNanosecondType.html" title="struct datatypes::types::DurationNanosecondType">DurationNanosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#163">Source</a><a href="#associatedtype.ArrowPrimitive-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = DurationNanosecondType</h4></section><section id="associatedtype.Native-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#163">Source</a><a href="#associatedtype.Native-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#163">Source</a><a href="#associatedtype.Wrapper-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../duration/struct.DurationNanosecond.html" title="struct datatypes::duration::DurationNanosecond">DurationNanosecond</a></h4></section><section id="associatedtype.LargestType-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#163">Source</a><a href="#associatedtype.LargestType-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.DurationNanosecondType.html" title="struct datatypes::types::DurationNanosecondType">DurationNanosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-DurationSecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#160">Source</a><a href="#impl-LogicalPrimitiveType-for-DurationSecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.DurationSecondType.html" title="struct datatypes::types::DurationSecondType">DurationSecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#160">Source</a><a href="#associatedtype.ArrowPrimitive-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = DurationSecondType</h4></section><section id="associatedtype.Native-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#160">Source</a><a href="#associatedtype.Native-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#160">Source</a><a href="#associatedtype.Wrapper-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../duration/struct.DurationSecond.html" title="struct datatypes::duration::DurationSecond">DurationSecond</a></h4></section><section id="associatedtype.LargestType-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/duration_type.rs.html#160">Source</a><a href="#associatedtype.LargestType-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.DurationSecondType.html" title="struct datatypes::types::DurationSecondType">DurationSecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Float32Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#280-295">Source</a><a href="#impl-LogicalPrimitiveType-for-Float32Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Float32Type.html" title="struct datatypes::types::Float32Type">Float32Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#280-295">Source</a><a href="#associatedtype.ArrowPrimitive-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Float32Type</h4></section><section id="associatedtype.Native-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#280-295">Source</a><a href="#associatedtype.Native-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="associatedtype.Wrapper-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#280-295">Source</a><a href="#associatedtype.Wrapper-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="associatedtype.LargestType-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#280-295">Source</a><a href="#associatedtype.LargestType-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Float64Type.html" title="struct datatypes::types::Float64Type">Float64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Float64Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#296-311">Source</a><a href="#impl-LogicalPrimitiveType-for-Float64Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Float64Type.html" title="struct datatypes::types::Float64Type">Float64Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#296-311">Source</a><a href="#associatedtype.ArrowPrimitive-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Float64Type</h4></section><section id="associatedtype.Native-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#296-311">Source</a><a href="#associatedtype.Native-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="associatedtype.Wrapper-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#296-311">Source</a><a href="#associatedtype.Wrapper-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="associatedtype.LargestType-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#296-311">Source</a><a href="#associatedtype.LargestType-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Float64Type.html" title="struct datatypes::types::Float64Type">Float64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Int8Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#271-274">Source</a><a href="#impl-LogicalPrimitiveType-for-Int8Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Int8Type.html" title="struct datatypes::types::Int8Type">Int8Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#271-274">Source</a><a href="#associatedtype.ArrowPrimitive-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Int8Type</h4></section><section id="associatedtype.Native-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#271-274">Source</a><a href="#associatedtype.Native-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="associatedtype.Wrapper-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#271-274">Source</a><a href="#associatedtype.Wrapper-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="associatedtype.LargestType-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#271-274">Source</a><a href="#associatedtype.LargestType-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Int16Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#275-278">Source</a><a href="#impl-LogicalPrimitiveType-for-Int16Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Int16Type.html" title="struct datatypes::types::Int16Type">Int16Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#275-278">Source</a><a href="#associatedtype.ArrowPrimitive-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Int16Type</h4></section><section id="associatedtype.Native-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#275-278">Source</a><a href="#associatedtype.Native-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="associatedtype.Wrapper-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#275-278">Source</a><a href="#associatedtype.Wrapper-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="associatedtype.LargestType-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#275-278">Source</a><a href="#associatedtype.LargestType-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Int32Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#316">Source</a><a href="#impl-LogicalPrimitiveType-for-Int32Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Int32Type.html" title="struct datatypes::types::Int32Type">Int32Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#316">Source</a><a href="#associatedtype.ArrowPrimitive-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Int32Type</h4></section><section id="associatedtype.Native-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#316">Source</a><a href="#associatedtype.Native-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.Wrapper-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#316">Source</a><a href="#associatedtype.Wrapper-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.LargestType-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#316">Source</a><a href="#associatedtype.LargestType-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-Int64Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#314">Source</a><a href="#impl-LogicalPrimitiveType-for-Int64Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#314">Source</a><a href="#associatedtype.ArrowPrimitive-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Int64Type</h4></section><section id="associatedtype.Native-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#314">Source</a><a href="#associatedtype.Native-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#314">Source</a><a href="#associatedtype.Wrapper-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.LargestType-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#314">Source</a><a href="#associatedtype.LargestType-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-IntervalDayTimeType" class="impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#142">Source</a><a href="#impl-LogicalPrimitiveType-for-IntervalDayTimeType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.IntervalDayTimeType.html" title="struct datatypes::types::IntervalDayTimeType">IntervalDayTimeType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#142">Source</a><a href="#associatedtype.ArrowPrimitive-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = IntervalDayTimeType</h4></section><section id="associatedtype.Native-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#142">Source</a><a href="#associatedtype.Native-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = IntervalDayTime</h4></section><section id="associatedtype.Wrapper-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#142">Source</a><a href="#associatedtype.Wrapper-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = IntervalDayTime</h4></section><section id="associatedtype.LargestType-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#142">Source</a><a href="#associatedtype.LargestType-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.IntervalDayTimeType.html" title="struct datatypes::types::IntervalDayTimeType">IntervalDayTimeType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-IntervalMonthDayNanoType" class="impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#143">Source</a><a href="#impl-LogicalPrimitiveType-for-IntervalMonthDayNanoType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.IntervalMonthDayNanoType.html" title="struct datatypes::types::IntervalMonthDayNanoType">IntervalMonthDayNanoType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#143">Source</a><a href="#associatedtype.ArrowPrimitive-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = IntervalMonthDayNanoType</h4></section><section id="associatedtype.Native-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#143">Source</a><a href="#associatedtype.Native-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = IntervalMonthDayNano</h4></section><section id="associatedtype.Wrapper-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#143">Source</a><a href="#associatedtype.Wrapper-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = IntervalMonthDayNano</h4></section><section id="associatedtype.LargestType-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#143">Source</a><a href="#associatedtype.LargestType-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.IntervalMonthDayNanoType.html" title="struct datatypes::types::IntervalMonthDayNanoType">IntervalMonthDayNanoType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-IntervalYearMonthType" class="impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#141">Source</a><a href="#impl-LogicalPrimitiveType-for-IntervalYearMonthType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.IntervalYearMonthType.html" title="struct datatypes::types::IntervalYearMonthType">IntervalYearMonthType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#141">Source</a><a href="#associatedtype.ArrowPrimitive-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = IntervalYearMonthType</h4></section><section id="associatedtype.Native-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#141">Source</a><a href="#associatedtype.Native-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.Wrapper-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#141">Source</a><a href="#associatedtype.Wrapper-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = IntervalYearMonth</h4></section><section id="associatedtype.LargestType-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/interval_type.rs.html#141">Source</a><a href="#associatedtype.LargestType-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.IntervalYearMonthType.html" title="struct datatypes::types::IntervalYearMonthType">IntervalYearMonthType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimeMicrosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#182">Source</a><a href="#impl-LogicalPrimitiveType-for-TimeMicrosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimeMicrosecondType.html" title="struct datatypes::types::TimeMicrosecondType">TimeMicrosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#182">Source</a><a href="#associatedtype.ArrowPrimitive-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Time64MicrosecondType</h4></section><section id="associatedtype.Native-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#182">Source</a><a href="#associatedtype.Native-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#182">Source</a><a href="#associatedtype.Wrapper-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../time/struct.TimeMicrosecond.html" title="struct datatypes::time::TimeMicrosecond">TimeMicrosecond</a></h4></section><section id="associatedtype.LargestType-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#182">Source</a><a href="#associatedtype.LargestType-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimeMicrosecondType.html" title="struct datatypes::types::TimeMicrosecondType">TimeMicrosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimeMillisecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#180">Source</a><a href="#impl-LogicalPrimitiveType-for-TimeMillisecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimeMillisecondType.html" title="struct datatypes::types::TimeMillisecondType">TimeMillisecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#180">Source</a><a href="#associatedtype.ArrowPrimitive-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Time32MillisecondType</h4></section><section id="associatedtype.Native-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#180">Source</a><a href="#associatedtype.Native-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.Wrapper-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#180">Source</a><a href="#associatedtype.Wrapper-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../time/struct.TimeMillisecond.html" title="struct datatypes::time::TimeMillisecond">TimeMillisecond</a></h4></section><section id="associatedtype.LargestType-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#180">Source</a><a href="#associatedtype.LargestType-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimeMillisecondType.html" title="struct datatypes::types::TimeMillisecondType">TimeMillisecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimeNanosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#181">Source</a><a href="#impl-LogicalPrimitiveType-for-TimeNanosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimeNanosecondType.html" title="struct datatypes::types::TimeNanosecondType">TimeNanosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#181">Source</a><a href="#associatedtype.ArrowPrimitive-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Time64NanosecondType</h4></section><section id="associatedtype.Native-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#181">Source</a><a href="#associatedtype.Native-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#181">Source</a><a href="#associatedtype.Wrapper-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../time/struct.TimeNanosecond.html" title="struct datatypes::time::TimeNanosecond">TimeNanosecond</a></h4></section><section id="associatedtype.LargestType-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#181">Source</a><a href="#associatedtype.LargestType-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimeNanosecondType.html" title="struct datatypes::types::TimeNanosecondType">TimeNanosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimeSecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#179">Source</a><a href="#impl-LogicalPrimitiveType-for-TimeSecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimeSecondType.html" title="struct datatypes::types::TimeSecondType">TimeSecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#179">Source</a><a href="#associatedtype.ArrowPrimitive-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = Time32SecondType</h4></section><section id="associatedtype.Native-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#179">Source</a><a href="#associatedtype.Native-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="associatedtype.Wrapper-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#179">Source</a><a href="#associatedtype.Wrapper-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../time/struct.TimeSecond.html" title="struct datatypes::time::TimeSecond">TimeSecond</a></h4></section><section id="associatedtype.LargestType-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/time_type.rs.html#179">Source</a><a href="#associatedtype.LargestType-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimeSecondType.html" title="struct datatypes::types::TimeSecondType">TimeSecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimestampMicrosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#199">Source</a><a href="#impl-LogicalPrimitiveType-for-TimestampMicrosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimestampMicrosecondType.html" title="struct datatypes::types::TimestampMicrosecondType">TimestampMicrosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#199">Source</a><a href="#associatedtype.ArrowPrimitive-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = TimestampMicrosecondType</h4></section><section id="associatedtype.Native-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#199">Source</a><a href="#associatedtype.Native-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#199">Source</a><a href="#associatedtype.Wrapper-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../timestamp/struct.TimestampMicrosecond.html" title="struct datatypes::timestamp::TimestampMicrosecond">TimestampMicrosecond</a></h4></section><section id="associatedtype.LargestType-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#199">Source</a><a href="#associatedtype.LargestType-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimestampMicrosecondType.html" title="struct datatypes::types::TimestampMicrosecondType">TimestampMicrosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimestampMillisecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#198">Source</a><a href="#impl-LogicalPrimitiveType-for-TimestampMillisecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimestampMillisecondType.html" title="struct datatypes::types::TimestampMillisecondType">TimestampMillisecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#198">Source</a><a href="#associatedtype.ArrowPrimitive-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = TimestampMillisecondType</h4></section><section id="associatedtype.Native-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#198">Source</a><a href="#associatedtype.Native-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#198">Source</a><a href="#associatedtype.Wrapper-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../timestamp/struct.TimestampMillisecond.html" title="struct datatypes::timestamp::TimestampMillisecond">TimestampMillisecond</a></h4></section><section id="associatedtype.LargestType-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#198">Source</a><a href="#associatedtype.LargestType-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimestampMillisecondType.html" title="struct datatypes::types::TimestampMillisecondType">TimestampMillisecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimestampNanosecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#196">Source</a><a href="#impl-LogicalPrimitiveType-for-TimestampNanosecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimestampNanosecondType.html" title="struct datatypes::types::TimestampNanosecondType">TimestampNanosecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#196">Source</a><a href="#associatedtype.ArrowPrimitive-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = TimestampNanosecondType</h4></section><section id="associatedtype.Native-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#196">Source</a><a href="#associatedtype.Native-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#196">Source</a><a href="#associatedtype.Wrapper-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../timestamp/struct.TimestampNanosecond.html" title="struct datatypes::timestamp::TimestampNanosecond">TimestampNanosecond</a></h4></section><section id="associatedtype.LargestType-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#196">Source</a><a href="#associatedtype.LargestType-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimestampNanosecondType.html" title="struct datatypes::types::TimestampNanosecondType">TimestampNanosecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-TimestampSecondType" class="impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#197">Source</a><a href="#impl-LogicalPrimitiveType-for-TimestampSecondType" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.TimestampSecondType.html" title="struct datatypes::types::TimestampSecondType">TimestampSecondType</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#197">Source</a><a href="#associatedtype.ArrowPrimitive-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = TimestampSecondType</h4></section><section id="associatedtype.Native-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#197">Source</a><a href="#associatedtype.Native-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="associatedtype.Wrapper-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#197">Source</a><a href="#associatedtype.Wrapper-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="struct" href="../timestamp/struct.TimestampSecond.html" title="struct datatypes::timestamp::TimestampSecond">TimestampSecond</a></h4></section><section id="associatedtype.LargestType-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/timestamp_type.rs.html#197">Source</a><a href="#associatedtype.LargestType-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.TimestampSecondType.html" title="struct datatypes::types::TimestampSecondType">TimestampSecondType</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-UInt8Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#255-258">Source</a><a href="#impl-LogicalPrimitiveType-for-UInt8Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.UInt8Type.html" title="struct datatypes::types::UInt8Type">UInt8Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#255-258">Source</a><a href="#associatedtype.ArrowPrimitive-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = UInt8Type</h4></section><section id="associatedtype.Native-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#255-258">Source</a><a href="#associatedtype.Native-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="associatedtype.Wrapper-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#255-258">Source</a><a href="#associatedtype.Wrapper-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="associatedtype.LargestType-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#255-258">Source</a><a href="#associatedtype.LargestType-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-UInt16Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#259-262">Source</a><a href="#impl-LogicalPrimitiveType-for-UInt16Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.UInt16Type.html" title="struct datatypes::types::UInt16Type">UInt16Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#259-262">Source</a><a href="#associatedtype.ArrowPrimitive-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = UInt16Type</h4></section><section id="associatedtype.Native-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#259-262">Source</a><a href="#associatedtype.Native-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="associatedtype.Wrapper-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#259-262">Source</a><a href="#associatedtype.Wrapper-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="associatedtype.LargestType-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#259-262">Source</a><a href="#associatedtype.LargestType-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-UInt32Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#263-266">Source</a><a href="#impl-LogicalPrimitiveType-for-UInt32Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.UInt32Type.html" title="struct datatypes::types::UInt32Type">UInt32Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#263-266">Source</a><a href="#associatedtype.ArrowPrimitive-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = UInt32Type</h4></section><section id="associatedtype.Native-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#263-266">Source</a><a href="#associatedtype.Native-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="associatedtype.Wrapper-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#263-266">Source</a><a href="#associatedtype.Wrapper-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="associatedtype.LargestType-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#263-266">Source</a><a href="#associatedtype.LargestType-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-LogicalPrimitiveType-for-UInt64Type" class="impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#267-270">Source</a><a href="#impl-LogicalPrimitiveType-for-UInt64Type" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.LogicalPrimitiveType.html" title="trait datatypes::types::LogicalPrimitiveType">LogicalPrimitiveType</a> for <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h3></section></summary><div class="impl-items"><section id="associatedtype.ArrowPrimitive-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#267-270">Source</a><a href="#associatedtype.ArrowPrimitive-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.ArrowPrimitive" class="associatedtype">ArrowPrimitive</a> = UInt64Type</h4></section><section id="associatedtype.Native-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#267-270">Source</a><a href="#associatedtype.Native-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Native" class="associatedtype">Native</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="associatedtype.Wrapper-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#267-270">Source</a><a href="#associatedtype.Wrapper-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.Wrapper" class="associatedtype">Wrapper</a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="associatedtype.LargestType-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/types/primitive_type.rs.html#267-270">Source</a><a href="#associatedtype.LargestType-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.LargestType" class="associatedtype">LargestType</a> = <a class="struct" href="struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a></h4></section></div></details></div><script src="../../trait.impl/datatypes/types/primitive_type/trait.LogicalPrimitiveType.js" async></script></section></div></main></body></html> |