mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 08:50:40 +00:00
34 lines
80 KiB
HTML
34 lines
80 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="Owned scalar value e.g. primitive types, bool, `Vec<u8>` …"><title>Scalar in datatypes::scalars - 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-17e0aaed.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.96.0-nightly (ac7f9ec7d 2026-03-20)" data-channel="nightly" data-search-js="search-63369b7b.js" data-stringdex-js="stringdex-2da4960a.js" data-settings-js="settings-170eb4bf.js" ><script src="../../static.files/storage-41dd4d93.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5013f961.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-f7c3ffd8.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"><a class="skip-main-content" href="#main-content">Skip to main content</a><!--[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="#">Scalar</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</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Scalar</a></h2><h3><a href="#required-associated-types">Required Associated Types</a></h3><ul class="block"><li><a href="#associatedtype.RefType" title="RefType">RefType</a></li><li><a href="#associatedtype.VectorType" title="VectorType">VectorType</a></li></ul><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.as_scalar_ref" title="as_scalar_ref">as_scalar_ref</a></li><li><a href="#tymethod.upcast_gat" title="upcast_gat">upcast_gat</a></li></ul><h3><a href="#foreign-impls">Implementations on Foreign Types</a></h3><ul class="block"><li><a href="#impl-Scalar-for-()" title="()">()</a></li><li><a href="#impl-Scalar-for-Date" title="Date">Date</a></li><li><a href="#impl-Scalar-for-Decimal128" title="Decimal128">Decimal128</a></li><li><a href="#impl-Scalar-for-IntervalDayTime" title="IntervalDayTime">IntervalDayTime</a></li><li><a href="#impl-Scalar-for-IntervalMonthDayNano" title="IntervalMonthDayNano">IntervalMonthDayNano</a></li><li><a href="#impl-Scalar-for-IntervalYearMonth" title="IntervalYearMonth">IntervalYearMonth</a></li><li><a href="#impl-Scalar-for-String" title="String">String</a></li><li><a href="#impl-Scalar-for-Vec%3Cu8%3E" title="Vec<u8>">Vec<u8></a></li><li><a href="#impl-Scalar-for-bool" title="bool">bool</a></li><li><a href="#impl-Scalar-for-f32" title="f32">f32</a></li><li><a href="#impl-Scalar-for-f64" title="f64">f64</a></li><li><a href="#impl-Scalar-for-i8" title="i8">i8</a></li><li><a href="#impl-Scalar-for-i16" title="i16">i16</a></li><li><a href="#impl-Scalar-for-i32" title="i32">i32</a></li><li><a href="#impl-Scalar-for-i64" title="i64">i64</a></li><li><a href="#impl-Scalar-for-u8" title="u8">u8</a></li><li><a href="#impl-Scalar-for-u16" title="u16">u16</a></li><li><a href="#impl-Scalar-for-u32" title="u32">u32</a></li><li><a href="#impl-Scalar-for-u64" title="u64">u64</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>scalars</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" tabindex="-1"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">datatypes</a>::<wbr><a href="index.html">scalars</a></div><h1>Trait <span class="trait">Scalar</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/scalars.rs.html#40-53">Source</a> </span></div><pre class="rust item-decl"><code>pub trait Scalar:
|
||
'static
|
||
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>
|
||
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a>
|
||
+ <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a><div class="where">where
|
||
for<'a> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.VectorType" title="type datatypes::scalars::Scalar::VectorType">VectorType</a>: <a class="trait" href="trait.ScalarVector.html" title="trait datatypes::scalars::ScalarVector">ScalarVector</a><RefItem<'a> = Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'a>>,</div>{
|
||
type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a>: <a class="trait" href="trait.ScalarVector.html" title="trait datatypes::scalars::ScalarVector">ScalarVector</a><OwnedItem = Self>;
|
||
type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a>: <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a, ScalarType = Self>
|
||
<span class="where">where Self: 'a</span>;
|
||
|
||
// Required methods
|
||
fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_>;
|
||
<span class="item-spacer"></span> fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short>;
|
||
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Owned scalar value
|
||
e.g. primitive types, bool, <code>Vec<u8></code> …</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"><section id="associatedtype.VectorType" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#44">Source</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a>: <a class="trait" href="trait.ScalarVector.html" title="trait datatypes::scalars::ScalarVector">ScalarVector</a><OwnedItem = Self></h4></section><section id="associatedtype.RefType" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#45-47">Source</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a>: <a class="trait" href="trait.ScalarRef.html" title="trait datatypes::scalars::ScalarRef">ScalarRef</a><'a, ScalarType = Self>
|
||
<span class="where">where
|
||
Self: 'a</span></h4></section></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.as_scalar_ref" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#49">Source</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section></summary><div class="docblock"><p>Get a reference of the current value.</p>
|
||
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.upcast_gat" class="method"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#52">Source</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></summary><div class="docblock"><p>Upcast GAT type’s lifetime.</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="foreign-impls" class="section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-bool" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#205-217">Source</a><a href="#impl-Scalar-for-bool" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#206">Source</a><a href="#associatedtype.VectorType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.BooleanVector.html" title="struct datatypes::vectors::BooleanVector">BooleanVector</a></h4></section><section id="associatedtype.RefType-1" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#207">Source</a><a href="#associatedtype.RefType-1" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section><section id="method.as_scalar_ref" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#209-211">Source</a><a href="#method.as_scalar_ref" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section><section id="method.upcast_gat" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#214-216">Source</a><a href="#method.upcast_gat" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-f32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#impl-Scalar-for-f32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#associatedtype.VectorType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Float32Type.html" title="struct datatypes::types::Float32Type">Float32Type</a>></h4></section><section id="associatedtype.RefType-2" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#associatedtype.RefType-2" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="method.as_scalar_ref-1" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#method.as_scalar_ref-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section><section id="method.upcast_gat-1" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#184">Source</a><a href="#method.upcast_gat-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-f64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#impl-Scalar-for-f64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#associatedtype.VectorType-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Float64Type.html" title="struct datatypes::types::Float64Type">Float64Type</a>></h4></section><section id="associatedtype.RefType-3" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#associatedtype.RefType-3" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="method.as_scalar_ref-2" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#method.as_scalar_ref-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section><section id="method.upcast_gat-2" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#185">Source</a><a href="#method.upcast_gat-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-i8" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#impl-Scalar-for-i8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#associatedtype.VectorType-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Int8Type.html" title="struct datatypes::types::Int8Type">Int8Type</a>></h4></section><section id="associatedtype.RefType-4" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#associatedtype.RefType-4" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="method.as_scalar_ref-3" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#method.as_scalar_ref-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section><section id="method.upcast_gat-3" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#180">Source</a><a href="#method.upcast_gat-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-i16" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#impl-Scalar-for-i16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#associatedtype.VectorType-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Int16Type.html" title="struct datatypes::types::Int16Type">Int16Type</a>></h4></section><section id="associatedtype.RefType-5" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#associatedtype.RefType-5" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="method.as_scalar_ref-4" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#method.as_scalar_ref-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section><section id="method.upcast_gat-4" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#181">Source</a><a href="#method.upcast_gat-4" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-i32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#impl-Scalar-for-i32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#associatedtype.VectorType-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Int32Type.html" title="struct datatypes::types::Int32Type">Int32Type</a>></h4></section><section id="associatedtype.RefType-6" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#associatedtype.RefType-6" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.as_scalar_ref-5" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#method.as_scalar_ref-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section><section id="method.upcast_gat-5" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#182">Source</a><a href="#method.upcast_gat-5" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-i64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#impl-Scalar-for-i64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#associatedtype.VectorType-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.Int64Type.html" title="struct datatypes::types::Int64Type">Int64Type</a>></h4></section><section id="associatedtype.RefType-7" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#associatedtype.RefType-7" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="method.as_scalar_ref-6" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#method.as_scalar_ref-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section><section id="method.upcast_gat-6" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#183">Source</a><a href="#method.upcast_gat-6" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-u8" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#impl-Scalar-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#associatedtype.VectorType-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.UInt8Type.html" title="struct datatypes::types::UInt8Type">UInt8Type</a>></h4></section><section id="associatedtype.RefType-8" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#associatedtype.RefType-8" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="method.as_scalar_ref-7" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#method.as_scalar_ref-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section><section id="method.upcast_gat-7" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#176">Source</a><a href="#method.upcast_gat-7" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-u16" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#impl-Scalar-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#associatedtype.VectorType-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.UInt16Type.html" title="struct datatypes::types::UInt16Type">UInt16Type</a>></h4></section><section id="associatedtype.RefType-9" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#associatedtype.RefType-9" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="method.as_scalar_ref-8" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#method.as_scalar_ref-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section><section id="method.upcast_gat-8" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#177">Source</a><a href="#method.upcast_gat-8" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-u32" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#impl-Scalar-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#associatedtype.VectorType-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.UInt32Type.html" title="struct datatypes::types::UInt32Type">UInt32Type</a>></h4></section><section id="associatedtype.RefType-10" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#associatedtype.RefType-10" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="method.as_scalar_ref-9" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#method.as_scalar_ref-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section><section id="method.upcast_gat-9" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#178">Source</a><a href="#method.upcast_gat-9" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-u64" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#impl-Scalar-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#associatedtype.VectorType-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.UInt64Type.html" title="struct datatypes::types::UInt64Type">UInt64Type</a>></h4></section><section id="associatedtype.RefType-11" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#associatedtype.RefType-11" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="method.as_scalar_ref-10" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#method.as_scalar_ref-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section><section id="method.upcast_gat-10" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#179">Source</a><a href="#method.upcast_gat-10" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>) -> <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-()" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#187-197">Source</a><a href="#impl-Scalar-for-()" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#188">Source</a><a href="#associatedtype.VectorType-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.NullVector.html" title="struct datatypes::vectors::NullVector">NullVector</a></h4></section><section id="associatedtype.RefType-12" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#189">Source</a><a href="#associatedtype.RefType-12" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a></h4></section><section id="method.as_scalar_ref-11" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#191">Source</a><a href="#method.as_scalar_ref-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self)</h4></section><section id="method.upcast_gat-11" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#194-196">Source</a><a href="#method.upcast_gat-11" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>)</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-String" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#227-238">Source</a><a href="#impl-Scalar-for-String" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#228">Source</a><a href="#associatedtype.VectorType-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.StringVector.html" title="struct datatypes::vectors::StringVector">StringVector</a></h4></section><section id="associatedtype.RefType-13" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#229">Source</a><a href="#associatedtype.RefType-13" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = &'a <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="method.as_scalar_ref-12" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#231-233">Source</a><a href="#method.as_scalar_ref-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> &<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="method.upcast_gat-12" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#235-237">Source</a><a href="#method.upcast_gat-12" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: &'long <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -> &'short <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-Vec%3Cu8%3E" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#248-259">Source</a><a href="#impl-Scalar-for-Vec%3Cu8%3E" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#249">Source</a><a href="#associatedtype.VectorType-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.BinaryVector.html" title="struct datatypes::vectors::BinaryVector">BinaryVector</a></h4></section><section id="associatedtype.RefType-14" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#250">Source</a><a href="#associatedtype.RefType-14" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = &'a [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]</h4></section><section id="method.as_scalar_ref-13" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#252-254">Source</a><a href="#method.as_scalar_ref-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> &[<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a href="#" class="tooltip" data-notable-ty="&[u8]">ⓘ</a></h4></section><section id="method.upcast_gat-13" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#256-258">Source</a><a href="#method.upcast_gat-13" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(long: &'long [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>]) -> &'short [<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a href="#" class="tooltip" data-notable-ty="&'short [u8]">ⓘ</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-Date" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#269-280">Source</a><a href="#impl-Scalar-for-Date" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for Date</h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#270">Source</a><a href="#associatedtype.VectorType-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.DateType.html" title="struct datatypes::types::DateType">DateType</a>></h4></section><section id="associatedtype.RefType-15" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#271">Source</a><a href="#associatedtype.RefType-15" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = Date</h4></section><section id="method.as_scalar_ref-14" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#273-275">Source</a><a href="#method.as_scalar_ref-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section><section id="method.upcast_gat-14" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#277-279">Source</a><a href="#method.upcast_gat-14" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-Decimal128" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#290-301">Source</a><a href="#impl-Scalar-for-Decimal128" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for Decimal128</h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#291">Source</a><a href="#associatedtype.VectorType-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.Decimal128Vector.html" title="struct datatypes::vectors::Decimal128Vector">Decimal128Vector</a></h4></section><section id="associatedtype.RefType-16" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#292">Source</a><a href="#associatedtype.RefType-16" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = Decimal128</h4></section><section id="method.as_scalar_ref-15" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#294-296">Source</a><a href="#method.as_scalar_ref-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section><section id="method.upcast_gat-15" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#298-300">Source</a><a href="#method.upcast_gat-15" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-IntervalDayTime" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#impl-Scalar-for-IntervalDayTime" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for IntervalDayTime</h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#associatedtype.VectorType-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.IntervalDayTimeType.html" title="struct datatypes::types::IntervalDayTimeType">IntervalDayTimeType</a>></h4></section><section id="associatedtype.RefType-17" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#associatedtype.RefType-17" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = IntervalDayTime</h4></section><section id="method.as_scalar_ref-16" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#method.as_scalar_ref-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section><section id="method.upcast_gat-16" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#71">Source</a><a href="#method.upcast_gat-16" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-IntervalMonthDayNano" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#impl-Scalar-for-IntervalMonthDayNano" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for IntervalMonthDayNano</h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#associatedtype.VectorType-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.IntervalMonthDayNanoType.html" title="struct datatypes::types::IntervalMonthDayNanoType">IntervalMonthDayNanoType</a>></h4></section><section id="associatedtype.RefType-18" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#associatedtype.RefType-18" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = IntervalMonthDayNano</h4></section><section id="method.as_scalar_ref-17" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#method.as_scalar_ref-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section><section id="method.upcast_gat-17" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#72">Source</a><a href="#method.upcast_gat-17" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-IntervalYearMonth" class="impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#impl-Scalar-for-IntervalYearMonth" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for IntervalYearMonth</h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#associatedtype.VectorType-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.IntervalYearMonthType.html" title="struct datatypes::types::IntervalYearMonthType">IntervalYearMonthType</a>></h4></section><section id="associatedtype.RefType-19" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#associatedtype.RefType-19" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = IntervalYearMonth</h4></section><section id="method.as_scalar_ref-18" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#method.as_scalar_ref-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.as_scalar_ref" class="fn">as_scalar_ref</a>(&self) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'_></h4></section><section id="method.upcast_gat-18" class="method trait-impl"><a class="src rightside" href="../../src/datatypes/interval.rs.html#70">Source</a><a href="#method.upcast_gat-18" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.upcast_gat" class="fn">upcast_gat</a><'short, 'long: 'short>(
|
||
long: Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'long>,
|
||
) -> Self::<a class="associatedtype" href="trait.Scalar.html#associatedtype.RefType" title="type datatypes::scalars::Scalar::RefType">RefType</a><'short></h4></section></div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><div class="negative-marker"></div><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-DurationMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#impl-Scalar-for-DurationMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../duration/struct.DurationMicrosecond.html" title="struct datatypes::duration::DurationMicrosecond">DurationMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#associatedtype.VectorType-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.DurationMicrosecondType.html" title="struct datatypes::types::DurationMicrosecondType">DurationMicrosecondType</a>></h4></section><section id="associatedtype.RefType-20" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#138">Source</a><a href="#associatedtype.RefType-20" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../duration/struct.DurationMicrosecond.html" title="struct datatypes::duration::DurationMicrosecond">DurationMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-DurationMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#impl-Scalar-for-DurationMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../duration/struct.DurationMillisecond.html" title="struct datatypes::duration::DurationMillisecond">DurationMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#associatedtype.VectorType-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.DurationMillisecondType.html" title="struct datatypes::types::DurationMillisecondType">DurationMillisecondType</a>></h4></section><section id="associatedtype.RefType-21" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#137">Source</a><a href="#associatedtype.RefType-21" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../duration/struct.DurationMillisecond.html" title="struct datatypes::duration::DurationMillisecond">DurationMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-DurationNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#impl-Scalar-for-DurationNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../duration/struct.DurationNanosecond.html" title="struct datatypes::duration::DurationNanosecond">DurationNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#associatedtype.VectorType-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.DurationNanosecondType.html" title="struct datatypes::types::DurationNanosecondType">DurationNanosecondType</a>></h4></section><section id="associatedtype.RefType-22" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#139">Source</a><a href="#associatedtype.RefType-22" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../duration/struct.DurationNanosecond.html" title="struct datatypes::duration::DurationNanosecond">DurationNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-DurationSecond" class="impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#impl-Scalar-for-DurationSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../duration/struct.DurationSecond.html" title="struct datatypes::duration::DurationSecond">DurationSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#associatedtype.VectorType-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.DurationSecondType.html" title="struct datatypes::types::DurationSecondType">DurationSecondType</a>></h4></section><section id="associatedtype.RefType-23" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/duration.rs.html#136">Source</a><a href="#associatedtype.RefType-23" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../duration/struct.DurationSecond.html" title="struct datatypes::duration::DurationSecond">DurationSecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimeMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#impl-Scalar-for-TimeMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../time/struct.TimeMicrosecond.html" title="struct datatypes::time::TimeMicrosecond">TimeMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#associatedtype.VectorType-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimeMicrosecondType.html" title="struct datatypes::types::TimeMicrosecondType">TimeMicrosecondType</a>></h4></section><section id="associatedtype.RefType-24" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#136">Source</a><a href="#associatedtype.RefType-24" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../time/struct.TimeMicrosecond.html" title="struct datatypes::time::TimeMicrosecond">TimeMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimeMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#impl-Scalar-for-TimeMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../time/struct.TimeMillisecond.html" title="struct datatypes::time::TimeMillisecond">TimeMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#associatedtype.VectorType-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimeMillisecondType.html" title="struct datatypes::types::TimeMillisecondType">TimeMillisecondType</a>></h4></section><section id="associatedtype.RefType-25" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#135">Source</a><a href="#associatedtype.RefType-25" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../time/struct.TimeMillisecond.html" title="struct datatypes::time::TimeMillisecond">TimeMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimeNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#impl-Scalar-for-TimeNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../time/struct.TimeNanosecond.html" title="struct datatypes::time::TimeNanosecond">TimeNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#associatedtype.VectorType-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimeNanosecondType.html" title="struct datatypes::types::TimeNanosecondType">TimeNanosecondType</a>></h4></section><section id="associatedtype.RefType-26" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#137">Source</a><a href="#associatedtype.RefType-26" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../time/struct.TimeNanosecond.html" title="struct datatypes::time::TimeNanosecond">TimeNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimeSecond" class="impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#impl-Scalar-for-TimeSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../time/struct.TimeSecond.html" title="struct datatypes::time::TimeSecond">TimeSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-27" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#associatedtype.VectorType-27" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimeSecondType.html" title="struct datatypes::types::TimeSecondType">TimeSecondType</a>></h4></section><section id="associatedtype.RefType-27" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/time.rs.html#134">Source</a><a href="#associatedtype.RefType-27" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../time/struct.TimeSecond.html" title="struct datatypes::time::TimeSecond">TimeSecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimestampMicrosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#impl-Scalar-for-TimestampMicrosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../timestamp/struct.TimestampMicrosecond.html" title="struct datatypes::timestamp::TimestampMicrosecond">TimestampMicrosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-28" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#associatedtype.VectorType-28" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimestampMicrosecondType.html" title="struct datatypes::types::TimestampMicrosecondType">TimestampMicrosecondType</a>></h4></section><section id="associatedtype.RefType-28" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#143">Source</a><a href="#associatedtype.RefType-28" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../timestamp/struct.TimestampMicrosecond.html" title="struct datatypes::timestamp::TimestampMicrosecond">TimestampMicrosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimestampMillisecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#impl-Scalar-for-TimestampMillisecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../timestamp/struct.TimestampMillisecond.html" title="struct datatypes::timestamp::TimestampMillisecond">TimestampMillisecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-29" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#associatedtype.VectorType-29" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimestampMillisecondType.html" title="struct datatypes::types::TimestampMillisecondType">TimestampMillisecondType</a>></h4></section><section id="associatedtype.RefType-29" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#142">Source</a><a href="#associatedtype.RefType-29" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../timestamp/struct.TimestampMillisecond.html" title="struct datatypes::timestamp::TimestampMillisecond">TimestampMillisecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimestampNanosecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#impl-Scalar-for-TimestampNanosecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../timestamp/struct.TimestampNanosecond.html" title="struct datatypes::timestamp::TimestampNanosecond">TimestampNanosecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-30" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#associatedtype.VectorType-30" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimestampNanosecondType.html" title="struct datatypes::types::TimestampNanosecondType">TimestampNanosecondType</a>></h4></section><section id="associatedtype.RefType-30" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#144">Source</a><a href="#associatedtype.RefType-30" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../timestamp/struct.TimestampNanosecond.html" title="struct datatypes::timestamp::TimestampNanosecond">TimestampNanosecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-TimestampSecond" class="impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#impl-Scalar-for-TimestampSecond" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../timestamp/struct.TimestampSecond.html" title="struct datatypes::timestamp::TimestampSecond">TimestampSecond</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-31" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#associatedtype.VectorType-31" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.PrimitiveVector.html" title="struct datatypes::vectors::PrimitiveVector">PrimitiveVector</a><<a class="struct" href="../types/struct.TimestampSecondType.html" title="struct datatypes::types::TimestampSecondType">TimestampSecondType</a>></h4></section><section id="associatedtype.RefType-31" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/timestamp.rs.html#141">Source</a><a href="#associatedtype.RefType-31" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="struct" href="../timestamp/struct.TimestampSecond.html" title="struct datatypes::timestamp::TimestampSecond">TimestampSecond</a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-ListValue" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#313-324">Source</a><a href="#impl-Scalar-for-ListValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../value/struct.ListValue.html" title="struct datatypes::value::ListValue">ListValue</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-32" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#314">Source</a><a href="#associatedtype.VectorType-32" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.ListVector.html" title="struct datatypes::vectors::ListVector">ListVector</a></h4></section><section id="associatedtype.RefType-32" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#315">Source</a><a href="#associatedtype.RefType-32" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="enum" href="../value/enum.ListValueRef.html" title="enum datatypes::value::ListValueRef">ListValueRef</a><'a></h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Scalar-for-StructValue" class="impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#349-360">Source</a><a href="#impl-Scalar-for-StructValue" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Scalar.html" title="trait datatypes::scalars::Scalar">Scalar</a> for <a class="struct" href="../value/struct.StructValue.html" title="struct datatypes::value::StructValue">StructValue</a></h3></section></summary><div class="impl-items"><section id="associatedtype.VectorType-33" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#350">Source</a><a href="#associatedtype.VectorType-33" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.VectorType" class="associatedtype">VectorType</a> = <a class="struct" href="../vectors/struct.StructVector.html" title="struct datatypes::vectors::StructVector">StructVector</a></h4></section><section id="associatedtype.RefType-33" class="associatedtype trait-impl"><a class="src rightside" href="../../src/datatypes/scalars.rs.html#351">Source</a><a href="#associatedtype.RefType-33" class="anchor">§</a><h4 class="code-header">type <a href="#associatedtype.RefType" class="associatedtype">RefType</a><'a> = <a class="enum" href="../value/enum.StructValueRef.html" title="enum datatypes::value::StructValueRef">StructValueRef</a><'a></h4></section></div></details></div><script src="../../trait.impl/datatypes/scalars/trait.Scalar.js" data-ignore-extern-crates="common_time,std,alloc,common_decimal" async></script><script type="text/json" id="notable-traits-data">{"&'short [u8]":"<h3>Notable traits for <code>&[<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>]</code></h3><pre><code><div class=\"where\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for &[<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>]</div>","&[u8]":"<h3>Notable traits for <code>&[<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>]</code></h3><pre><code><div class=\"where\">impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/std/io/trait.Read.html\" title=\"trait std::io::Read\">Read</a> for &[<a class=\"primitive\" href=\"https://doc.rust-lang.org/nightly/std/primitive.u8.html\">u8</a>]</div>"}</script></section></div></main></body></html> |