From 5442898a1182f1ce4c9cd58ce89fc186a47002f9 Mon Sep 17 00:00:00 2001 From: wangxiaoying Date: Sat, 9 Mar 2024 05:57:33 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20sfu-db/c?= =?UTF-8?q?onnector-x@6df1eeda72a3b5a6c4687ce10febba40027ac7b9=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../struct.ArrowBatchIter.html | 25 +++--- .../connectorx/data_order/enum.DataOrder.html | 24 +++--- .../arrow/enum.ArrowDestinationError.html | 20 ++--- .../arrow/struct.ArrowDestination.html | 14 ++-- .../arrow/struct.ArrowPartitionWriter.html | 16 ++-- .../typesystem/enum.ArrowTypeSystem.html | 24 +++--- .../arrow2/enum.Arrow2DestinationError.html | 20 ++--- .../arrow2/struct.Arrow2Destination.html | 14 ++-- .../arrow2/struct.ArrowPartitionWriter.html | 14 ++-- .../typesystem/enum.Arrow2TypeSystem.html | 24 +++--- .../enum.ArrowDestinationError.html | 20 ++--- .../arrowstream/struct.ArrowDestination.html | 14 ++-- .../struct.ArrowPartitionWriter.html | 16 ++-- .../typesystem/enum.ArrowTypeSystem.html | 24 +++--- .../errors/enum.ConnectorXError.html | 18 ++--- .../errors/enum.ConnectorXOutError.html | 24 +++--- .../errors/enum.ProduceContext.html | 14 ++-- .../struct.FederatedDataSourceInfo.html | 14 ++-- .../connectorx/fed_rewriter/struct.Plan.html | 14 ++-- .../partition/struct.PartitionQuery.html | 14 ++-- .../connectorx/prelude/enum.CXQuery.html | 20 ++--- .../connectorx/prelude/struct.Dispatcher.html | 14 ++-- .../source_router/enum.SourceType.html | 18 ++--- .../source_router/struct.SourceConn.html | 22 ++--- .../bigquery/enum.BigQuerySourceError.html | 24 +++--- .../bigquery/enum.BigQueryTypeSystem.html | 18 ++--- .../bigquery/struct.BigQueryDialect.html | 14 ++-- .../bigquery/struct.BigQuerySource.html | 14 ++-- .../bigquery/struct.BigQuerySourceParser.html | 18 ++--- .../struct.BigQuerySourcePartition.html | 14 ++-- .../sources/csv/enum.CSVSourceError.html | 20 ++--- .../sources/csv/enum.CSVTypeSystem.html | 24 +++--- .../sources/csv/struct.CSVSource.html | 14 ++-- .../csv/struct.CSVSourcePartition.html | 14 ++-- .../csv/struct.CSVSourcePartitionParser.html | 16 ++-- .../sources/dummy/enum.DummyTypeSystem.html | 24 +++--- .../sources/dummy/struct.DummySource.html | 14 ++-- .../dummy/struct.DummySourcePartition.html | 14 ++-- .../struct.DummySourcePartitionParser.html | 18 ++--- .../sources/mssql/enum.MsSQLSourceError.html | 22 ++--- .../sources/mssql/enum.MsSQLTypeSystem.html | 18 ++--- .../sources/mssql/fn.mssql_config.html | 2 +- .../sources/mssql/struct.FloatN.html | 16 ++-- .../connectorx/sources/mssql/struct.IntN.html | 16 ++-- .../sources/mssql/struct.MsSQLSource.html | 14 ++-- .../mssql/struct.MsSQLSourceParser.html | 18 ++--- .../mssql/struct.MsSQLSourcePartition.html | 14 ++-- .../sources/mysql/enum.BinaryProtocol.html | 14 ++-- .../sources/mysql/enum.MySQLSourceError.html | 20 ++--- .../sources/mysql/enum.MySQLTypeSystem.html | 18 ++--- .../sources/mysql/enum.TextProtocol.html | 14 ++-- .../mysql/struct.MySQLBinarySourceParser.html | 18 ++--- .../sources/mysql/struct.MySQLSource.html | 14 ++-- .../mysql/struct.MySQLSourcePartition.html | 14 ++-- .../mysql/struct.MySQLTextSourceParser.html | 18 ++--- .../oracle/enum.OracleSourceError.html | 22 ++--- .../sources/oracle/enum.OracleTypeSystem.html | 18 ++--- .../sources/oracle/fn.connect_oracle.html | 2 +- .../sources/oracle/struct.OracleDialect.html | 14 ++-- .../sources/oracle/struct.OracleSource.html | 14 ++-- .../oracle/struct.OracleSourcePartition.html | 14 ++-- .../oracle/struct.OracleTextSourceParser.html | 18 ++--- .../sources/postgres/enum.BinaryProtocol.html | 14 ++-- .../sources/postgres/enum.CSVProtocol.html | 14 ++-- .../sources/postgres/enum.CursorProtocol.html | 14 ++-- .../postgres/enum.PostgresSourceError.html | 20 ++--- .../postgres/enum.PostgresTypeSystem.html | 18 ++--- .../sources/postgres/enum.SimpleProtocol.html | 14 ++-- .../sources/postgres/fn.rewrite_tls_args.html | 2 +- ...t.PostgresBinarySourcePartitionParser.html | 22 ++--- .../struct.PostgresCSVSourceParser.html | 22 ++--- .../struct.PostgresRawSourceParser.html | 22 ++--- .../struct.PostgresSimpleSourceParser.html | 22 ++--- .../postgres/struct.PostgresSource.html | 14 ++-- .../struct.PostgresSourcePartition.html | 26 +++--- .../postgres/struct.PostgresTypePairs.html | 14 ++-- .../sqlite/enum.SQLiteSourceError.html | 20 ++--- .../sources/sqlite/enum.SQLiteTypeSystem.html | 20 ++--- .../sources/sqlite/struct.SQLiteSource.html | 14 ++-- .../sqlite/struct.SQLiteSourcePartition.html | 14 ++-- .../struct.SQLiteSourcePartitionParser.html | 18 ++--- .../connectorx/sources/trait.Produce.html | 2 +- .../enum.BigQueryArrow2TransportError.html | 16 ++-- ...num.BigQueryArrowStreamTransportError.html | 16 ++-- .../enum.BigQueryArrowTransportError.html | 16 ++-- .../enum.MsSQLArrow2TransportError.html | 16 ++-- .../enum.MsSQLArrowStreamTransportError.html | 16 ++-- .../enum.MsSQLArrowTransportError.html | 16 ++-- .../enum.MySQLArrow2TransportError.html | 16 ++-- .../enum.MySQLArrowStreamTransportError.html | 16 ++-- .../enum.MySQLArrowTransportError.html | 16 ++-- .../enum.OracleArrow2TransportError.html | 16 ++-- .../enum.OracleArrowStreamTransportError.html | 14 ++-- .../enum.OracleArrowTransportError.html | 16 ++-- .../enum.PostgresArrow2TransportError.html | 16 ++-- ...num.PostgresArrowStreamTransportError.html | 16 ++-- .../enum.PostgresArrowTransportError.html | 16 ++-- .../enum.SQLiteArrow2TransportError.html | 16 ++-- .../enum.SQLiteArrowStreamTransportError.html | 16 ++-- .../enum.SQLiteArrowTransportError.html | 16 ++-- .../struct.BigQueryArrow2Transport.html | 16 ++-- .../struct.BigQueryArrowStreamTransport.html | 16 ++-- .../struct.BigQueryArrowTransport.html | 16 ++-- .../transports/struct.CSVArrowTransport.html | 16 ++-- .../struct.DummyArrow2Transport.html | 16 ++-- .../struct.DummyArrowTransport.html | 16 ++-- .../struct.MsSQLArrow2Transport.html | 16 ++-- .../struct.MsSQLArrowStreamTransport.html | 16 ++-- .../struct.MsSQLArrowTransport.html | 16 ++-- .../struct.MySQLArrow2Transport.html | 16 ++-- .../struct.MySQLArrowStreamTransport.html | 32 ++++---- .../struct.MySQLArrowTransport.html | 16 ++-- .../struct.OracleArrow2Transport.html | 16 ++-- .../struct.OracleArrowStreamTransport.html | 16 ++-- .../struct.OracleArrowTransport.html | 16 ++-- .../struct.PostgresArrow2Transport.html | 72 ++++++++--------- .../struct.PostgresArrowStreamTransport.html | 72 ++++++++--------- .../struct.PostgresArrowTransport.html | 80 +++++++++---------- .../struct.SQLiteArrow2Transport.html | 16 ++-- .../struct.SQLiteArrowStreamTransport.html | 16 ++-- .../struct.SQLiteArrowTransport.html | 16 ++-- .../typesystem/trait.TypeConversion.html | 2 +- rust-docs/search-index.js | 2 +- .../trait.impl/core/clone/trait.Clone.js | 2 +- rust-docs/trait.impl/core/cmp/trait.Eq.js | 2 +- rust-docs/trait.impl/core/cmp/trait.Ord.js | 2 +- .../trait.impl/core/cmp/trait.PartialEq.js | 2 +- .../trait.impl/core/cmp/trait.PartialOrd.js | 2 +- .../trait.impl/core/convert/trait.From.js | 2 +- .../trait.impl/core/convert/trait.TryFrom.js | 2 +- .../trait.impl/core/default/trait.Default.js | 2 +- .../trait.impl/core/error/trait.Error.js | 2 +- rust-docs/trait.impl/core/fmt/trait.Debug.js | 2 +- .../trait.impl/core/fmt/trait.Display.js | 2 +- rust-docs/trait.impl/core/hash/trait.Hash.js | 2 +- .../trait.impl/core/marker/trait.Copy.js | 2 +- .../trait.impl/core/marker/trait.Send.js | 2 +- .../core/marker/trait.StructuralEq.js | 2 +- .../core/marker/trait.StructuralPartialEq.js | 2 +- .../sqlparser/dialect/trait.Dialect.js | 2 +- .../type.impl/core/result/enum.Result.js | 2 +- 141 files changed, 1114 insertions(+), 1119 deletions(-) diff --git a/rust-docs/connectorx/arrow_batch_iter/struct.ArrowBatchIter.html b/rust-docs/connectorx/arrow_batch_iter/struct.ArrowBatchIter.html index 0f330db176..5db52e78a3 100644 --- a/rust-docs/connectorx/arrow_batch_iter/struct.ArrowBatchIter.html +++ b/rust-docs/connectorx/arrow_batch_iter/struct.ArrowBatchIter.html @@ -1,4 +1,4 @@ -ArrowBatchIter in connectorx::arrow_batch_iter - Rust +ArrowBatchIter in connectorx::arrow_batch_iter - Rust
pub struct ArrowBatchIter<S, TP>
where S: Source, TP: Transport<TSS = S::TypeSystem, TSD = ArrowStreamTypeSystem, S = S, D = ArrowStreamDestination>, @@ -237,14 +237,21 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<I> IntoIterator for I
where - I: Iterator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
§

type IntoIter = I

Which kind of iterator are we turning this into?
const: unstable · source§

fn into_iter(self) -> I

Creates an iterator from a value. Read more
source§

impl<I> IteratorRandom for I
where + I: Iterator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
§

type IntoIter = I

Which kind of iterator are we turning this into?
const: unstable · source§

fn into_iter(self) -> I

Creates an iterator from a value. Read more
source§

impl<I> IteratorExt for I
where + I: Iterator,

source§

fn transpose_into_fallible<T, E>(self) -> Convert<I>
where + I: Iterator<Item = Result<T, E>>,

Convert an iterator of Results into FallibleIterator by transposition

+
source§

fn into_fallible<T>(self) -> IntoFallible<I>
where + I: Iterator<Item = T>,

Convert an iterator of anything into FallibleIterator by wrapping +into Result<T, Infallible> where Infallible is an error that can never actually +happen.

+
source§

impl<I> IteratorRandom for I
where I: Iterator,

source§

fn choose<R>(self, rng: &mut R) -> Option<Self::Item>
where R: Rng + ?Sized,

Choose one element at random from the iterator. Read more
source§

fn choose_stable<R>(self, rng: &mut R) -> Option<Self::Item>
where R: Rng + ?Sized,

Choose one element at random from the iterator. Read more
source§

fn choose_multiple_fill<R>(self, rng: &mut R, buf: &mut [Self::Item]) -> usize
where @@ -1068,7 +1075,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,

Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -1103,7 +1110,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/data_order/enum.DataOrder.html b/rust-docs/connectorx/data_order/enum.DataOrder.html index 9d28baca65..e3c0400128 100644 --- a/rust-docs/connectorx/data_order/enum.DataOrder.html +++ b/rust-docs/connectorx/data_order/enum.DataOrder.html @@ -1,4 +1,4 @@ -DataOrder in connectorx::data_order - Rust +DataOrder in connectorx::data_order - Rust
pub enum DataOrder {
     RowMajor,
     ColumnMajor,
@@ -10,14 +10,12 @@
     T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -33,9 +31,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -71,7 +69,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -107,8 +105,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html b/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html index ddcb08ee96..ea41f9e4b7 100644 --- a/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html +++ b/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html @@ -2,9 +2,9 @@
pub enum ArrowDestinationError {
     ArrowError(ArrowError),
     ConnectorXError(ConnectorXError),
-    Other(Error),
-}

Variants§

§

ArrowError(ArrowError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for ArrowDestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ArrowDestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ArrowDestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowError> for ArrowDestinationError

source§

fn from(source: ArrowError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ArrowDestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ArrowError(ArrowError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for ArrowDestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ArrowDestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ArrowDestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowError> for ArrowDestinationError

source§

fn from(source: ArrowError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ArrowDestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -29,9 +29,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow/struct.ArrowDestination.html b/rust-docs/connectorx/destinations/arrow/struct.ArrowDestination.html index 543d8b3277..77d278f57f 100644 --- a/rust-docs/connectorx/destinations/arrow/struct.ArrowDestination.html +++ b/rust-docs/connectorx/destinations/arrow/struct.ArrowDestination.html @@ -35,9 +35,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -73,7 +73,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,8 +108,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html index 3bfcc7738d..4fd0d2819a 100644 --- a/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html @@ -1,6 +1,6 @@ ArrowPartitionWriter in connectorx::destinations::arrow - Rust
pub struct ArrowPartitionWriter { /* private fields */ }

Trait Implementations§

source§

impl<'a, T> Consume<T> for ArrowPartitionWriter
where - T: TypeAssoc<<Self as DestinationPartition<'a>>::TypeSystem> + ArrowAssoc + 'static,

source§

impl<'a> DestinationPartition<'a> for ArrowPartitionWriter

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

fn finalize(&mut self) -> Result<(), ArrowDestinationError>

Final clean ups
source§

fn aquire_row(&mut self, _n: usize) -> Result<usize, ArrowDestinationError>

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( + T: TypeAssoc<<Self as DestinationPartition<'a>>::TypeSystem> + ArrowAssoc + 'static,

source§

impl<'a> DestinationPartition<'a> for ArrowPartitionWriter

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

fn finalize(&mut self) -> Result<(), ArrowDestinationError>

Final clean ups
source§

fn aquire_row(&mut self, _n: usize) -> Result<usize, ArrowDestinationError>

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( &mut self, value: T ) -> Result<(), <Self as DestinationPartition<'a>>::Error>
where @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -101,7 +101,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow/typesystem/enum.ArrowTypeSystem.html b/rust-docs/connectorx/destinations/arrow/typesystem/enum.ArrowTypeSystem.html index 7803e051cc..30b08f156f 100644 --- a/rust-docs/connectorx/destinations/arrow/typesystem/enum.ArrowTypeSystem.html +++ b/rust-docs/connectorx/destinations/arrow/typesystem/enum.ArrowTypeSystem.html @@ -1,4 +1,4 @@ -ArrowTypeSystem in connectorx::destinations::arrow::typesystem - Rust +ArrowTypeSystem in connectorx::destinations::arrow::typesystem - Rust
pub enum ArrowTypeSystem {
 
Show 13 variants Int32(bool), Int64(bool), @@ -33,14 +33,12 @@ K: Borrow<Q> + ?Sized,
§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -56,9 +54,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -94,7 +92,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -130,9 +128,9 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

source§

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html b/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html index effb7b4852..0aea1f9d05 100644 --- a/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html +++ b/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html @@ -3,9 +3,9 @@ ArrowError(Error), PolarsError(PolarsError), ConnectorXError(ConnectorXError), - Other(Error), -}

Variants§

§

ArrowError(Error)

§

PolarsError(PolarsError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for Arrow2DestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Arrow2DestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Arrow2DestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for BigQueryArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for ConnectorXOutError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for MsSQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for MySQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for OracleArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for PostgresArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for SQLiteArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for Arrow2DestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Arrow2DestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Arrow2DestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<PolarsError> for Arrow2DestinationError

source§

fn from(source: PolarsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ArrowError(Error)

§

PolarsError(PolarsError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for Arrow2DestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Arrow2DestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Arrow2DestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for BigQueryArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for ConnectorXOutError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for MsSQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for MySQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for OracleArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for PostgresArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<Arrow2DestinationError> for SQLiteArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for Arrow2DestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Arrow2DestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Arrow2DestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<PolarsError> for Arrow2DestinationError

source§

fn from(source: PolarsError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -104,7 +104,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow2/struct.Arrow2Destination.html b/rust-docs/connectorx/destinations/arrow2/struct.Arrow2Destination.html index 6acae92217..4ea7696a5c 100644 --- a/rust-docs/connectorx/destinations/arrow2/struct.Arrow2Destination.html +++ b/rust-docs/connectorx/destinations/arrow2/struct.Arrow2Destination.html @@ -35,9 +35,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -73,7 +73,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,8 +108,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html index 45eab7d886..ee6f44cc4f 100644 --- a/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html @@ -28,9 +28,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -101,7 +101,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrow2/typesystem/enum.Arrow2TypeSystem.html b/rust-docs/connectorx/destinations/arrow2/typesystem/enum.Arrow2TypeSystem.html index 95108bc5a7..3f27c40cd2 100644 --- a/rust-docs/connectorx/destinations/arrow2/typesystem/enum.Arrow2TypeSystem.html +++ b/rust-docs/connectorx/destinations/arrow2/typesystem/enum.Arrow2TypeSystem.html @@ -1,4 +1,4 @@ -Arrow2TypeSystem in connectorx::destinations::arrow2::typesystem - Rust +Arrow2TypeSystem in connectorx::destinations::arrow2::typesystem - Rust
pub enum Arrow2TypeSystem {
 
Show 21 variants Int32(bool), Int64(bool), @@ -41,14 +41,12 @@ K: Borrow<Q> + ?Sized,
§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -64,9 +62,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -102,7 +100,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -138,9 +136,9 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

source§

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html b/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html index 20d0f61040..e499a1c204 100644 --- a/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html +++ b/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html @@ -2,9 +2,9 @@
pub enum ArrowDestinationError {
     ArrowError(ArrowError),
     ConnectorXError(ConnectorXError),
-    Other(Error),
-}

Variants§

§

ArrowError(ArrowError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for ArrowDestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ArrowDestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ArrowDestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowError> for ArrowDestinationError

source§

fn from(source: ArrowError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ArrowDestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ArrowError(ArrowError)

§

ConnectorXError(ConnectorXError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for ArrowDestinationError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ArrowDestinationError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ArrowDestinationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowError> for ArrowDestinationError

source§

fn from(source: ArrowError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ArrowDestinationError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -29,9 +29,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrowstream/struct.ArrowDestination.html b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowDestination.html index e3ffcc986d..8bcd064a78 100644 --- a/rust-docs/connectorx/destinations/arrowstream/struct.ArrowDestination.html +++ b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowDestination.html @@ -35,9 +35,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -73,7 +73,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,7 +108,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html index c7777817c5..c1ad701ded 100644 --- a/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html @@ -1,6 +1,6 @@ ArrowPartitionWriter in connectorx::destinations::arrowstream - Rust
pub struct ArrowPartitionWriter { /* private fields */ }

Trait Implementations§

source§

impl<'a, T> Consume<T> for ArrowPartitionWriter
where - T: TypeAssoc<<Self as DestinationPartition<'a>>::TypeSystem> + ArrowAssoc + 'static,

source§

impl<'a> DestinationPartition<'a> for ArrowPartitionWriter

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

fn finalize(&mut self) -> Result<(), ArrowDestinationError>

Final clean ups
source§

fn aquire_row(&mut self, _n: usize) -> Result<usize, ArrowDestinationError>

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( + T: TypeAssoc<<Self as DestinationPartition<'a>>::TypeSystem> + ArrowAssoc + 'static,

source§

impl<'a> DestinationPartition<'a> for ArrowPartitionWriter

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

fn finalize(&mut self) -> Result<(), ArrowDestinationError>

Final clean ups
source§

fn aquire_row(&mut self, _n: usize) -> Result<usize, ArrowDestinationError>

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( &mut self, value: T ) -> Result<(), <Self as DestinationPartition<'a>>::Error>
where @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -101,7 +101,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/destinations/arrowstream/typesystem/enum.ArrowTypeSystem.html b/rust-docs/connectorx/destinations/arrowstream/typesystem/enum.ArrowTypeSystem.html index ee96e65762..b99244b594 100644 --- a/rust-docs/connectorx/destinations/arrowstream/typesystem/enum.ArrowTypeSystem.html +++ b/rust-docs/connectorx/destinations/arrowstream/typesystem/enum.ArrowTypeSystem.html @@ -1,4 +1,4 @@ -ArrowTypeSystem in connectorx::destinations::arrowstream::typesystem - Rust +ArrowTypeSystem in connectorx::destinations::arrowstream::typesystem - Rust
pub enum ArrowTypeSystem {
 
Show 13 variants Int32(bool), Int64(bool), @@ -33,14 +33,12 @@ K: Borrow<Q> + ?Sized,
§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -56,9 +54,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -94,7 +92,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -130,9 +128,9 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

source§

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,

\ No newline at end of file diff --git a/rust-docs/connectorx/errors/enum.ConnectorXError.html b/rust-docs/connectorx/errors/enum.ConnectorXError.html index f64f5a96b4..7c41485675 100644 --- a/rust-docs/connectorx/errors/enum.ConnectorXError.html +++ b/rust-docs/connectorx/errors/enum.ConnectorXError.html @@ -10,10 +10,10 @@ SQLParserError(ParserError), StdIOError(Error), StdVarError(VarError), - Other(Error), + Other(Error), }
Expand description

Errors that can be raised from this library.

Variants§

§

TypeCheckFailed(String, &'static str)

The required type does not same as the schema defined.

-
§

UnsupportedDataOrder(DataOrder)

§

CannotResolveDataOrder(Vec<DataOrder>, Vec<DataOrder>)

§

CannotProduce(&'static str, ProduceContext)

§

NoConversionRule(String, String)

§

SqlQueryNotSupported(String)

§

CountError()

§

SQLParserError(ParserError)

§

StdIOError(Error)

§

StdVarError(VarError)

§

Other(Error)

Implementations§

Trait Implementations§

source§

impl Debug for ConnectorXError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectorXError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectorXError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for Arrow2DestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQuerySourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for CSVSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ConnectorXOutError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for ConnectorXError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl From<VarError> for ConnectorXError

source§

fn from(source: VarError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
§

UnsupportedDataOrder(DataOrder)

§

CannotResolveDataOrder(Vec<DataOrder>, Vec<DataOrder>)

§

CannotProduce(&'static str, ProduceContext)

§

NoConversionRule(String, String)

§

SqlQueryNotSupported(String)

§

CountError()

§

SQLParserError(ParserError)

§

StdIOError(Error)

§

StdVarError(VarError)

§

Other(Error)

Implementations§

Trait Implementations§

source§

impl Debug for ConnectorXError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectorXError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectorXError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for Arrow2DestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ArrowDestinationError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQuerySourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for CSVSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ConnectorXOutError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for ConnectorXError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl From<VarError> for ConnectorXError

source§

fn from(source: VarError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -38,9 +38,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -76,7 +76,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -112,7 +112,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/errors/enum.ConnectorXOutError.html b/rust-docs/connectorx/errors/enum.ConnectorXOutError.html index 5635676ed2..887dfe261d 100644 --- a/rust-docs/connectorx/errors/enum.ConnectorXOutError.html +++ b/rust-docs/connectorx/errors/enum.ConnectorXOutError.html @@ -3,10 +3,10 @@
Show 36 variants FileNotFoundError(String), SourceNotSupport(String), IOError(Error), - JsonError(Error), + JsonError(Error), J4RSError(J4RsError), DataFusionError(DataFusionError), - UrlParseError(ParseError), + UrlParseError(ParseError), ConnectorXInternalError(ConnectorXError), PostgresSourceError(PostgresSourceError), PostgresError(Error), @@ -35,9 +35,9 @@ OracleArrow2TransportError(OracleArrow2TransportError), BigqueryArrowTransportError(BigQueryArrowTransportError), BigqueryArrow2TransportError(BigQueryArrow2TransportError), - Other(Error), -
}

Variants§

§

FileNotFoundError(String)

§

SourceNotSupport(String)

§

IOError(Error)

§

JsonError(Error)

§

J4RSError(J4RsError)

§

DataFusionError(DataFusionError)

§

UrlParseError(ParseError)

§

ConnectorXInternalError(ConnectorXError)

§

PostgresSourceError(PostgresSourceError)

§

PostgresError(Error)

§

MySQLSourceError(MySQLSourceError)

§

MysqlError(Error)

§

MsSQLSourceError(MsSQLSourceError)

§

MsSQL(Error)

§

SQLiteSourceError(SQLiteSourceError)

§

SQLiteError(Error)

§

OracleSourceError(OracleSourceError)

§

OracleError(Error)

§

BigQuerySourceError(BigQuerySourceError)

§

BigQueryError(BQError)

§

ArrowError(ArrowDestinationError)

§

ArrowStreamError(ArrowDestinationError)

§

Arrow2Error(Arrow2DestinationError)

§

PostgresArrowTransportError(PostgresArrowTransportError)

§

PostgresArrow2TransportError(PostgresArrow2TransportError)

§

MySQLArrowTransportError(MySQLArrowTransportError)

§

MySQLArrow2TransportError(MySQLArrow2TransportError)

§

SQLiteArrowTransportError(SQLiteArrowTransportError)

§

SQLiteArrow2TransportError(SQLiteArrow2TransportError)

§

MsSQLArrowTransportError(MsSQLArrowTransportError)

§

MsSQLArrow2TransportError(MsSQLArrow2TransportError)

§

OracleArrowTransportError(OracleArrowTransportError)

§

OracleArrow2TransportError(OracleArrow2TransportError)

§

BigqueryArrowTransportError(BigQueryArrowTransportError)

§

BigqueryArrow2TransportError(BigQueryArrow2TransportError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for ConnectorXOutError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectorXOutError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectorXOutError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for ConnectorXOutError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BQError> for ConnectorXOutError

source§

fn from(source: BQError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrow2TransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrowTransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for ConnectorXOutError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ConnectorXOutError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<DataFusionError> for ConnectorXOutError

source§

fn from(source: DataFusionError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<J4RsError> for ConnectorXOutError

source§

fn from(source: J4RsError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for ConnectorXOutError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for ConnectorXOutError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrow2TransportError> for ConnectorXOutError

source§

fn from(source: OracleArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrowTransportError> for ConnectorXOutError

source§

fn from(source: OracleArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for ConnectorXOutError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for ConnectorXOutError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrow2TransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrowTransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for ConnectorXOutError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrow2TransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrowTransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for ConnectorXOutError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +

}

Variants§

§

FileNotFoundError(String)

§

SourceNotSupport(String)

§

IOError(Error)

§

JsonError(Error)

§

J4RSError(J4RsError)

§

DataFusionError(DataFusionError)

§

UrlParseError(ParseError)

§

ConnectorXInternalError(ConnectorXError)

§

PostgresSourceError(PostgresSourceError)

§

PostgresError(Error)

§

MySQLSourceError(MySQLSourceError)

§

MysqlError(Error)

§

MsSQLSourceError(MsSQLSourceError)

§

MsSQL(Error)

§

SQLiteSourceError(SQLiteSourceError)

§

SQLiteError(Error)

§

OracleSourceError(OracleSourceError)

§

OracleError(Error)

§

BigQuerySourceError(BigQuerySourceError)

§

BigQueryError(BQError)

§

ArrowError(ArrowDestinationError)

§

ArrowStreamError(ArrowDestinationError)

§

Arrow2Error(Arrow2DestinationError)

§

PostgresArrowTransportError(PostgresArrowTransportError)

§

PostgresArrow2TransportError(PostgresArrow2TransportError)

§

MySQLArrowTransportError(MySQLArrowTransportError)

§

MySQLArrow2TransportError(MySQLArrow2TransportError)

§

SQLiteArrowTransportError(SQLiteArrowTransportError)

§

SQLiteArrow2TransportError(SQLiteArrow2TransportError)

§

MsSQLArrowTransportError(MsSQLArrowTransportError)

§

MsSQLArrow2TransportError(MsSQLArrow2TransportError)

§

OracleArrowTransportError(OracleArrowTransportError)

§

OracleArrow2TransportError(OracleArrow2TransportError)

§

BigqueryArrowTransportError(BigQueryArrowTransportError)

§

BigqueryArrow2TransportError(BigQueryArrow2TransportError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for ConnectorXOutError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ConnectorXOutError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ConnectorXOutError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for ConnectorXOutError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ArrowDestinationError> for ConnectorXOutError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BQError> for ConnectorXOutError

source§

fn from(source: BQError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrow2TransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrowTransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for ConnectorXOutError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for ConnectorXOutError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<DataFusionError> for ConnectorXOutError

source§

fn from(source: DataFusionError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConnectorXOutError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<J4RsError> for ConnectorXOutError

source§

fn from(source: J4RsError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for ConnectorXOutError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for ConnectorXOutError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrow2TransportError> for ConnectorXOutError

source§

fn from(source: OracleArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrowTransportError> for ConnectorXOutError

source§

fn from(source: OracleArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for ConnectorXOutError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for ConnectorXOutError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrow2TransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrowTransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for ConnectorXOutError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrow2TransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrowTransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for ConnectorXOutError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -62,9 +62,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -100,7 +100,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -136,7 +136,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/errors/enum.ProduceContext.html b/rust-docs/connectorx/errors/enum.ProduceContext.html index 289a039027..22e94a432c 100644 --- a/rust-docs/connectorx/errors/enum.ProduceContext.html +++ b/rust-docs/connectorx/errors/enum.ProduceContext.html @@ -24,9 +24,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -62,7 +62,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -98,8 +98,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/fed_rewriter/struct.FederatedDataSourceInfo.html b/rust-docs/connectorx/fed_rewriter/struct.FederatedDataSourceInfo.html index 30edbcf95d..9805070f18 100644 --- a/rust-docs/connectorx/fed_rewriter/struct.FederatedDataSourceInfo.html +++ b/rust-docs/connectorx/fed_rewriter/struct.FederatedDataSourceInfo.html @@ -35,9 +35,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -73,7 +73,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,8 +108,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/fed_rewriter/struct.Plan.html b/rust-docs/connectorx/fed_rewriter/struct.Plan.html index cd298fb792..40c4ff731a 100644 --- a/rust-docs/connectorx/fed_rewriter/struct.Plan.html +++ b/rust-docs/connectorx/fed_rewriter/struct.Plan.html @@ -26,9 +26,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,8 +99,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/partition/struct.PartitionQuery.html b/rust-docs/connectorx/partition/struct.PartitionQuery.html index 287b50ddde..c4c98651a0 100644 --- a/rust-docs/connectorx/partition/struct.PartitionQuery.html +++ b/rust-docs/connectorx/partition/struct.PartitionQuery.html @@ -27,9 +27,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -65,7 +65,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -100,8 +100,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/prelude/enum.CXQuery.html b/rust-docs/connectorx/prelude/enum.CXQuery.html index 12091f77c5..adb8e0dad6 100644 --- a/rust-docs/connectorx/prelude/enum.CXQuery.html +++ b/rust-docs/connectorx/prelude/enum.CXQuery.html @@ -3,7 +3,7 @@ Naked(Q), Wrapped(Q), }

Variants§

§

Naked(Q)

§

Wrapped(Q)

Implementations§

source§

impl<Q: AsRef<str>> CXQuery<Q>

source

pub fn as_str(&self) -> &str

source§

impl CXQuery<String>

source

pub fn naked<Q: AsRef<str>>(q: Q) -> Self

source§

impl<Q> CXQuery<Q>

source

pub fn map<F, U>(&self, f: F) -> CXQuery<U>
where - F: Fn(&Q) -> U,

source§

impl<Q, E> CXQuery<Result<Q, E>>

source

pub fn result(self) -> Result<CXQuery<Q>, E>

Trait Implementations§

source§

impl<Q: AsRef<str>> AsRef<str> for CXQuery<Q>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<Q: Clone> Clone for CXQuery<Q>

source§

fn clone(&self) -> CXQuery<Q>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<Q: Debug> Debug for CXQuery<Q>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Q: Display> Display for CXQuery<Q>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&&str> for CXQuery

source§

fn from(s: &&str) -> CXQuery<String>

Converts to this type from the input type.
source§

impl From<&CXQuery> for CXQuery

source§

fn from(q: &CXQuery) -> CXQuery

Converts to this type from the input type.
source§

impl From<&String> for CXQuery

source§

fn from(s: &String) -> CXQuery

Converts to this type from the input type.
source§

impl From<&str> for CXQuery

source§

fn from(s: &str) -> CXQuery<String>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Q> RefUnwindSafe for CXQuery<Q>
where + F: Fn(&Q) -> U,

source§

impl<Q, E> CXQuery<Result<Q, E>>

source

pub fn result(self) -> Result<CXQuery<Q>, E>

Trait Implementations§

source§

impl<Q: AsRef<str>> AsRef<str> for CXQuery<Q>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<Q: Clone> Clone for CXQuery<Q>

source§

fn clone(&self) -> CXQuery<Q>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<Q: Debug> Debug for CXQuery<Q>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<Q: Display> Display for CXQuery<Q>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&&str> for CXQuery

source§

fn from(s: &&str) -> CXQuery<String>

Converts to this type from the input type.
source§

impl From<&CXQuery> for CXQuery

source§

fn from(q: &CXQuery) -> CXQuery

Converts to this type from the input type.
source§

impl From<&String> for CXQuery

source§

fn from(s: &String) -> CXQuery

Converts to this type from the input type.
source§

impl From<&str> for CXQuery

source§

fn from(s: &str) -> CXQuery<String>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<Q> RefUnwindSafe for CXQuery<Q>
where Q: RefUnwindSafe,

§

impl<Q> Send for CXQuery<Q>
where Q: Send,

§

impl<Q> Sync for CXQuery<Q>
where Q: Sync,

§

impl<Q> Unpin for CXQuery<Q>
where @@ -19,8 +19,8 @@ T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -36,9 +36,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -74,7 +74,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -174,8 +174,8 @@ U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithParams for T
where - T: AsRef<str>,

§

fn with<P>(self, params: P) -> QueryWithParams<T, P>

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + T: AsRef<str>,

§

fn with<P>(self, params: P) -> QueryWithParams<T, P>

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/prelude/struct.Dispatcher.html b/rust-docs/connectorx/prelude/struct.Dispatcher.html index 1101f584bf..b724635a18 100644 --- a/rust-docs/connectorx/prelude/struct.Dispatcher.html +++ b/rust-docs/connectorx/prelude/struct.Dispatcher.html @@ -48,9 +48,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -86,7 +86,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -121,8 +121,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/source_router/enum.SourceType.html b/rust-docs/connectorx/source_router/enum.SourceType.html index ee0ddf0557..75da286976 100644 --- a/rust-docs/connectorx/source_router/enum.SourceType.html +++ b/rust-docs/connectorx/source_router/enum.SourceType.html @@ -14,8 +14,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -31,9 +31,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -69,7 +69,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -105,8 +105,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/source_router/struct.SourceConn.html b/rust-docs/connectorx/source_router/struct.SourceConn.html index 59a58d083f..7b9a3857ed 100644 --- a/rust-docs/connectorx/source_router/struct.SourceConn.html +++ b/rust-docs/connectorx/source_router/struct.SourceConn.html @@ -1,16 +1,16 @@ SourceConn in connectorx::source_router - Rust
pub struct SourceConn {
     pub ty: SourceType,
-    pub conn: Url,
+    pub conn: Url,
     pub proto: String,
-}

Fields§

§ty: SourceType§conn: Url§proto: String

Implementations§

source§

impl SourceConn

source

pub fn new(ty: SourceType, conn: Url, proto: String) -> Self

source

pub fn set_protocol(&mut self, protocol: &str)

Trait Implementations§

source§

impl Clone for SourceConn

source§

fn clone(&self) -> SourceConn

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SourceConn

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl TryFrom<&str> for SourceConn

§

type Error = ConnectorXError

The type returned in the event of a conversion error.
source§

fn try_from(conn: &str) -> Result<SourceConn>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§ty: SourceType§conn: Url§proto: String

Implementations§

source§

impl SourceConn

source

pub fn new(ty: SourceType, conn: Url, proto: String) -> Self

source

pub fn set_protocol(&mut self, protocol: &str)

Trait Implementations§

source§

impl Clone for SourceConn

source§

fn clone(&self) -> SourceConn

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SourceConn

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl TryFrom<&str> for SourceConn

§

type Error = ConnectorXError

The type returned in the event of a conversion error.
source§

fn try_from(conn: &str) -> Result<SourceConn>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -26,9 +26,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -100,8 +100,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html b/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html index 459f3631e5..d9a84481dc 100644 --- a/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html +++ b/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html @@ -2,14 +2,14 @@
pub enum BigQuerySourceError {
     ConnectorXError(ConnectorXError),
     BQError(BQError),
-    BigQueryUrlError(ParseError),
+    BigQueryUrlError(ParseError),
     BigQueryStdError(Error),
-    BigQueryJsonError(Error),
+    BigQueryJsonError(Error),
     BigQueryParseFloatError(ParseFloatError),
     BigQueryParseIntError(ParseIntError),
-    Other(Error),
-}

Variants§

§

ConnectorXError(ConnectorXError)

§

BQError(BQError)

§

BigQueryUrlError(ParseError)

§

BigQueryStdError(Error)

§

BigQueryJsonError(Error)

§

BigQueryParseFloatError(ParseFloatError)

§

BigQueryParseIntError(ParseIntError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for BigQuerySourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQuerySourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQuerySourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<BQError> for BigQuerySourceError

source§

fn from(source: BQError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrow2TransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for ConnectorXOutError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQuerySourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for BigQuerySourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<ParseFloatError> for BigQuerySourceError

source§

fn from(source: ParseFloatError) -> Self

Converts to this type from the input type.
source§

impl From<ParseIntError> for BigQuerySourceError

source§

fn from(source: ParseIntError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ConnectorXError(ConnectorXError)

§

BQError(BQError)

§

BigQueryUrlError(ParseError)

§

BigQueryStdError(Error)

§

BigQueryJsonError(Error)

§

BigQueryParseFloatError(ParseFloatError)

§

BigQueryParseIntError(ParseIntError)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for BigQuerySourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQuerySourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQuerySourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<BQError> for BigQuerySourceError

source§

fn from(source: BQError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrow2TransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for ConnectorXOutError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQuerySourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for BigQuerySourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for BigQuerySourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<ParseFloatError> for BigQuerySourceError

source§

fn from(source: ParseFloatError) -> Self

Converts to this type from the input type.
source§

impl From<ParseIntError> for BigQuerySourceError

source§

fn from(source: ParseIntError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -34,9 +34,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -72,7 +72,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,7 +108,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html b/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html index 122a093aeb..484734500b 100644 --- a/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html +++ b/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html @@ -20,8 +20,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -111,8 +111,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/struct.BigQueryDialect.html b/rust-docs/connectorx/sources/bigquery/struct.BigQueryDialect.html index 3c8d4a3e45..d933ff3fe4 100644 --- a/rust-docs/connectorx/sources/bigquery/struct.BigQueryDialect.html +++ b/rust-docs/connectorx/sources/bigquery/struct.BigQueryDialect.html @@ -43,9 +43,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -81,7 +81,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -116,8 +116,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySource.html b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySource.html index 9e02d12f14..02b5c4145c 100644 --- a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySource.html +++ b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySource.html @@ -25,9 +25,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -63,7 +63,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -98,7 +98,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html index 813fce87fa..f3edaa25bd 100644 --- a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html +++ b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html @@ -1,10 +1,10 @@ BigQuerySourceParser in connectorx::sources::bigquery - Rust -
pub struct BigQuerySourceParser { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for BigQuerySourceParser

§

type TypeSystem = BigQueryTypeSystem

§

type Error = BigQuerySourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), BigQuerySourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct BigQuerySourceParser { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for BigQuerySourceParser

§

type TypeSystem = BigQueryTypeSystem

§

type Error = BigQuerySourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), BigQuerySourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDate> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<String>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<f64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<i64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, String> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, bool> for BigQuerySourceParser

source§

impl<'r> Produce<'r, f64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, i64> for BigQuerySourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDate> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<String>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<f64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<i64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, String> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, bool> for BigQuerySourceParser

source§

impl<'r> Produce<'r, f64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, i64> for BigQuerySourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -26,9 +26,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,7 +99,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourcePartition.html b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourcePartition.html index edb742c004..e4ecab4530 100644 --- a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourcePartition.html +++ b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourcePartition.html @@ -28,9 +28,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -101,7 +101,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html b/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html index 78761e59a5..407a5a5b8c 100644 --- a/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html +++ b/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html @@ -4,9 +4,9 @@ RegexError(Error), CSVError(Error), IOError(Error), - Other(Error), -}

Variants§

§

ConnectorXError(ConnectorXError)

§

RegexError(Error)

§

CSVError(Error)

§

IOError(Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for CSVSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CSVSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CSVSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for CSVSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for CSVSourceError

§

impl Send for CSVSourceError

§

impl Sync for CSVSourceError

§

impl Unpin for CSVSourceError

§

impl !UnwindSafe for CSVSourceError

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ConnectorXError(ConnectorXError)

§

RegexError(Error)

§

CSVError(Error)

§

IOError(Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for CSVSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CSVSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CSVSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for CSVSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CSVSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -31,9 +31,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -69,7 +69,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -105,7 +105,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/csv/enum.CSVTypeSystem.html b/rust-docs/connectorx/sources/csv/enum.CSVTypeSystem.html index f500b1ab2c..ce6f7cc98b 100644 --- a/rust-docs/connectorx/sources/csv/enum.CSVTypeSystem.html +++ b/rust-docs/connectorx/sources/csv/enum.CSVTypeSystem.html @@ -1,4 +1,4 @@ -CSVTypeSystem in connectorx::sources::csv - Rust +CSVTypeSystem in connectorx::sources::csv - Rust
pub enum CSVTypeSystem {
     F64(bool),
     I64(bool),
@@ -28,14 +28,12 @@
     K: Borrow<Q> + ?Sized,
§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -51,9 +49,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -89,7 +87,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -125,9 +123,9 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

source§

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/csv/struct.CSVSource.html b/rust-docs/connectorx/sources/csv/struct.CSVSource.html index 575c526e16..27dcbe642d 100644 --- a/rust-docs/connectorx/sources/csv/struct.CSVSource.html +++ b/rust-docs/connectorx/sources/csv/struct.CSVSource.html @@ -24,9 +24,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -62,7 +62,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -97,8 +97,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartition.html b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartition.html index 9731078ee9..fbd7d0b2a3 100644 --- a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartition.html +++ b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartition.html @@ -23,9 +23,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -61,7 +61,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -96,8 +96,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html index 3767bec64f..e33662552d 100644 --- a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html +++ b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html @@ -4,7 +4,7 @@ The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for CSVSourcePartitionParser<'a>

source§

impl<'a, 'r> Produce<'r, Option<String>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for CSVSourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for CSVSourcePartitionParser<'a>

source§

impl<'a, 'r> Produce<'r, Option<String>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for CSVSourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -26,9 +26,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,8 +99,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/dummy/enum.DummyTypeSystem.html b/rust-docs/connectorx/sources/dummy/enum.DummyTypeSystem.html index 20375c0a33..12ca4d1e83 100644 --- a/rust-docs/connectorx/sources/dummy/enum.DummyTypeSystem.html +++ b/rust-docs/connectorx/sources/dummy/enum.DummyTypeSystem.html @@ -1,4 +1,4 @@ -DummyTypeSystem in connectorx::sources::dummy - Rust +DummyTypeSystem in connectorx::sources::dummy - Rust
pub enum DummyTypeSystem {
     F64(bool),
     I64(bool),
@@ -28,14 +28,12 @@
     K: Borrow<Q> + ?Sized,
§

fn compare(&self, key: &K) -> Ordering

Compare self to key and return their ordering.
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where + K: Borrow<Q> + ?Sized,

§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -51,9 +49,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -89,7 +87,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -125,9 +123,9 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

source§

impl<N> NodeTrait for N
where N: Copy + Ord + Hash,

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/dummy/struct.DummySource.html b/rust-docs/connectorx/sources/dummy/struct.DummySource.html index 2a280c9677..43ca3ded15 100644 --- a/rust-docs/connectorx/sources/dummy/struct.DummySource.html +++ b/rust-docs/connectorx/sources/dummy/struct.DummySource.html @@ -24,9 +24,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -62,7 +62,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -97,8 +97,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/dummy/struct.DummySourcePartition.html b/rust-docs/connectorx/sources/dummy/struct.DummySourcePartition.html index 9c5f3d1406..43c522d3c0 100644 --- a/rust-docs/connectorx/sources/dummy/struct.DummySourcePartition.html +++ b/rust-docs/connectorx/sources/dummy/struct.DummySourcePartition.html @@ -22,9 +22,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -60,7 +60,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -95,8 +95,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html b/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html index 849e543736..53c46325f6 100644 --- a/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html +++ b/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html @@ -1,10 +1,10 @@ DummySourcePartitionParser in connectorx::sources::dummy - Rust -
pub struct DummySourcePartitionParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for DummySourcePartitionParser<'a>

§

type TypeSystem = DummyTypeSystem

§

type Error = ConnectorXError

source§

fn fetch_next(&mut self) -> Result<(usize, bool)>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct DummySourcePartitionParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for DummySourcePartitionParser<'a>

§

type TypeSystem = DummyTypeSystem

§

type Error = ConnectorXError

source§

fn fetch_next(&mut self) -> Result<(usize, bool)>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for DummySourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for DummySourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -26,9 +26,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,8 +99,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html b/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html index 88cf1c5549..24dadc4f33 100644 --- a/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html +++ b/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html @@ -5,11 +5,11 @@ MsSQLError(Error), MsSQLRuntimeError(RunError<Error>), MsSQLPoolError(Error), - MsSQLUrlError(ParseError), + MsSQLUrlError(ParseError), MsSQLUrlDecodeError(FromUtf8Error), - Other(Error), -}

Variants§

§

GetNRowsFailed

§

ConnectorXError(ConnectorXError)

§

MsSQLError(Error)

§

MsSQLRuntimeError(RunError<Error>)

§

MsSQLPoolError(Error)

§

MsSQLUrlError(ParseError)

§

MsSQLUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for MsSQLSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for MsSQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for MsSQLSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for ConnectorXOutError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrow2TransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for MsSQLSourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<RunError<Error>> for MsSQLSourceError

source§

fn from(source: RunError<Error>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

GetNRowsFailed

§

ConnectorXError(ConnectorXError)

§

MsSQLError(Error)

§

MsSQLRuntimeError(RunError<Error>)

§

MsSQLPoolError(Error)

§

MsSQLUrlError(ParseError)

§

MsSQLUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for MsSQLSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for MsSQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MsSQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for MsSQLSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for ConnectorXOutError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrow2TransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for MsSQLSourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.
source§

impl From<RunError<Error>> for MsSQLSourceError

source§

fn from(source: RunError<Error>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -34,9 +34,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -72,7 +72,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,7 +108,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/enum.MsSQLTypeSystem.html b/rust-docs/connectorx/sources/mssql/enum.MsSQLTypeSystem.html index 9c6d19f6b4..65a22384d2 100644 --- a/rust-docs/connectorx/sources/mssql/enum.MsSQLTypeSystem.html +++ b/rust-docs/connectorx/sources/mssql/enum.MsSQLTypeSystem.html @@ -35,8 +35,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -52,9 +52,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -90,7 +90,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -126,8 +126,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/fn.mssql_config.html b/rust-docs/connectorx/sources/mssql/fn.mssql_config.html index a1a0c956a4..f90ac21378 100644 --- a/rust-docs/connectorx/sources/mssql/fn.mssql_config.html +++ b/rust-docs/connectorx/sources/mssql/fn.mssql_config.html @@ -1,2 +1,2 @@ mssql_config in connectorx::sources::mssql - Rust -
pub fn mssql_config(url: &Url) -> Result<Config, MsSQLSourceError>
\ No newline at end of file +
pub fn mssql_config(url: &Url) -> Result<Config, MsSQLSourceError>
\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/struct.FloatN.html b/rust-docs/connectorx/sources/mssql/struct.FloatN.html index c8f08c162d..b0638288cb 100644 --- a/rust-docs/connectorx/sources/mssql/struct.FloatN.html +++ b/rust-docs/connectorx/sources/mssql/struct.FloatN.html @@ -1,5 +1,5 @@ FloatN in connectorx::sources::mssql - Rust -
pub struct FloatN(pub f64);

Tuple Fields§

§0: f64

Trait Implementations§

source§

impl<'a> FromSql<'a> for FloatN

source§

fn from_sql(value: &'a ColumnData<'static>) -> Result<Option<Self>, Error>

Returns the value, None being a null value, copying the value.
source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
pub struct FloatN(pub f64);

Tuple Fields§

§0: f64

Trait Implementations§

source§

impl<'a> FromSql<'a> for FloatN

source§

fn from_sql(value: &'a ColumnData<'static>) -> Result<Option<Self>, Error>

Returns the value, None being a null value, copying the value.
source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -21,9 +21,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -59,7 +59,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -94,8 +94,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/struct.IntN.html b/rust-docs/connectorx/sources/mssql/struct.IntN.html index 3f069ac0c2..36c5963650 100644 --- a/rust-docs/connectorx/sources/mssql/struct.IntN.html +++ b/rust-docs/connectorx/sources/mssql/struct.IntN.html @@ -1,5 +1,5 @@ IntN in connectorx::sources::mssql - Rust -

Struct connectorx::sources::mssql::IntN

source ·
pub struct IntN(pub i64);

Tuple Fields§

§0: i64

Trait Implementations§

source§

impl<'a> FromSql<'a> for IntN

source§

fn from_sql(value: &'a ColumnData<'static>) -> Result<Option<Self>, Error>

Returns the value, None being a null value, copying the value.
source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

Auto Trait Implementations§

§

impl RefUnwindSafe for IntN

§

impl Send for IntN

§

impl Sync for IntN

§

impl Unpin for IntN

§

impl UnwindSafe for IntN

Blanket Implementations§

source§

impl<T> Any for T
where +

Struct connectorx::sources::mssql::IntN

source ·
pub struct IntN(pub i64);

Tuple Fields§

§0: i64

Trait Implementations§

source§

impl<'a> FromSql<'a> for IntN

source§

fn from_sql(value: &'a ColumnData<'static>) -> Result<Option<Self>, Error>

Returns the value, None being a null value, copying the value.
source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

Auto Trait Implementations§

§

impl RefUnwindSafe for IntN

§

impl Send for IntN

§

impl Sync for IntN

§

impl Unpin for IntN

§

impl UnwindSafe for IntN

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -21,9 +21,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -59,7 +59,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -94,8 +94,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/struct.MsSQLSource.html b/rust-docs/connectorx/sources/mssql/struct.MsSQLSource.html index 52ac220b3a..e08be03a3b 100644 --- a/rust-docs/connectorx/sources/mssql/struct.MsSQLSource.html +++ b/rust-docs/connectorx/sources/mssql/struct.MsSQLSource.html @@ -29,9 +29,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html b/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html index 2bab5bf082..ece4cadcf9 100644 --- a/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html +++ b/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html @@ -1,10 +1,10 @@ MsSQLSourceParser in connectorx::sources::mssql - Rust -
pub struct MsSQLSourceParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MsSQLSourceParser<'a>

§

type TypeSystem = MsSQLTypeSystem

§

type Error = MsSQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MsSQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct MsSQLSourceParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MsSQLSourceParser<'a>

§

type TypeSystem = MsSQLTypeSystem

§

type Error = MsSQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MsSQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, &'r [u8]> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MsSQLSourceParser<'a>

§

type Error = MsSQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MsSQLSourceError>

source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r [u8]>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<FloatN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<IntN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MsSQLSourceParser<'a>

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for MsSQLSourceParser<'a>

§

impl<'a> Send for MsSQLSourceParser<'a>

§

impl<'a> !Sync for MsSQLSourceParser<'a>

§

impl<'a> Unpin for MsSQLSourceParser<'a>

§

impl<'a> !UnwindSafe for MsSQLSourceParser<'a>

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, &'r [u8]> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MsSQLSourceParser<'a>

§

type Error = MsSQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MsSQLSourceError>

source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r [u8]>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<FloatN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<IntN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MsSQLSourceParser<'a>

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for MsSQLSourceParser<'a>

§

impl<'a> Send for MsSQLSourceParser<'a>

§

impl<'a> !Sync for MsSQLSourceParser<'a>

§

impl<'a> Unpin for MsSQLSourceParser<'a>

§

impl<'a> !UnwindSafe for MsSQLSourceParser<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -26,9 +26,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,7 +99,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mssql/struct.MsSQLSourcePartition.html b/rust-docs/connectorx/sources/mssql/struct.MsSQLSourcePartition.html index 50cf2b5a51..be5849b3da 100644 --- a/rust-docs/connectorx/sources/mssql/struct.MsSQLSourcePartition.html +++ b/rust-docs/connectorx/sources/mssql/struct.MsSQLSourcePartition.html @@ -27,9 +27,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -65,7 +65,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -100,7 +100,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/enum.BinaryProtocol.html b/rust-docs/connectorx/sources/mysql/enum.BinaryProtocol.html index 484908ad37..6f48e5a4fc 100644 --- a/rust-docs/connectorx/sources/mysql/enum.BinaryProtocol.html +++ b/rust-docs/connectorx/sources/mysql/enum.BinaryProtocol.html @@ -21,9 +21,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -59,7 +59,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -94,8 +94,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html b/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html index e5929d8f48..6c0a4a9d11 100644 --- a/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html +++ b/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html @@ -4,9 +4,9 @@ MySQLError(Error), MySQLUrlError(UrlError), MySQLPoolError(Error), - Other(Error), -}

Variants§

§

ConnectorXError(ConnectorXError)

§

MySQLError(Error)

§

MySQLUrlError(UrlError)

§

MySQLPoolError(Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for MySQLSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for MySQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for ConnectorXOutError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrow2TransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<UrlError> for MySQLSourceError

source§

fn from(source: UrlError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MySQLSourceError

§

impl Send for MySQLSourceError

§

impl Sync for MySQLSourceError

§

impl Unpin for MySQLSourceError

§

impl !UnwindSafe for MySQLSourceError

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ConnectorXError(ConnectorXError)

§

MySQLError(Error)

§

MySQLUrlError(UrlError)

§

MySQLPoolError(Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for MySQLSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for MySQLSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for MySQLSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for ConnectorXOutError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrow2TransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.
source§

impl From<UrlError> for MySQLSourceError

source§

fn from(source: UrlError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -31,9 +31,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -69,7 +69,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -105,7 +105,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/enum.MySQLTypeSystem.html b/rust-docs/connectorx/sources/mysql/enum.MySQLTypeSystem.html index dd695a9874..9df9370096 100644 --- a/rust-docs/connectorx/sources/mysql/enum.MySQLTypeSystem.html +++ b/rust-docs/connectorx/sources/mysql/enum.MySQLTypeSystem.html @@ -32,8 +32,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -49,9 +49,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -87,7 +87,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -123,8 +123,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/enum.TextProtocol.html b/rust-docs/connectorx/sources/mysql/enum.TextProtocol.html index 72d6410ff7..56687f4d56 100644 --- a/rust-docs/connectorx/sources/mysql/enum.TextProtocol.html +++ b/rust-docs/connectorx/sources/mysql/enum.TextProtocol.html @@ -21,9 +21,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -59,7 +59,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -94,8 +94,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html b/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html index e02766b2e7..48110cd9d7 100644 --- a/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html +++ b/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html @@ -2,12 +2,12 @@
pub struct MySQLBinarySourceParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> MySQLBinarySourceParser<'a>

source

pub fn new( iter: QueryResult<'a, 'a, 'a, Binary>, schema: &[MySQLTypeSystem] -) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MySQLBinarySourceParser<'a>

§

type TypeSystem = MySQLTypeSystem

§

type Error = MySQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MySQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MySQLBinarySourceParser<'a>

§

type TypeSystem = MySQLTypeSystem

§

type Error = MySQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MySQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLBinarySourceParser<'a>

§

type Error = MySQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MySQLSourceError>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLBinarySourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLBinarySourceParser<'a>

§

type Error = MySQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MySQLSourceError>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLBinarySourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -29,9 +29,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLSource.html b/rust-docs/connectorx/sources/mysql/struct.MySQLSource.html index 5bc912e766..18066c7de7 100644 --- a/rust-docs/connectorx/sources/mysql/struct.MySQLSource.html +++ b/rust-docs/connectorx/sources/mysql/struct.MySQLSource.html @@ -29,9 +29,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html b/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html index 0b3d41eb08..d91852a559 100644 --- a/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html +++ b/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html @@ -30,9 +30,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html b/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html index 136b93f468..90d0cfc2d5 100644 --- a/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html +++ b/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html @@ -2,12 +2,12 @@
pub struct MySQLTextSourceParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> MySQLTextSourceParser<'a>

source

pub fn new( iter: QueryResult<'a, 'a, 'a, Text>, schema: &[MySQLTypeSystem] -) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MySQLTextSourceParser<'a>

§

type TypeSystem = MySQLTypeSystem

§

type Error = MySQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MySQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for MySQLTextSourceParser<'a>

§

type TypeSystem = MySQLTypeSystem

§

type Error = MySQLSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), MySQLSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLTextSourceParser<'a>

§

type Error = MySQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MySQLSourceError>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLTextSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLTextSourceParser<'a>

§

type Error = MySQLSourceError

source§

fn produce(&'r mut self) -> Result<Decimal, MySQLSourceError>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLTextSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -29,9 +29,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -67,7 +67,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html b/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html index 21d46abf29..c8e3d4d741 100644 --- a/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html +++ b/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html @@ -3,11 +3,11 @@ ConnectorXError(ConnectorXError), OracleError(Error), OraclePoolError(Error), - OracleUrlError(ParseError), + OracleUrlError(ParseError), OracleUrlDecodeError(FromUtf8Error), - Other(Error), -}

Variants§

§

ConnectorXError(ConnectorXError)

§

OracleError(Error)

§

OraclePoolError(Error)

§

OracleUrlError(ParseError)

§

OracleUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for OracleSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for OracleSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for OracleSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for ConnectorXOutError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrow2TransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for OracleSourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for OracleSourceError

§

impl Send for OracleSourceError

§

impl Sync for OracleSourceError

§

impl Unpin for OracleSourceError

§

impl !UnwindSafe for OracleSourceError

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ConnectorXError(ConnectorXError)

§

OracleError(Error)

§

OraclePoolError(Error)

§

OracleUrlError(ParseError)

§

OracleUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for OracleSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for OracleSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for OracleSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for OracleSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for ConnectorXOutError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrow2TransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.
source§

impl From<ParseError> for OracleSourceError

source§

fn from(source: ParseError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -32,9 +32,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -70,7 +70,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -106,7 +106,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/enum.OracleTypeSystem.html b/rust-docs/connectorx/sources/oracle/enum.OracleTypeSystem.html index a0f57d78f9..d21785cf3b 100644 --- a/rust-docs/connectorx/sources/oracle/enum.OracleTypeSystem.html +++ b/rust-docs/connectorx/sources/oracle/enum.OracleTypeSystem.html @@ -20,8 +20,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -111,8 +111,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/fn.connect_oracle.html b/rust-docs/connectorx/sources/oracle/fn.connect_oracle.html index 7761095494..73b5dbcab2 100644 --- a/rust-docs/connectorx/sources/oracle/fn.connect_oracle.html +++ b/rust-docs/connectorx/sources/oracle/fn.connect_oracle.html @@ -1,2 +1,2 @@ connect_oracle in connectorx::sources::oracle - Rust -
pub fn connect_oracle(conn: &Url) -> Result<Connector, OracleSourceError>
\ No newline at end of file +
pub fn connect_oracle(conn: &Url) -> Result<Connector, OracleSourceError>
\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/struct.OracleDialect.html b/rust-docs/connectorx/sources/oracle/struct.OracleDialect.html index b6c1af51f4..44c43b56ca 100644 --- a/rust-docs/connectorx/sources/oracle/struct.OracleDialect.html +++ b/rust-docs/connectorx/sources/oracle/struct.OracleDialect.html @@ -43,9 +43,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -81,7 +81,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -116,8 +116,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/struct.OracleSource.html b/rust-docs/connectorx/sources/oracle/struct.OracleSource.html index 7fb4b38d9a..c8036c84bb 100644 --- a/rust-docs/connectorx/sources/oracle/struct.OracleSource.html +++ b/rust-docs/connectorx/sources/oracle/struct.OracleSource.html @@ -25,9 +25,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -63,7 +63,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -98,7 +98,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/struct.OracleSourcePartition.html b/rust-docs/connectorx/sources/oracle/struct.OracleSourcePartition.html index 0eb9159a1b..9917014456 100644 --- a/rust-docs/connectorx/sources/oracle/struct.OracleSourcePartition.html +++ b/rust-docs/connectorx/sources/oracle/struct.OracleSourcePartition.html @@ -26,9 +26,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,7 +99,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html b/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html index dbc8ef786c..728ff03fb3 100644 --- a/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html +++ b/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html @@ -3,12 +3,12 @@ conn: &'a PooledConnection<OracleConnectionManager>, query: &str, schema: &[OracleTypeSystem] -) -> Result<Self, OracleSourceError>

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for OracleTextSourceParser<'a>

§

type TypeSystem = OracleTypeSystem

§

type Error = OracleSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), OracleSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +) -> Result<Self, OracleSourceError>

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for OracleTextSourceParser<'a>

§

type TypeSystem = OracleTypeSystem

§

type Error = OracleSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), OracleSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for OracleTextSourceParser<'a>

source§

impl<'a> Send for OracleTextSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for OracleTextSourceParser<'a>

source§

impl<'a> Send for OracleTextSourceParser<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for OracleTextSourceParser<'a>

§

impl<'a> !Sync for OracleTextSourceParser<'a>

§

impl<'a> Unpin for OracleTextSourceParser<'a>

§

impl<'a> UnwindSafe for OracleTextSourceParser<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.BinaryProtocol.html b/rust-docs/connectorx/sources/postgres/enum.BinaryProtocol.html index d54996f7f4..5b989813a3 100644 --- a/rust-docs/connectorx/sources/postgres/enum.BinaryProtocol.html +++ b/rust-docs/connectorx/sources/postgres/enum.BinaryProtocol.html @@ -22,9 +22,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -60,7 +60,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -95,8 +95,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.CSVProtocol.html b/rust-docs/connectorx/sources/postgres/enum.CSVProtocol.html index 4905c0ab71..87364c69dc 100644 --- a/rust-docs/connectorx/sources/postgres/enum.CSVProtocol.html +++ b/rust-docs/connectorx/sources/postgres/enum.CSVProtocol.html @@ -22,9 +22,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -60,7 +60,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -95,8 +95,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.CursorProtocol.html b/rust-docs/connectorx/sources/postgres/enum.CursorProtocol.html index d5aea21767..f6231b74fb 100644 --- a/rust-docs/connectorx/sources/postgres/enum.CursorProtocol.html +++ b/rust-docs/connectorx/sources/postgres/enum.CursorProtocol.html @@ -22,9 +22,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -60,7 +60,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -95,8 +95,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html b/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html index c5eabb0294..6e79420624 100644 --- a/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html +++ b/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html @@ -7,9 +7,9 @@ HexError(FromHexError), IOError(Error), TlsError(ErrorStack), - Other(Error), -}

Variants§

§

ConnectorXError(ConnectorXError)

§

PostgresPoolError(Error)

§

PostgresError(Error)

§

CSVError(Error)

§

HexError(FromHexError)

§

IOError(Error)

§

TlsError(ErrorStack)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for PostgresSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for PostgresSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ErrorStack> for PostgresSourceError

source§

fn from(source: ErrorStack) -> Self

Converts to this type from the input type.
source§

impl From<FromHexError> for PostgresSourceError

source§

fn from(source: FromHexError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for ConnectorXOutError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrow2TransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PostgresSourceError

§

impl Send for PostgresSourceError

§

impl Sync for PostgresSourceError

§

impl Unpin for PostgresSourceError

§

impl !UnwindSafe for PostgresSourceError

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

ConnectorXError(ConnectorXError)

§

PostgresPoolError(Error)

§

PostgresError(Error)

§

CSVError(Error)

§

HexError(FromHexError)

§

IOError(Error)

§

TlsError(ErrorStack)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for PostgresSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for PostgresSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for PostgresSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<ErrorStack> for PostgresSourceError

source§

fn from(source: ErrorStack) -> Self

Converts to this type from the input type.
source§

impl From<FromHexError> for PostgresSourceError

source§

fn from(source: FromHexError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for ConnectorXOutError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrow2TransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -34,9 +34,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -72,7 +72,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -108,7 +108,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.PostgresTypeSystem.html b/rust-docs/connectorx/sources/postgres/enum.PostgresTypeSystem.html index 43287face6..7e703b7893 100644 --- a/rust-docs/connectorx/sources/postgres/enum.PostgresTypeSystem.html +++ b/rust-docs/connectorx/sources/postgres/enum.PostgresTypeSystem.html @@ -37,8 +37,8 @@ T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -54,9 +54,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -92,7 +92,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -128,8 +128,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/enum.SimpleProtocol.html b/rust-docs/connectorx/sources/postgres/enum.SimpleProtocol.html index 715ad70461..704c042ec1 100644 --- a/rust-docs/connectorx/sources/postgres/enum.SimpleProtocol.html +++ b/rust-docs/connectorx/sources/postgres/enum.SimpleProtocol.html @@ -22,9 +22,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -60,7 +60,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -95,8 +95,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/fn.rewrite_tls_args.html b/rust-docs/connectorx/sources/postgres/fn.rewrite_tls_args.html index 074cf3362f..e0ed858a2f 100644 --- a/rust-docs/connectorx/sources/postgres/fn.rewrite_tls_args.html +++ b/rust-docs/connectorx/sources/postgres/fn.rewrite_tls_args.html @@ -1,4 +1,4 @@ rewrite_tls_args in connectorx::sources::postgres - Rust
pub fn rewrite_tls_args(
-    conn: &Url
+    conn: &Url
 ) -> Result<(Config, Option<MakeTlsConnector>), PostgresSourceError>
\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html index 09c79167d9..6627a61192 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html @@ -1,14 +1,14 @@ PostgresBinarySourcePartitionParser in connectorx::sources::postgres - Rust -
pub struct PostgresBinarySourcePartitionParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PostgresBinarySourcePartitionParser<'a>

source

pub fn new(iter: BinaryCopyOutIter<'a>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresBinarySourcePartitionParser<'a>

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct PostgresBinarySourcePartitionParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PostgresBinarySourcePartitionParser<'a>

source

pub fn new(iter: BinaryCopyOutIter<'a>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresBinarySourcePartitionParser<'a>

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresBinarySourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresBinarySourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html index 26178b3680..2d316c42e3 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html @@ -2,16 +2,16 @@
pub struct PostgresCSVSourceParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PostgresCSVSourceParser<'a>

source

pub fn new( iter: StringRecordsIntoIter<CopyOutReader<'a>>, schema: &[PostgresTypeSystem] -) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresCSVSourceParser<'a>

§

type Error = PostgresSourceError

§

type TypeSystem = PostgresTypeSystem

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresCSVSourceParser<'a>

§

type Error = PostgresSourceError

§

type TypeSystem = PostgresTypeSystem

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresCSVSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresCSVSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -33,9 +33,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -71,7 +71,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -106,7 +106,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html index f7c36892ee..a1f128843f 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html @@ -1,14 +1,14 @@ PostgresRawSourceParser in connectorx::sources::postgres - Rust -
pub struct PostgresRawSourceParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PostgresRawSourceParser<'a>

source

pub fn new(iter: RowIter<'a>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresRawSourceParser<'a>

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct PostgresRawSourceParser<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PostgresRawSourceParser<'a>

source

pub fn new(iter: RowIter<'a>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresRawSourceParser<'a>

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresRawSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresRawSourceParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html index eeb153bffd..986727788d 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html @@ -1,14 +1,14 @@ PostgresSimpleSourceParser in connectorx::sources::postgres - Rust -
pub struct PostgresSimpleSourceParser { /* private fields */ }

Implementations§

source§

impl<'a> PostgresSimpleSourceParser

source

pub fn new(rows: Vec<SimpleQueryMessage>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresSimpleSourceParser

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct PostgresSimpleSourceParser { /* private fields */ }

Implementations§

source§

impl<'a> PostgresSimpleSourceParser

source

pub fn new(rows: Vec<SimpleQueryMessage>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresSimpleSourceParser

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), PostgresSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,8 +103,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSource.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSource.html index b6968fbd47..85d14c6453 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSource.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSource.html @@ -45,9 +45,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -83,7 +83,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -118,7 +118,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html index b151fc5d3f..a37892c3b3 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html @@ -16,13 +16,13 @@ C: MakeTlsConnect<Socket> + Clone + 'static + Sync + Send, C::TlsConnect: Send, C::Stream: Send, - <C::TlsConnect as TlsConnect<Socket>>::Future: Send,
§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresBinarySourcePartitionParser<'a>

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. -Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.
source§

impl<C> SourcePartition for PostgresSourcePartition<CSVProtocol, C>
where + <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresBinarySourcePartitionParser<'a>

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. +Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.
source§

impl<C> SourcePartition for PostgresSourcePartition<CSVProtocol, C>
where C: MakeTlsConnect<Socket> + Clone + 'static + Sync + Send, C::TlsConnect: Send, C::Stream: Send, - <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresCSVSourceParser<'a>

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. -Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.
source§

impl<C> SourcePartition for PostgresSourcePartition<CursorProtocol, C>
where + <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresCSVSourceParser<'a>

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. +Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.
source§

impl<C> SourcePartition for PostgresSourcePartition<CursorProtocol, C>
where C: MakeTlsConnect<Socket> + Clone + 'static + Sync + Send, C::TlsConnect: Send, C::Stream: Send, @@ -31,8 +31,8 @@ C: MakeTlsConnect<Socket> + Clone + 'static + Sync + Send, C::TlsConnect: Send, C::Stream: Send, - <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresSimpleSourceParser

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. -Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.

Auto Trait Implementations§

§

impl<P, C> !RefUnwindSafe for PostgresSourcePartition<P, C>

§

impl<P, C> Send for PostgresSourcePartition<P, C>
where + <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresSimpleSourceParser

§

type Error = PostgresSourceError

source§

fn result_rows(&mut self) -> Result<(), PostgresSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, PostgresSourceError>

source§

fn nrows(&self) -> usize

Number of rows this DataSource got. +Sometimes it is not possible for the source to know how many rows it gets before reading the whole data.
source§

fn ncols(&self) -> usize

Number of cols this DataSource got.

Auto Trait Implementations§

§

impl<P, C> !RefUnwindSafe for PostgresSourcePartition<P, C>

§

impl<P, C> Send for PostgresSourcePartition<P, C>
where P: Send,

§

impl<P, C> !Sync for PostgresSourcePartition<P, C>

§

impl<P, C> Unpin for PostgresSourcePartition<P, C>
where P: Unpin,

§

impl<P, C> !UnwindSafe for PostgresSourcePartition<P, C>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where @@ -56,9 +56,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -94,7 +94,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -129,7 +129,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresTypePairs.html b/rust-docs/connectorx/sources/postgres/struct.PostgresTypePairs.html index 9a23754697..34ca3710a8 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresTypePairs.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresTypePairs.html @@ -21,9 +21,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -59,7 +59,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -94,8 +94,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html b/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html index dd3c8e3e98..c5c02fa629 100644 --- a/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html +++ b/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html @@ -5,9 +5,9 @@ SQLiteError(Error), SQLitePoolError(Error), SQLiteUrlDecodeError(FromUtf8Error), - Other(Error), -}

Variants§

§

InferTypeFromNull

§

ConnectorXError(ConnectorXError)

§

SQLiteError(Error)

§

SQLitePoolError(Error)

§

SQLiteUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

-

Trait Implementations§

source§

impl Debug for SQLiteSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for SQLiteSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for SQLiteSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for ConnectorXOutError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrow2TransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SQLiteSourceError

§

impl Send for SQLiteSourceError

§

impl Sync for SQLiteSourceError

§

impl Unpin for SQLiteSourceError

§

impl !UnwindSafe for SQLiteSourceError

Blanket Implementations§

source§

impl<T> Any for T
where + Other(Error), +}

Variants§

§

InferTypeFromNull

§

ConnectorXError(ConnectorXError)

§

SQLiteError(Error)

§

SQLitePoolError(Error)

§

SQLiteUrlDecodeError(FromUtf8Error)

§

Other(Error)

Any other errors that are too trivial to be put here explicitly.

+

Trait Implementations§

source§

impl Debug for SQLiteSourceError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteSourceError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteSourceError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ConnectorXError> for SQLiteSourceError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for SQLiteSourceError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FromUtf8Error> for SQLiteSourceError

source§

fn from(source: FromUtf8Error) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for ConnectorXOutError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrow2TransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -32,9 +32,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -70,7 +70,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -106,7 +106,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html b/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html index af431b0268..0300a19e7d 100644 --- a/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html +++ b/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html @@ -12,14 +12,14 @@ Blob(bool), }

Variants§

§

Bool(bool)

§

Int8(bool)

§

Int4(bool)

§

Int2(bool)

§

Real(bool)

§

Text(bool)

§

Date(bool)

§

Time(bool)

§

Timestamp(bool)

§

Blob(bool)

Trait Implementations§

source§

impl Clone for SQLiteTypeSystem

source§

fn clone(&self) -> SQLiteTypeSystem

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SQLiteTypeSystem

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for SQLiteTypeSystem

source§

fn eq(&self, other: &SQLiteTypeSystem) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem

§

type Error = SQLiteSourceError

The type returned in the event of a conversion error.
source§

fn try_from(types: (Option<&str>, Type)) -> Result<Self, SQLiteSourceError>

Performs the conversion.
source§

impl TryFrom<Type> for SQLiteTypeSystem

§

type Error = SQLiteSourceError

The type returned in the event of a conversion error.
source§

fn try_from(ty: Type) -> Result<Self, SQLiteSourceError>

Performs the conversion.
source§

impl Copy for SQLiteTypeSystem

source§

impl StructuralPartialEq for SQLiteTypeSystem

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteTypeSystem

§

impl Send for SQLiteTypeSystem

§

impl Sync for SQLiteTypeSystem

§

impl Unpin for SQLiteTypeSystem

§

impl UnwindSafe for SQLiteTypeSystem

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem

§

type Error = SQLiteSourceError

The type returned in the event of a conversion error.
source§

fn try_from(types: (Option<&str>, Type)) -> Result<Self, SQLiteSourceError>

Performs the conversion.
source§

impl TryFrom<Type> for SQLiteTypeSystem

§

type Error = SQLiteSourceError

The type returned in the event of a conversion error.
source§

fn try_from(ty: Type) -> Result<Self, SQLiteSourceError>

Performs the conversion.
source§

impl Copy for SQLiteTypeSystem

source§

impl StructuralPartialEq for SQLiteTypeSystem

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteTypeSystem

§

impl Send for SQLiteTypeSystem

§

impl Sync for SQLiteTypeSystem

§

impl Unpin for SQLiteTypeSystem

§

impl UnwindSafe for SQLiteTypeSystem

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where Self: Into<T>,

Converts self into T using Into<T>. Read more
§

impl<Choices> CoproductSubsetter<CNil, HNil> for Choices

§

type Remainder = Choices

§

fn subset( self -) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where - T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where +) -> Result<CNil, <Choices as CoproductSubsetter<CNil, HNil>>::Remainder>

Extract a subset of the possible types in a coproduct (or get the remaining possibilities) Read more
source§

impl<T> DynClone for T
where + T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

§

impl<T> FmtForward for T

§

fn fmt_binary(self) -> FmtBinary<Self>
where Self: Binary,

Causes self to use its Binary implementation when Debug-formatted.
§

fn fmt_display(self) -> FmtDisplay<Self>
where Self: Display,

Causes self to use its Display implementation when Debug-formatted.
§

fn fmt_lower_exp(self) -> FmtLowerExp<Self>
where @@ -35,9 +35,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -73,7 +73,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -109,8 +109,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSource.html b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSource.html index 07e3d7bcb0..e338003e34 100644 --- a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSource.html +++ b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSource.html @@ -25,9 +25,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -63,7 +63,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -98,7 +98,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartition.html b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartition.html index 22c69cb102..b4e57ccc68 100644 --- a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartition.html +++ b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartition.html @@ -26,9 +26,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -64,7 +64,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -99,7 +99,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html index f881150b9d..4618ae8322 100644 --- a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html +++ b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html @@ -3,12 +3,12 @@ conn: &'a PooledConnection<SqliteConnectionManager>, query: &str, schema: &[SQLiteTypeSystem] -) -> Result<Self, SQLiteSourceError>

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for SQLiteSourcePartitionParser<'a>

§

type TypeSystem = SQLiteTypeSystem

§

type Error = SQLiteSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), SQLiteSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +) -> Result<Self, SQLiteSourceError>

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for SQLiteSourcePartitionParser<'a>

§

type TypeSystem = SQLiteTypeSystem

§

type Error = SQLiteSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), SQLiteSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r, 'a> Produce<'r, Box<str>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Box<str>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for SQLiteSourcePartitionParser<'a>

source§

impl<'a> Send for SQLiteSourcePartitionParser<'a>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +implemented.

source§

impl<'r, 'a> Produce<'r, Box<str>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Box<str>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for SQLiteSourcePartitionParser<'a>

source§

impl<'a> Send for SQLiteSourcePartitionParser<'a>

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SQLiteSourcePartitionParser<'a>

§

impl<'a> !Sync for SQLiteSourcePartitionParser<'a>

§

impl<'a> Unpin for SQLiteSourcePartitionParser<'a>

§

impl<'a> !UnwindSafe for SQLiteSourcePartitionParser<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -30,9 +30,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -68,7 +68,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -103,7 +103,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/sources/trait.Produce.html b/rust-docs/connectorx/sources/trait.Produce.html index 70df3cbdf6..ee041671a0 100644 --- a/rust-docs/connectorx/sources/trait.Produce.html +++ b/rust-docs/connectorx/sources/trait.Produce.html @@ -5,4 +5,4 @@ // Required method fn produce(&'r mut self) -> Result<T, Self::Error>; }
Expand description

A type implemented Produce<T> means that it can produce a value T by consuming part of it’s raw data buffer.

-

Required Associated Types§

source

type Error: From<ConnectorXError> + Send

Required Methods§

source

fn produce(&'r mut self) -> Result<T, Self::Error>

Implementors§

source§

impl<'a, 'r> Produce<'r, Option<String>> for CSVSourcePartitionParser<'a>

source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<f64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<i64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<String>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, String> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, &'r str> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r [u8]> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r [u8]>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Box<str>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<FloatN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<IntN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, bool> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, bool> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Box<str>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresRawSourceParser<'a>

\ No newline at end of file +

Required Associated Types§

source

type Error: From<ConnectorXError> + Send

Required Methods§

source

fn produce(&'r mut self) -> Result<T, Self::Error>

Implementors§

source§

impl<'a, 'r> Produce<'r, Option<String>> for CSVSourcePartitionParser<'a>

source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<f64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<i64>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<String>> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for BigQuerySourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, String> for BigQuerySourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, &'r str> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r str> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, &'r [u8]> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r [u8]>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u16>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u32>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<u64>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Box<str>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<String>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<bool>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<DateTime<Utc>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDate>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveDateTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<NaiveTime>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<FloatN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<IntN>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, bool> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, bool> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, bool> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, f64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i8> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i16> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i32> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, i64> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u8> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u16> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u32> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, u64> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Box<str>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, String> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<bool>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<f64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i16>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i32>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<i64>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<u8>> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<String>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Vec<Decimal>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for CSVSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for DummySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, DateTime<Utc>> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDate> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for OracleTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveDateTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for BigQuerySourceParser

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, NaiveTime> for SQLiteSourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Uuid> for PostgresRawSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, FloatN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, IntN> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MsSQLSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLBinarySourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for MySQLTextSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresBinarySourcePartitionParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresCSVSourceParser<'a>

source§

impl<'r, 'a> Produce<'r, Decimal> for PostgresRawSourceParser<'a>

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html index f2b23f70fd..14ec3c852b 100644 --- a/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html @@ -3,7 +3,7 @@ Source(BigQuerySourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(BigQuerySourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for BigQueryArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for BigQueryArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrow2TransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrow2TransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for BigQueryArrow2TransportError

§

impl Send for BigQueryArrow2TransportError

§

impl Sync for BigQueryArrow2TransportError

§

impl Unpin for BigQueryArrow2TransportError

§

impl !UnwindSafe for BigQueryArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for BigQueryArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for BigQueryArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrow2TransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrow2TransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html index 550e01533a..b464ab7e01 100644 --- a/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(BigQuerySourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(BigQuerySourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for BigQueryArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for BigQueryArrowTransportError

§

impl Send for BigQueryArrowTransportError

§

impl Sync for BigQueryArrowTransportError

§

impl Unpin for BigQueryArrowTransportError

§

impl !UnwindSafe for BigQueryArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for BigQueryArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html index 5de26b673b..680a767313 100644 --- a/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html @@ -3,7 +3,7 @@ Source(BigQuerySourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(BigQuerySourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for BigQueryArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrowTransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for BigQueryArrowTransportError

§

impl Send for BigQueryArrowTransportError

§

impl Sync for BigQueryArrowTransportError

§

impl Unpin for BigQueryArrowTransportError

§

impl !UnwindSafe for BigQueryArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for BigQueryArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for BigQueryArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for BigQueryArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for BigQueryArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<BigQueryArrowTransportError> for ConnectorXOutError

source§

fn from(source: BigQueryArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<BigQuerySourceError> for BigQueryArrowTransportError

source§

fn from(source: BigQuerySourceError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for BigQueryArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html index dc2d04864a..c8d1a4bf16 100644 --- a/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html @@ -3,7 +3,7 @@ Source(MsSQLSourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MsSQLSourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MsSQLArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for MsSQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrow2TransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MsSQLArrow2TransportError

§

impl Send for MsSQLArrow2TransportError

§

impl Sync for MsSQLArrow2TransportError

§

impl Unpin for MsSQLArrow2TransportError

§

impl !UnwindSafe for MsSQLArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MsSQLArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for MsSQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrow2TransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html index 81e23f70ef..0f90442619 100644 --- a/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(MsSQLSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MsSQLSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MsSQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MsSQLArrowTransportError

§

impl Send for MsSQLArrowTransportError

§

impl Sync for MsSQLArrowTransportError

§

impl Unpin for MsSQLArrowTransportError

§

impl !UnwindSafe for MsSQLArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MsSQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html index edacc7828b..a3bcc61066 100644 --- a/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html @@ -3,7 +3,7 @@ Source(MsSQLSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MsSQLSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MsSQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MsSQLArrowTransportError

§

impl Send for MsSQLArrowTransportError

§

impl Sync for MsSQLArrowTransportError

§

impl Unpin for MsSQLArrowTransportError

§

impl !UnwindSafe for MsSQLArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MsSQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MsSQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MsSQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MsSQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MsSQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MsSQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MsSQLSourceError> for MsSQLArrowTransportError

source§

fn from(source: MsSQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html index 3aa6831f8f..89c5aa7896 100644 --- a/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html @@ -3,7 +3,7 @@ Source(MySQLSourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MySQLSourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MySQLArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for MySQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrow2TransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MySQLArrow2TransportError

§

impl Send for MySQLArrow2TransportError

§

impl Sync for MySQLArrow2TransportError

§

impl Unpin for MySQLArrow2TransportError

§

impl !UnwindSafe for MySQLArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MySQLArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for MySQLArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrow2TransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrow2TransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html index 90253de123..e0af232f13 100644 --- a/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(MySQLSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MySQLSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MySQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MySQLArrowTransportError

§

impl Send for MySQLArrowTransportError

§

impl Sync for MySQLArrowTransportError

§

impl Unpin for MySQLArrowTransportError

§

impl !UnwindSafe for MySQLArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MySQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html index 96760902e3..04d2ddcbc8 100644 --- a/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html @@ -3,7 +3,7 @@ Source(MySQLSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(MySQLSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for MySQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for MySQLArrowTransportError

§

impl Send for MySQLArrowTransportError

§

impl Sync for MySQLArrowTransportError

§

impl Unpin for MySQLArrowTransportError

§

impl !UnwindSafe for MySQLArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for MySQLArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MySQLArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MySQLArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for MySQLArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for MySQLArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLArrowTransportError> for ConnectorXOutError

source§

fn from(source: MySQLArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<MySQLSourceError> for MySQLArrowTransportError

source§

fn from(source: MySQLSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html b/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html index 1e88db38a3..4ffebb87cb 100644 --- a/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html @@ -3,7 +3,7 @@ Source(OracleSourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(OracleSourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for OracleArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for OracleArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrow2TransportError> for ConnectorXOutError

source§

fn from(source: OracleArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrow2TransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for OracleArrow2TransportError

§

impl Send for OracleArrow2TransportError

§

impl Sync for OracleArrow2TransportError

§

impl Unpin for OracleArrow2TransportError

§

impl !UnwindSafe for OracleArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for OracleArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for OracleArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrow2TransportError> for ConnectorXOutError

source§

fn from(source: OracleArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrow2TransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html index 89245f3f80..f097d3100f 100644 --- a/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html @@ -28,9 +28,9 @@ Self: UpperHex,
Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html b/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html index 6017bc24eb..0b24379ea7 100644 --- a/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html @@ -3,7 +3,7 @@ Source(OracleSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(OracleSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for OracleArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrowTransportError> for ConnectorXOutError

source§

fn from(source: OracleArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for OracleArrowTransportError

§

impl Send for OracleArrowTransportError

§

impl Sync for OracleArrowTransportError

§

impl Unpin for OracleArrowTransportError

§

impl !UnwindSafe for OracleArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for OracleArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for OracleArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for OracleArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for OracleArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for OracleArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<OracleArrowTransportError> for ConnectorXOutError

source§

fn from(source: OracleArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<OracleSourceError> for OracleArrowTransportError

source§

fn from(source: OracleSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html index b293393a47..88f9183b89 100644 --- a/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html @@ -3,7 +3,7 @@ Source(PostgresSourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(PostgresSourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for PostgresArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for PostgresArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrow2TransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrow2TransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PostgresArrow2TransportError

§

impl Send for PostgresArrow2TransportError

§

impl Sync for PostgresArrow2TransportError

§

impl Unpin for PostgresArrow2TransportError

§

impl !UnwindSafe for PostgresArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for PostgresArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for PostgresArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrow2TransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrow2TransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html index 13b16fed01..d70764b12f 100644 --- a/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(PostgresSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(PostgresSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for PostgresArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PostgresArrowTransportError

§

impl Send for PostgresArrowTransportError

§

impl Sync for PostgresArrowTransportError

§

impl Unpin for PostgresArrowTransportError

§

impl !UnwindSafe for PostgresArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for PostgresArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html index 329f55ea65..bb83b03335 100644 --- a/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html @@ -3,7 +3,7 @@ Source(PostgresSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(PostgresSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for PostgresArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrowTransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for PostgresArrowTransportError

§

impl Send for PostgresArrowTransportError

§

impl Sync for PostgresArrowTransportError

§

impl Unpin for PostgresArrowTransportError

§

impl !UnwindSafe for PostgresArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for PostgresArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PostgresArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PostgresArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for PostgresArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for PostgresArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresArrowTransportError> for ConnectorXOutError

source§

fn from(source: PostgresArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<PostgresSourceError> for PostgresArrowTransportError

source§

fn from(source: PostgresSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html index 0a93852a24..ffde77f242 100644 --- a/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html +++ b/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html @@ -3,7 +3,7 @@ Source(SQLiteSourceError), Destination(Arrow2DestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(SQLiteSourceError)

§

Destination(Arrow2DestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for SQLiteArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for SQLiteArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrow2TransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrow2TransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SQLiteArrow2TransportError

§

impl Send for SQLiteArrow2TransportError

§

impl Sync for SQLiteArrow2TransportError

§

impl Unpin for SQLiteArrow2TransportError

§

impl !UnwindSafe for SQLiteArrow2TransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for SQLiteArrow2TransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrow2TransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrow2TransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Arrow2DestinationError> for SQLiteArrow2TransportError

source§

fn from(source: Arrow2DestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrow2TransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrow2TransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrow2TransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrow2TransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html index e1c060377a..d13f9bf458 100644 --- a/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(SQLiteSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(SQLiteSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for SQLiteArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SQLiteArrowTransportError

§

impl Send for SQLiteArrowTransportError

§

impl Sync for SQLiteArrowTransportError

§

impl Unpin for SQLiteArrowTransportError

§

impl !UnwindSafe for SQLiteArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for SQLiteArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html index a0fb16cc2f..e2aca16dde 100644 --- a/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html +++ b/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html @@ -3,7 +3,7 @@ Source(SQLiteSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

Variants§

§

Source(SQLiteSourceError)

§

Destination(ArrowDestinationError)

§

ConnectorX(ConnectorXError)

Trait Implementations§

source§

impl Debug for SQLiteArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrowTransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for SQLiteArrowTransportError

§

impl Send for SQLiteArrowTransportError

§

impl Sync for SQLiteArrowTransportError

§

impl Unpin for SQLiteArrowTransportError

§

impl !UnwindSafe for SQLiteArrowTransportError

Blanket Implementations§

source§

impl<T> Any for T
where +}

Variants§

Trait Implementations§

source§

impl Debug for SQLiteArrowTransportError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for SQLiteArrowTransportError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for SQLiteArrowTransportError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<ArrowDestinationError> for SQLiteArrowTransportError

source§

fn from(source: ArrowDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ConnectorXError> for SQLiteArrowTransportError

source§

fn from(source: ConnectorXError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteArrowTransportError> for ConnectorXOutError

source§

fn from(source: SQLiteArrowTransportError) -> Self

Converts to this type from the input type.
source§

impl From<SQLiteSourceError> for SQLiteArrowTransportError

source§

fn from(source: SQLiteSourceError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> AsErrorSource for T
where T: Error + 'static,

§

fn as_error_source(&self) -> &(dyn Error + 'static)

For maximum effectiveness, this needs to be called as a method to benefit from Rust’s automatic dereferencing of method @@ -28,9 +28,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -66,7 +66,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -102,7 +102,7 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file +[WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html b/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html index 348e2a2c37..e1c0b16d7e 100644 --- a/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrow2Transport

§

impl Send for BigQueryArrow2Transport

§

impl Sync for BigQueryArrow2Transport

§

impl Unpin for BigQueryArrow2Transport

§

impl UnwindSafe for BigQueryArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrow2Transport

§

impl Send for BigQueryArrow2Transport

§

impl Sync for BigQueryArrow2Transport

§

impl Unpin for BigQueryArrow2Transport

§

impl UnwindSafe for BigQueryArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html index 1e10539946..ae8ccd6fd1 100644 --- a/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrowTransport

§

impl Send for BigQueryArrowTransport

§

impl Sync for BigQueryArrowTransport

§

impl Unpin for BigQueryArrowTransport

§

impl UnwindSafe for BigQueryArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrowTransport

§

impl Send for BigQueryArrowTransport

§

impl Sync for BigQueryArrowTransport

§

impl Unpin for BigQueryArrowTransport

§

impl UnwindSafe for BigQueryArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html b/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html index b384743c64..18765cffef 100644 --- a/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrowTransport

§

impl Send for BigQueryArrowTransport

§

impl Sync for BigQueryArrowTransport

§

impl Unpin for BigQueryArrowTransport

§

impl UnwindSafe for BigQueryArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for BigQueryArrowTransport

§

impl Send for BigQueryArrowTransport

§

impl Sync for BigQueryArrowTransport

§

impl Unpin for BigQueryArrowTransport

§

impl UnwindSafe for BigQueryArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.CSVArrowTransport.html b/rust-docs/connectorx/transports/struct.CSVArrowTransport.html index e2f0f22479..850930a0b1 100644 --- a/rust-docs/connectorx/transports/struct.CSVArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.CSVArrowTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for CSVArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for CSVArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for CSVArrowTransport

§

impl Send for CSVArrowTransport

§

impl Sync for CSVArrowTransport

§

impl Unpin for CSVArrowTransport

§

impl UnwindSafe for CSVArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for CSVArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for CSVArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for CSVArrowTransport

§

impl Send for CSVArrowTransport

§

impl Sync for CSVArrowTransport

§

impl Unpin for CSVArrowTransport

§

impl UnwindSafe for CSVArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html b/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html index 471da878fa..8abf1041c1 100644 --- a/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for DummyArrow2Transport

§

impl Send for DummyArrow2Transport

§

impl Sync for DummyArrow2Transport

§

impl Unpin for DummyArrow2Transport

§

impl UnwindSafe for DummyArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for DummyArrow2Transport

§

impl Send for DummyArrow2Transport

§

impl Sync for DummyArrow2Transport

§

impl Unpin for DummyArrow2Transport

§

impl UnwindSafe for DummyArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.DummyArrowTransport.html b/rust-docs/connectorx/transports/struct.DummyArrowTransport.html index 7b3b1e31e6..1888286699 100644 --- a/rust-docs/connectorx/transports/struct.DummyArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.DummyArrowTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrowTransport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for DummyArrowTransport

§

impl Send for DummyArrowTransport

§

impl Sync for DummyArrowTransport

§

impl Unpin for DummyArrowTransport

§

impl UnwindSafe for DummyArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrowTransport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for DummyArrowTransport

§

impl Send for DummyArrowTransport

§

impl Sync for DummyArrowTransport

§

impl Unpin for DummyArrowTransport

§

impl UnwindSafe for DummyArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html b/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html index 7ba7549144..874479a675 100644 --- a/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrow2Transport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrow2Transport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrow2Transport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrow2Transport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrow2Transport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrow2Transport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i32>> for MsSQLArrow2Transport

source§

impl TypeConversion<Uuid, String> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrow2Transport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for MsSQLArrow2Transport

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for MsSQLArrow2Transport

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrow2Transport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i32> for MsSQLArrow2Transport

source§

fn convert(val: u8) -> i32

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrow2Transport

§

impl Send for MsSQLArrow2Transport

§

impl Sync for MsSQLArrow2Transport

§

impl Unpin for MsSQLArrow2Transport

§

impl UnwindSafe for MsSQLArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrow2Transport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrow2Transport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrow2Transport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrow2Transport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrow2Transport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrow2Transport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i32>> for MsSQLArrow2Transport

source§

impl TypeConversion<Uuid, String> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrow2Transport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for MsSQLArrow2Transport

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for MsSQLArrow2Transport

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrow2Transport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i32> for MsSQLArrow2Transport

source§

fn convert(val: u8) -> i32

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrow2Transport

§

impl Send for MsSQLArrow2Transport

§

impl Sync for MsSQLArrow2Transport

§

impl Unpin for MsSQLArrow2Transport

§

impl UnwindSafe for MsSQLArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html index 44ad5ca11c..96ab265a70 100644 --- a/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrowTransport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrowTransport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrowTransport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrowTransport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrowTransport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MsSQLArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrowTransport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MsSQLArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MsSQLArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrowTransport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MsSQLArrowTransport

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrowTransport

§

impl Send for MsSQLArrowTransport

§

impl Sync for MsSQLArrowTransport

§

impl Unpin for MsSQLArrowTransport

§

impl UnwindSafe for MsSQLArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrowTransport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrowTransport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrowTransport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrowTransport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrowTransport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MsSQLArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrowTransport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MsSQLArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MsSQLArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrowTransport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MsSQLArrowTransport

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrowTransport

§

impl Send for MsSQLArrowTransport

§

impl Sync for MsSQLArrowTransport

§

impl Unpin for MsSQLArrowTransport

§

impl UnwindSafe for MsSQLArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html b/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html index 1d67b0df1d..d5ccf3dc73 100644 --- a/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrowTransport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrowTransport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrowTransport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrowTransport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrowTransport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MsSQLArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrowTransport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MsSQLArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MsSQLArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrowTransport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MsSQLArrowTransport

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrowTransport

§

impl Send for MsSQLArrowTransport

§

impl Sync for MsSQLArrowTransport

§

impl Unpin for MsSQLArrowTransport

§

impl UnwindSafe for MsSQLArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrowTransport

source§

fn convert(val: &'r [u8]) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrowTransport

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrowTransport

source§

fn convert(val: Decimal) -> f64

source§

impl TypeConversion<FloatN, f64> for MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrowTransport

source§

fn convert(val: Option<&'r [u8]>) -> Option<Vec<u8>>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrowTransport

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MsSQLArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrowTransport

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MsSQLArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MsSQLArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrowTransport

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MsSQLArrowTransport

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for MsSQLArrowTransport

§

impl Send for MsSQLArrowTransport

§

impl Sync for MsSQLArrowTransport

§

impl Unpin for MsSQLArrowTransport

§

impl UnwindSafe for MsSQLArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html b/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html index 39d26b0497..47180667e4 100644 --- a/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html @@ -30,7 +30,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrow2Transport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrow2Transport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i8) -> i64

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i8) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrow2Transport<P>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrow2Transport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrow2Transport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: i8) -> i64

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: i8) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrow2Transport<P>
where P: RefUnwindSafe,

§

impl<P> Send for MySQLArrow2Transport<P>
where P: Send,

§

impl<P> Sync for MySQLArrow2Transport<P>
where P: Sync,

§

impl<P> Unpin for MySQLArrow2Transport<P>
where @@ -57,9 +57,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -95,7 +95,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -130,8 +130,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html index 86d06d8879..ba5203f67b 100644 --- a/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html @@ -1,7 +1,7 @@ MySQLArrowStreamTransport in connectorx::transports - Rust
pub struct MySQLArrowStreamTransport<P>(/* private fields */);
Expand description

Convert MySQL data types to Arrow data types.

-

Trait Implementations§

source§

impl<'tp> Transport for MySQLArrowTransport<BinaryProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = MySQLSource<BinaryProtocol>

§

type D = ArrowDestination

§

type Error = MySQLArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for MySQLArrowTransport<BinaryProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = MySQLSource<BinaryProtocol>

§

type D = ArrowDestination

§

type Error = MySQLArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for MySQLArrowTransport<TextProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = MySQLSource<TextProtocol>

§

type D = ArrowDestination

§

type Error = MySQLArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for MySQLArrowTransport<TextProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = MySQLSource<TextProtocol>

§

type D = ArrowDestination

§

type Error = MySQLArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,13 +24,13 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrowTransport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrowTransport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<P> TypeConversion<i8, bool> for MySQLArrowTransport<P>

source§

fn convert(val: i8) -> bool

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrowTransport<P>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrowTransport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrowTransport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<P> TypeConversion<i8, bool> for MySQLArrowTransport<P>

source§

fn convert(val: i8) -> bool

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrowTransport<P>
where P: RefUnwindSafe,

§

impl<P> Send for MySQLArrowTransport<P>
where P: Send,

§

impl<P> Sync for MySQLArrowTransport<P>
where P: Sync,

§

impl<P> Unpin for MySQLArrowTransport<P>
where @@ -57,9 +57,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -95,7 +95,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -130,8 +130,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html b/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html index 0049e97137..d180f89551 100644 --- a/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html @@ -30,7 +30,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrowTransport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrowTransport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<P> TypeConversion<i8, bool> for MySQLArrowTransport<P>

source§

fn convert(val: i8) -> bool

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrowTransport<P>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrowTransport<P>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrowTransport<TextProtocol>

source§

impl<P> TypeConversion<Value, String> for MySQLArrowTransport<P>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: i64) -> i64

source§

impl<P> TypeConversion<i8, bool> for MySQLArrowTransport<P>

source§

fn convert(val: i8) -> bool

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u16) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u32) -> i64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u64) -> f64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<BinaryProtocol>

source§

fn convert(val: u8) -> i64

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrowTransport<TextProtocol>

source§

fn convert(val: u8) -> i64

Auto Trait Implementations§

§

impl<P> RefUnwindSafe for MySQLArrowTransport<P>
where P: RefUnwindSafe,

§

impl<P> Send for MySQLArrowTransport<P>
where P: Send,

§

impl<P> Sync for MySQLArrowTransport<P>
where P: Sync,

§

impl<P> Unpin for MySQLArrowTransport<P>
where @@ -57,9 +57,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -95,7 +95,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -130,8 +130,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html b/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html index 759a858527..920ad81a17 100644 --- a/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html @@ -14,7 +14,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrow2Transport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrow2Transport

§

impl Send for OracleArrow2Transport

§

impl Sync for OracleArrow2Transport

§

impl Unpin for OracleArrow2Transport

§

impl UnwindSafe for OracleArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrow2Transport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrow2Transport

§

impl Send for OracleArrow2Transport

§

impl Sync for OracleArrow2Transport

§

impl Unpin for OracleArrow2Transport

§

impl UnwindSafe for OracleArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -36,9 +36,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -74,7 +74,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -109,8 +109,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html index 36d555dc90..ce319739ca 100644 --- a/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html @@ -14,7 +14,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrowTransport

§

impl Send for OracleArrowTransport

§

impl Sync for OracleArrowTransport

§

impl Unpin for OracleArrowTransport

§

impl UnwindSafe for OracleArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrowTransport

§

impl Send for OracleArrowTransport

§

impl Sync for OracleArrowTransport

§

impl Unpin for OracleArrowTransport

§

impl UnwindSafe for OracleArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -36,9 +36,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -74,7 +74,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -109,8 +109,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.OracleArrowTransport.html b/rust-docs/connectorx/transports/struct.OracleArrowTransport.html index d7b13097cc..3c673bdb42 100644 --- a/rust-docs/connectorx/transports/struct.OracleArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.OracleArrowTransport.html @@ -14,7 +14,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrowTransport

§

impl Send for OracleArrowTransport

§

impl Sync for OracleArrowTransport

§

impl Unpin for OracleArrowTransport

§

impl UnwindSafe for OracleArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for OracleArrowTransport

§

impl Send for OracleArrowTransport

§

impl Sync for OracleArrowTransport

§

impl Unpin for OracleArrowTransport

§

impl UnwindSafe for OracleArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -36,9 +36,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -74,7 +74,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -109,8 +109,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html b/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html index fab3199c86..3df43b3d58 100644 --- a/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html @@ -1,7 +1,7 @@ PostgresArrow2Transport in connectorx::transports - Rust
pub struct PostgresArrow2Transport<P, C>(/* private fields */);
Expand description

Convert Postgres data types to Arrow2 data types.

-

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,14 +24,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -39,14 +39,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -54,14 +54,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -69,14 +69,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -84,14 +84,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -99,11 +99,11 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination type system TSD.
source§

fn process<'s, 'd, 'r>( @@ -120,7 +120,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Vec<Decimal>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrow2Transport<P, C>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Vec<Decimal>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrow2Transport<P, C>

§

impl<P, C> Send for PostgresArrow2Transport<P, C>
where C: Send, @@ -152,9 +152,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -190,7 +190,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -225,8 +225,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html index 7e53800e16..e81f6ebc97 100644 --- a/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html @@ -1,7 +1,7 @@ PostgresArrowStreamTransport in connectorx::transports - Rust
pub struct PostgresArrowStreamTransport<P, C>(/* private fields */);
Expand description

Convert Postgres data types to Arrow data types.

-

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,14 +24,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -39,11 +39,11 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination type system TSD.
source§

fn process<'s, 'd, 'r>( @@ -60,8 +60,8 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -69,14 +69,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -84,14 +84,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -99,14 +99,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -114,13 +114,13 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>

§

impl<P, C> Send for PostgresArrowTransport<P, C>
where C: Send, @@ -152,9 +152,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -190,7 +190,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -225,8 +225,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html b/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html index 8332e365f3..f8f3eeaed3 100644 --- a/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html @@ -1,7 +1,7 @@ PostgresArrowTransport in connectorx::transports - Rust
pub struct PostgresArrowTransport<P, C>(/* private fields */);
Expand description

Convert Postgres data types to Arrow data types.

-

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,14 +24,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -39,14 +39,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -54,14 +54,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -69,14 +69,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -84,14 +84,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -99,14 +99,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -114,13 +114,13 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>

§

impl<P, C> Send for PostgresArrowTransport<P, C>
where C: Send, @@ -152,9 +152,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -190,7 +190,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -225,8 +225,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html b/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html index 7689331ee1..295a33d6a1 100644 --- a/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl TypeConversion<Box<str>, String> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrow2Transport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrow2Transport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrow2Transport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrow2Transport

§

impl Send for SQLiteArrow2Transport

§

impl Sync for SQLiteArrow2Transport

§

impl Unpin for SQLiteArrow2Transport

§

impl UnwindSafe for SQLiteArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl TypeConversion<Box<str>, String> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrow2Transport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrow2Transport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrow2Transport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrow2Transport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrow2Transport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrow2Transport

§

impl Send for SQLiteArrow2Transport

§

impl Sync for SQLiteArrow2Transport

§

impl Unpin for SQLiteArrow2Transport

§

impl UnwindSafe for SQLiteArrow2Transport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html index cf9761072f..a69d461673 100644 --- a/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html +++ b/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl TypeConversion<Box<str>, String> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrowTransport

§

impl Send for SQLiteArrowTransport

§

impl Sync for SQLiteArrowTransport

§

impl Unpin for SQLiteArrowTransport

§

impl UnwindSafe for SQLiteArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl TypeConversion<Box<str>, String> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrowTransport

§

impl Send for SQLiteArrowTransport

§

impl Sync for SQLiteArrowTransport

§

impl Unpin for SQLiteArrowTransport

§

impl UnwindSafe for SQLiteArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html b/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html index 083d6c1eab..6edae69c64 100644 --- a/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html @@ -15,7 +15,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,
source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl TypeConversion<Box<str>, String> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrowTransport

§

impl Send for SQLiteArrowTransport

§

impl Sync for SQLiteArrowTransport

§

impl Unpin for SQLiteArrowTransport

§

impl UnwindSafe for SQLiteArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl TypeConversion<Box<str>, String> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrowTransport

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrowTransport

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrowTransport

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrowTransport

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrowTransport

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl RefUnwindSafe for SQLiteArrowTransport

§

impl Send for SQLiteArrowTransport

§

impl Sync for SQLiteArrowTransport

§

impl Unpin for SQLiteArrowTransport

§

impl UnwindSafe for SQLiteArrowTransport

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where @@ -37,9 +37,9 @@ Self: UpperHex,

Causes self to use its UpperHex implementation when Debug-formatted.
§

fn fmt_list(self) -> FmtList<Self>
where &'a Self: for<'a> IntoIterator,

Formats each item in a sequence. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

-
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an -Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an -Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where +

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an +Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an +Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

@@ -75,7 +75,7 @@ Self: DerefMut<Target = T> + Deref, T: 'a + ?Sized, R: 'a,
Mutably borrows self, then passes self.deref_mut() into the pipe -function.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where +function.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
§

impl<Source> Sculptor<HNil, HNil> for Source

§

type Remainder = Source

§

fn sculpt(self) -> (HNil, <Source as Sculptor<HNil, HNil>>::Remainder)

Consumes the current HList and returns an HList with the requested shape. Read more
§

impl<T> Tap for T

§

fn tap(self, func: impl FnOnce(&Self)) -> Self

Immutable access to a value. Read more
§

fn tap_mut(self, func: impl FnOnce(&mut Self)) -> Self

Mutable access to a value. Read more
§

fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
where Self: Borrow<B>, B: ?Sized,

Immutable access to the Borrow<B> of a value. Read more
§

fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
where Self: BorrowMut<B>, @@ -110,8 +110,8 @@ Self: TryInto<T>,

Attempts to convert self into T using TryInto<T>. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a -WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a -WithDispatch wrapper. Read more
§

impl<T> Allocation for T
where +[WithDispatch] wrapper. Read more

§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a +[WithDispatch] wrapper. Read more
§

impl<T> Allocation for T
where T: RefUnwindSafe + Send + Sync,

§

impl<T> Erased for T

\ No newline at end of file diff --git a/rust-docs/connectorx/typesystem/trait.TypeConversion.html b/rust-docs/connectorx/typesystem/trait.TypeConversion.html index 1cbf1346c1..e98a409586 100644 --- a/rust-docs/connectorx/typesystem/trait.TypeConversion.html +++ b/rust-docs/connectorx/typesystem/trait.TypeConversion.html @@ -3,4 +3,4 @@ // Required method fn convert(val: T) -> U; }
Expand description

Defines a rule to convert a type T to a type U.

-

Required Methods§

source

fn convert(val: T) -> U

Object Safety§

This trait is not object safe.

Implementors§

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<FloatN, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<FloatN, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<IntN, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<Box<str>, String> for SQLiteArrow2Transport

source§

impl TypeConversion<Box<str>, String> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl TypeConversion<Box<str>, String> for connectorx::transports::SQLiteArrowTransport

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrow2Transport

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrowTransport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrow2Transport

source§

impl TypeConversion<Uuid, String> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<Uuid, String> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<Decimal, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<Decimal, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i32, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<u8, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::SQLiteArrowTransport

source§

impl<P> TypeConversion<Value, String> for MySQLArrow2Transport<P>

source§

impl<P> TypeConversion<Value, String> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<Value, String> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P> TypeConversion<i8, bool> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<i8, bool> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrow2Transport<P>

source§

impl<P> TypeConversion<Decimal, f64> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<Decimal, f64> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for connectorx::transports::PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for connectorx::transports::PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for connectorx::transports::PostgresArrowTransport<P, C>

\ No newline at end of file +

Required Methods§

source

fn convert(val: T) -> U

Object Safety§

This trait is not object safe.

Implementors§

source§

impl TypeConversion<FloatN, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<FloatN, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<FloatN, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<IntN, i64> for MsSQLArrow2Transport

source§

impl TypeConversion<IntN, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<IntN, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<Box<str>, String> for SQLiteArrow2Transport

source§

impl TypeConversion<Box<str>, String> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl TypeConversion<Box<str>, String> for connectorx::transports::SQLiteArrowTransport

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrow2Transport

source§

impl TypeConversion<DateTime<Utc>, NaiveDateTime> for DummyArrowTransport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDate, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrow2Transport

source§

impl TypeConversion<NaiveDateTime, DateTime<Utc>> for DummyArrowTransport

source§

impl TypeConversion<Uuid, String> for MsSQLArrow2Transport

source§

impl TypeConversion<Uuid, String> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<Uuid, String> for connectorx::transports::MsSQLArrowTransport

source§

impl TypeConversion<Decimal, f64> for MsSQLArrow2Transport

source§

impl TypeConversion<Decimal, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl TypeConversion<Decimal, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<&'r [u8], Vec<u8>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<&'r [u8]>, Option<Vec<u8>>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<bool>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i32>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u8>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u16>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u32>, Option<i64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<u64>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<FloatN>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<IntN>, Option<i64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Box<str>>, Option<String>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<String>, Option<String>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<NaiveDateTime>> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<bool, bool> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f64, f64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<f64, f64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i8, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i16, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i16, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i32, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i32, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i32, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<i64, i64> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<i64, i64> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<u8, i32> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u8, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u16, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u32, i64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<u64, f64> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for DummyArrowTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<String, String> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<String, String> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for CSVArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for OracleArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::OracleArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::OracleArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for connectorx::transports::SQLiteArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for BigQueryArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::BigQueryArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::BigQueryArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MsSQLArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MsSQLArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MsSQLArrowTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for MySQLArrow2Transport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowStreamTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowStreamTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowTransport<BinaryProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::MySQLArrowTransport<TextProtocol>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowStreamTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for SQLiteArrow2Transport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::SQLiteArrowStreamTransport

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for connectorx::transports::SQLiteArrowTransport

source§

impl<P> TypeConversion<Value, String> for MySQLArrow2Transport<P>

source§

impl<P> TypeConversion<Value, String> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<Value, String> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P> TypeConversion<i8, bool> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<i8, bool> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P> TypeConversion<Decimal, f64> for MySQLArrow2Transport<P>

source§

impl<P> TypeConversion<Decimal, f64> for connectorx::transports::MySQLArrowStreamTransport<P>

source§

impl<P> TypeConversion<Decimal, f64> for connectorx::transports::MySQLArrowTransport<P>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for connectorx::transports::PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Uuid, String> for connectorx::transports::PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for connectorx::transports::PostgresArrowStreamTransport<P, C>

source§

impl<P, C> TypeConversion<Decimal, f64> for connectorx::transports::PostgresArrowTransport<P, C>

\ No newline at end of file diff --git a/rust-docs/search-index.js b/rust-docs/search-index.js index 3f1477ab6b..d27d4e7845 100644 --- a/rust-docs/search-index.js +++ b/rust-docs/search-index.js @@ -1,5 +1,5 @@ var searchIndex = new Map(JSON.parse('[\ -["connectorx",{"doc":"ConnectorX","t":"CCCCCCCCCQQCCCCCCFKNNNNNNMNNNNNNNMNMNNHNNNNNSSSSSSSSSPGPNNNNNHNNNNNNNNNNNNNNNNNNNNKTKKRRRRRRMMCCCMMMMMMNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNFGEPFPPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPIPPPPGIPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFFNNNNOOOONNNNNNNNNNNNOOONNONNHNNONNNNNNNNNNHHHFNNNNNNHHNNNNHNNNNNNEEEEEEEEEGEEEEEEFEEEEPEEEEEEEEEEEEEEEEPNNNNNNNNNNENNNNNNNNNNNNNNEENNNNNNNNNNENNENNNNENNNNNNNNNNNNNPPPPPPPFGPNNNNNNNNNNONNNNNNNNNNNNNNNNNHONNNNNNNNNNNNONNNNTRRRRRRKKKKRRRCCCMMCCMMMCNMMCMMMMMMMCPFPPPFGFFPGPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFFFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPPPFPPPPPFGFFGPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPPPFPPFGFFGPPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPFGFFGPPPPPPNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPGPPGPPPPPPPPPPPPPPPPPPPPPFFPPFFFGFFGGPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFGFFGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGFGFGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFGFGFGFGFGFGFGFGFGFGFGFGFGFGFGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRRRKKMNMMM","n":["arrow_batch_iter","constants","data_order","destinations","errors","fed_dispatcher","fed_rewriter","get_arrow","get_arrow2","impl_transport","impl_typesystem","partition","prelude","source_router","sources","transports","typesystem","ArrowBatchIter","RecordBatchIterator","borrow","borrow_mut","deref","deref_mut","drop","from","get_schema","get_schema","init","into","into_iter","lift_into","new","next","next_batch","next_batch","prepare","prepare","sculpt","set_global_num_thread","subset","try_from","try_into","type_id","vzip","CONNECTORX_PROTOCOL","CX_REWRITER_PATH","DB_BUFFER_SIZE","DUCKDB_JDBC_DRIVER","J4RS_BASE_PATH","MYSQL_JDBC_DRIVER","ORACLE_ARRAY_SIZE","POSTGRES_JDBC_DRIVER","RECORD_BATCH_SIZE","ColumnMajor","DataOrder","RowMajor","__clone_box","borrow","borrow_mut","clone","clone_into","coordinate","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","lift_into","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Consume","DATA_ORDERS","Destination","DestinationPartition","Error","Error","Error","Partition","TypeSystem","TypeSystem","allocate","aquire_row","arrow","arrow2","arrowstream","consume","finalize","ncols","needs_count","partition","schema","write","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2Destination","Arrow2DestinationError","Arrow2TypeSystem","ArrowError","ArrowPartitionWriter","ConnectorXError","Err","Ok","Other","PolarsError","Result","allocate","aquire_row","arrow","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finalize","fmt","fmt","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","ncols","needs_count","new","partition","polars","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2TypeSystem","BoolArray","Boolean","Date32","Date64","DateTimeTz","Float32","Float32Array","Float64","Float64Array","Int32","Int32Array","Int64","Int64Array","LargeBinary","LargeUtf8","Time64","UInt32","UInt32Array","UInt64","UInt64Array","Utf8Array","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Arrow2Error","ArrowError","ArrowStreamError","BigQueryError","BigQuerySourceError","BigqueryArrow2TransportError","BigqueryArrowTransportError","CannotProduce","CannotResolveDataOrder","ConnectorXError","ConnectorXInternalError","ConnectorXOutError","Context","CountError","DataFusionError","Err","Err","FileNotFoundError","IOError","J4RSError","JsonError","MsSQL","MsSQLArrow2TransportError","MsSQLArrowTransportError","MsSQLSourceError","MySQLArrow2TransportError","MySQLArrowTransportError","MySQLSourceError","MysqlError","NoContext","NoConversionRule","Ok","Ok","OracleArrow2TransportError","OracleArrowTransportError","OracleError","OracleSourceError","Other","Other","OutResult","PostgresArrow2TransportError","PostgresArrowTransportError","PostgresError","PostgresSourceError","ProduceContext","Result","SQLParserError","SQLiteArrow2TransportError","SQLiteArrowTransportError","SQLiteError","SQLiteSourceError","SourceNotSupport","SqlQueryNotSupported","StdIOError","StdVarError","TypeCheckFailed","UnsupportedDataOrder","UrlParseError","as_error_source","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cannot_produce","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","sculpt","sculpt","sculpt","source","source","subset","subset","subset","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","run","FederatedDataSourceInfo","Plan","borrow","borrow","borrow_mut","borrow_mut","cardinality","conn_str_info","db_alias","db_name","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","is_local","jdbc_driver","jdbc_url","lift_into","lift_into","manual_info","new_from_conn_str","new_from_manual_schema","rewrite_sql","sculpt","sculpt","sql","subset","subset","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","get_arrow","new_record_batch_iter","get_arrow2","PartitionQuery","borrow","borrow_mut","deref","deref_mut","drop","from","get_col_range","get_part_query","init","into","lift_into","new","partition","sculpt","subset","try_from","try_into","type_id","vzip","Arrow2Destination","ArrowDestination","ArrowPartitionWriter","ArrowStreamDestination","ArrowStreamPartitionWriter","ArrowStreamTypeSystem","ArrowTypeSystem","BigQuerySource","CSVSource","CXQuery","ConnectorXError","ConnectorXOutError","Consume","DataOrder","Destination","DestinationPartition","Dispatcher","DummySource","FederatedDataSourceInfo","MsSQLSource","MySQLSource","Naked","OracleSource","ParameterizedFunc","ParameterizedOn","PartitionParser","Plan","PostgresSource","Produce","Realize","RecordBatchIterator","SQLiteSource","Source","SourcePartition","Transport","TypeAssoc","TypeConversion","TypeSystem","Wrapped","__clone_box","as_ref","as_statement","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","coordinate","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from","from","from","from","get_arrow","get_arrow2","get_meta","init","init","into","into","lift_into","lift_into","map","naked","new","new_record_batch_iter","prepare","result","rewrite_sql","run","run","sculpt","sculpt","set_global_num_thread","subset","subset","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with","BigQuery","DuckDB","MsSQL","MySQL","Oracle","Postgres","SQLite","SourceConn","SourceType","Unknown","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conn","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","into","into","lift_into","lift_into","new","parse_source","proto","sculpt","sculpt","set_protocol","subset","subset","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","ty","type_id","type_id","vzip","vzip","DATA_ORDERS","Error","Error","Error","Error","Parser","Partition","PartitionParser","Produce","Source","SourcePartition","TypeSystem","TypeSystem","TypeSystem","bigquery","csv","dummy","fetch_metadata","fetch_next","mssql","mysql","names","ncols","nrows","oracle","parse","parser","partition","postgres","produce","result_rows","result_rows","schema","set_data_order","set_origin_query","set_queries","sqlite","BQError","BigQueryDialect","BigQueryJsonError","BigQueryParseFloatError","BigQueryParseIntError","BigQuerySource","BigQuerySourceError","BigQuerySourceParser","BigQuerySourcePartition","BigQueryStdError","BigQueryTypeSystem","BigQueryUrlError","Bignumeric","Bool","Boolean","Bytes","ConnectorXError","Date","Datetime","Float","Float64","Int64","Integer","Numeric","Other","String","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_delimited_identifier_start","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Bool","CSVError","CSVSource","CSVSourceError","CSVSourcePartition","CSVSourcePartitionParser","CSVTypeSystem","ConnectorXError","DateTime","F64","I64","IOError","Other","RegexError","String","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","get_hash","hash","infer_schema","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Bool","DateTime","DummySource","DummySourcePartition","DummySourcePartitionParser","DummyTypeSystem","F64","I64","String","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","from","from","from","from","get_hash","hash","init","init","init","init","into","into","into","into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","subset","subset","subset","subset","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Bigint","Binary","Bit","Char","ConnectorXError","Date","Datetime","Datetime2","Datetimeoffset","Decimal","Float24","Float53","FloatN","Floatn","GetNRowsFailed","Image","Int","IntN","Intn","Money","MsSQLError","MsSQLPoolError","MsSQLRuntimeError","MsSQLSource","MsSQLSourceError","MsSQLSourceParser","MsSQLSourcePartition","MsSQLTypeSystem","MsSQLUrlDecodeError","MsSQLUrlError","Nchar","Ntext","Numeric","Nvarchar","Other","SmallMoney","Smalldatetime","Smallint","Text","Time","Tinyint","Uniqueidentifier","Varbinary","Varchar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_sql","from_sql","init","init","init","init","init","init","init","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","mssql_config","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Blob","Char","ConnectorXError","Date","Datetime","Decimal","Double","Enum","Float","Int24","Json","Long","LongBlob","LongLong","MediumBlob","MySQLBinarySourceParser","MySQLError","MySQLPoolError","MySQLSource","MySQLSourceError","MySQLSourcePartition","MySQLTextSourceParser","MySQLTypeSystem","MySQLUrlError","Other","Short","TextProtocol","Time","Timestamp","Tiny","TinyBlob","UInt24","ULong","ULongLong","UShort","UTiny","VarChar","Year","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","new","new","new","new","nrows","nrows","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryDouble","BinaryFloat","Blob","Char","Clob","ConnectorXError","Date","Float","NChar","NVarChar","NumFloat","NumInt","OracleDialect","OracleError","OraclePoolError","OracleSource","OracleSourceError","OracleSourcePartition","OracleTextSourceParser","OracleTypeSystem","OracleUrlDecodeError","OracleUrlError","Other","Timestamp","TimestampTz","VarChar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","connect_oracle","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Bool","BoolArray","BpChar","ByteA","CSVError","CSVProtocol","Char","ConnectorXError","CursorProtocol","Date","Enum","Float4","Float4Array","Float8","Float8Array","HSTORE","HexError","IOError","Int2","Int2Array","Int4","Int4Array","Int8","Int8Array","JSON","JSONB","Name","Numeric","NumericArray","Other","PostgresBinarySourcePartitionParser","PostgresCSVSourceParser","PostgresError","PostgresPoolError","PostgresRawSourceParser","PostgresSimpleSourceParser","PostgresSource","PostgresSourceError","PostgresSourcePartition","PostgresTypePairs","PostgresTypeSystem","SimpleProtocol","Text","TextArray","Time","Timestamp","TimestampTz","TlsError","UUID","VarChar","VarcharArray","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","ncols","ncols","new","new","new","new","new","new","nrows","nrows","nrows","nrows","parser","parser","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","result_rows","result_rows","rewrite_tls_args","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Blob","Bool","ConnectorXError","Date","InferTypeFromNull","Int2","Int4","Int8","Other","Real","SQLiteError","SQLitePoolError","SQLiteSource","SQLiteSourceError","SQLiteSourcePartition","SQLiteSourcePartitionParser","SQLiteTypeSystem","SQLiteUrlDecodeError","Text","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BigQueryArrow2Transport","BigQueryArrow2TransportError","BigQueryArrowStreamTransport","BigQueryArrowStreamTransportError","BigQueryArrowTransport","BigQueryArrowTransportError","CSVArrowTransport","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","DummyArrow2Transport","DummyArrowTransport","MsSQLArrow2Transport","MsSQLArrow2TransportError","MsSQLArrowStreamTransport","MsSQLArrowStreamTransportError","MsSQLArrowTransport","MsSQLArrowTransportError","MySQLArrow2Transport","MySQLArrow2TransportError","MySQLArrowStreamTransport","MySQLArrowStreamTransportError","MySQLArrowTransport","MySQLArrowTransportError","OracleArrow2Transport","OracleArrow2TransportError","OracleArrowStreamTransport","OracleArrowStreamTransportError","OracleArrowTransport","OracleArrowTransportError","PostgresArrow2Transport","PostgresArrow2TransportError","PostgresArrowStreamTransport","PostgresArrowStreamTransportError","PostgresArrowTransport","PostgresArrowTransportError","SQLiteArrow2Transport","SQLiteArrow2TransportError","SQLiteArrowStreamTransport","SQLiteArrowStreamTransportError","SQLiteArrowTransport","SQLiteArrowTransportError","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","D","Error","S","TSD","TSS","Transport","TypeConversion","convert","convert_type","convert_typesystem","process","processor"],"q":[[0,"connectorx"],[17,"connectorx::arrow_batch_iter"],[44,"connectorx::constants"],[53,"connectorx::data_order"],[82,"connectorx::destinations"],[104,"connectorx::destinations::arrow"],[184,"connectorx::destinations::arrow2"],[262,"connectorx::destinations::arrow2::typesystem"],[314,"connectorx::destinations::arrow::typesystem"],[358,"connectorx::destinations::arrowstream"],[438,"connectorx::destinations::arrowstream::typesystem"],[482,"connectorx::errors"],[638,"connectorx::fed_dispatcher"],[639,"connectorx::fed_rewriter"],[683,"connectorx::get_arrow"],[685,"connectorx::get_arrow2"],[686,"connectorx::partition"],[706,"connectorx::prelude"],[804,"connectorx::source_router"],[861,"connectorx::sources"],[898,"connectorx::sources::bigquery"],[1070,"connectorx::sources::csv"],[1211,"connectorx::sources::dummy"],[1324,"connectorx::sources::mssql"],[1543,"connectorx::sources::mysql"],[1808,"connectorx::sources::oracle"],[1975,"connectorx::sources::postgres"],[2478,"connectorx::sources::sqlite"],[2628,"connectorx::transports"],[4839,"connectorx::typesystem"],[4851,"arrow_array::record_batch"],[4852,"alloc::string"],[4853,"core::option"],[4854,"core::result"],[4855,"frunk_core::hlist"],[4856,"frunk_core::coproduct"],[4857,"core::any"],[4858,"dyn_clone::sealed"],[4859,"core::fmt"],[4860,"core::fmt"],[4861,"core::marker"],[4862,"core::convert"],[4863,"arrow_schema::schema"],[4864,"alloc::sync"],[4865,"core::error"],[4866,"anyhow"],[4867,"arrow_schema::error"],[4868,"arrow2::array"],[4869,"alloc::boxed"],[4870,"arrow2::chunk"],[4871,"arrow2::datatypes::schema"],[4872,"arrow2::error"],[4873,"polars_error"],[4874,"polars_core::frame"],[4875,"core::cmp"],[4876,"core::hash"],[4877,"core::marker"],[4878,"j4rs::errors"],[4879,"mysql::error"],[4880,"datafusion_common::error"],[4881,"serde_json::error"],[4882,"oracle::error"],[4883,"rusqlite::error"],[4884,"std::io::error"],[4885,"gcp_bigquery_client::error"],[4886,"tokio_postgres::error"],[4887,"tiberius::error"],[4888,"std::env"],[4889,"sqlparser::parser"],[4890,"std::collections::hash::map"],[4891,"mysql::conn::stmt"],[4892,"alloc::borrow"],[4893,"mysql::conn::queryable"],[4894,"core::clone"],[4895,"core::fmt"],[4896,"mysql_common::proto"],[4897,"mysql::conn::query_result"],[4898,"mysql::conn"],[4899,"core::convert"],[4900,"url"],[4901,"alloc::string"],[4902,"core::num::dec2flt"],[4903,"gcp_bigquery_client::model::field_type"],[4904,"tokio::runtime::runtime"],[4905,"gcp_bigquery_client"],[4906,"chrono::naive::time"],[4907,"chrono::naive::datetime"],[4908,"chrono::offset::utc"],[4909,"chrono::datetime"],[4910,"chrono::naive::date"],[4911,"csv::error"],[4912,"regex::error"],[4913,"bb8_tiberius"],[4914,"bb8::api"],[4915,"alloc::string"],[4916,"tiberius::tds::codec::column_data"],[4917,"tiberius::client::config"],[4918,"bb8_tiberius"],[4919,"rust_decimal::decimal"],[4920,"mysql::error"],[4921,"mysql_common::constants"],[4922,"mysql_common::constants"],[4923,"r2d2"],[4924,"oracle::connection"],[4925,"oracle::sql_type::oracle_type"],[4926,"r2d2_oracle"],[4927,"tokio_postgres::socket"],[4928,"tokio_postgres::tls"],[4929,"core::marker"],[4930,"openssl::error"],[4931,"postgres_types"],[4932,"postgres::config"],[4933,"r2d2_postgres"],[4934,"postgres::binary_copy"],[4935,"postgres::copy_out_reader"],[4936,"csv::reader"],[4937,"postgres::row_iter"],[4938,"tokio_postgres"],[4939,"postgres_openssl"],[4940,"r2d2_sqlite"],[4941,"rusqlite::types"]],"d":["","","This module provides two data orders: row-wise and …","This module defines three traits Destination, …","","","","","","A macro to help define a Transport.","Associate physical representations to a typesystem.","","","","This module defines four traits Source, SourcePartition, …","This module contains transport definitions for the sources …","This module defines traits that required to define a …","The iterator that returns arrow in RecordBatch","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","NOTE: not thread safe","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Given the supported data order from source and …","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","A type implemented Consume<T> means that it can consume a …","","A Destination is associated with a TypeSystem and a …","PartitionDestination writes values to its own region. …","","","","","","","Construct the Destination. This allocates the memory based …","Aquire n rows in final destination","Destination implementation for Arrow and Polars.","Destination implementation for Arrow2.","Destination implementation for Arrow and Polars.","","Final clean ups","Number of rows this PartitionDestination controls.","Specify whether the destination needs total rows in advance","Create a bunch of partition destinations, with each write …","Return the schema of the destination.","Write a value of type T to the location (row, col). If T …","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Errors that can be raised from this library.","","","","","","Contains the error value","Contains the error value","","","","","","","","","","","","","","","Contains the success value","Contains the success value","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","The required type does not same as the schema defined.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","A dispatcher takes a S: Source, a D: Destination, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Only fetch the metadata (header) of the destination.","","","Calls U::from(self).","Calls U::from(self).","","","","","Create a new dispatcher by providing a source, a …","","","","","Start the data loading process.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Supported data orders, ordering by preference.","","","","","","","","A type implemented Produce<T> means that it can produce a …","","In general, a DataSource abstracts the data source as a …","The type system this Source associated with.","","","Source implementation for Google BigQuery","Source implementation for CSV files.","A dummy source that generates different values based on an …","","Fetch next batch of rows from database, return (number of …","Source implementation for SQL Server.","Source implementation for MySQL database.","","Number of cols this DataSource got.","Number of rows this DataSource got. Sometimes it is not …","","Read a value T by calling Produce<T>::produce. Usually …","","","Source implementation for Postgres database, including the …","","Get total number of rows if available","Count total number of rows in each partition.","","","","","Source implementation for SQLite embedded database.","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","The parameter query is the path of the csv file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol - Binary based bulk load","","","","","","Protocol - CSV based bulk load","","","Protocol - use Cursor","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","Protocol - use Simple Query","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert CSV data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Dummy data types to Arrow2 data types.","Convert Dummy data types to Arrow data types.","Convert MsSQL data types to Arrow2 data types.","","Convert MsSQL data types to Arrow data types.","","Convert MsSQL data types to Arrow data types.","","Convert MySQL data types to Arrow2 data types.","","Convert MySQL data types to Arrow data types.","","Convert MySQL data types to Arrow data types.","","","","","","","","Convert Postgres data types to Arrow2 data types.","","Convert Postgres data types to Arrow data types.","","Convert Postgres data types to Arrow data types.","","Convert SQLite data types to Arrow2 data types.","","Convert SQLite data types to Arrow data types.","","Convert SQLite data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transport asks the source to produce a value, do type …","Defines a rule to convert a type T to a type U.","","convert_type convert the type T1 associated with the …","convert_typesystem convert the source type system TSS to …","process will ask source to produce a value with type T1, …",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,3,7,7,7,7,7,7,7,3,7,3,7,7,0,7,7,7,7,7,0,0,0,0,0,0,0,0,0,23,0,23,23,23,23,23,23,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,31,0,0,31,32,37,31,31,32,31,32,0,0,0,37,32,32,31,31,31,32,0,0,41,0,0,41,240,240,41,0,39,42,39,39,41,39,42,41,39,42,41,42,39,39,42,41,39,42,41,39,42,41,39,42,41,41,39,42,41,41,41,41,39,42,41,39,42,41,39,42,41,39,42,39,39,39,39,39,39,39,42,41,41,39,42,41,41,39,42,41,39,42,41,39,42,41,0,39,42,41,0,0,0,50,0,50,241,241,50,50,0,48,51,48,50,48,51,50,48,51,50,51,48,48,51,50,48,51,50,48,51,50,51,50,50,48,51,50,50,50,50,50,48,51,50,48,51,50,48,51,50,51,48,48,48,48,48,48,51,50,50,48,51,50,50,48,51,50,48,51,50,48,51,50,0,48,51,50,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,65,0,0,65,242,242,65,0,14,66,14,14,65,14,66,65,14,66,65,66,14,14,66,65,14,66,65,14,66,65,14,66,65,65,14,66,65,65,65,65,14,66,65,14,66,65,14,66,65,14,66,14,14,14,14,14,14,14,66,65,65,14,66,65,65,14,66,65,14,66,65,14,66,65,0,14,66,65,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,67,67,67,67,67,67,67,24,24,0,67,0,68,24,67,123,105,67,67,67,67,67,67,67,67,67,67,67,67,68,24,123,105,67,67,67,67,67,24,0,67,67,67,67,0,0,24,67,67,67,67,67,24,24,24,24,24,67,67,24,67,24,68,67,24,68,24,67,24,68,67,24,68,67,24,68,67,67,24,24,68,68,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,24,24,24,24,24,68,68,67,24,68,67,24,68,67,24,68,67,24,68,67,24,67,24,68,67,24,68,67,24,68,67,24,68,67,24,68,67,24,68,0,0,0,103,102,103,102,103,102,103,103,103,102,103,102,103,102,103,102,103,102,103,102,102,102,102,103,102,102,102,102,0,103,102,103,103,102,103,102,103,102,103,102,103,102,0,0,0,0,106,106,106,106,106,106,0,0,106,106,106,106,0,106,106,106,106,106,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,17,17,113,17,113,17,17,17,0,113,17,113,17,113,17,17,17,113,17,17,17,17,17,0,0,113,113,17,113,17,113,17,17,17,113,0,113,17,0,113,17,113,17,0,113,17,17,17,113,17,113,17,113,17,113,17,17,121,121,121,121,121,121,121,0,0,121,121,101,121,101,121,101,121,101,121,101,101,121,101,121,101,121,101,121,101,121,101,121,101,121,101,121,101,101,0,101,121,101,101,121,101,121,101,121,101,101,121,101,101,121,101,121,101,8,8,124,125,127,124,8,0,0,0,0,8,124,125,0,0,0,8,125,0,0,8,124,124,0,125,124,8,0,127,8,124,8,8,8,8,0,80,0,80,80,80,0,0,0,0,80,0,80,129,129,129,129,80,129,129,129,129,129,129,129,80,129,129,129,129,80,130,137,131,80,129,132,130,137,131,80,129,132,129,129,130,137,131,80,129,132,130,137,131,80,129,132,130,137,131,80,129,132,130,131,80,80,129,132,130,137,131,80,80,80,80,80,80,80,80,80,129,129,132,130,137,131,80,129,132,130,137,131,80,129,132,132,132,132,130,137,131,80,129,132,130,137,130,137,137,137,130,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,130,137,130,130,137,131,80,129,132,130,130,130,80,130,137,131,80,129,132,129,80,130,137,131,80,129,132,130,137,131,80,129,132,130,137,131,80,129,132,130,137,131,80,129,132,146,148,0,0,0,0,0,148,146,146,146,148,148,148,146,146,148,147,152,149,148,146,147,152,149,148,146,146,146,146,146,147,152,149,148,146,147,152,149,148,146,147,152,149,148,146,146,146,146,146,146,147,149,148,148,146,147,152,149,148,148,148,148,148,148,146,146,146,147,147,152,149,148,146,147,152,149,148,146,147,152,149,148,146,147,152,147,152,152,152,146,147,149,149,149,149,149,149,149,149,149,149,147,152,147,147,152,149,148,146,147,147,147,148,147,152,149,148,146,146,148,147,152,149,148,146,147,152,149,148,146,147,152,149,148,146,147,152,149,148,146,153,153,0,0,0,0,153,153,153,153,154,156,155,153,154,156,155,153,153,153,153,153,154,156,155,153,154,156,155,153,154,156,155,153,153,153,153,153,153,154,155,153,154,156,155,153,153,153,154,156,155,153,154,156,155,153,154,156,155,153,154,156,154,156,156,156,153,154,155,155,155,155,155,155,155,155,155,155,155,155,155,155,154,156,154,154,156,155,153,154,154,154,154,156,155,153,153,154,156,155,153,154,156,155,153,154,156,155,153,154,156,155,153,158,158,158,158,91,158,158,158,158,158,158,158,0,158,91,158,158,0,158,158,91,91,91,0,0,0,0,0,91,91,158,158,158,158,91,158,158,158,158,158,158,158,158,158,158,91,166,167,159,169,160,91,158,166,167,159,169,160,91,158,158,158,166,167,159,169,160,91,158,166,167,159,169,160,91,158,166,167,159,169,160,91,158,159,160,91,91,158,166,167,159,169,160,91,91,91,91,91,91,91,91,158,158,166,167,166,167,159,169,160,91,158,166,167,159,169,160,91,158,166,167,159,169,160,91,158,0,159,169,159,169,169,169,159,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,159,169,159,166,167,159,169,160,91,158,159,159,159,91,166,167,159,169,160,91,158,158,91,166,167,159,169,160,91,158,166,167,159,169,160,91,158,166,167,159,169,160,91,158,166,167,159,169,160,91,158,0,177,177,77,177,177,177,177,177,177,177,177,177,177,177,177,0,77,77,0,0,0,0,0,77,77,177,0,177,177,177,177,177,177,177,177,177,177,177,177,77,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,177,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,178,179,180,77,77,177,185,187,178,186,179,180,77,77,77,77,77,77,177,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,178,186,186,178,186,179,180,186,186,186,186,178,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,178,186,186,178,185,187,178,186,179,180,77,177,178,178,178,77,185,187,178,186,179,180,77,177,177,77,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,185,187,178,186,179,180,77,177,195,195,195,195,195,87,195,195,195,195,195,195,0,87,87,0,0,0,0,0,87,87,87,195,195,195,195,87,197,201,198,87,195,199,197,201,198,87,195,199,195,195,0,197,201,198,87,195,199,197,201,198,87,195,199,197,201,198,87,195,199,197,198,87,87,195,199,197,201,198,87,87,87,87,87,87,87,195,195,199,197,201,198,87,195,199,197,201,198,87,195,199,199,199,197,201,198,87,195,199,197,201,197,201,198,201,201,197,198,198,198,198,198,198,198,198,198,198,198,198,198,198,197,201,197,197,201,198,87,195,199,197,197,197,87,197,201,198,87,195,199,195,87,197,201,198,87,195,199,197,201,198,87,195,199,197,201,198,87,195,199,197,201,198,87,195,199,0,203,203,203,203,71,0,203,71,0,203,203,203,203,203,203,203,71,71,203,203,203,203,203,203,203,203,203,203,203,71,0,0,71,71,0,0,0,0,0,0,0,0,203,203,203,203,203,71,203,203,203,203,71,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,203,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,204,208,209,210,211,71,71,203,243,217,218,219,215,204,216,208,209,210,211,71,71,71,71,71,71,71,71,71,203,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,204,216,216,216,216,204,216,208,209,210,211,216,216,216,216,216,216,216,216,204,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,208,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,209,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,210,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,211,204,216,216,216,216,0,204,243,217,218,219,215,204,216,208,209,210,211,71,203,204,204,204,71,243,217,218,219,215,204,216,208,209,210,211,71,203,203,71,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,243,217,218,219,215,204,216,208,209,210,211,71,203,228,228,72,228,72,228,228,228,72,228,72,72,0,0,0,0,0,72,228,228,228,228,72,229,231,230,72,228,229,231,230,72,228,228,228,229,231,230,72,228,229,231,230,72,228,229,231,230,72,228,228,229,230,72,72,228,229,231,230,72,72,72,72,72,72,228,229,231,230,72,228,229,231,230,72,228,229,231,230,72,228,229,231,229,231,230,231,231,229,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,229,231,229,229,231,230,72,228,229,229,229,72,229,231,230,72,228,228,72,229,231,230,72,228,228,228,229,231,230,72,228,229,231,230,72,228,229,231,230,72,228,0,0,0,0,0,0,0,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,247,247,247,247,247,247,247,247,247,247,248,248,248,248,248,248,248,248,248,248,248,248,249,249,249,249,249,249,249,249,249,249,249,249,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,256,256,256,256,256,256,256,256,256,256,256,256,257,257,257,257,257,257,257,257,257,257,257,257,258,258,258,258,258,258,258,258,258,258,258,258,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,260,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,244,245,246,247,248,249,250,251,252,253,253,254,254,255,255,256,257,258,259,259,259,259,259,259,259,259,260,260,260,260,260,260,260,260,261,261,261,261,261,261,261,261,262,263,264,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,86,86,83,83,234,234,96,96,88,88,235,235,70,70,90,90,236,236,69,69,92,92,237,237,94,94,82,82,238,238,95,95,78,78,239,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,86,86,86,83,83,83,83,234,234,234,234,96,96,96,96,88,88,88,88,235,235,235,235,70,70,70,70,90,90,90,90,236,236,236,236,69,69,69,69,92,92,92,92,237,237,237,237,94,94,94,94,82,82,82,82,238,238,238,238,95,95,95,95,78,78,78,78,239,239,239,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,253,254,254,255,255,256,257,258,259,259,259,259,259,259,259,259,260,260,260,260,260,260,260,260,261,261,261,261,261,261,261,261,262,263,264,244,245,246,247,248,249,250,251,252,253,253,254,254,255,255,256,257,258,259,259,259,259,259,259,259,259,260,260,260,260,260,260,260,260,261,261,261,261,261,261,261,261,262,263,264,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,86,83,234,96,88,235,70,90,236,69,92,237,94,82,238,95,78,239,15,15,15,15,15,0,0,265,15,15,15,15],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[3,[[2,[4,[6,[5]]]]]],[[[7,[-1,-2]]],[[2,[4,[6,[5]]]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,14,[16,[5]],[6,[[17,[5]]]]],[[18,[[7,[-1,-2]]]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[[[7,[-1,-2]]],[[16,[-3]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]],[]],[3,[[16,[4]]]],[[[7,[-1,-2]]],[[16,[4]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[3,2],[[[7,[-1,-2]]],2,8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[-1,[[2,[19]]],[]],[1,2],[-1,[[18,[20]]],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[23,23],[[-1,-2],2,[],[]],[[[6,[23]],[6,[23]]],[[18,[23,24]]]],[1,-1,[]],[1,-1,[]],[1,2],[[23,23],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[23,26],27],[-1,-1,[]],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[2,[19]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[[31,[],[[28,[-1]],[29,[-2]],[30,[-3]]]],1,[6,[-4]],[6,[-1]],23],[[18,[2,-3]]],0,[[32,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34],[[36,[35]]]],[[[32,[],[[28,[-1]],[30,[-2]]]],1],[[18,[1,-2]]],0,[[33,[24]],34]],0,0,0,[[[37,[],[[30,[-1]]]],-2],[[18,[2,-1]]],[[33,[24]],34],[]],[[[32,[],[[28,[-1]],[30,[-2]]]]],[[18,[2,-2]]],0,[[33,[24]],34]],[[[32,[],[[28,[-1]],[30,[-2]]]]],1,0,[[33,[24]],34]],[[[31,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],25,0,[[32,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34]],[[[31,[],[[28,[-1]],[29,[-2]],[30,[-3]]]],1],[[18,[[38,[-2]],-3]]],0,[[32,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34]],[[[31,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[6,[-1]]],0,[[32,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34]],[[[32,[],[[28,[-1]],[30,[-2]]]],-3],[[18,[2,-2]]],0,[[33,[24]],34],[[0,[-1]]]],0,0,0,0,0,0,0,0,0,0,[[39,1,[6,[-1]],[6,[40]],23],[[18,[2,41]]],[[36,[35]]]],[[42,1],[[18,[1,41]]]],[39,[[18,[[38,[4]],41]]]],[39,[[44,[43]]]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[42,-2],[[18,[2,41]]],[],[[0,[-1]],0]],[[],39],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[39,4],[42,[[18,[2,41]]]],[[41,26],27],[[41,26],27],[-1,-1,[]],[-1,-1,[]],[24,41],[46,41],[47,41],[-1,-1,[]],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[39,[[6,[5]]]],[42,1],[39,25],[[],39],[1,39],[[39,1],[[18,[[38,[-1]],41]]],[]],[39,[[18,[[16,[4]],41]]]],[39,[[6,[40]]]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[41,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[[48,1,[6,[-1]],[6,[49]],23],[[18,[2,50]]],[[36,[35]]]],[[51,1],[[18,[1,50]]]],[48,[[18,[[2,[[38,[[54,[[53,[52]]]]]],[44,[55]]]],50]]]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[51,-2],[[18,[2,50]]],[],[[0,[-1]],0]],[[],48],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[51,[[18,[2,50]]]],[[50,26],27],[[50,26],27],[-1,-1,[]],[-1,-1,[]],[56,50],[24,50],[57,50],[46,50],[-1,-1,[]],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,1],[48,25],[[],48],[[48,1],[[18,[[38,[-1]],50]]],[]],[48,[[18,[58,50]]]],[48,[[6,[49]]]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[50,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,49],[[-1,-2],2,[],[]],[[49,49],59],[[-1,-2],59,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[49,49],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[49,26],27],[-1,-1,[]],[[-1,-2],60,[61,62],63],[[49,-1],2,64],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[49,49],[[16,[59]]]],[-1,[[2,[19]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[40,40],[[-1,-2],2,[],[]],[[40,40],59],[[-1,-2],59,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[40,40],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[40,26],27],[-1,-1,[]],[[-1,-2],60,[61,62],63],[[40,-1],2,64],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[40,40],[[16,[59]]]],[-1,[[2,[19]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[14,1,[6,[-1]],[6,[11]],23],[[18,[2,65]]],[[36,[35]]]],[[66,1],[[18,[1,65]]]],[14,[[18,[[38,[4]],65]]]],[14,[[44,[43]]]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[66,-2],[[18,[2,65]]],[],[[0,[-1]],0]],[[],14],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[14,4],[66,[[18,[2,65]]]],[[65,26],27],[[65,26],27],[-1,-1,[]],[-1,-1,[]],[47,65],[46,65],[-1,-1,[]],[24,65],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,[[6,[5]]]],[66,1],[14,25],[[],14],[1,14],[[14,1],[[18,[[38,[-1]],65]]],[]],[14,[[18,[[16,[4]],65]]]],[14,[[6,[11]]]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[65,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,11],[[-1,-2],2,[],[]],[[11,11],59],[[-1,-2],59,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[11,11],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[11,26],27],[-1,-1,[]],[[-1,-2],60,[61,62],63],[[11,-1],2,64],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[11,11],[[16,[59]]]],[-1,[[2,[19]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,45,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[16,[5]]],24],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[[67,26],27],[[67,26],27],[[24,26],27],[[24,26],27],[[68,26],27],[[68,26],27],[69,67],[70,67],[71,67],[72,67],[73,67],[74,67],[50,67],[75,67],[76,67],[77,67],[78,67],[79,67],[80,67],[81,67],[-1,-1,[]],[65,67],[82,67],[41,67],[83,67],[46,67],[84,67],[85,67],[86,67],[87,67],[88,67],[89,67],[90,67],[91,67],[24,67],[92,67],[93,67],[94,67],[95,67],[96,67],[97,67],[98,24],[99,24],[-1,-1,[]],[85,24],[46,24],[-1,-1,[]],[[[16,[5]]],68],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[67,[[16,[45]]]],[24,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[5,[100,[5,5]],[16,[35]]],[[18,[[38,[4]],67]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[101,25,35,35],102],[[[100,[5,[38,[5]]]],25],102],[[35,[100,[5,102]],[16,[35]]],[[18,[[38,[103]],67]]]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],0,[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[101,[16,[5]],[6,[[17,[5]]]]],[[18,[39,67]]]],[[101,[16,[5]],[6,[[17,[5]]]],1],[[53,[3]]]],[[101,[16,[5]],[6,[[17,[5]]]]],[[18,[48,67]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[101,35,35],[[105,[[2,[104,104]]]]]],[[101,35,35,104,104],[[18,[[17,[5]],67]]]],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[35,35,[16,[104]],[16,[104]],1],106],[[106,101],[[105,[[38,[17]]]]]],[-1,[[2,[19]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[[[17,[-1]]],35,[[36,[35]]]],[[-1,-2],[[18,[[108,[107]],75]]],[],109],[[[17,[-1]]],35,[[36,[35]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[17,[-1]]],[[17,[-1]]],110],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[[17,[-1]],26],27,111],[[[17,[-1]],26],27,112],[-1,-1,[]],[-1,-1,[]],[17,17],[35,[[17,[5]]]],[5,17],[35,[[17,[5]]]],0,0,[[[113,[-1,-2,-3]]],[[18,[2]]],8,31,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[17,[-1]],-3],[[17,[-2]]],[],[],[[115,[-1],[[114,[-2]]]]]],[-1,[[17,[5]]],[[36,[35]]]],[[-1,-2,[6,[-3]],[16,[5]]],[[113,[-1,-2,-4]]],8,31,[],[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],0,[[[113,[-1,-2,-3]]],[[18,[[2,[23,38,38,38,38]]]]],8,31,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[[17,[[18,[-1,-2]]]]],[[18,[[17,[-1]],-2]]],[],[]],0,[[[113,[-1,-2,-3]]],[[18,[2]]],8,31,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[-1,-2],[[18,[[117,[116]],75]]],[],[[119,[118]]]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],0,[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[[120,[-3,-2]]],[],[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[121,121],[101,101],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[121,26],27],[[101,26],27],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[121,122,5],101],[[35,[16,[35]]],[[18,[101,24]]]],0,[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[101,35],2],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[35,[[123,[101]]]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],0,[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[18,[2,-3]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[125,[],[[28,[-1]],[30,[-2]]]]],[[18,[[2,[1,25]],-2]]],0,[[33,[24]],34,112]],0,0,[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[38,[5]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[124,[],[[28,[-1]],[126,[-2]],[30,[-3]]]]],1,0,[[125,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34,112]],[[[124,[],[[28,[-1]],[126,[-2]],[30,[-3]]]]],1,0,[[125,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34,112]],0,[[[125,[],[[28,[-1]],[30,[-2]]]]],[[18,[-3,-2]]],0,[[33,[24]],34,112],[[0,[-1]]]],[[[124,[],[[28,[-1]],[126,[-2]],[30,[-3]]]]],[[18,[-2,-3]]],0,[[125,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34,112]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[18,[[38,[-2]],-3]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],0,[[[127,[],[[30,[-1]]]]],[[18,[-2,-1]]],[[33,[24]],34],[]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[18,[[16,[1]],-3]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[124,[],[[28,[-1]],[126,[-2]],[30,[-3]]]]],[[18,[2,-3]]],0,[[125,[],[[28,[-1]],[30,[-3]]]]],[[33,[24]],34,112]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]]],[[38,[-1]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]],23],[[18,[2,-3]]],0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]],[16,[5]]],2,0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112]],[[[8,[],[[28,[-1]],[29,[-2]],[30,[-3]]]],[6,[[17,[-4]]]]],2,0,[[124,[],[[28,[-1]],[30,[-3]]]],34],[[33,[24]],34,112],128],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[129,129],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[130,[[18,[2,80]]]],[131,[[18,[[2,[1,25]],80]]]],[[80,26],27],[[80,26],27],[[129,26],27],[[132,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[133,80],[73,80],[85,80],[79,80],[-1,-1,[]],[46,80],[134,80],[89,80],[24,80],[135,129],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[132,136],25],[[132,136],25],[[132,136],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[130,[[38,[5]]]],[137,1],[[[44,[138]],35],[[18,[130,80]]]],[[[44,[138]],[44,[139]],5,[17,[5]],[6,[129]]],137],[137,1],[137,[[18,[-1,80]]],[]],[130,[[18,[[38,[-1]],80]]],[]],[131,[[18,[[16,[140]],80]]]],[131,[[18,[141,80]]]],[131,[[18,[[16,[104]],80]]]],[131,[[18,[142,80]]]],[131,[[18,[[16,[25]],80]]]],[131,[[18,[140,80]]]],[131,[[18,[[16,[141]],80]]]],[131,[[18,[[144,[143]],80]]]],[131,[[18,[104,80]]]],[131,[[18,[[16,[145]],80]]]],[131,[[18,[[16,[[144,[143]]]],80]]]],[131,[[18,[25,80]]]],[131,[[18,[[16,[5]],80]]]],[131,[[18,[145,80]]]],[131,[[18,[[16,[142]],80]]]],[131,[[18,[5,80]]]],[130,[[18,[[16,[1]],80]]]],[137,[[18,[2,80]]]],[130,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[130,23],[[18,[2,80]]]],[[130,[16,[5]]],2],[[130,[6,[[17,[-1]]]]],2,128],[80,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[146,146],[[-1,-2],2,[],[]],[[146,146],59],[[-1,-2],59,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[[146,146],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[147,[[18,[2,148]]]],[149,[[18,[[2,[1,25]],148]]]],[[148,26],27],[[148,26],27],[[146,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[85,148],[46,148],[150,148],[151,148],[24,148],[-1,-1,[]],[-1,-1,[]],[[-1,-2],60,[61,62],63],[[146,-1],2,64],[147,[[18,[[38,[146]],148]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[147,[[38,[5]]]],[152,1],[[[6,[146]]],147],[[[17,[5]]],[[18,[152,148]]]],[152,1],[152,[[18,[-1,148]]],[]],[[146,146],[[16,[59]]]],[147,[[18,[[38,[-1]],148]]],[]],[149,[[18,[[16,[25]],148]]]],[149,[[18,[[16,[140]],148]]]],[149,[[18,[140,148]]]],[149,[[18,[104,148]]]],[149,[[18,[[16,[[144,[143]]]],148]]]],[149,[[18,[5,148]]]],[149,[[18,[[16,[5]],148]]]],[149,[[18,[[144,[143]],148]]]],[149,[[18,[[16,[104]],148]]]],[149,[[18,[25,148]]]],[147,[[18,[[16,[1]],148]]]],[152,[[18,[2,148]]]],[147,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[147,23],[[18,[2,148]]]],[[147,[16,[5]]],2],[[147,[6,[[17,[-1]]]]],2,128],[148,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[153,153],[[-1,-2],2,[],[]],[[153,153],59],[[-1,-2],59,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[[153,153],25],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[[-1,-2],25,[],[]],[154,[[123,[2]]]],[155,[[123,[[2,[1,25]]]]]],[[153,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],60,[61,62],63],[[153,-1],2,64],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[154,[[38,[5]]]],[156,1],[[[6,[-1]],[6,[153]]],154,[[36,[35]]]],[[[6,[153]],[17,[5]]],156],[156,1],[156,[[123,[-1]]],[]],[[153,153],[[16,[59]]]],[154,[[123,[[38,[-1]]]]],[]],[155,[[123,[[16,[140]]]]]],[155,[[123,[60]]]],[155,[[123,[[144,[143]]]]]],[155,[[123,[25]]]],[155,[[123,[[16,[104]]]]]],[155,[[123,[[16,[[144,[143]]]]]]]],[155,[[123,[[16,[157]]]]]],[155,[[123,[104]]]],[155,[[123,[[16,[60]]]]]],[155,[[123,[5]]]],[155,[[123,[157]]]],[155,[[123,[140]]]],[155,[[123,[[16,[25]]]]]],[155,[[123,[[16,[5]]]]]],[154,[[123,[[16,[1]]]]]],[156,[[123,[2]]]],[154,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[154,23],[[18,[2,24]]]],[[154,[16,[5]]],2],[[154,[6,[[17,[-1]]]]],2,128],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[158,158],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[159,[[18,[2,91]]]],[160,[[18,[[2,[1,25]],91]]]],[[91,26],27],[[91,26],27],[[158,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[24,91],[[[162,[161]]],91],[163,91],[46,91],[161,91],[97,91],[-1,-1,[]],[73,91],[-1,-1,[]],[164,158],[165,[[18,[[16,[166]],97]]]],[165,[[18,[[16,[167]],97]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,[[18,[168,91]]]],[159,[[38,[5]]]],[169,1],[[[44,[138]],35,1],[[18,[159,91]]]],[[[171,[170]],[44,[138]],[17,[5]],[6,[158]]],169],[169,1],[169,[[18,[-1,91]]],[]],[159,[[18,[[38,[-1]],91]]],[]],[160,[[18,[[16,[172]],91]]]],[160,[[18,[[16,[173]],91]]]],[160,[[18,[174,91]]]],[160,[[18,[141,91]]]],[160,[[18,[25,91]]]],[160,[[18,[157,91]]]],[160,[[18,[[16,[157]],91]]]],[160,[[18,[[16,[145]],91]]]],[160,[[18,[[16,[[144,[143]]]],91]]]],[160,[[18,[[16,[174]],91]]]],[160,[[18,[140,91]]]],[160,[[18,[[6,[175]],91]]]],[160,[[18,[[16,[176]],91]]]],[160,[[18,[173,91]]]],[160,[[18,[[16,[104]],91]]]],[160,[[18,[[16,[35]],91]]]],[160,[[18,[35,91]]]],[160,[[18,[[16,[166]],91]]]],[160,[[18,[104,91]]]],[160,[[18,[176,91]]]],[160,[[18,[[16,[142]],91]]]],[160,[[18,[145,91]]]],[160,[[18,[[16,[167]],91]]]],[160,[[18,[172,91]]]],[160,[[18,[[16,[[6,[175]]]],91]]]],[160,[[18,[142,91]]]],[160,[[18,[167,91]]]],[160,[[18,[[16,[141]],91]]]],[160,[[18,[166,91]]]],[160,[[18,[175,91]]]],[160,[[18,[[144,[143]],91]]]],[160,[[18,[[16,[140]],91]]]],[160,[[18,[[16,[175]],91]]]],[160,[[18,[[16,[25]],91]]]],[159,[[18,[[16,[1]],91]]]],[169,[[18,[2,91]]]],[159,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[159,23],[[18,[2,91]]]],[[159,[16,[5]]],2],[[159,[6,[[17,[-1]]]]],2,128],[91,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[177,177],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[[178,[-1]]],[[18,[2,77]]],34],[179,[[18,[[2,[1,25]],77]]]],[180,[[18,[[2,[1,25]],77]]]],[[77,26],27],[[77,26],27],[[177,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[46,77],[181,77],[182,77],[75,77],[-1,-1,[]],[24,77],[[[2,[183,184]]],177],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[178,[-1]]],[[38,[5]]],34],[[[186,[185]]],1],[[[186,[187]]],1],[[35,1],[[18,[[178,[-1]],77]]],[]],[[[189,[188]],[17,[5]],[6,[177]]],[[186,[-1]]],[]],[[[117,[190]],[6,[177]]],179],[[[117,[116]],[6,[177]]],180],[[[186,[185]]],1],[[[186,[187]]],1],[[[186,[185]]],[[18,[-1,77]]],[]],[[[186,[187]]],[[18,[-1,77]]],[]],[[[178,[-1]]],[[18,[[38,[-2]],77]]],34,[]],[179,[[18,[[16,[191]],77]]]],[179,[[18,[[16,[176]],77]]]],[179,[[18,[[16,[5]],77]]]],[179,[[18,[[16,[192]],77]]]],[179,[[18,[[16,[175]],77]]]],[179,[[18,[[16,[145]],77]]]],[179,[[18,[175,77]]]],[179,[[18,[191,77]]]],[179,[[18,[193,77]]]],[179,[[18,[141,77]]]],[179,[[18,[174,77]]]],[179,[[18,[[16,[193]],77]]]],[179,[[18,[157,77]]]],[179,[[18,[[16,[142]],77]]]],[179,[[18,[176,77]]]],[179,[[18,[173,77]]]],[179,[[18,[[16,[60]],77]]]],[179,[[18,[[16,[104]],77]]]],[179,[[18,[[16,[141]],77]]]],[179,[[18,[[16,[140]],77]]]],[179,[[18,[[38,[175]],77]]]],[179,[[18,[140,77]]]],[179,[[18,[[16,[157]],77]]]],[179,[[18,[[16,[174]],77]]]],[179,[[18,[142,77]]]],[179,[[18,[192,77]]]],[179,[[18,[5,77]]]],[179,[[18,[194,77]]]],[179,[[18,[[16,[194]],77]]]],[179,[[18,[60,77]]]],[179,[[18,[104,77]]]],[179,[[18,[145,77]]]],[179,[[18,[[16,[173]],77]]]],[179,[[18,[[16,[[38,[175]]]],77]]]],[180,[[18,[[16,[145]],77]]]],[180,[[18,[[16,[[38,[175]]]],77]]]],[180,[[18,[194,77]]]],[180,[[18,[5,77]]]],[180,[[18,[[16,[5]],77]]]],[180,[[18,[104,77]]]],[180,[[18,[[16,[104]],77]]]],[180,[[18,[[16,[174]],77]]]],[180,[[18,[[16,[194]],77]]]],[180,[[18,[60,77]]]],[180,[[18,[141,77]]]],[180,[[18,[173,77]]]],[180,[[18,[[16,[140]],77]]]],[180,[[18,[157,77]]]],[180,[[18,[[16,[60]],77]]]],[180,[[18,[[16,[192]],77]]]],[180,[[18,[[16,[175]],77]]]],[180,[[18,[140,77]]]],[180,[[18,[175,77]]]],[180,[[18,[193,77]]]],[180,[[18,[[16,[141]],77]]]],[180,[[18,[[38,[175]],77]]]],[180,[[18,[[16,[191]],77]]]],[180,[[18,[176,77]]]],[180,[[18,[174,77]]]],[180,[[18,[[16,[173]],77]]]],[180,[[18,[145,77]]]],[180,[[18,[[16,[176]],77]]]],[180,[[18,[142,77]]]],[180,[[18,[191,77]]]],[180,[[18,[[16,[157]],77]]]],[180,[[18,[[16,[193]],77]]]],[180,[[18,[[16,[142]],77]]]],[180,[[18,[192,77]]]],[[[178,[-1]]],[[18,[[16,[1]],77]]],34],[[[186,[185]]],[[18,[2,77]]]],[[[186,[187]]],[[18,[2,77]]]],[[[178,[-1]]],[[38,[-2]]],34,[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[[178,[-1]],23],[[18,[2,77]]],34],[[[178,[-1]],[16,[5]]],2,34],[[[178,[-1]],[6,[[17,[-2]]]]],2,34,128],[77,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[195,195],[[-1,-2],2,[],[]],[122,[[18,[196,87]]]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[197,[[18,[2,87]]]],[198,[[18,[[2,[1,25]],87]]]],[[87,26],27],[[87,26],27],[[195,26],27],[[199,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[182,87],[163,87],[24,87],[73,87],[81,87],[46,87],[-1,-1,[]],[-1,-1,[]],[200,195],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[199,136],25],[[199,136],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[197,[[38,[5]]]],[201,1],[[35,1],[[18,[197,87]]]],[[[189,[202]],[17,[5]],[6,[195]]],201],[[[189,[202]],35,[6,[195]]],[[18,[198,87]]]],[201,1],[201,[[18,[-1,87]]],[]],[197,[[18,[[38,[-1]],87]]],[]],[198,[[18,[[16,[142]],87]]]],[198,[[18,[[144,[143]],87]]]],[198,[[18,[[16,[[144,[143]]]],87]]]],[198,[[18,[[16,[[38,[175]]]],87]]]],[198,[[18,[[38,[175]],87]]]],[198,[[18,[140,87]]]],[198,[[18,[[16,[104]],87]]]],[198,[[18,[145,87]]]],[198,[[18,[104,87]]]],[198,[[18,[5,87]]]],[198,[[18,[142,87]]]],[198,[[18,[[16,[145]],87]]]],[198,[[18,[[16,[5]],87]]]],[198,[[18,[[16,[140]],87]]]],[197,[[18,[[16,[1]],87]]]],[201,[[18,[2,87]]]],[197,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[197,23],[[18,[2,87]]]],[[197,[16,[5]]],2],[[197,[6,[[17,[-1]]]]],2,128],[87,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[203,203],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[[204,[-1,-2]]],[[18,[2,71]]],34,[[206,[205]],110,207,34]],[208,[[18,[[2,[1,25]],71]]]],[209,[[18,[[2,[1,25]],71]]]],[210,[[18,[[2,[1,25]],71]]]],[211,[[18,[[2,[1,25]],71]]]],[[71,26],27],[[71,26],27],[[203,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[93,71],[212,71],[-1,-1,[]],[150,71],[182,71],[46,71],[213,71],[85,71],[24,71],[-1,-1,[]],[214,203],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[204,[-1,-2]]],[[38,[5]]],34,[[206,[205]],110,207,34]],[[[216,[215,-1]]],1,[[206,[205]],110,207,34]],[[[216,[217,-1]]],1,[[206,[205]],110,207,34]],[[[216,[218,-1]]],1,[[206,[205]],110,207,34]],[[[216,[219,-1]]],1,[[206,[205]],110,207,34]],[[220,-1,1],[[18,[[204,[-2,-1]],71]]],[[206,[205]],110,207,34],[]],[[[189,[[221,[-1]]]],[17,[5]],[6,[203]],[6,[214]]],[[216,[-2,-1]]],[[206,[205]],110,207,34],[]],[[222,[6,[203]]],208],[[[224,[223]],[6,[203]]],209],[[225,[6,[203]]],210],[[[38,[226]],[6,[203]]],211],[[[216,[218,-1]]],1,[[206,[205]],110,207,34]],[[[216,[217,-1]]],1,[[206,[205]],110,207,34]],[[[216,[215,-1]]],1,[[206,[205]],110,207,34]],[[[216,[219,-1]]],1,[[206,[205]],110,207,34]],[[[216,[218,-1]]],[[18,[-2,71]]],[[206,[205]],110,207,34],[]],[[[216,[215,-1]]],[[18,[-2,71]]],[[206,[205]],110,207,34],[]],[[[216,[219,-1]]],[[18,[-2,71]]],[[206,[205]],110,207,34],[]],[[[216,[217,-1]]],[[18,[-2,71]]],[[206,[205]],110,207,34],[]],[[[204,[-1,-2]]],[[18,[[38,[-3]],71]]],34,[[206,[205]],110,207,34],[]],[208,[[18,[[16,[[38,[140]]]],71]]]],[208,[[18,[[16,[[38,[157]]]],71]]]],[208,[[18,[[38,[140]],71]]]],[208,[[18,[194,71]]]],[208,[[18,[174,71]]]],[208,[[18,[[144,[143]],71]]]],[208,[[18,[[16,[173]],71]]]],[208,[[18,[[38,[175]],71]]]],[208,[[18,[176,71]]]],[208,[[18,[172,71]]]],[208,[[18,[141,71]]]],[208,[[18,[[100,[5,[16,[5]]]],71]]]],[208,[[18,[[38,[176]],71]]]],[208,[[18,[[16,[[38,[5]]]],71]]]],[208,[[18,[[16,[[38,[25]]]],71]]]],[208,[[18,[157,71]]]],[208,[[18,[[38,[25]],71]]]],[208,[[18,[[16,[157]],71]]]],[208,[[18,[[38,[5]],71]]]],[208,[[18,[[16,[140]],71]]]],[208,[[18,[[16,[35]],71]]]],[208,[[18,[142,71]]]],[208,[[18,[[16,[[38,[104]]]],71]]]],[208,[[18,[[16,[174]],71]]]],[208,[[18,[192,71]]]],[208,[[18,[[16,[145]],71]]]],[208,[[18,[[16,[104]],71]]]],[208,[[18,[[16,[[100,[5,[16,[5]]]]]],71]]]],[208,[[18,[173,71]]]],[208,[[18,[[16,[[38,[173]]]],71]]]],[208,[[18,[[16,[142]],71]]]],[208,[[18,[[38,[173]],71]]]],[208,[[18,[[16,[172]],71]]]],[208,[[18,[[16,[192]],71]]]],[208,[[18,[25,71]]]],[208,[[18,[[38,[104]],71]]]],[208,[[18,[[38,[157]],71]]]],[208,[[18,[[16,[[38,[175]]]],71]]]],[208,[[18,[140,71]]]],[208,[[18,[[16,[176]],71]]]],[208,[[18,[[16,[[38,[174]]]],71]]]],[208,[[18,[[16,[[38,[176]]]],71]]]],[208,[[18,[[16,[[144,[143]]]],71]]]],[208,[[18,[35,71]]]],[208,[[18,[[38,[174]],71]]]],[208,[[18,[104,71]]]],[208,[[18,[[16,[141]],71]]]],[208,[[18,[[16,[194]],71]]]],[208,[[18,[145,71]]]],[208,[[18,[[16,[25]],71]]]],[209,[[18,[174,71]]]],[209,[[18,[[16,[145]],71]]]],[209,[[18,[[38,[5]],71]]]],[209,[[18,[[16,[[100,[5,[16,[5]]]]]],71]]]],[209,[[18,[[100,[5,[16,[5]]]],71]]]],[209,[[18,[104,71]]]],[209,[[18,[194,71]]]],[209,[[18,[[16,[[38,[192]]]],71]]]],[209,[[18,[[16,[[144,[143]]]],71]]]],[209,[[18,[[16,[104]],71]]]],[209,[[18,[192,71]]]],[209,[[18,[[16,[[38,[175]]]],71]]]],[209,[[18,[[16,[176]],71]]]],[209,[[18,[172,71]]]],[209,[[18,[[16,[[38,[157]]]],71]]]],[209,[[18,[[16,[[38,[174]]]],71]]]],[209,[[18,[173,71]]]],[209,[[18,[[16,[173]],71]]]],[209,[[18,[[38,[192]],71]]]],[209,[[18,[176,71]]]],[209,[[18,[[16,[194]],71]]]],[209,[[18,[[16,[140]],71]]]],[209,[[18,[141,71]]]],[209,[[18,[140,71]]]],[209,[[18,[25,71]]]],[209,[[18,[[38,[140]],71]]]],[209,[[18,[[16,[192]],71]]]],[209,[[18,[[38,[173]],71]]]],[209,[[18,[[38,[25]],71]]]],[209,[[18,[[16,[157]],71]]]],[209,[[18,[[16,[[38,[173]]]],71]]]],[209,[[18,[[38,[104]],71]]]],[209,[[18,[[16,[172]],71]]]],[209,[[18,[[16,[[38,[25]]]],71]]]],[209,[[18,[[38,[175]],71]]]],[209,[[18,[35,71]]]],[209,[[18,[[38,[174]],71]]]],[209,[[18,[145,71]]]],[209,[[18,[[16,[[38,[5]]]],71]]]],[209,[[18,[[16,[[38,[176]]]],71]]]],[209,[[18,[[16,[[38,[104]]]],71]]]],[209,[[18,[[16,[[38,[140]]]],71]]]],[209,[[18,[[16,[141]],71]]]],[209,[[18,[157,71]]]],[209,[[18,[[38,[157]],71]]]],[209,[[18,[[16,[142]],71]]]],[209,[[18,[142,71]]]],[209,[[18,[[16,[174]],71]]]],[209,[[18,[[16,[25]],71]]]],[209,[[18,[[38,[176]],71]]]],[209,[[18,[[144,[143]],71]]]],[209,[[18,[[16,[35]],71]]]],[210,[[18,[[16,[[38,[176]]]],71]]]],[210,[[18,[[16,[172]],71]]]],[210,[[18,[[38,[176]],71]]]],[210,[[18,[[38,[174]],71]]]],[210,[[18,[[38,[25]],71]]]],[210,[[18,[192,71]]]],[210,[[18,[[38,[140]],71]]]],[210,[[18,[[16,[[38,[140]]]],71]]]],[210,[[18,[[38,[175]],71]]]],[210,[[18,[[16,[[38,[5]]]],71]]]],[210,[[18,[25,71]]]],[210,[[18,[[16,[[38,[173]]]],71]]]],[210,[[18,[[16,[[38,[25]]]],71]]]],[210,[[18,[194,71]]]],[210,[[18,[172,71]]]],[210,[[18,[[38,[157]],71]]]],[210,[[18,[[16,[194]],71]]]],[210,[[18,[[16,[157]],71]]]],[210,[[18,[[16,[140]],71]]]],[210,[[18,[[16,[[38,[157]]]],71]]]],[210,[[18,[[16,[[144,[143]]]],71]]]],[210,[[18,[[144,[143]],71]]]],[210,[[18,[145,71]]]],[210,[[18,[35,71]]]],[210,[[18,[[16,[[100,[5,[16,[5]]]]]],71]]]],[210,[[18,[142,71]]]],[210,[[18,[[100,[5,[16,[5]]]],71]]]],[210,[[18,[[16,[35]],71]]]],[210,[[18,[157,71]]]],[210,[[18,[[16,[[38,[104]]]],71]]]],[210,[[18,[174,71]]]],[210,[[18,[104,71]]]],[210,[[18,[[16,[141]],71]]]],[210,[[18,[173,71]]]],[210,[[18,[[16,[25]],71]]]],[210,[[18,[[16,[176]],71]]]],[210,[[18,[[38,[5]],71]]]],[210,[[18,[176,71]]]],[210,[[18,[[16,[192]],71]]]],[210,[[18,[[16,[142]],71]]]],[210,[[18,[[16,[[38,[175]]]],71]]]],[210,[[18,[[16,[104]],71]]]],[210,[[18,[[16,[173]],71]]]],[210,[[18,[[16,[[38,[174]]]],71]]]],[210,[[18,[[16,[174]],71]]]],[210,[[18,[[16,[145]],71]]]],[210,[[18,[141,71]]]],[210,[[18,[140,71]]]],[210,[[18,[[38,[104]],71]]]],[210,[[18,[[38,[173]],71]]]],[211,[[18,[[16,[141]],71]]]],[211,[[18,[[16,[174]],71]]]],[211,[[18,[[16,[[100,[5,[16,[5]]]]]],71]]]],[211,[[18,[35,71]]]],[211,[[18,[[100,[5,[16,[5]]]],71]]]],[211,[[18,[[16,[[38,[25]]]],71]]]],[211,[[18,[[144,[143]],71]]]],[211,[[18,[[16,[194]],71]]]],[211,[[18,[[16,[172]],71]]]],[211,[[18,[[16,[35]],71]]]],[211,[[18,[[38,[5]],71]]]],[211,[[18,[[16,[176]],71]]]],[211,[[18,[192,71]]]],[211,[[18,[174,71]]]],[211,[[18,[[16,[140]],71]]]],[211,[[18,[[16,[[38,[5]]]],71]]]],[211,[[18,[141,71]]]],[211,[[18,[[16,[173]],71]]]],[211,[[18,[[16,[104]],71]]]],[211,[[18,[172,71]]]],[211,[[18,[[38,[173]],71]]]],[211,[[18,[173,71]]]],[211,[[18,[[38,[174]],71]]]],[211,[[18,[[16,[[38,[157]]]],71]]]],[211,[[18,[157,71]]]],[211,[[18,[[16,[[144,[143]]]],71]]]],[211,[[18,[[16,[25]],71]]]],[211,[[18,[[38,[25]],71]]]],[211,[[18,[[16,[142]],71]]]],[211,[[18,[104,71]]]],[211,[[18,[[16,[145]],71]]]],[211,[[18,[[16,[[38,[176]]]],71]]]],[211,[[18,[[38,[157]],71]]]],[211,[[18,[[38,[140]],71]]]],[211,[[18,[142,71]]]],[211,[[18,[176,71]]]],[211,[[18,[[16,[[38,[174]]]],71]]]],[211,[[18,[[38,[175]],71]]]],[211,[[18,[194,71]]]],[211,[[18,[[16,[[38,[140]]]],71]]]],[211,[[18,[[16,[[38,[175]]]],71]]]],[211,[[18,[[38,[104]],71]]]],[211,[[18,[[16,[[38,[173]]]],71]]]],[211,[[18,[[16,[157]],71]]]],[211,[[18,[145,71]]]],[211,[[18,[[38,[176]],71]]]],[211,[[18,[[16,[192]],71]]]],[211,[[18,[25,71]]]],[211,[[18,[140,71]]]],[211,[[18,[[16,[[38,[104]]]],71]]]],[[[204,[-1,-2]]],[[18,[[16,[1]],71]]],34,[[206,[205]],110,207,34]],[[[216,[215,-1]]],[[18,[2,71]]],[[206,[205]],110,207,34]],[[[216,[217,-1]]],[[18,[2,71]]],[[206,[205]],110,207,34]],[[[216,[218,-1]]],[[18,[2,71]]],[[206,[205]],110,207,34]],[[[216,[219,-1]]],[[18,[2,71]]],[[206,[205]],110,207,34]],[122,[[18,[[2,[220,[16,[227]]]],71]]]],[[[204,[-1,-2]]],[[38,[-3]]],34,[[206,[205]],110,207,34],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[[204,[-1,-2]],23],[[18,[2,71]]],34,[[206,[205]],110,207,34]],[[[204,[-1,-2]],[16,[5]]],2,34,[[206,[205]],110,207,34]],[[[204,[-1,-2]],[6,[[17,[-3]]]]],2,34,[[206,[205]],110,207,34],128],[71,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,22],2,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[228,228],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[[228,228],25],[229,[[18,[2,72]]]],[230,[[18,[[2,[1,25]],72]]]],[[72,26],27],[[72,26],27],[[228,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[163,72],[84,72],[-1,-1,[]],[46,72],[182,72],[24,72],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[229,[[38,[5]]]],[231,1],[[35,1],[[18,[229,72]]]],[[[189,[232]],[17,[5]],[6,[228]]],231],[[[189,[232]],35,[6,[228]]],[[18,[230,72]]]],[231,1],[231,[[18,[-1,72]]],[]],[229,[[18,[[38,[-1]],72]]],[]],[230,[[18,[141,72]]]],[230,[[18,[[16,[176]],72]]]],[230,[[18,[[16,[140]],72]]]],[230,[[18,[140,72]]]],[230,[[18,[[16,[[53,[35]]]],72]]]],[230,[[18,[104,72]]]],[230,[[18,[[16,[25]],72]]]],[230,[[18,[157,72]]]],[230,[[18,[[16,[141]],72]]]],[230,[[18,[[53,[35]],72]]]],[230,[[18,[176,72]]]],[230,[[18,[145,72]]]],[230,[[18,[25,72]]]],[230,[[18,[[38,[175]],72]]]],[230,[[18,[[16,[145]],72]]]],[230,[[18,[[16,[104]],72]]]],[230,[[18,[[16,[[38,[175]]]],72]]]],[230,[[18,[[16,[157]],72]]]],[230,[[18,[142,72]]]],[230,[[18,[[16,[142]],72]]]],[229,[[18,[[16,[1]],72]]]],[231,[[18,[2,72]]]],[229,[[38,[-1]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[[229,23],[[18,[2,72]]]],[[229,[16,[5]]],2],[[229,[6,[[17,[-1]]]]],2,128],[72,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[[[2,[[16,[35]],233]]],[[18,[228,72]]]],[233,[[18,[228,72]]]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,45,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[16,[104]]],[[16,[104]]]],[142,142],[[[144,[143]]],[[144,[143]]]],[[[16,[140]]],[[16,[140]]]],[141,141],[145,145],[25,25],[[[16,[142]]],[[16,[142]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[104,104],[[[16,[145]]],[[16,[145]]]],[[[16,[5]]],[[16,[5]]]],[140,140],[[[16,[25]]],[[16,[25]]]],[5,5],[[[16,[142]]],[[16,[142]]]],[[[16,[5]]],[[16,[5]]]],[25,25],[141,141],[[[16,[145]]],[[16,[145]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[5,5],[104,104],[145,145],[[[144,[143]]],[[144,[143]]]],[142,142],[[[16,[25]]],[[16,[25]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[5,5],[[[16,[141]]],[[16,[141]]]],[[[16,[25]]],[[16,[25]]]],[140,140],[[[16,[145]]],[[16,[145]]]],[[[16,[104]]],[[16,[104]]]],[25,25],[104,104],[[[16,[140]]],[[16,[140]]]],[142,142],[[[16,[5]]],[[16,[5]]]],[145,145],[[[144,[143]]],[[144,[143]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[141,141],[[[16,[140]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[5,5],[[[16,[25]]],[[16,[25]]]],[104,104],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[140,140],[[[16,[5]]],[[16,[5]]]],[25,25],[[[16,[104]]],[[16,[104]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[[144,[143]]]]],[[16,[142]]]],[25,25],[142,[[144,[143]]]],[5,5],[140,140],[[[16,[25]]],[[16,[25]]]],[[[144,[143]]],142],[[[16,[140]]],[[16,[140]]]],[[[16,[5]]],[[16,[5]]]],[145,[[144,[143]]]],[104,104],[145,[[144,[143]]]],[[[16,[104]]],[[16,[104]]]],[[[144,[143]]],142],[[[16,[25]]],[[16,[25]]]],[104,104],[25,25],[[[16,[5]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[142]]]],[140,140],[5,5],[[[16,[140]]],[[16,[140]]]],[142,[[144,[143]]]],[[[16,[175]]],[[16,[104]]]],[[[16,[166]]],[[16,[104]]]],[172,5],[[[16,[167]]],[[16,[140]]]],[104,104],[173,140],[[[16,[176]]],[[16,[104]]]],[157,104],[[[16,[[6,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[175,104],[[[16,[174]]],[[16,[174]]]],[[[16,[140]]],[[16,[140]]]],[176,104],[[[16,[25]]],[[16,[25]]]],[167,140],[[[16,[142]]],[[16,[142]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[141]]],[[16,[141]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[173]]],[[16,[140]]]],[174,174],[25,25],[142,142],[145,145],[166,104],[[[6,[175]]],[[38,[175]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[141,141],[35,5],[35,5],[[[16,[176]]],[[16,[157]]]],[173,140],[140,140],[[[16,[35]]],[[16,[5]]]],[[[144,[143]]],[[144,[143]]]],[104,104],[[[16,[140]]],[[16,[140]]]],[166,104],[[[16,[174]]],[[16,[174]]]],[176,157],[141,141],[[[16,[166]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[6,[175]]],[[38,[175]]]],[[[16,[173]]],[[16,[140]]]],[172,5],[[[16,[104]]],[[16,[104]]]],[174,174],[167,140],[142,142],[[[16,[175]]],[[16,[157]]]],[[[16,[157]]],[[16,[157]]]],[[[16,[167]]],[[16,[140]]]],[[[16,[142]]],[[16,[142]]]],[175,157],[[[16,[141]]],[[16,[141]]]],[145,145],[25,25],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[6,[175]]]]],[[16,[[38,[175]]]]]],[157,157],[[[16,[25]]],[[16,[25]]]],[[[16,[157]]],[[16,[104]]]],[157,104],[142,142],[166,104],[[[16,[172]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[[6,[175]]]]],[[16,[[38,[175]]]]]],[25,25],[[[16,[166]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[167,140],[[[16,[141]]],[[16,[141]]]],[174,174],[[[16,[35]]],[[16,[5]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[176]]],[[16,[104]]]],[172,5],[104,104],[173,140],[[[16,[140]]],[[16,[140]]]],[[[16,[142]]],[[16,[142]]]],[[[6,[175]]],[[38,[175]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[173]]],[[16,[140]]]],[140,140],[176,104],[145,145],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[141,141],[[[16,[167]]],[[16,[140]]]],[175,104],[[[16,[175]]],[[16,[104]]]],[35,5],[140,140],[175,104],[141,141],[[[16,[176]]],[[16,[104]]]],[[[16,[194]]],[[16,[5]]]],[60,140],[[[16,[104]]],[[16,[104]]]],[[[16,[141]]],[[16,[141]]]],[[[38,[175]]],[[38,[175]]]],[5,5],[192,25],[176,104],[157,104],[142,142],[[[16,[157]]],[[16,[104]]]],[174,140],[[[16,[145]]],[[16,[145]]]],[[[16,[173]]],[[16,[140]]]],[60,140],[[[16,[142]]],[[16,[142]]]],[[[16,[192]]],[[16,[25]]]],[[[16,[141]]],[[16,[141]]]],[104,104],[191,104],[174,140],[[[16,[176]]],[[16,[104]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[191]]],[[16,[104]]]],[[[16,[193]]],[[16,[104]]]],[140,140],[[[16,[60]]],[[16,[140]]]],[[[16,[175]]],[[16,[104]]]],[[[16,[175]]],[[16,[104]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[157]]],[[16,[104]]]],[[[38,[175]]],[[38,[175]]]],[176,104],[[[16,[140]]],[[16,[140]]]],[[[16,[145]]],[[16,[145]]]],[104,104],[[[16,[193]]],[[16,[104]]]],[[[16,[174]]],[[16,[140]]]],[[[16,[174]]],[[16,[140]]]],[173,140],[[[16,[5]]],[[16,[5]]]],[191,104],[175,104],[145,145],[[[16,[140]]],[[16,[140]]]],[[[16,[5]]],[[16,[5]]]],[141,141],[193,104],[[[16,[191]]],[[16,[104]]]],[5,5],[145,145],[[[16,[194]]],[[16,[5]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[192]]],[[16,[25]]]],[193,104],[157,104],[[[16,[60]]],[[16,[140]]]],[142,142],[194,5],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[175]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[174,140],[193,104],[142,142],[[[16,[5]]],[[16,[5]]]],[[[16,[192]]],[[16,[104]]]],[193,104],[[[16,[193]]],[[16,[104]]]],[[[16,[194]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[140]]],[[16,[140]]]],[173,140],[[[16,[142]]],[[16,[142]]]],[5,5],[157,104],[191,104],[[[16,[174]]],[[16,[140]]]],[5,5],[192,104],[176,104],[157,104],[[[16,[176]]],[[16,[104]]]],[[[16,[60]]],[[16,[140]]]],[[[16,[60]]],[[16,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[175]]],[[16,[104]]]],[60,140],[[[16,[141]]],[[16,[141]]]],[104,104],[[[16,[142]]],[[16,[142]]]],[[[16,[140]]],[[16,[140]]]],[60,140],[140,140],[141,141],[[[16,[176]]],[[16,[104]]]],[[[16,[157]]],[[16,[104]]]],[191,104],[[[38,[175]]],[[38,[175]]]],[[[16,[191]]],[[16,[104]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[5]]],[[16,[5]]]],[175,104],[145,145],[[[16,[141]]],[[16,[141]]]],[142,142],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[104]]],[[16,[104]]]],[141,141],[[[16,[174]]],[[16,[140]]]],[[[16,[194]]],[[16,[5]]]],[140,140],[176,104],[145,145],[[[16,[193]]],[[16,[104]]]],[194,5],[192,104],[175,104],[174,140],[104,104],[[[16,[192]]],[[16,[104]]]],[[[16,[191]]],[[16,[104]]]],[141,141],[176,104],[[[16,[142]]],[[16,[142]]]],[192,25],[142,142],[142,142],[60,140],[[[16,[192]]],[[16,[25]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[193]]],[[16,[104]]]],[[[16,[5]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[191]]],[[16,[104]]]],[[[16,[173]]],[[16,[140]]]],[104,104],[[[16,[60]]],[[16,[140]]]],[157,104],[175,104],[[[16,[173]]],[[16,[140]]]],[[[16,[193]]],[[16,[104]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[140]]],[[16,[140]]]],[140,140],[175,104],[157,104],[[[16,[141]]],[[16,[141]]]],[[[16,[5]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[60]]],[[16,[140]]]],[5,5],[[[16,[145]]],[[16,[145]]]],[[[16,[194]]],[[16,[5]]]],[194,5],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[174,140],[140,140],[[[16,[141]]],[[16,[141]]]],[173,140],[[[16,[145]]],[[16,[145]]]],[104,104],[[[16,[142]]],[[16,[142]]]],[176,104],[[[16,[191]]],[[16,[104]]]],[191,104],[174,140],[141,141],[[[16,[157]]],[[16,[104]]]],[[[16,[175]]],[[16,[104]]]],[[[16,[174]]],[[16,[140]]]],[193,104],[191,104],[193,104],[60,140],[145,145],[[[16,[104]]],[[16,[104]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[192]]],[[16,[25]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[104]]],[[16,[104]]]],[145,145],[[[16,[140]]],[[16,[140]]]],[[[16,[175]]],[[16,[104]]]],[5,5],[[[16,[174]]],[[16,[140]]]],[104,104],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[140]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[142]]],[[16,[142]]]],[142,142],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[5,5],[[[38,[175]]],[[38,[175]]]],[[[16,[5]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[5,5],[[[16,[104]]],[[16,[104]]]],[142,142],[[[16,[140]]],[[16,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[142]]],[[16,[142]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[5]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[104,104],[140,140],[142,142],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[5,5],[[[16,[142]]],[[16,[142]]]],[104,104],[[[16,[5]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[140]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[140,140],[104,104],[104,104],[142,142],[[[16,[157]]],[[16,[104]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[141,141],[[[16,[174]]],[[16,[140]]]],[141,141],[[[16,[176]]],[[16,[104]]]],[174,140],[174,140],[[[16,[157]]],[[16,[104]]]],[104,104],[[[16,[172]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[174,140],[[[16,[25]]],[[16,[25]]]],[174,140],[[[16,[157]]],[[16,[104]]]],[140,140],[[[16,[176]]],[[16,[104]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[141,141],[104,104],[[[16,[174]]],[[16,[140]]]],[142,142],[[[16,[142]]],[[16,[142]]]],[35,5],[145,145],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[140]]],[[16,[140]]]],[145,145],[[[16,[194]]],[[16,[5]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[174,140],[[[16,[141]]],[[16,[141]]]],[157,104],[[[16,[35]]],[[16,[5]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[174]]],[[16,[140]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[140]]],[[16,[140]]]],[145,145],[174,140],[[[16,[35]]],[[16,[5]]]],[176,104],[[[16,[173]]],[[16,[140]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[35,5],[[[16,[173]]],[[16,[140]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[25]]],[[16,[25]]]],[141,141],[[[16,[174]]],[[16,[140]]]],[[[38,[175]]],[[38,[175]]]],[35,5],[145,145],[[[38,[175]]],[[38,[175]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[25,25],[[[16,[35]]],[[16,[5]]]],[157,104],[[[16,[172]]],[[16,[5]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[157]]],[[16,[104]]]],[[[38,[175]]],[[38,[175]]]],[176,104],[[[16,[145]]],[[16,[145]]]],[145,145],[[[16,[142]]],[[16,[142]]]],[142,142],[141,141],[[[16,[145]]],[[16,[145]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[104]]],[[16,[104]]]],[157,104],[[[16,[141]]],[[16,[141]]]],[[[16,[174]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[140,140],[25,25],[[[16,[157]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[25,25],[35,5],[140,140],[142,142],[[[16,[194]]],[[16,[5]]]],[[[16,[35]]],[[16,[5]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[142,142],[[[16,[35]]],[[16,[5]]]],[[[16,[174]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[[[144,[143]]],[[144,[143]]]],[176,104],[[[16,[176]]],[[16,[104]]]],[194,5],[[[16,[141]]],[[16,[141]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[174]]],[[16,[140]]]],[[[16,[25]]],[[16,[25]]]],[157,104],[[[16,[172]]],[[16,[5]]]],[145,145],[157,104],[141,141],[[[16,[194]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[25,25],[176,104],[141,141],[[[16,[194]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[145]]],[[16,[145]]]],[[[144,[143]]],[[144,[143]]]],[25,25],[[[16,[173]]],[[16,[140]]]],[104,104],[[[16,[176]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[176]]],[[16,[104]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[25]]],[[16,[25]]]],[25,25],[142,142],[[[144,[143]]],[[144,[143]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[145]]],[[16,[145]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[140]]],[[16,[140]]]],[176,104],[25,25],[[[16,[173]]],[[16,[140]]]],[142,142],[[[144,[143]]],[[144,[143]]]],[25,25],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[140,140],[145,145],[[[16,[157]]],[[16,[104]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[194]]],[[16,[5]]]],[[[144,[143]]],[[144,[143]]]],[[[38,[175]]],[[38,[175]]]],[104,104],[157,104],[157,104],[140,140],[35,5],[[[16,[141]]],[[16,[141]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[173,140],[141,141],[[[16,[35]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[35,5],[145,145],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[35,5],[[[16,[194]]],[[16,[5]]]],[35,5],[[[16,[104]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[157]]],[[16,[104]]]],[104,104],[[[16,[174]]],[[16,[140]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[157]]],[[16,[104]]]],[176,104],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[140,140],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[140,140],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[176,104],[174,140],[[[16,[142]]],[[16,[142]]]],[[[38,[175]]],[[38,[175]]]],[140,140],[176,104],[104,104],[[[16,[104]]],[[16,[104]]]],[157,104],[[[16,[172]]],[[16,[5]]]],[172,5],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[140]]],[[16,[140]]]],[[[38,[175]]],[[38,[175]]]],[174,140],[142,142],[[[16,[142]]],[[16,[142]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[38,[25]]],[[38,[25]]]],[35,5],[35,5],[[[38,[104]]],[[38,[104]]]],[157,157],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[142]]],[[16,[142]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[194,5],[157,157],[142,142],[176,157],[[[16,[25]]],[[16,[25]]]],[174,174],[[[144,[143]]],[[144,[143]]]],[[[16,[157]]],[[16,[157]]]],[[[38,[140]]],[[38,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[38,[140]]],[[38,[140]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[16,[25]]],[[16,[25]]]],[140,140],[[[16,[176]]],[[16,[157]]]],[35,5],[[[144,[143]]],[[144,[143]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[145,145],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[38,[157]]],[[38,[104]]]],[[[38,[5]]],[[38,[5]]]],[[[38,[174]]],[[38,[140]]]],[176,157],[[[16,[145]]],[[16,[145]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[25,25],[[[16,[176]]],[[16,[157]]]],[174,174],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[176,157],[157,157],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[173,140],[140,140],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[[[38,[140]]],[[38,[140]]]],[[[38,[157]]],[[38,[104]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[145,145],[[[16,[25]]],[[16,[25]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[25,25],[[[16,[141]]],[[16,[141]]]],[[[16,[104]]],[[16,[104]]]],[174,174],[[[16,[141]]],[[16,[141]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[25,25],[25,25],[174,174],[[[38,[104]]],[[38,[104]]]],[[[38,[174]]],[[38,[140]]]],[[[38,[176]]],[[38,[104]]]],[[[16,[176]]],[[16,[157]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[[[38,[25]]],[[38,[25]]]],[[[38,[157]]],[[38,[104]]]],[25,25],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[104,104],[172,5],[174,174],[104,104],[[[16,[194]]],[[16,[5]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[176]]],[[16,[157]]]],[[[16,[35]]],[[16,[5]]]],[104,104],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[140,140],[[[16,[104]]],[[16,[104]]]],[104,104],[35,5],[[[16,[145]]],[[16,[145]]]],[[[38,[5]]],[[38,[5]]]],[145,145],[142,142],[[[38,[5]]],[[38,[5]]]],[176,157],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[140]]],[[16,[140]]]],[141,141],[[[16,[172]]],[[16,[5]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[16,[157]]],[[16,[157]]]],[174,174],[[[38,[174]]],[[38,[140]]]],[157,157],[[[144,[143]]],[[144,[143]]]],[[[38,[25]]],[[38,[25]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[140]]],[[16,[140]]]],[[[38,[175]]],[[38,[175]]]],[[[38,[25]]],[[38,[25]]]],[[[38,[176]]],[[38,[104]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[25,25],[[[16,[173]]],[[16,[140]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[38,[5]]],[[38,[5]]]],[[[16,[194]]],[[16,[5]]]],[157,157],[[[16,[194]]],[[16,[5]]]],[[[16,[145]]],[[16,[145]]]],[25,25],[145,145],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[35,5],[141,141],[[[16,[141]]],[[16,[141]]]],[[[38,[175]]],[[38,[175]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[157]]],[[16,[157]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[140,140],[[[16,[172]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[140]]],[[16,[140]]]],[[[38,[104]]],[[38,[104]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[141]]],[[16,[141]]]],[[[38,[175]]],[[38,[175]]]],[104,104],[145,145],[142,142],[[[38,[104]]],[[38,[104]]]],[142,142],[[[16,[25]]],[[16,[25]]]],[[[38,[104]]],[[38,[104]]]],[[[38,[176]]],[[38,[104]]]],[[[38,[157]]],[[38,[104]]]],[[[38,[176]]],[[38,[104]]]],[[[38,[140]]],[[38,[140]]]],[[[38,[140]]],[[38,[140]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[176]]],[[16,[157]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[173]]],[[16,[140]]]],[[[38,[104]]],[[38,[104]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[[[16,[35]]],[[16,[5]]]],[[[38,[157]]],[[38,[104]]]],[[[16,[141]]],[[16,[141]]]],[141,141],[[[38,[140]]],[[38,[140]]]],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[176,157],[[[16,[176]]],[[16,[157]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[141,141],[[[38,[5]]],[[38,[5]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[16,[157]]],[[16,[157]]]],[[[38,[25]]],[[38,[25]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[[[16,[140]]],[[16,[140]]]],[[[38,[157]]],[[38,[104]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[140,140],[[[16,[174]]],[[16,[174]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[38,[176]]],[[38,[104]]]],[[[38,[25]]],[[38,[25]]]],[[[16,[145]]],[[16,[145]]]],[[[38,[173]]],[[38,[140]]]],[145,145],[[[38,[175]]],[[38,[175]]]],[25,25],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[38,[176]]],[[38,[104]]]],[142,142],[145,145],[35,5],[[[38,[5]]],[[38,[5]]]],[[[16,[157]]],[[16,[157]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[141]]],[[16,[141]]]],[145,145],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[38,[5]]],[[38,[5]]]],[104,104],[[[16,[140]]],[[16,[140]]]],[140,140],[140,140],[[[16,[145]]],[[16,[145]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[141,141],[[[16,[174]]],[[16,[174]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[38,[104]]],[[38,[104]]]],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[142,142],[[[16,[174]]],[[16,[174]]]],[157,157],[35,5],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[38,[157]]],[[38,[104]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[38,[174]]],[[38,[140]]]],[157,157],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[25]]],[[16,[25]]]],[104,104],[[[38,[174]]],[[38,[140]]]],[174,174],[[[16,[172]]],[[16,[5]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[[38,[140]]]]],[[16,[[38,[140]]]]]],[[[16,[176]]],[[16,[157]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[140,140],[142,142],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[16,[157]]],[[16,[157]]]],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[38,[174]]],[[38,[140]]]],[[[38,[176]]],[[38,[104]]]],[141,141],[[[16,[157]]],[[16,[157]]]],[174,174],[[[38,[174]]],[[38,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[157,157],[[[16,[194]]],[[16,[5]]]],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[[38,[176]]]]],[[16,[[38,[104]]]]]],[[[16,[25]]],[[16,[25]]]],[176,157],[142,142],[[[38,[140]]],[[38,[140]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[[38,[5]]]]],[[16,[[38,[5]]]]]],[[[38,[104]]],[[38,[104]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[141,141],[[[16,[[38,[174]]]]],[[16,[[38,[140]]]]]],[[[16,[176]]],[[16,[157]]]],[176,157],[[[16,[[38,[173]]]]],[[16,[[38,[140]]]]]],[[[16,[[38,[104]]]]],[[16,[[38,[104]]]]]],[[[38,[157]]],[[38,[104]]]],[141,141],[[[38,[175]]],[[38,[175]]]],[[[16,[174]]],[[16,[174]]]],[[[16,[[38,[157]]]]],[[16,[[38,[104]]]]]],[176,157],[104,104],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[194]]],[[16,[5]]]],[[[38,[174]]],[[38,[140]]]],[[[16,[145]]],[[16,[145]]]],[[[38,[176]]],[[38,[104]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[142]]],[[16,[142]]]],[[[38,[25]]],[[38,[25]]]],[35,5],[[[16,[157]]],[[16,[157]]]],[[[16,[140]]],[[16,[140]]]],[[[38,[140]]],[[38,[140]]]],[[[16,[[38,[25]]]]],[[16,[[38,[25]]]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[173]]],[[16,[140]]]],[[[38,[5]]],[[38,[5]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[[[38,[25]]],[[38,[25]]]],[142,142],[[[16,[142]]],[[16,[142]]]],[[[16,[174]]],[[16,[140]]]],[25,25],[174,140],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[140]]],[[16,[140]]]],[25,25],[[[144,[143]]],[[144,[143]]]],[176,104],[157,104],[35,5],[145,145],[145,145],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[104,104],[[[16,[172]]],[[16,[5]]]],[35,5],[142,142],[[[16,[104]]],[[16,[104]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[25,25],[174,140],[[[16,[176]]],[[16,[104]]]],[176,104],[145,145],[[[16,[145]]],[[16,[145]]]],[[[16,[104]]],[[16,[104]]]],[174,140],[[[16,[141]]],[[16,[141]]]],[[[16,[176]]],[[16,[104]]]],[141,141],[174,140],[[[38,[175]]],[[38,[175]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[194]]],[[16,[5]]]],[35,5],[141,141],[[[16,[104]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[104]]],[[16,[104]]]],[104,104],[[[144,[143]]],[[144,[143]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[174]]],[[16,[140]]]],[35,5],[104,104],[[[16,[174]]],[[16,[140]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[174]]],[[16,[140]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[172]]],[[16,[5]]]],[176,104],[142,142],[157,104],[173,140],[194,5],[[[16,[174]]],[[16,[140]]]],[35,5],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[104,104],[[[16,[140]]],[[16,[140]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[157,104],[157,104],[[[16,[157]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[25]]],[[16,[25]]]],[104,104],[[[16,[104]]],[[16,[104]]]],[145,145],[25,25],[140,140],[174,140],[142,142],[[[16,[145]]],[[16,[145]]]],[174,140],[[[16,[157]]],[[16,[104]]]],[[[16,[141]]],[[16,[141]]]],[176,104],[[[16,[35]]],[[16,[5]]]],[[[38,[175]]],[[38,[175]]]],[145,145],[[[38,[175]]],[[38,[175]]]],[[[16,[142]]],[[16,[142]]]],[25,25],[[[16,[173]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[140,140],[[[16,[145]]],[[16,[145]]]],[[[16,[173]]],[[16,[140]]]],[141,141],[141,141],[[[16,[194]]],[[16,[5]]]],[[[16,[104]]],[[16,[104]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[157,104],[[[16,[140]]],[[16,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[35]]],[[16,[5]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[157]]],[[16,[104]]]],[140,140],[[[16,[173]]],[[16,[140]]]],[[[38,[175]]],[[38,[175]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[194]]],[[16,[5]]]],[176,104],[[[16,[35]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[173]]],[[16,[140]]]],[142,142],[176,104],[35,5],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[141]]],[[16,[141]]]],[157,104],[[[16,[194]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[35]]],[[16,[5]]]],[142,142],[142,142],[141,141],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[194]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[140,140],[140,140],[[[16,[173]]],[[16,[140]]]],[[[16,[140]]],[[16,[140]]]],[141,141],[142,142],[[[16,[173]]],[[16,[140]]]],[[[16,[174]]],[[16,[140]]]],[176,104],[[[38,[175]]],[[38,[175]]]],[35,5],[[[16,[176]]],[[16,[104]]]],[[[16,[174]]],[[16,[140]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[157]]],[[16,[104]]]],[104,104],[[[144,[143]]],[[144,[143]]]],[140,140],[[[16,[176]]],[[16,[104]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[25]]],[[16,[25]]]],[140,140],[[[16,[25]]],[[16,[25]]]],[145,145],[157,104],[[[16,[35]]],[[16,[5]]]],[[[16,[173]]],[[16,[140]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[141]]],[[16,[141]]]],[145,145],[[[16,[157]]],[[16,[104]]]],[172,5],[[[16,[145]]],[[16,[145]]]],[[[16,[141]]],[[16,[141]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[140]]],[[16,[140]]]],[[[144,[143]]],[[144,[143]]]],[[[16,[25]]],[[16,[25]]]],[176,104],[104,104],[[[16,[194]]],[[16,[5]]]],[[[16,[172]]],[[16,[5]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[176]]],[[16,[104]]]],[25,25],[145,145],[25,25],[35,5],[[[16,[140]]],[[16,[140]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[35]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[104,104],[[[16,[142]]],[[16,[142]]]],[[[38,[175]]],[[38,[175]]]],[25,25],[[[16,[174]]],[[16,[140]]]],[157,104],[[[144,[143]]],[[144,[143]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[172]]],[[16,[5]]]],[174,140],[[[16,[35]]],[[16,[5]]]],[[[16,[[144,[143]]]]],[[16,[[144,[143]]]]]],[174,140],[[[38,[175]]],[[38,[175]]]],[141,141],[[[16,[157]]],[[16,[104]]]],[141,141],[[[38,[175]]],[[38,[175]]]],[[[16,[25]]],[[16,[25]]]],[157,104],[[[16,[176]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[145,145],[[[16,[140]]],[[16,[140]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[141]]],[[16,[141]]]],[176,104],[141,141],[[[16,[[53,[35]]]]],[[16,[5]]]],[142,142],[[[16,[157]]],[[16,[104]]]],[25,25],[[[53,[35]]],5],[104,104],[104,104],[[[53,[35]]],5],[[[16,[157]]],[[16,[104]]]],[[[16,[142]]],[[16,[142]]]],[145,145],[[[38,[175]]],[[38,[175]]]],[[[16,[[53,[35]]]]],[[16,[5]]]],[176,104],[[[16,[25]]],[[16,[25]]]],[[[16,[176]]],[[16,[104]]]],[[[16,[145]]],[[16,[145]]]],[[[16,[140]]],[[16,[140]]]],[[[16,[104]]],[[16,[104]]]],[140,140],[[[16,[141]]],[[16,[141]]]],[25,25],[141,141],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[142,142],[157,104],[104,104],[[[16,[141]]],[[16,[141]]]],[[[16,[157]]],[[16,[104]]]],[[[16,[[38,[175]]]]],[[16,[[38,[175]]]]]],[145,145],[[[16,[104]]],[[16,[104]]]],[[[16,[25]]],[[16,[25]]]],[[[16,[140]]],[[16,[140]]]],[25,25],[157,104],[[[16,[[53,[35]]]]],[[16,[5]]]],[142,142],[[[16,[145]]],[[16,[145]]]],[140,140],[[[53,[35]]],5],[141,141],[[[38,[175]]],[[38,[175]]]],[[[16,[142]]],[[16,[142]]]],[[[16,[176]]],[[16,[104]]]],[176,104],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[-1,[[123,[-2]]],[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[86,26],27],[[86,26],27],[[83,26],27],[[83,26],27],[[234,26],27],[[234,26],27],[[96,26],27],[[96,26],27],[[88,26],27],[[88,26],27],[[235,26],27],[[235,26],27],[[70,26],27],[[70,26],27],[[90,26],27],[[90,26],27],[[236,26],27],[[236,26],27],[[69,26],27],[[69,26],27],[[92,26],27],[[92,26],27],[[237,26],27],[[237,26],27],[[94,26],27],[[94,26],27],[[82,26],27],[[82,26],27],[[238,26],27],[[238,26],27],[[95,26],27],[[95,26],27],[[78,26],27],[[78,26],27],[[239,26],27],[[239,26],27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[24,86],[80,86],[41,86],[80,83],[50,83],[-1,-1,[]],[24,83],[80,234],[-1,-1,[]],[65,234],[24,234],[-1,-1,[]],[41,96],[24,96],[91,96],[24,88],[-1,-1,[]],[50,88],[91,88],[91,235],[24,235],[65,235],[-1,-1,[]],[24,70],[41,70],[77,70],[-1,-1,[]],[50,90],[-1,-1,[]],[77,90],[24,90],[65,236],[24,236],[77,236],[-1,-1,[]],[87,69],[24,69],[41,69],[-1,-1,[]],[24,92],[87,92],[50,92],[-1,-1,[]],[65,237],[24,237],[-1,-1,[]],[87,237],[-1,-1,[]],[71,94],[24,94],[41,94],[24,82],[71,82],[-1,-1,[]],[50,82],[65,238],[71,238],[-1,-1,[]],[24,238],[72,95],[24,95],[41,95],[-1,-1,[]],[50,78],[-1,-1,[]],[24,78],[72,78],[65,239],[72,239],[24,239],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[[-1,-2],123,[],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[-1,[[2,[19]]],[]],[86,[[16,[45]]]],[83,[[16,[45]]]],[234,[[16,[45]]]],[96,[[16,[45]]]],[88,[[16,[45]]]],[235,[[16,[45]]]],[70,[[16,[45]]]],[90,[[16,[45]]]],[236,[[16,[45]]]],[69,[[16,[45]]]],[92,[[16,[45]]]],[237,[[16,[45]]]],[94,[[16,[45]]]],[82,[[16,[45]]]],[238,[[16,[45]]]],[95,[[16,[45]]]],[78,[[16,[45]]]],[239,[[16,[45]]]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,[[18,[20]]],[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,[[18,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[123,[-2]]],[],[]],[[-1,-2],[[18,[2,-3]]],[],[],[]],[[-1,-2],123,[],[]]],"c":[],"p":[[1,"usize"],[1,"tuple"],[10,"RecordBatchIterator",17],[5,"RecordBatch",4851],[5,"String",4852],[1,"slice"],[5,"ArrowBatchIter",17],[10,"Source",861],[17,"TSS"],[17,"TSD"],[6,"ArrowTypeSystem",438],[17,"S"],[17,"D"],[5,"ArrowDestination",358],[10,"Transport",4839],[6,"Option",4853],[6,"CXQuery",706],[6,"Result",4854],[5,"HNil",4855],[6,"CNil",4856],[5,"TypeId",4857],[5,"Private",4858],[6,"DataOrder",53],[6,"ConnectorXError",482],[1,"bool"],[5,"Formatter",4859],[8,"Result",4859],[17,"TypeSystem"],[17,"Partition"],[17,"Error"],[10,"Destination",82],[10,"DestinationPartition",82],[10,"From",4860],[10,"Send",4861],[1,"str"],[10,"AsRef",4860],[10,"Consume",82],[5,"Vec",4862],[5,"ArrowDestination",104],[6,"ArrowTypeSystem",314],[6,"ArrowDestinationError",104],[5,"ArrowPartitionWriter",104],[5,"Schema",4863],[5,"Arc",4864],[10,"Error",4865],[5,"Error",4866],[6,"ArrowError",4867],[5,"Arrow2Destination",184],[6,"Arrow2TypeSystem",262],[6,"Arrow2DestinationError",184],[5,"ArrowPartitionWriter",184],[10,"Array",4868],[5,"Box",4869],[5,"Chunk",4870],[5,"Schema",4871],[6,"Error",4872],[6,"PolarsError",4873],[5,"DataFrame",4874],[6,"Ordering",4875],[1,"u64"],[10,"Hash",4876],[10,"Sized",4861],[10,"BuildHasher",4876],[10,"Hasher",4876],[6,"ArrowDestinationError",358],[5,"ArrowPartitionWriter",358],[6,"ConnectorXOutError",482],[6,"ProduceContext",482],[6,"OracleArrowTransportError",2628],[6,"MySQLArrowTransportError",2628],[6,"PostgresSourceError",1975],[6,"SQLiteSourceError",2478],[6,"ParseError",4877],[6,"J4RsError",4878],[6,"Error",4879],[6,"DataFusionError",4880],[6,"MySQLSourceError",1543],[6,"SQLiteArrow2TransportError",2628],[5,"Error",4881],[6,"BigQuerySourceError",898],[6,"Error",4882],[6,"PostgresArrow2TransportError",2628],[6,"BigQueryArrow2TransportError",2628],[6,"Error",4883],[5,"Error",4884],[6,"BigQueryArrowTransportError",2628],[6,"OracleSourceError",1808],[6,"MsSQLArrow2TransportError",2628],[6,"BQError",4885],[6,"MySQLArrow2TransportError",2628],[6,"MsSQLSourceError",1324],[6,"OracleArrow2TransportError",2628],[5,"Error",4886],[6,"PostgresArrowTransportError",2628],[6,"SQLiteArrowTransportError",2628],[6,"MsSQLArrowTransportError",2628],[6,"Error",4887],[6,"VarError",4888],[6,"ParserError",4889],[5,"HashMap",4890],[5,"SourceConn",804],[5,"FederatedDataSourceInfo",639],[5,"Plan",639],[1,"i64"],[8,"OutResult",482],[5,"PartitionQuery",686],[5,"Statement",4891],[6,"Cow",4892],[10,"Queryable",4893],[10,"Clone",4894],[10,"Display",4859],[10,"Debug",4859],[5,"Dispatcher",706],[17,"Output"],[10,"Fn",4895],[5,"Text",4896],[5,"QueryResult",4897],[6,"ConnMut",4898],[10,"TryInto",4860],[5,"QueryWithParams",4899],[6,"SourceType",804],[5,"Url",4900],[8,"Result",482],[10,"SourcePartition",861],[10,"PartitionParser",861],[17,"Parser"],[10,"Produce",861],[10,"ToString",4852],[6,"BigQueryTypeSystem",898],[5,"BigQuerySource",898],[5,"BigQuerySourceParser",898],[5,"BigQueryDialect",898],[5,"ParseIntError",4901],[5,"ParseFloatError",4902],[6,"FieldType",4903],[1,"char"],[5,"BigQuerySourcePartition",898],[5,"Runtime",4904],[5,"Client",4905],[1,"f64"],[5,"NaiveTime",4906],[5,"NaiveDateTime",4907],[5,"Utc",4908],[5,"DateTime",4909],[5,"NaiveDate",4910],[6,"CSVTypeSystem",1070],[5,"CSVSource",1070],[6,"CSVSourceError",1070],[5,"CSVSourcePartitionParser",1070],[5,"Error",4911],[6,"Error",4912],[5,"CSVSourcePartition",1070],[6,"DummyTypeSystem",1211],[5,"DummySource",1211],[5,"DummySourcePartitionParser",1211],[5,"DummySourcePartition",1211],[1,"i32"],[6,"MsSQLTypeSystem",1324],[5,"MsSQLSource",1324],[5,"MsSQLSourceParser",1324],[6,"Error",4913],[6,"RunError",4914],[5,"FromUtf8Error",4852],[6,"ColumnType",4915],[6,"ColumnData",4916],[5,"IntN",1324],[5,"FloatN",1324],[5,"Config",4917],[5,"MsSQLSourcePartition",1324],[5,"ConnectionManager",4913],[5,"Pool",4914],[5,"Uuid",4918],[5,"Decimal",4919],[1,"f32"],[1,"u8"],[1,"i16"],[6,"MySQLTypeSystem",1543],[5,"MySQLSource",1543],[5,"MySQLBinarySourceParser",1543],[5,"MySQLTextSourceParser",1543],[6,"UrlError",4879],[5,"Error",4920],[6,"ColumnType",4921],[5,"ColumnFlags",4921],[6,"BinaryProtocol",1543],[5,"MySQLSourcePartition",1543],[6,"TextProtocol",1543],[5,"MySqlConnectionManager",4922],[5,"PooledConnection",4920],[5,"Binary",4896],[1,"u32"],[1,"i8"],[1,"u16"],[6,"Value",4923],[6,"OracleTypeSystem",1808],[5,"Connector",4924],[5,"OracleSource",1808],[5,"OracleTextSourceParser",1808],[5,"OracleDialect",1808],[6,"OracleType",4925],[5,"OracleSourcePartition",1808],[5,"OracleConnectionManager",4926],[6,"PostgresTypeSystem",1975],[5,"PostgresSource",1975],[5,"Socket",4927],[10,"MakeTlsConnect",4928],[10,"Sync",4861],[5,"PostgresBinarySourcePartitionParser",1975],[5,"PostgresCSVSourceParser",1975],[5,"PostgresRawSourceParser",1975],[5,"PostgresSimpleSourceParser",1975],[6,"FromHexError",4929],[5,"ErrorStack",4930],[5,"Type",4931],[6,"SimpleProtocol",1975],[5,"PostgresSourcePartition",1975],[6,"BinaryProtocol",1975],[6,"CSVProtocol",1975],[6,"CursorProtocol",1975],[5,"Config",4932],[5,"PostgresConnectionManager",4933],[5,"BinaryCopyOutIter",4934],[5,"CopyOutReader",4935],[5,"StringRecordsIntoIter",4936],[5,"RowIter",4937],[6,"SimpleQueryMessage",4938],[5,"MakeTlsConnector",4939],[6,"SQLiteTypeSystem",2478],[5,"SQLiteSource",2478],[5,"SQLiteSourcePartitionParser",2478],[5,"SQLiteSourcePartition",2478],[5,"SqliteConnectionManager",4940],[6,"Type",4941],[6,"BigQueryArrowStreamTransportError",2628],[6,"MsSQLArrowStreamTransportError",2628],[6,"MySQLArrowStreamTransportError",2628],[6,"OracleArrowStreamTransportError",2628],[6,"PostgresArrowStreamTransportError",2628],[6,"SQLiteArrowStreamTransportError",2628],[8,"Result",104],[8,"Result",184],[8,"Result",358],[5,"PostgresTypePairs",1975],[5,"BigQueryArrowTransport",2628],[5,"BigQueryArrow2Transport",2628],[5,"BigQueryArrowStreamTransport",2628],[5,"CSVArrowTransport",2628],[5,"DummyArrowTransport",2628],[5,"DummyArrow2Transport",2628],[5,"MsSQLArrowTransport",2628],[5,"MsSQLArrow2Transport",2628],[5,"MsSQLArrowStreamTransport",2628],[5,"MySQLArrowTransport",2628],[5,"MySQLArrow2Transport",2628],[5,"MySQLArrowStreamTransport",2628],[5,"OracleArrowTransport",2628],[5,"OracleArrow2Transport",2628],[5,"OracleArrowStreamTransport",2628],[5,"PostgresArrowTransport",2628],[5,"PostgresArrow2Transport",2628],[5,"PostgresArrowStreamTransport",2628],[5,"SQLiteArrowTransport",2628],[5,"SQLiteArrow2Transport",2628],[5,"SQLiteArrowStreamTransport",2628],[10,"TypeConversion",4839]],"b":[[138,"impl-Debug-for-ArrowDestinationError"],[139,"impl-Display-for-ArrowDestinationError"],[142,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[143,"impl-From%3CError%3E-for-ArrowDestinationError"],[144,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[217,"impl-Display-for-Arrow2DestinationError"],[218,"impl-Debug-for-Arrow2DestinationError"],[221,"impl-From%3CError%3E-for-Arrow2DestinationError"],[222,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[224,"impl-From%3CError%3E-for-Arrow2DestinationError"],[392,"impl-Debug-for-ArrowDestinationError"],[393,"impl-Display-for-ArrowDestinationError"],[396,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[397,"impl-From%3CError%3E-for-ArrowDestinationError"],[399,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[558,"impl-Display-for-ConnectorXOutError"],[559,"impl-Debug-for-ConnectorXOutError"],[560,"impl-Display-for-ConnectorXError"],[561,"impl-Debug-for-ConnectorXError"],[562,"impl-Debug-for-ProduceContext"],[563,"impl-Display-for-ProduceContext"],[564,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[565,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[566,"impl-From%3CPostgresSourceError%3E-for-ConnectorXOutError"],[567,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[568,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[569,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[570,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[571,"impl-From%3CError%3E-for-ConnectorXOutError"],[572,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[573,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[574,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[575,"impl-From%3CError%3E-for-ConnectorXOutError"],[576,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[577,"impl-From%3CError%3E-for-ConnectorXOutError"],[579,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[580,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[581,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[582,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[583,"impl-From%3CError%3E-for-ConnectorXOutError"],[584,"impl-From%3CError%3E-for-ConnectorXOutError"],[585,"impl-From%3CError%3E-for-ConnectorXOutError"],[586,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[587,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[588,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[589,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[590,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[591,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[592,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[593,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[594,"impl-From%3CError%3E-for-ConnectorXOutError"],[595,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[596,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[597,"impl-From%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[598,"impl-From%3CError%3E-for-ConnectorXOutError"],[599,"impl-From%3CVarError%3E-for-ConnectorXError"],[600,"impl-From%3CParserError%3E-for-ConnectorXError"],[602,"impl-From%3CError%3E-for-ConnectorXError"],[603,"impl-From%3CError%3E-for-ConnectorXError"],[762,"impl-Display-for-CXQuery%3CQ%3E"],[763,"impl-Debug-for-CXQuery%3CQ%3E"],[766,"impl-From%3C%26CXQuery%3E-for-CXQuery"],[767,"impl-From%3C%26str%3E-for-CXQuery"],[768,"impl-From%3C%26String%3E-for-CXQuery"],[769,"impl-From%3C%26%26str%3E-for-CXQuery"],[962,"impl-Display-for-BigQuerySourceError"],[963,"impl-Debug-for-BigQuerySourceError"],[969,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[970,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[971,"impl-From%3CError%3E-for-BigQuerySourceError"],[972,"impl-From%3CError%3E-for-BigQuerySourceError"],[974,"impl-From%3CError%3E-for-BigQuerySourceError"],[975,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[976,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[977,"impl-From%3CConnectorXError%3E-for-BigQuerySourceError"],[1009,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+i64%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-BigQuerySourceParser"],[1019,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1020,"impl-Produce%3C\'r,+bool%3E-for-BigQuerySourceParser"],[1021,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1022,"impl-Produce%3C\'r,+NaiveDate%3E-for-BigQuerySourceParser"],[1023,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1024,"impl-Produce%3C\'r,+String%3E-for-BigQuerySourceParser"],[1123,"impl-Debug-for-CSVSourceError"],[1124,"impl-Display-for-CSVSourceError"],[1129,"impl-From%3CError%3E-for-CSVSourceError"],[1130,"impl-From%3CError%3E-for-CSVSourceError"],[1131,"impl-From%3CError%3E-for-CSVSourceError"],[1132,"impl-From%3CError%3E-for-CSVSourceError"],[1133,"impl-From%3CConnectorXError%3E-for-CSVSourceError"],[1162,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1165,"impl-Produce%3C\'r,+i64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1166,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+String%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1169,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1170,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1171,"impl-Produce%3C\'r,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1279,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1280,"impl-Produce%3C\'r,+u64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1282,"impl-Produce%3C\'r,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1283,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1284,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1285,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+i64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+String%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1289,"impl-Produce%3C\'r,+i32%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1290,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1291,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1292,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1409,"impl-Debug-for-MsSQLSourceError"],[1410,"impl-Display-for-MsSQLSourceError"],[1417,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1418,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1419,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1420,"impl-From%3CError%3E-for-MsSQLSourceError"],[1421,"impl-From%3CError%3E-for-MsSQLSourceError"],[1422,"impl-From%3CError%3E-for-MsSQLSourceError"],[1424,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1458,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1459,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+i32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1465,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1466,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+Option%3CIntN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1476,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1477,"impl-Produce%3C\'r,+i16%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1482,"impl-Produce%3C\'r,+Option%3C%26%5Bu8%5D%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1483,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1484,"impl-Produce%3C\'r,+FloatN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1488,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1489,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1490,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1491,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1629,"impl-Display-for-MySQLSourceError"],[1630,"impl-Debug-for-MySQLSourceError"],[1638,"impl-From%3CError%3E-for-MySQLSourceError"],[1639,"impl-From%3CUrlError%3E-for-MySQLSourceError"],[1640,"impl-From%3CError%3E-for-MySQLSourceError"],[1641,"impl-From%3CError%3E-for-MySQLSourceError"],[1643,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1671,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1672,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1677,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1678,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1679,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1680,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1682,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1687,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1688,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1689,"impl-Produce%3C\'r,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1690,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1691,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+String%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1737,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1738,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1743,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1744,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1745,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1746,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1747,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1748,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1749,"impl-Produce%3C\'r,+i8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1751,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1752,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1871,"impl-Display-for-OracleSourceError"],[1872,"impl-Debug-for-OracleSourceError"],[1878,"impl-From%3CError%3E-for-OracleSourceError"],[1879,"impl-From%3CFromUtf8Error%3E-for-OracleSourceError"],[1880,"impl-From%3CConnectorXError%3E-for-OracleSourceError"],[1881,"impl-From%3CParseError%3E-for-OracleSourceError"],[1882,"impl-From%3CError%3E-for-OracleSourceError"],[1883,"impl-From%3CError%3E-for-OracleSourceError"],[1916,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1919,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1920,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1926,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-OracleTextSourceParser%3C\'a%3E"],[1927,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1928,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1929,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[2101,"impl-Debug-for-PostgresSourceError"],[2102,"impl-Display-for-PostgresSourceError"],[2115,"impl-From%3CError%3E-for-PostgresSourceError"],[2116,"impl-From%3CFromHexError%3E-for-PostgresSourceError"],[2118,"impl-From%3CError%3E-for-PostgresSourceError"],[2119,"impl-From%3CError%3E-for-PostgresSourceError"],[2120,"impl-From%3CError%3E-for-PostgresSourceError"],[2121,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2122,"impl-From%3CError%3E-for-PostgresSourceError"],[2123,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2166,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2167,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2168,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2169,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2178,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2179,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2180,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2181,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2182,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2183,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2185,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2186,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2187,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2188,"impl-Produce%3C\'r,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2208,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2209,"impl-Produce%3C\'r,+i8%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2212,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2213,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2215,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2216,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2217,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2218,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2220,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2221,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2222,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2223,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2224,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+f32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2236,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2237,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Option%3CVec%3Ci8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2246,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2247,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2264,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2265,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2268,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2269,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2270,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2271,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+i32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2280,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2281,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2282,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2283,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2284,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2285,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2294,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2295,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2302,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2303,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2322,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2323,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2325,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2326,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2330,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2331,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2334,"impl-Produce%3C\'r,+f64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2335,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2336,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2337,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2383,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2384,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2385,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2386,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2388,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2389,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2390,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2391,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2531,"impl-Debug-for-SQLiteSourceError"],[2532,"impl-Display-for-SQLiteSourceError"],[2537,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2538,"impl-From%3CError%3E-for-SQLiteSourceError"],[2540,"impl-From%3CError%3E-for-SQLiteSourceError"],[2541,"impl-From%3CError%3E-for-SQLiteSourceError"],[2542,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2567,"impl-Produce%3C\'r,+NaiveTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2570,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2571,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+i64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2573,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2574,"impl-Produce%3C\'r,+i32%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2575,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+Box%3Cstr%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2579,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2580,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2583,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2584,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2585,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2586,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2611,"impl-TryFrom%3C(Option%3C%26str%3E,+Type)%3E-for-SQLiteTypeSystem"],[2612,"impl-TryFrom%3CType%3E-for-SQLiteTypeSystem"],[2817,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2824,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2825,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2826,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2830,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2831,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2832,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2833,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2846,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2847,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2848,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2849,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2862,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2863,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2864,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2865,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-CSVArrowTransport"],[2866,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3CString,+String%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2872,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-CSVArrowTransport"],[2873,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2874,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2875,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrowTransport"],[2881,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2882,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2883,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrowTransport"],[2884,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrowTransport"],[2885,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2886,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2887,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2896,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2897,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2898,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2899,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2930,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2931,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2932,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2933,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2964,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2965,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2966,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2967,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2998,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2999,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[3000,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[3001,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3002,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3003,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3004,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3005,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3006,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3007,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3008,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3009,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3010,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3011,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3012,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3013,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3014,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3015,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3016,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3017,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3018,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3019,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3020,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3021,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3022,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3023,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3024,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3025,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3026,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3027,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3028,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3029,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3030,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3031,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3032,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3033,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3034,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3035,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3036,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3037,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3038,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3039,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3040,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3041,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3042,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3043,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3044,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3045,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3046,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3047,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3048,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3049,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3050,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3051,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3052,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3053,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3054,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3055,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3056,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3057,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3058,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3060,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3061,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3062,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3063,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3064,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3065,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3066,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3067,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3068,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3069,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3070,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3071,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3072,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3073,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3074,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3075,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3076,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3077,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3078,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3079,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3080,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3081,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3082,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3083,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3084,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3085,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3086,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3087,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3088,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3089,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3090,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3091,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3092,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3093,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3094,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3095,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3096,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3097,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3099,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3100,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3101,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3102,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3103,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3104,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3105,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3106,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3107,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3108,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3109,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3110,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3111,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3112,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3113,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3114,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3115,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3116,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3117,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3118,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3119,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3121,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3122,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3123,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3124,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3125,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3126,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3127,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3128,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3129,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3130,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3131,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3132,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3133,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3134,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3135,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3136,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3137,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3138,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3139,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3140,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3141,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3142,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3143,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3144,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3145,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3146,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3147,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3148,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3149,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3150,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3151,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3152,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3153,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3154,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3155,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3156,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3157,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3158,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3159,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3160,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3161,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3162,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3163,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3164,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3165,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3166,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3167,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3168,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3169,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3170,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3171,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3172,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3173,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3174,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3175,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3176,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3177,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3178,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3179,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3180,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3181,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3182,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3183,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3184,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3185,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3186,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3188,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3189,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3190,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3191,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3192,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3193,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3194,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3195,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3196,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3197,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3206,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3207,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3208,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3209,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3218,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3219,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3220,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3221,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3224,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3225,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3226,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3227,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3230,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3231,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3232,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3233,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3234,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3235,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3237,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3238,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3239,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3240,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3241,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3242,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3243,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3244,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3245,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3246,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3247,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3248,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3249,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3250,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3251,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3252,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3253,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3254,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3255,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3256,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3257,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3258,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3259,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3260,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3261,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3262,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3263,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3264,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3265,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3266,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3267,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3269,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3270,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3271,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3272,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3273,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3274,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3275,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3276,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3277,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3278,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3279,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3280,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3281,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3282,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3283,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3284,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3285,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3286,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3287,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3288,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3289,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3290,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3291,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3292,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3293,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3294,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3295,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3296,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3297,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3298,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3299,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3300,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3301,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3302,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3303,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3304,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3305,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3306,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3307,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3308,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3309,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3310,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3311,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3312,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3313,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3314,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3315,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3316,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3317,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3318,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3320,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3321,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3322,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3323,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3324,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3325,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3326,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3327,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3328,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3329,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3330,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3331,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3332,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3333,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3334,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3335,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3336,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3337,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3338,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3339,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3340,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3341,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3342,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3343,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3344,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3345,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3346,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3347,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3348,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3349,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3350,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3351,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3352,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3353,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3354,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3355,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3356,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3357,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3358,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3359,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3360,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3361,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3362,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3363,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3364,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3365,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3366,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3367,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3369,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3370,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3371,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3372,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3373,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3374,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3375,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3376,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3377,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3378,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3379,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3380,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3381,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3382,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3383,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3385,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3386,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3387,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3388,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3389,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3390,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3391,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3393,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3394,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3395,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3396,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3397,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3398,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3399,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3400,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3401,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3402,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3403,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3404,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3405,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3406,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3407,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3408,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3409,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3410,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3411,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3412,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3413,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3414,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3416,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3417,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3418,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3419,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3420,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3421,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3422,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3423,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3424,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3425,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3426,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3427,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3428,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3429,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3430,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3431,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3432,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3433,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3434,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3435,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3436,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3437,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3438,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3439,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3440,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3441,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3442,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3443,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3444,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3445,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3446,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3447,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3448,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3449,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3450,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3451,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3452,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3453,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3454,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3455,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3456,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3457,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3458,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3459,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3460,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3461,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3462,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3463,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3464,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3465,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3466,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3467,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3468,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3469,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3470,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3471,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3472,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3473,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3474,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3475,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3476,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3477,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3478,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3479,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3480,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3481,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3482,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3483,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3484,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3485,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3487,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3488,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3489,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3490,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3491,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3492,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3493,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3494,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3495,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3496,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3497,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3498,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3499,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3500,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3501,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3502,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3503,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3504,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3505,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3506,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3507,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3508,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3509,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3510,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3511,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3512,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3513,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3514,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3515,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3516,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3517,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3518,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3519,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3520,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3521,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3522,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3523,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3524,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3525,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3527,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3528,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3529,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3531,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3532,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3533,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3534,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3535,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3536,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3537,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3538,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3539,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3540,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3541,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3542,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3543,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3544,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3545,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3546,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3547,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3548,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3549,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3550,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3551,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3552,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3553,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3554,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3555,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3556,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3557,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3558,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3559,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3560,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3561,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3562,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3563,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3564,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3565,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3566,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3567,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3568,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3569,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3570,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3571,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3572,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3573,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3574,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3575,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3576,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3577,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3578,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3579,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3581,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3582,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3583,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3584,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3585,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3586,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3587,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3588,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3589,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3590,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3591,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3592,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3593,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3594,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3595,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3596,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3597,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3598,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3599,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3600,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3601,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3602,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3603,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3604,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3605,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3606,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3607,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3608,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3609,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3610,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3611,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3612,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3613,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3614,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3615,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3616,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3617,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3618,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3619,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3620,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3621,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3622,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3623,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3624,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3625,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3626,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3627,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3629,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3630,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3631,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3632,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3633,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3634,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3635,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3636,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3637,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3638,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3639,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3640,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3641,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3642,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3643,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3644,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3645,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3646,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3647,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3648,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3649,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3650,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3651,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3652,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3653,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3654,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3655,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3656,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3657,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3659,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3660,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3661,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3662,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3663,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3664,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3665,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3666,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3668,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3669,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3670,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3671,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3672,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3673,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3674,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3675,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3676,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3677,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3678,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3679,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3680,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3681,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3682,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3683,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3684,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3685,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3686,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3687,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3688,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3689,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3690,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3691,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3692,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3693,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3694,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3695,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3696,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3697,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3698,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3699,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3700,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3701,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3702,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3703,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3704,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3705,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3706,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3707,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3708,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3710,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3712,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3713,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3714,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3715,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3716,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3717,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3718,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3719,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3720,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3721,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3722,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3723,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3724,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3725,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3726,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3727,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3728,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3729,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3730,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3731,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3732,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3733,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3734,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3735,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3736,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3737,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3738,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3739,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3740,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3741,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3742,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3743,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3744,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3745,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3746,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3747,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3748,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3749,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3750,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3751,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3752,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3753,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3754,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3755,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3756,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3757,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3758,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3759,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3760,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3761,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3763,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3764,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3765,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3766,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3767,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3768,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3769,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3770,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3771,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3772,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3773,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3774,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3775,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3776,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3777,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3778,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3779,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3780,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3781,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3782,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3783,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3784,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3785,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3786,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3787,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3789,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3790,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3791,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3792,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3793,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3794,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3795,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3796,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3797,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3798,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3799,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3800,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3801,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3802,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3803,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3804,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3805,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3806,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3807,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3808,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3809,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3810,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3811,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3812,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3813,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3814,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3815,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3816,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3818,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3819,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3820,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3822,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3824,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3825,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3826,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3827,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3828,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3829,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3830,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3831,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3832,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3833,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3834,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3835,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3836,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3837,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3838,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3839,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3840,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3841,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3842,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3843,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3844,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3845,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3846,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3847,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3848,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3849,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3850,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3851,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3852,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3853,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3854,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3855,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3856,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3857,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3858,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3859,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3860,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3861,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3862,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3863,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3864,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3865,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3866,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3867,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3868,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3869,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3870,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3871,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3873,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3874,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3875,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3876,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3877,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3878,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3879,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3880,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3881,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3883,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3884,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3885,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3886,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3887,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3888,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3889,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3890,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3891,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3892,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3894,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3895,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3896,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3897,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3898,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3899,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3900,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3901,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3902,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3903,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3904,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3905,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3906,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3907,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3908,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3909,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3910,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3911,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3912,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3913,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3914,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3915,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3916,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3917,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3918,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3919,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3920,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3921,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3922,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3923,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3924,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3925,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3926,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3927,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3928,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3929,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3930,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3931,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3932,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3933,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3934,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3935,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3936,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3937,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3938,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3939,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3940,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3941,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3942,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3943,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3944,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3945,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3946,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3947,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3948,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3949,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3950,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3951,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3952,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3953,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3954,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3955,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3956,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3957,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3958,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3959,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3960,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3961,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3962,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3963,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3964,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3965,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3966,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3967,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3968,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3969,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3970,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3971,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3972,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3973,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3974,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3975,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3976,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3977,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3978,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3979,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3980,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3981,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3982,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3983,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3984,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3985,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3986,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3987,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3988,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3989,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3990,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3991,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3992,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3993,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3994,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3995,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3996,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3997,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3998,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3999,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4000,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4001,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4002,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4003,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4004,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4005,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4006,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4007,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4008,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4009,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4010,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4011,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4028,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4029,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4030,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4031,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4048,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4049,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4050,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4051,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4067,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4068,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4069,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4070,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4080,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4081,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4082,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4083,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4084,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4085,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4093,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4094,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4095,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4096,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4097,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4098,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4101,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4102,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4103,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4104,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4109,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4110,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4111,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4112,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4233,"impl-Display-for-BigQueryArrowTransportError"],[4234,"impl-Debug-for-BigQueryArrowTransportError"],[4235,"impl-Display-for-BigQueryArrow2TransportError"],[4236,"impl-Debug-for-BigQueryArrow2TransportError"],[4237,"impl-Display-for-BigQueryArrowTransportError"],[4238,"impl-Debug-for-BigQueryArrowTransportError"],[4239,"impl-Debug-for-MsSQLArrowTransportError"],[4240,"impl-Display-for-MsSQLArrowTransportError"],[4241,"impl-Display-for-MsSQLArrow2TransportError"],[4242,"impl-Debug-for-MsSQLArrow2TransportError"],[4243,"impl-Display-for-MsSQLArrowTransportError"],[4244,"impl-Debug-for-MsSQLArrowTransportError"],[4245,"impl-Display-for-MySQLArrowTransportError"],[4246,"impl-Debug-for-MySQLArrowTransportError"],[4247,"impl-Display-for-MySQLArrow2TransportError"],[4248,"impl-Debug-for-MySQLArrow2TransportError"],[4249,"impl-Display-for-MySQLArrowTransportError"],[4250,"impl-Debug-for-MySQLArrowTransportError"],[4251,"impl-Display-for-OracleArrowTransportError"],[4252,"impl-Debug-for-OracleArrowTransportError"],[4253,"impl-Debug-for-OracleArrow2TransportError"],[4254,"impl-Display-for-OracleArrow2TransportError"],[4255,"impl-Debug-for-OracleArrowTransportError"],[4256,"impl-Display-for-OracleArrowTransportError"],[4257,"impl-Debug-for-PostgresArrowTransportError"],[4258,"impl-Display-for-PostgresArrowTransportError"],[4259,"impl-Display-for-PostgresArrow2TransportError"],[4260,"impl-Debug-for-PostgresArrow2TransportError"],[4261,"impl-Debug-for-PostgresArrowTransportError"],[4262,"impl-Display-for-PostgresArrowTransportError"],[4263,"impl-Debug-for-SQLiteArrowTransportError"],[4264,"impl-Display-for-SQLiteArrowTransportError"],[4265,"impl-Debug-for-SQLiteArrow2TransportError"],[4266,"impl-Display-for-SQLiteArrow2TransportError"],[4267,"impl-Debug-for-SQLiteArrowTransportError"],[4268,"impl-Display-for-SQLiteArrowTransportError"],[4291,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4292,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4293,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4294,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrow2TransportError"],[4295,"impl-From%3CArrow2DestinationError%3E-for-BigQueryArrow2TransportError"],[4297,"impl-From%3CConnectorXError%3E-for-BigQueryArrow2TransportError"],[4298,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4300,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4301,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4303,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4304,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4305,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4306,"impl-From%3CConnectorXError%3E-for-MsSQLArrow2TransportError"],[4308,"impl-From%3CArrow2DestinationError%3E-for-MsSQLArrow2TransportError"],[4309,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrow2TransportError"],[4310,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4311,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4312,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4314,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4315,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4316,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4318,"impl-From%3CArrow2DestinationError%3E-for-MySQLArrow2TransportError"],[4320,"impl-From%3CMySQLSourceError%3E-for-MySQLArrow2TransportError"],[4321,"impl-From%3CConnectorXError%3E-for-MySQLArrow2TransportError"],[4322,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4323,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4324,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4326,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4327,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4328,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4330,"impl-From%3CConnectorXError%3E-for-OracleArrow2TransportError"],[4331,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4332,"impl-From%3CArrow2DestinationError%3E-for-OracleArrow2TransportError"],[4334,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4335,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4337,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4339,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4340,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4341,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4342,"impl-From%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4343,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4345,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4346,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4347,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4349,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4350,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4351,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4352,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4354,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4356,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4357,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4358,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4359,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4360,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4488,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4489,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4490,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4491,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4492,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4493,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4501,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4502,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4503,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4504,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4509,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4510,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4511,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4512,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4517,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4518,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4519,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4520,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4533,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4534,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4535,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4536,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4537,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4538,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4546,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4547,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4548,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4549,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4554,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4555,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4556,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4557,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4562,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4563,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4564,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4565,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"]]}]\ +["connectorx",{"doc":"ConnectorX","t":"CCCCCCCCCQQCCCCCCFKNNNNNNMNNNNNNNNMNMNNHNNNNNNSSSSSSSSSPGPNNNNNHNNNNNNNNNNNNNNNNNNNKTKKRRRRRRMMCCCMMMMMMNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNFGEPFPPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPIPPPPGIPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFFNNNNOOOONNNNNNNNNNNNOOONNONNHNNONNNNNNNNNNHHHFNNNNNNHHNNNNHNNNNNNEEEEEEEEEGEEEEEEFEEEEPEEEEEEEEEEEEEEEEPNNNNNNNNNNENNNNNNNNNNNNNNEENNNNNNNNNNENNENNNNENNNNNNNNNNNNNPPPPPPPFGPNNNNNNNNNNONNNNNNNNNNNNNNNNNHONNNNNNNNNNNNONNNNTRRRRRRKKKKRRRCCCMMCCMMMCNMMCMMMMMMMCPFPPPFGFFPGPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFFFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPPPFPPPPPFGFFGPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPPPFPPFGFFGPPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPFGFFGPPPPPPNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPGPPGPPPPPPPPPPPPPPPPPPPPPFFPPFFFGFFGGPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFGFFGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGFGFGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFGFGFGFGFGFGFGFGFGFGFGFGFGFGFGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRRRKKMNMMM","n":["arrow_batch_iter","constants","data_order","destinations","errors","fed_dispatcher","fed_rewriter","get_arrow","get_arrow2","impl_transport","impl_typesystem","partition","prelude","source_router","sources","transports","typesystem","ArrowBatchIter","RecordBatchIterator","borrow","borrow_mut","deref","deref_mut","drop","from","get_schema","get_schema","init","into","into_fallible","into_iter","lift_into","new","next","next_batch","next_batch","prepare","prepare","sculpt","set_global_num_thread","subset","transpose_into_fallible","try_from","try_into","type_id","vzip","CONNECTORX_PROTOCOL","CX_REWRITER_PATH","DB_BUFFER_SIZE","DUCKDB_JDBC_DRIVER","J4RS_BASE_PATH","MYSQL_JDBC_DRIVER","ORACLE_ARRAY_SIZE","POSTGRES_JDBC_DRIVER","RECORD_BATCH_SIZE","ColumnMajor","DataOrder","RowMajor","__clone_box","borrow","borrow_mut","clone","clone_into","coordinate","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","init","into","lift_into","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Consume","DATA_ORDERS","Destination","DestinationPartition","Error","Error","Error","Partition","TypeSystem","TypeSystem","allocate","aquire_row","arrow","arrow2","arrowstream","consume","finalize","ncols","needs_count","partition","schema","write","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2Destination","Arrow2DestinationError","Arrow2TypeSystem","ArrowError","ArrowPartitionWriter","ConnectorXError","Err","Ok","Other","PolarsError","Result","allocate","aquire_row","arrow","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finalize","fmt","fmt","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","ncols","needs_count","new","partition","polars","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2TypeSystem","BoolArray","Boolean","Date32","Date64","DateTimeTz","Float32","Float32Array","Float64","Float64Array","Int32","Int32Array","Int64","Int64Array","LargeBinary","LargeUtf8","Time64","UInt32","UInt32Array","UInt64","UInt64Array","Utf8Array","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Arrow2Error","ArrowError","ArrowStreamError","BigQueryError","BigQuerySourceError","BigqueryArrow2TransportError","BigqueryArrowTransportError","CannotProduce","CannotResolveDataOrder","ConnectorXError","ConnectorXInternalError","ConnectorXOutError","Context","CountError","DataFusionError","Err","Err","FileNotFoundError","IOError","J4RSError","JsonError","MsSQL","MsSQLArrow2TransportError","MsSQLArrowTransportError","MsSQLSourceError","MySQLArrow2TransportError","MySQLArrowTransportError","MySQLSourceError","MysqlError","NoContext","NoConversionRule","Ok","Ok","OracleArrow2TransportError","OracleArrowTransportError","OracleError","OracleSourceError","Other","Other","OutResult","PostgresArrow2TransportError","PostgresArrowTransportError","PostgresError","PostgresSourceError","ProduceContext","Result","SQLParserError","SQLiteArrow2TransportError","SQLiteArrowTransportError","SQLiteError","SQLiteSourceError","SourceNotSupport","SqlQueryNotSupported","StdIOError","StdVarError","TypeCheckFailed","UnsupportedDataOrder","UrlParseError","as_error_source","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cannot_produce","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","sculpt","sculpt","sculpt","source","source","subset","subset","subset","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","run","FederatedDataSourceInfo","Plan","borrow","borrow","borrow_mut","borrow_mut","cardinality","conn_str_info","db_alias","db_name","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","is_local","jdbc_driver","jdbc_url","lift_into","lift_into","manual_info","new_from_conn_str","new_from_manual_schema","rewrite_sql","sculpt","sculpt","sql","subset","subset","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","get_arrow","new_record_batch_iter","get_arrow2","PartitionQuery","borrow","borrow_mut","deref","deref_mut","drop","from","get_col_range","get_part_query","init","into","lift_into","new","partition","sculpt","subset","try_from","try_into","type_id","vzip","Arrow2Destination","ArrowDestination","ArrowPartitionWriter","ArrowStreamDestination","ArrowStreamPartitionWriter","ArrowStreamTypeSystem","ArrowTypeSystem","BigQuerySource","CSVSource","CXQuery","ConnectorXError","ConnectorXOutError","Consume","DataOrder","Destination","DestinationPartition","Dispatcher","DummySource","FederatedDataSourceInfo","MsSQLSource","MySQLSource","Naked","OracleSource","ParameterizedFunc","ParameterizedOn","PartitionParser","Plan","PostgresSource","Produce","Realize","RecordBatchIterator","SQLiteSource","Source","SourcePartition","Transport","TypeAssoc","TypeConversion","TypeSystem","Wrapped","__clone_box","as_ref","as_statement","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","coordinate","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from","from","from","from","get_arrow","get_arrow2","get_meta","init","init","into","into","lift_into","lift_into","map","naked","new","new_record_batch_iter","prepare","result","rewrite_sql","run","run","sculpt","sculpt","set_global_num_thread","subset","subset","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with","BigQuery","DuckDB","MsSQL","MySQL","Oracle","Postgres","SQLite","SourceConn","SourceType","Unknown","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conn","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","into","into","lift_into","lift_into","new","parse_source","proto","sculpt","sculpt","set_protocol","subset","subset","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","ty","type_id","type_id","vzip","vzip","DATA_ORDERS","Error","Error","Error","Error","Parser","Partition","PartitionParser","Produce","Source","SourcePartition","TypeSystem","TypeSystem","TypeSystem","bigquery","csv","dummy","fetch_metadata","fetch_next","mssql","mysql","names","ncols","nrows","oracle","parse","parser","partition","postgres","produce","result_rows","result_rows","schema","set_data_order","set_origin_query","set_queries","sqlite","BQError","BigQueryDialect","BigQueryJsonError","BigQueryParseFloatError","BigQueryParseIntError","BigQuerySource","BigQuerySourceError","BigQuerySourceParser","BigQuerySourcePartition","BigQueryStdError","BigQueryTypeSystem","BigQueryUrlError","Bignumeric","Bool","Boolean","Bytes","ConnectorXError","Date","Datetime","Float","Float64","Int64","Integer","Numeric","Other","String","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_delimited_identifier_start","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Bool","CSVError","CSVSource","CSVSourceError","CSVSourcePartition","CSVSourcePartitionParser","CSVTypeSystem","ConnectorXError","DateTime","F64","I64","IOError","Other","RegexError","String","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","get_hash","hash","infer_schema","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Bool","DateTime","DummySource","DummySourcePartition","DummySourcePartitionParser","DummyTypeSystem","F64","I64","String","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","from","from","from","from","get_hash","hash","init","init","init","init","into","into","into","into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","subset","subset","subset","subset","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Bigint","Binary","Bit","Char","ConnectorXError","Date","Datetime","Datetime2","Datetimeoffset","Decimal","Float24","Float53","FloatN","Floatn","GetNRowsFailed","Image","Int","IntN","Intn","Money","MsSQLError","MsSQLPoolError","MsSQLRuntimeError","MsSQLSource","MsSQLSourceError","MsSQLSourceParser","MsSQLSourcePartition","MsSQLTypeSystem","MsSQLUrlDecodeError","MsSQLUrlError","Nchar","Ntext","Numeric","Nvarchar","Other","SmallMoney","Smalldatetime","Smallint","Text","Time","Tinyint","Uniqueidentifier","Varbinary","Varchar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_sql","from_sql","init","init","init","init","init","init","init","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","mssql_config","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Blob","Char","ConnectorXError","Date","Datetime","Decimal","Double","Enum","Float","Int24","Json","Long","LongBlob","LongLong","MediumBlob","MySQLBinarySourceParser","MySQLError","MySQLPoolError","MySQLSource","MySQLSourceError","MySQLSourcePartition","MySQLTextSourceParser","MySQLTypeSystem","MySQLUrlError","Other","Short","TextProtocol","Time","Timestamp","Tiny","TinyBlob","UInt24","ULong","ULongLong","UShort","UTiny","VarChar","Year","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","new","new","new","new","nrows","nrows","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryDouble","BinaryFloat","Blob","Char","Clob","ConnectorXError","Date","Float","NChar","NVarChar","NumFloat","NumInt","OracleDialect","OracleError","OraclePoolError","OracleSource","OracleSourceError","OracleSourcePartition","OracleTextSourceParser","OracleTypeSystem","OracleUrlDecodeError","OracleUrlError","Other","Timestamp","TimestampTz","VarChar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","connect_oracle","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Bool","BoolArray","BpChar","ByteA","CSVError","CSVProtocol","Char","ConnectorXError","CursorProtocol","Date","Enum","Float4","Float4Array","Float8","Float8Array","HSTORE","HexError","IOError","Int2","Int2Array","Int4","Int4Array","Int8","Int8Array","JSON","JSONB","Name","Numeric","NumericArray","Other","PostgresBinarySourcePartitionParser","PostgresCSVSourceParser","PostgresError","PostgresPoolError","PostgresRawSourceParser","PostgresSimpleSourceParser","PostgresSource","PostgresSourceError","PostgresSourcePartition","PostgresTypePairs","PostgresTypeSystem","SimpleProtocol","Text","TextArray","Time","Timestamp","TimestampTz","TlsError","UUID","VarChar","VarcharArray","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","ncols","ncols","new","new","new","new","new","new","nrows","nrows","nrows","nrows","parser","parser","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","result_rows","result_rows","rewrite_tls_args","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Blob","Bool","ConnectorXError","Date","InferTypeFromNull","Int2","Int4","Int8","Other","Real","SQLiteError","SQLitePoolError","SQLiteSource","SQLiteSourceError","SQLiteSourcePartition","SQLiteSourcePartitionParser","SQLiteTypeSystem","SQLiteUrlDecodeError","Text","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BigQueryArrow2Transport","BigQueryArrow2TransportError","BigQueryArrowStreamTransport","BigQueryArrowStreamTransportError","BigQueryArrowTransport","BigQueryArrowTransportError","CSVArrowTransport","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","DummyArrow2Transport","DummyArrowTransport","MsSQLArrow2Transport","MsSQLArrow2TransportError","MsSQLArrowStreamTransport","MsSQLArrowStreamTransportError","MsSQLArrowTransport","MsSQLArrowTransportError","MySQLArrow2Transport","MySQLArrow2TransportError","MySQLArrowStreamTransport","MySQLArrowStreamTransportError","MySQLArrowTransport","MySQLArrowTransportError","OracleArrow2Transport","OracleArrow2TransportError","OracleArrowStreamTransport","OracleArrowStreamTransportError","OracleArrowTransport","OracleArrowTransportError","PostgresArrow2Transport","PostgresArrow2TransportError","PostgresArrowStreamTransport","PostgresArrowStreamTransportError","PostgresArrowTransport","PostgresArrowTransportError","SQLiteArrow2Transport","SQLiteArrow2TransportError","SQLiteArrowStreamTransport","SQLiteArrowStreamTransportError","SQLiteArrowTransport","SQLiteArrowTransportError","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","D","Error","S","TSD","TSS","Transport","TypeConversion","convert","convert_type","convert_typesystem","process","processor"],"q":[[0,"connectorx"],[17,"connectorx::arrow_batch_iter"],[46,"connectorx::constants"],[55,"connectorx::data_order"],[83,"connectorx::destinations"],[105,"connectorx::destinations::arrow"],[185,"connectorx::destinations::arrow2"],[263,"connectorx::destinations::arrow2::typesystem"],[314,"connectorx::destinations::arrow::typesystem"],[357,"connectorx::destinations::arrowstream"],[437,"connectorx::destinations::arrowstream::typesystem"],[480,"connectorx::errors"],[636,"connectorx::fed_dispatcher"],[637,"connectorx::fed_rewriter"],[681,"connectorx::get_arrow"],[683,"connectorx::get_arrow2"],[684,"connectorx::partition"],[704,"connectorx::prelude"],[802,"connectorx::source_router"],[859,"connectorx::sources"],[896,"connectorx::sources::bigquery"],[1068,"connectorx::sources::csv"],[1208,"connectorx::sources::dummy"],[1320,"connectorx::sources::mssql"],[1539,"connectorx::sources::mysql"],[1804,"connectorx::sources::oracle"],[1971,"connectorx::sources::postgres"],[2474,"connectorx::sources::sqlite"],[2624,"connectorx::transports"],[4835,"connectorx::typesystem"],[4847,"arrow_array::record_batch"],[4848,"alloc::string"],[4849,"fallible_iterator"],[4850,"core::iter::traits::iterator"],[4851,"core::option"],[4852,"core::result"],[4853,"frunk_core::hlist"],[4854,"frunk_core::coproduct"],[4855,"fallible_iterator"],[4856,"dyn_clone::sealed"],[4857,"core::fmt"],[4858,"core::fmt"],[4859,"core::marker"],[4860,"core::convert"],[4861,"arrow_schema::schema"],[4862,"alloc::sync"],[4863,"core::error"],[4864,"arrow_schema::error"],[4865,"anyhow"],[4866,"arrow2::array"],[4867,"alloc::boxed"],[4868,"arrow2::chunk"],[4869,"arrow2::datatypes::schema"],[4870,"arrow2::error"],[4871,"polars_error"],[4872,"polars_core::frame"],[4873,"core::cmp"],[4874,"core::hash"],[4875,"core::marker"],[4876,"j4rs::errors"],[4877,"std::io::error"],[4878,"serde_json::error"],[4879,"tokio_postgres::error"],[4880,"oracle::error"],[4881,"rusqlite::error"],[4882,"datafusion_common::error"],[4883,"url::parser"],[4884,"tiberius::error"],[4885,"mysql::error"],[4886,"sqlparser::parser"],[4887,"std::env"],[4888,"std::collections::hash::map"],[4889,"mysql::conn::stmt"],[4890,"alloc::borrow"],[4891,"mysql::conn::queryable"],[4892,"core::clone"],[4893,"core::fmt"],[4894,"mysql_common::proto"],[4895,"mysql::conn::query_result"],[4896,"mysql::conn"],[4897,"core::convert"],[4898,"url"],[4899,"alloc::string"],[4900,"core::num::dec2flt"],[4901,"gcp_bigquery_client::model::field_type"],[4902,"tokio::runtime::runtime"],[4903,"gcp_bigquery_client"],[4904,"chrono::naive::datetime"],[4905,"chrono::offset::utc"],[4906,"chrono::datetime"],[4907,"chrono::naive::time"],[4908,"chrono::naive::date"],[4909,"csv::error"],[4910,"regex::error"],[4911,"bb8_tiberius"],[4912,"alloc::string"],[4913,"tiberius::row"],[4914,"tiberius::tds::codec::column_data"],[4915,"tiberius::client::config"],[4916,"bb8_tiberius"],[4917,"uuid"],[4918,"r2d2"],[4919,"mysql::error"],[4920,"mysql_common::constants"],[4921,"r2d2"],[4922,"oracle::connection"],[4923,"oracle::sql_type::oracle_type"],[4924,"r2d2_oracle"],[4925,"tokio_postgres::socket"],[4926,"tokio_postgres::tls"],[4927,"core::marker"],[4928,"openssl::error"],[4929,"postgres_types"],[4930,"postgres::config"],[4931,"r2d2_postgres"],[4932,"postgres::binary_copy"],[4933,"postgres::copy_out_reader"],[4934,"csv::reader"],[4935,"postgres::row_iter"],[4936,"tokio_postgres"],[4937,"postgres_openssl"],[4938,"r2d2_sqlite"],[4939,"rusqlite::types"]],"d":["","","This module provides two data orders: row-wise and …","This module defines three traits Destination, …","","","","","","A macro to help define a Transport.","Associate physical representations to a typesystem.","","","","This module defines four traits Source, SourcePartition, …","This module contains transport definitions for the sources …","This module defines traits that required to define a …","The iterator that returns arrow in RecordBatch","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Convert an iterator of anything into FallibleIterator by …","","","","NOTE: not thread safe","","","","","","","","Convert an iterator of Results into FallibleIterator by …","","","","","","","","","","","","","","","","","","","","","","Given the supported data order from source and …","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","A type implemented Consume<T> means that it can consume a …","","A Destination is associated with a TypeSystem and a …","PartitionDestination writes values to its own region. …","","","","","","","Construct the Destination. This allocates the memory based …","Aquire n rows in final destination","Destination implementation for Arrow and Polars.","Destination implementation for Arrow2.","Destination implementation for Arrow and Polars.","","Final clean ups","Number of rows this PartitionDestination controls.","Specify whether the destination needs total rows in advance","Create a bunch of partition destinations, with each write …","Return the schema of the destination.","Write a value of type T to the location (row, col). If T …","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Errors that can be raised from this library.","","","","","","Contains the error value","Contains the error value","","","","","","","","","","","","","","","Contains the success value","Contains the success value","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","The required type does not same as the schema defined.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","A dispatcher takes a S: Source, a D: Destination, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Only fetch the metadata (header) of the destination.","","","Calls U::from(self).","Calls U::from(self).","","","","","Create a new dispatcher by providing a source, a …","","","","","Start the data loading process.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Supported data orders, ordering by preference.","","","","","","","","A type implemented Produce<T> means that it can produce a …","","In general, a DataSource abstracts the data source as a …","The type system this Source associated with.","","","Source implementation for Google BigQuery","Source implementation for CSV files.","A dummy source that generates different values based on an …","","Fetch next batch of rows from database, return (number of …","Source implementation for SQL Server.","Source implementation for MySQL database.","","Number of cols this DataSource got.","Number of rows this DataSource got. Sometimes it is not …","","Read a value T by calling Produce<T>::produce. Usually …","","","Source implementation for Postgres database, including the …","","Get total number of rows if available","Count total number of rows in each partition.","","","","","Source implementation for SQLite embedded database.","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","The parameter query is the path of the csv file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol - Binary based bulk load","","","","","","Protocol - CSV based bulk load","","","Protocol - use Cursor","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","Protocol - use Simple Query","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert CSV data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Dummy data types to Arrow2 data types.","Convert Dummy data types to Arrow data types.","Convert MsSQL data types to Arrow2 data types.","","Convert MsSQL data types to Arrow data types.","","Convert MsSQL data types to Arrow data types.","","Convert MySQL data types to Arrow2 data types.","","Convert MySQL data types to Arrow data types.","","Convert MySQL data types to Arrow data types.","","","","","","","","Convert Postgres data types to Arrow2 data types.","","Convert Postgres data types to Arrow data types.","","Convert Postgres data types to Arrow data types.","","Convert SQLite data types to Arrow2 data types.","","Convert SQLite data types to Arrow data types.","","Convert SQLite data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transport asks the source to produce a value, do type …","Defines a rule to convert a type T to a type U.","","convert_type convert the type T1 associated with the …","convert_typesystem convert the source type system TSS to …","process will ask source to produce a value with type T1, …",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,3,7,7,7,7,7,7,7,7,3,7,3,7,7,0,7,7,7,7,7,7,0,0,0,0,0,0,0,0,0,27,0,27,27,27,27,27,27,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,35,0,0,35,36,41,35,35,36,35,36,0,0,0,41,36,36,35,35,35,36,0,0,45,0,0,45,244,244,45,0,43,46,43,43,45,43,46,45,43,46,45,46,43,43,46,45,43,46,45,43,46,45,43,46,45,45,43,46,45,45,45,45,43,46,45,43,46,45,43,46,45,43,46,43,43,43,43,43,43,43,46,45,45,43,46,45,45,43,46,45,43,46,45,43,46,45,0,43,46,45,0,0,0,54,0,54,245,245,54,54,0,52,55,52,54,52,55,54,52,55,54,55,52,52,55,54,52,55,54,52,55,54,55,54,54,52,55,54,54,54,54,54,52,55,54,52,55,54,52,55,54,55,52,52,52,52,52,52,55,54,54,52,55,54,54,52,55,54,52,55,54,52,55,54,0,52,55,54,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,0,69,0,0,69,246,246,69,0,14,70,14,14,69,14,70,69,14,70,69,70,14,14,70,69,14,70,69,14,70,69,14,70,69,69,14,70,69,69,69,69,14,70,69,14,70,69,14,70,69,14,70,14,14,14,14,14,14,14,70,69,69,14,70,69,69,14,70,69,14,70,69,14,70,69,0,14,70,69,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,71,71,71,71,71,71,71,28,28,0,71,0,72,28,71,127,109,71,71,71,71,71,71,71,71,71,71,71,71,72,28,127,109,71,71,71,71,71,28,0,71,71,71,71,0,0,28,71,71,71,71,71,28,28,28,28,28,71,71,28,71,28,72,71,28,72,28,71,28,72,71,28,72,71,28,72,71,71,28,28,72,72,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,28,28,28,28,28,72,72,71,28,72,71,28,72,71,28,72,71,28,72,71,28,71,28,72,71,28,72,71,28,72,71,28,72,71,28,72,71,28,72,0,0,0,107,106,107,106,107,106,107,107,107,106,107,106,107,106,107,106,107,106,107,106,106,106,106,107,106,106,106,106,0,107,106,107,107,106,107,106,107,106,107,106,107,106,0,0,0,0,110,110,110,110,110,110,0,0,110,110,110,110,0,110,110,110,110,110,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,20,20,20,117,20,117,20,20,20,0,117,20,117,20,117,20,20,20,117,20,20,20,20,20,0,0,117,117,20,117,20,117,20,20,20,117,0,117,20,0,117,20,117,20,0,117,20,20,20,117,20,117,20,117,20,117,20,20,125,125,125,125,125,125,125,0,0,125,125,105,125,105,125,105,125,105,125,105,105,125,105,125,105,125,105,125,105,125,105,125,105,125,105,125,105,105,0,105,125,105,105,125,105,125,105,125,105,105,125,105,105,125,105,125,105,8,8,128,129,131,128,8,0,0,0,0,8,128,129,0,0,0,8,129,0,0,8,128,128,0,129,128,8,0,131,8,128,8,8,8,8,0,80,0,80,80,80,0,0,0,0,80,0,80,133,133,133,133,80,133,133,133,133,133,133,133,80,133,133,133,133,80,134,141,135,80,133,136,134,141,135,80,133,136,133,133,134,141,135,80,133,136,134,141,135,80,133,136,134,141,135,80,133,136,134,135,80,80,133,136,134,141,135,80,80,80,80,80,80,80,80,80,133,133,136,134,141,135,80,133,136,134,141,135,80,133,136,136,136,136,134,141,135,80,133,136,134,141,134,141,141,141,134,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,134,141,134,134,141,135,80,133,136,134,134,134,80,134,141,135,80,133,136,133,80,134,141,135,80,133,136,134,141,135,80,133,136,134,141,135,80,133,136,134,141,135,80,133,136,150,152,0,0,0,0,0,152,150,150,150,152,152,152,150,150,152,151,156,153,152,150,151,156,153,152,150,150,150,150,150,151,156,153,152,150,151,156,153,152,150,151,156,153,152,150,150,150,150,150,151,153,152,152,150,151,156,153,152,152,152,152,152,152,150,150,150,151,151,156,153,152,150,151,156,153,152,150,151,156,153,152,150,151,156,151,156,156,156,150,151,153,153,153,153,153,153,153,153,153,153,151,156,151,151,156,153,152,150,151,151,151,152,151,156,153,152,150,150,152,151,156,153,152,150,151,156,153,152,150,151,156,153,152,150,151,156,153,152,150,157,157,0,0,0,0,157,157,157,157,158,160,159,157,158,160,159,157,157,157,157,157,158,160,159,157,158,160,159,157,158,160,159,157,157,157,157,157,158,159,157,158,160,159,157,157,157,158,160,159,157,158,160,159,157,158,160,159,157,158,160,158,160,160,160,157,158,159,159,159,159,159,159,159,159,159,159,159,159,159,159,158,160,158,158,160,159,157,158,158,158,158,160,159,157,157,158,160,159,157,158,160,159,157,158,160,159,157,158,160,159,157,162,162,162,162,84,162,162,162,162,162,162,162,0,162,84,162,162,0,162,162,84,84,84,0,0,0,0,0,84,84,162,162,162,162,84,162,162,162,162,162,162,162,162,162,162,84,170,171,163,173,164,84,162,170,171,163,173,164,84,162,162,162,170,171,163,173,164,84,162,170,171,163,173,164,84,162,170,171,163,173,164,84,162,163,164,84,84,162,170,171,163,173,164,84,84,84,84,84,84,84,84,162,162,170,171,170,171,163,173,164,84,162,170,171,163,173,164,84,162,170,171,163,173,164,84,162,0,163,173,163,173,173,173,163,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,164,163,173,163,170,171,163,173,164,84,162,163,163,163,84,170,171,163,173,164,84,162,162,84,170,171,163,173,164,84,162,170,171,163,173,164,84,162,170,171,163,173,164,84,162,170,171,163,173,164,84,162,0,181,181,93,181,181,181,181,181,181,181,181,181,181,181,181,0,93,93,0,0,0,0,0,93,93,181,0,181,181,181,181,181,181,181,181,181,181,181,181,93,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,181,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,182,183,184,93,93,181,191,189,182,190,183,184,93,93,93,93,93,93,181,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,182,190,190,182,190,183,184,190,190,190,190,182,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,182,190,190,182,191,189,182,190,183,184,93,181,182,182,182,93,191,189,182,190,183,184,93,181,181,93,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,191,189,182,190,183,184,93,181,199,199,199,199,199,89,199,199,199,199,199,199,0,89,89,0,0,0,0,0,89,89,89,199,199,199,199,89,201,205,202,89,199,203,201,205,202,89,199,203,199,199,0,201,205,202,89,199,203,201,205,202,89,199,203,201,205,202,89,199,203,201,202,89,89,199,203,201,205,202,89,89,89,89,89,89,89,199,199,203,201,205,202,89,199,203,201,205,202,89,199,203,203,203,201,205,202,89,199,203,201,205,201,205,202,205,205,201,202,202,202,202,202,202,202,202,202,202,202,202,202,202,201,205,201,201,205,202,89,199,203,201,201,201,89,201,205,202,89,199,203,199,89,201,205,202,89,199,203,201,205,202,89,199,203,201,205,202,89,199,203,201,205,202,89,199,203,0,207,207,207,207,91,0,207,91,0,207,207,207,207,207,207,207,91,91,207,207,207,207,207,207,207,207,207,207,207,91,0,0,91,91,0,0,0,0,0,0,0,0,207,207,207,207,207,91,207,207,207,207,91,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,207,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,208,212,213,214,215,91,91,207,247,222,219,221,223,208,220,212,213,214,215,91,91,91,91,91,91,91,91,91,207,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,208,220,220,220,220,208,220,212,213,214,215,220,220,220,220,220,220,220,220,208,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,212,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,208,220,220,220,220,0,208,247,222,219,221,223,208,220,212,213,214,215,91,207,208,208,208,91,247,222,219,221,223,208,220,212,213,214,215,91,207,207,91,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,247,222,219,221,223,208,220,212,213,214,215,91,207,232,232,97,232,97,232,232,232,97,232,97,97,0,0,0,0,0,97,232,232,232,232,97,233,235,234,97,232,233,235,234,97,232,232,232,233,235,234,97,232,233,235,234,97,232,233,235,234,97,232,232,233,234,97,97,232,233,235,234,97,97,97,97,97,97,232,233,235,234,97,232,233,235,234,97,232,233,235,234,97,232,233,235,233,235,234,235,235,233,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,233,235,233,233,235,234,97,232,233,233,233,97,233,235,234,97,232,232,97,233,235,234,97,232,232,232,233,235,234,97,232,233,235,234,97,232,233,235,234,97,232,0,0,0,0,0,0,0,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,251,251,251,251,251,251,251,251,251,251,252,252,252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,253,253,253,253,253,253,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,259,260,260,260,260,260,260,260,260,260,260,260,260,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,262,262,262,262,262,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,268,248,249,250,251,252,253,254,255,256,257,257,258,258,259,259,260,261,262,263,263,263,263,263,263,263,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,267,268,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,92,92,101,101,238,238,90,90,98,98,239,239,74,74,81,81,240,240,76,76,73,73,241,241,83,83,79,79,242,242,78,78,94,94,243,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,92,92,92,101,101,101,101,238,238,238,238,90,90,90,90,98,98,98,98,239,239,239,239,74,74,74,74,81,81,81,81,240,240,240,240,76,76,76,76,73,73,73,73,241,241,241,241,83,83,83,83,79,79,79,79,242,242,242,242,78,78,78,78,94,94,94,94,243,243,243,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,257,258,258,259,259,260,261,262,263,263,263,263,263,263,263,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,267,268,248,249,250,251,252,253,254,255,256,257,257,258,258,259,259,260,261,262,263,263,263,263,263,263,263,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,267,268,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,92,101,238,90,98,239,74,81,240,76,73,241,83,79,242,78,94,243,15,15,15,15,15,0,0,269,15,15,15,15],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[3,[[2,[4,[6,[5]]]]]],[[[7,[-1,-2]]],[[2,[4,[6,[5]]]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[[],1],[-1,-2,[],[]],[-1,[[16,[-3]]],[],[],[[18,[],[[17,[-2]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,14,[19,[5]],[6,[[20,[5]]]]],[[21,[[7,[-1,-2]]]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[[[7,[-1,-2]]],[[19,[-3]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]],[]],[3,[[19,[4]]]],[[[7,[-1,-2]]],[[19,[4]]],8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[3,2],[[[7,[-1,-2]]],2,8,[[15,[],[[9,[]],[10,[11]],[12,[-1]],[13,[14]]]]]],[-1,[[2,[22]]],[]],[1,2],[-1,[[21,[23]]],[]],[-1,[[24,[-4]]],[],[],[],[[18,[],[[17,[[21,[-2,-3]]]]]]]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[27,27],[[-1,-2],2,[],[]],[[[6,[27]],[6,[27]]],[[21,[27,28]]]],[1,-1,[]],[1,-1,[]],[1,2],[[27,27],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[27,30],31],[-1,-1,[]],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[2,[22]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[[35,[],[[32,[-1]],[33,[-2]],[34,[-3]]]],1,[6,[-4]],[6,[-1]],27],[[21,[2,-3]]],0,[[36,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38],[[40,[39]]]],[[[36,[],[[32,[-1]],[34,[-2]]]],1],[[21,[1,-2]]],0,[[37,[28]],38]],0,0,0,[[[41,[],[[34,[-1]]]],-2],[[21,[2,-1]]],[[37,[28]],38],[]],[[[36,[],[[32,[-1]],[34,[-2]]]]],[[21,[2,-2]]],0,[[37,[28]],38]],[[[36,[],[[32,[-1]],[34,[-2]]]]],1,0,[[37,[28]],38]],[[[35,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],29,0,[[36,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38]],[[[35,[],[[32,[-1]],[33,[-2]],[34,[-3]]]],1],[[21,[[42,[-2]],-3]]],0,[[36,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38]],[[[35,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[6,[-1]]],0,[[36,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38]],[[[36,[],[[32,[-1]],[34,[-2]]]],-3],[[21,[2,-2]]],0,[[37,[28]],38],[[0,[-1]]]],0,0,0,0,0,0,0,0,0,0,[[43,1,[6,[-1]],[6,[44]],27],[[21,[2,45]]],[[40,[39]]]],[[46,1],[[21,[1,45]]]],[43,[[21,[[42,[4]],45]]]],[43,[[48,[47]]]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[46,-2],[[21,[2,45]]],[],[[0,[-1]],0]],[[],43],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[43,4],[46,[[21,[2,45]]]],[[45,30],31],[[45,30],31],[-1,-1,[]],[-1,-1,[]],[50,45],[-1,-1,[]],[51,45],[28,45],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[43,[[6,[5]]]],[46,1],[43,29],[[],43],[1,43],[[43,1],[[21,[[42,[-1]],45]]],[]],[43,[[21,[[19,[4]],45]]]],[43,[[6,[44]]]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[45,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[[52,1,[6,[-1]],[6,[53]],27],[[21,[2,54]]],[[40,[39]]]],[[55,1],[[21,[1,54]]]],[52,[[21,[[2,[[42,[[58,[[57,[56]]]]]],[48,[59]]]],54]]]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[55,-2],[[21,[2,54]]],[],[[0,[-1]],0]],[[],52],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[55,[[21,[2,54]]]],[[54,30],31],[[54,30],31],[-1,-1,[]],[-1,-1,[]],[60,54],[28,54],[51,54],[61,54],[-1,-1,[]],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[55,1],[52,29],[[],52],[[52,1],[[21,[[42,[-1]],54]]],[]],[52,[[21,[62,54]]]],[52,[[6,[53]]]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[54,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,53],[[-1,-2],2,[],[]],[[53,53],63],[[-1,-2],63,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[53,53],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[53,30],31],[-1,-1,[]],[[-1,-2],64,[65,66],67],[[53,-1],2,68],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[53,53],[[19,[63]]]],[-1,[[2,[22]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[44,44],[[-1,-2],2,[],[]],[[44,44],63],[[-1,-2],63,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[44,44],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[44,30],31],[-1,-1,[]],[[-1,-2],64,[65,66],67],[[44,-1],2,68],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[44,44],[[19,[63]]]],[-1,[[2,[22]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[14,1,[6,[-1]],[6,[11]],27],[[21,[2,69]]],[[40,[39]]]],[[70,1],[[21,[1,69]]]],[14,[[21,[[42,[4]],69]]]],[14,[[48,[47]]]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[70,-2],[[21,[2,69]]],[],[[0,[-1]],0]],[[],14],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[14,4],[70,[[21,[2,69]]]],[[69,30],31],[[69,30],31],[-1,-1,[]],[-1,-1,[]],[51,69],[28,69],[50,69],[-1,-1,[]],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,[[6,[5]]]],[70,1],[14,29],[[],14],[1,14],[[14,1],[[21,[[42,[-1]],69]]],[]],[14,[[21,[[19,[4]],69]]]],[14,[[6,[11]]]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[69,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,11],[[-1,-2],2,[],[]],[[11,11],63],[[-1,-2],63,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[[11,11],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[11,30],31],[-1,-1,[]],[[-1,-2],64,[65,66],67],[[11,-1],2,68],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[11,11],[[19,[63]]]],[-1,[[2,[22]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,49,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[19,[5]]],28],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[[71,30],31],[[71,30],31],[[28,30],31],[[28,30],31],[[72,30],31],[[72,30],31],[73,71],[74,71],[75,71],[76,71],[54,71],[77,71],[78,71],[45,71],[79,71],[80,71],[-1,-1,[]],[81,71],[82,71],[83,71],[84,71],[28,71],[85,71],[86,71],[87,71],[88,71],[51,71],[69,71],[89,71],[90,71],[91,71],[92,71],[93,71],[94,71],[95,71],[96,71],[97,71],[98,71],[99,71],[100,71],[101,71],[102,28],[82,28],[103,28],[51,28],[-1,-1,[]],[-1,-1,[]],[[[19,[5]]],72],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[71,[[19,[49]]]],[28,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[5,[104,[5,5]],[19,[39]]],[[21,[[42,[4]],71]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[105,29,39,39],106],[[[104,[5,[42,[5]]]],29],106],[[39,[104,[5,106]],[19,[39]]],[[21,[[42,[107]],71]]]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],0,[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[105,[19,[5]],[6,[[20,[5]]]]],[[21,[43,71]]]],[[105,[19,[5]],[6,[[20,[5]]]],1],[[57,[3]]]],[[105,[19,[5]],[6,[[20,[5]]]]],[[21,[52,71]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[105,39,39],[[109,[[2,[108,108]]]]]],[[105,39,39,108,108],[[21,[[20,[5]],71]]]],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[39,39,[19,[108]],[19,[108]],1],110],[[110,105],[[109,[[42,[20]]]]]],[-1,[[2,[22]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[[[20,[-1]]],39,[[40,[39]]]],[[-1,-2],[[21,[[112,[111]],100]]],[],113],[[[20,[-1]]],39,[[40,[39]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[20,[-1]]],[[20,[-1]]],114],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[[20,[-1]],30],31,115],[[[20,[-1]],30],31,116],[-1,-1,[]],[-1,-1,[]],[39,[[20,[5]]]],[20,20],[39,[[20,[5]]]],[5,20],0,0,[[[117,[-1,-2,-3]]],[[21,[2]]],8,35,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[20,[-1]],-3],[[20,[-2]]],[],[],[[119,[-1],[[118,[-2]]]]]],[-1,[[20,[5]]],[[40,[39]]]],[[-1,-2,[6,[-3]],[19,[5]]],[[117,[-1,-2,-4]]],8,35,[],[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],0,[[[117,[-1,-2,-3]]],[[21,[[2,[27,42,42,42,42]]]]],8,35,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[[20,[[21,[-1,-2]]]]],[[21,[[20,[-1]],-2]]],[],[]],0,[[[117,[-1,-2,-3]]],[[21,[2]]],8,35,[[15,[],[[9,[]],[10,[]],[12,[-1]],[13,[-2]]]]]],[[-1,-2],[[21,[[121,[120]],100]]],[],[[123,[122]]]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],0,[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[[124,[-3,-2]]],[],[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[125,125],[105,105],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[125,30],31],[[105,30],31],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,126,5],105],[[39,[19,[39]]],[[21,[105,28]]]],0,[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[105,39],2],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[39,[[127,[105]]]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],0,[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[21,[2,-3]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[129,[],[[32,[-1]],[34,[-2]]]]],[[21,[[2,[1,29]],-2]]],0,[[37,[28]],38,116]],0,0,[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[42,[5]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[128,[],[[32,[-1]],[130,[-2]],[34,[-3]]]]],1,0,[[129,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38,116]],[[[128,[],[[32,[-1]],[130,[-2]],[34,[-3]]]]],1,0,[[129,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38,116]],0,[[[129,[],[[32,[-1]],[34,[-2]]]]],[[21,[-3,-2]]],0,[[37,[28]],38,116],[[0,[-1]]]],[[[128,[],[[32,[-1]],[130,[-2]],[34,[-3]]]]],[[21,[-2,-3]]],0,[[129,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38,116]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[21,[[42,[-2]],-3]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],0,[[[131,[],[[34,[-1]]]]],[[21,[-2,-1]]],[[37,[28]],38],[]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[21,[[19,[1]],-3]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[128,[],[[32,[-1]],[130,[-2]],[34,[-3]]]]],[[21,[2,-3]]],0,[[129,[],[[32,[-1]],[34,[-3]]]]],[[37,[28]],38,116]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]]],[[42,[-1]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]],27],[[21,[2,-3]]],0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]],[19,[5]]],2,0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116]],[[[8,[],[[32,[-1]],[33,[-2]],[34,[-3]]]],[6,[[20,[-4]]]]],2,0,[[128,[],[[32,[-1]],[34,[-3]]]],38],[[37,[28]],38,116],132],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[133,133],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[134,[[21,[2,80]]]],[135,[[21,[[2,[1,29]],80]]]],[[80,30],31],[[80,30],31],[[133,30],31],[[136,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[75,80],[137,80],[138,80],[85,80],[96,80],[82,80],[-1,-1,[]],[51,80],[28,80],[139,133],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[136,140],29],[[136,140],29],[[136,140],29],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[134,[[42,[5]]]],[141,1],[[[48,[142]],39],[[21,[134,80]]]],[[[48,[142]],[48,[143]],5,[20,[5]],[6,[133]]],141],[141,1],[141,[[21,[-1,80]]],[]],[134,[[21,[[42,[-1]],80]]],[]],[135,[[21,[144,80]]]],[135,[[21,[[19,[108]],80]]]],[135,[[21,[[146,[145]],80]]]],[135,[[21,[[19,[147]],80]]]],[135,[[21,[[19,[148]],80]]]],[135,[[21,[[19,[144]],80]]]],[135,[[21,[108,80]]]],[135,[[21,[5,80]]]],[135,[[21,[[19,[[146,[145]]]],80]]]],[135,[[21,[29,80]]]],[135,[[21,[148,80]]]],[135,[[21,[149,80]]]],[135,[[21,[[19,[149]],80]]]],[135,[[21,[147,80]]]],[135,[[21,[[19,[5]],80]]]],[135,[[21,[[19,[29]],80]]]],[134,[[21,[[19,[1]],80]]]],[141,[[21,[2,80]]]],[134,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[134,27],[[21,[2,80]]]],[[134,[19,[5]]],2],[[134,[6,[[20,[-1]]]]],2,132],[80,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[150,150],[[-1,-2],2,[],[]],[[150,150],63],[[-1,-2],63,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[[150,150],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[151,[[21,[2,152]]]],[153,[[21,[[2,[1,29]],152]]]],[[152,30],31],[[152,30],31],[[150,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[28,152],[51,152],[154,152],[82,152],[-1,-1,[]],[155,152],[-1,-1,[]],[[-1,-2],64,[65,66],67],[[150,-1],2,68],[151,[[21,[[42,[150]],152]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[151,[[42,[5]]]],[156,1],[[[6,[150]]],151],[[[20,[5]]],[[21,[156,152]]]],[156,1],[156,[[21,[-1,152]]],[]],[[150,150],[[19,[63]]]],[151,[[21,[[42,[-1]],152]]],[]],[153,[[21,[[19,[108]],152]]]],[153,[[21,[[19,[149]],152]]]],[153,[[21,[108,152]]]],[153,[[21,[[19,[[146,[145]]]],152]]]],[153,[[21,[5,152]]]],[153,[[21,[[19,[29]],152]]]],[153,[[21,[[146,[145]],152]]]],[153,[[21,[[19,[5]],152]]]],[153,[[21,[149,152]]]],[153,[[21,[29,152]]]],[151,[[21,[[19,[1]],152]]]],[156,[[21,[2,152]]]],[151,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[151,27],[[21,[2,152]]]],[[151,[19,[5]]],2],[[151,[6,[[20,[-1]]]]],2,132],[152,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[157,157],[[-1,-2],2,[],[]],[[157,157],63],[[-1,-2],63,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[[157,157],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[158,[[127,[2]]]],[159,[[127,[[2,[1,29]]]]]],[[157,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],64,[65,66],67],[[157,-1],2,68],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[158,[[42,[5]]]],[160,1],[[[6,[-1]],[6,[157]]],158,[[40,[39]]]],[[[6,[157]],[20,[5]]],160],[160,1],[160,[[127,[-1]]],[]],[[157,157],[[19,[63]]]],[158,[[127,[[42,[-1]]]]],[]],[159,[[127,[[19,[29]]]]]],[159,[[127,[[19,[161]]]]]],[159,[[127,[[19,[108]]]]]],[159,[[127,[161]]]],[159,[[127,[[19,[[146,[145]]]]]]]],[159,[[127,[29]]]],[159,[[127,[[19,[64]]]]]],[159,[[127,[5]]]],[159,[[127,[[19,[5]]]]]],[159,[[127,[108]]]],[159,[[127,[64]]]],[159,[[127,[[19,[149]]]]]],[159,[[127,[149]]]],[159,[[127,[[146,[145]]]]]],[158,[[127,[[19,[1]]]]]],[160,[[127,[2]]]],[158,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[158,27],[[21,[2,28]]]],[[158,[19,[5]]],2],[[158,[6,[[20,[-1]]]]],2,132],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,162],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[163,[[21,[2,84]]]],[164,[[21,[[2,[1,29]],84]]]],[[84,30],31],[[84,30],31],[[162,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[96,84],[165,84],[99,84],[166,84],[[[167,[165]]],84],[28,84],[51,84],[168,162],[-1,-1,[]],[169,[[21,[[19,[170]],99]]]],[169,[[21,[[19,[171]],99]]]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[126,[[21,[172,84]]]],[163,[[42,[5]]]],[173,1],[[[48,[142]],39,1],[[21,[163,84]]]],[[[175,[174]],[48,[142]],[20,[5]],[6,[162]]],173],[173,1],[173,[[21,[-1,84]]],[]],[163,[[21,[[42,[-1]],84]]],[]],[164,[[21,[[19,[176]],84]]]],[164,[[21,[29,84]]]],[164,[[21,[[19,[144]],84]]]],[164,[[21,[[19,[177]],84]]]],[164,[[21,[178,84]]]],[164,[[21,[[19,[108]],84]]]],[164,[[21,[176,84]]]],[164,[[21,[[19,[179]],84]]]],[164,[[21,[[19,[147]],84]]]],[164,[[21,[39,84]]]],[164,[[21,[[19,[161]],84]]]],[164,[[21,[[19,[170]],84]]]],[164,[[21,[171,84]]]],[164,[[21,[[19,[[6,[180]]]],84]]]],[164,[[21,[179,84]]]],[164,[[21,[[146,[145]],84]]]],[164,[[21,[[19,[180]],84]]]],[164,[[21,[144,84]]]],[164,[[21,[170,84]]]],[164,[[21,[108,84]]]],[164,[[21,[[19,[171]],84]]]],[164,[[21,[[19,[[146,[145]]]],84]]]],[164,[[21,[[6,[180]],84]]]],[164,[[21,[[19,[29]],84]]]],[164,[[21,[148,84]]]],[164,[[21,[[19,[148]],84]]]],[164,[[21,[147,84]]]],[164,[[21,[177,84]]]],[164,[[21,[180,84]]]],[164,[[21,[[19,[178]],84]]]],[164,[[21,[149,84]]]],[164,[[21,[[19,[39]],84]]]],[164,[[21,[[19,[149]],84]]]],[164,[[21,[161,84]]]],[163,[[21,[[19,[1]],84]]]],[173,[[21,[2,84]]]],[163,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[163,27],[[21,[2,84]]]],[[163,[19,[5]]],2],[[163,[6,[[20,[-1]]]]],2,132],[84,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[181,181],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[[182,[-1]]],[[21,[2,93]]],38],[183,[[21,[[2,[1,29]],93]]]],[184,[[21,[[2,[1,29]],93]]]],[[93,30],31],[[93,30],31],[[181,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[28,93],[185,93],[51,93],[100,93],[186,93],[[[2,[187,188]]],181],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[182,[-1]]],[[42,[5]]],38],[[[190,[189]]],1],[[[190,[191]]],1],[[39,1],[[21,[[182,[-1]],93]]],[]],[[[193,[192]],[20,[5]],[6,[181]]],[[190,[-1]]],[]],[[[121,[194]],[6,[181]]],183],[[[121,[120]],[6,[181]]],184],[[[190,[191]]],1],[[[190,[189]]],1],[[[190,[189]]],[[21,[-1,93]]],[]],[[[190,[191]]],[[21,[-1,93]]],[]],[[[182,[-1]]],[[21,[[42,[-2]],93]]],38,[]],[183,[[21,[195,93]]]],[183,[[21,[[42,[180]],93]]]],[183,[[21,[[19,[178]],93]]]],[183,[[21,[149,93]]]],[183,[[21,[[19,[176]],93]]]],[183,[[21,[[19,[144]],93]]]],[183,[[21,[[19,[148]],93]]]],[183,[[21,[161,93]]]],[183,[[21,[[19,[147]],93]]]],[183,[[21,[147,93]]]],[183,[[21,[196,93]]]],[183,[[21,[[19,[108]],93]]]],[183,[[21,[[19,[196]],93]]]],[183,[[21,[177,93]]]],[183,[[21,[[19,[197]],93]]]],[183,[[21,[5,93]]]],[183,[[21,[148,93]]]],[183,[[21,[[19,[64]],93]]]],[183,[[21,[178,93]]]],[183,[[21,[[19,[195]],93]]]],[183,[[21,[[19,[[42,[180]]]],93]]]],[183,[[21,[197,93]]]],[183,[[21,[[19,[198]],93]]]],[183,[[21,[[19,[177]],93]]]],[183,[[21,[[19,[161]],93]]]],[183,[[21,[[19,[5]],93]]]],[183,[[21,[[19,[149]],93]]]],[183,[[21,[64,93]]]],[183,[[21,[180,93]]]],[183,[[21,[[19,[180]],93]]]],[183,[[21,[176,93]]]],[183,[[21,[198,93]]]],[183,[[21,[108,93]]]],[183,[[21,[144,93]]]],[184,[[21,[5,93]]]],[184,[[21,[[19,[180]],93]]]],[184,[[21,[[19,[5]],93]]]],[184,[[21,[147,93]]]],[184,[[21,[[19,[196]],93]]]],[184,[[21,[[42,[180]],93]]]],[184,[[21,[196,93]]]],[184,[[21,[108,93]]]],[184,[[21,[177,93]]]],[184,[[21,[[19,[149]],93]]]],[184,[[21,[195,93]]]],[184,[[21,[[19,[195]],93]]]],[184,[[21,[[19,[[42,[180]]]],93]]]],[184,[[21,[[19,[177]],93]]]],[184,[[21,[149,93]]]],[184,[[21,[[19,[198]],93]]]],[184,[[21,[144,93]]]],[184,[[21,[[19,[144]],93]]]],[184,[[21,[198,93]]]],[184,[[21,[[19,[178]],93]]]],[184,[[21,[[19,[197]],93]]]],[184,[[21,[178,93]]]],[184,[[21,[[19,[64]],93]]]],[184,[[21,[[19,[148]],93]]]],[184,[[21,[[19,[147]],93]]]],[184,[[21,[[19,[161]],93]]]],[184,[[21,[[19,[108]],93]]]],[184,[[21,[180,93]]]],[184,[[21,[176,93]]]],[184,[[21,[[19,[176]],93]]]],[184,[[21,[161,93]]]],[184,[[21,[197,93]]]],[184,[[21,[64,93]]]],[184,[[21,[148,93]]]],[[[182,[-1]]],[[21,[[19,[1]],93]]],38],[[[190,[189]]],[[21,[2,93]]]],[[[190,[191]]],[[21,[2,93]]]],[[[182,[-1]]],[[42,[-2]]],38,[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[[182,[-1]],27],[[21,[2,93]]],38],[[[182,[-1]],[19,[5]]],2,38],[[[182,[-1]],[6,[[20,[-2]]]]],2,38,132],[93,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,199],[[-1,-2],2,[],[]],[126,[[21,[200,89]]]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[201,[[21,[2,89]]]],[202,[[21,[[2,[1,29]],89]]]],[[89,30],31],[[89,30],31],[[199,30],31],[[203,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[166,89],[28,89],[51,89],[87,89],[96,89],[-1,-1,[]],[185,89],[204,199],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[203,140],29],[[203,140],29],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[201,[[42,[5]]]],[205,1],[[39,1],[[21,[201,89]]]],[[[193,[206]],[20,[5]],[6,[199]]],205],[[[193,[206]],39,[6,[199]]],[[21,[202,89]]]],[205,1],[205,[[21,[-1,89]]],[]],[201,[[21,[[42,[-1]],89]]],[]],[202,[[21,[[19,[149]],89]]]],[202,[[21,[[19,[144]],89]]]],[202,[[21,[149,89]]]],[202,[[21,[[19,[[146,[145]]]],89]]]],[202,[[21,[[19,[108]],89]]]],[202,[[21,[[19,[[42,[180]]]],89]]]],[202,[[21,[[19,[5]],89]]]],[202,[[21,[[146,[145]],89]]]],[202,[[21,[[42,[180]],89]]]],[202,[[21,[148,89]]]],[202,[[21,[5,89]]]],[202,[[21,[108,89]]]],[202,[[21,[144,89]]]],[202,[[21,[[19,[148]],89]]]],[201,[[21,[[19,[1]],89]]]],[205,[[21,[2,89]]]],[201,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[201,27],[[21,[2,89]]]],[[201,[19,[5]]],2],[[201,[6,[[20,[-1]]]]],2,132],[89,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[207,207],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[[208,[-1,-2]]],[[21,[2,91]]],38,[[210,[209]],114,211,38]],[212,[[21,[[2,[1,29]],91]]]],[213,[[21,[[2,[1,29]],91]]]],[214,[[21,[[2,[1,29]],91]]]],[215,[[21,[[2,[1,29]],91]]]],[[91,30],31],[[91,30],31],[[207,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[185,91],[216,91],[82,91],[86,91],[154,91],[51,91],[-1,-1,[]],[217,91],[28,91],[218,207],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[208,[-1,-2]]],[[42,[5]]],38,[[210,[209]],114,211,38]],[[[220,[219,-1]]],1,[[210,[209]],114,211,38]],[[[220,[221,-1]]],1,[[210,[209]],114,211,38]],[[[220,[222,-1]]],1,[[210,[209]],114,211,38]],[[[220,[223,-1]]],1,[[210,[209]],114,211,38]],[[224,-1,1],[[21,[[208,[-2,-1]],91]]],[[210,[209]],114,211,38],[]],[[[193,[[225,[-1]]]],[20,[5]],[6,[207]],[6,[218]]],[[220,[-2,-1]]],[[210,[209]],114,211,38],[]],[[226,[6,[207]]],212],[[[228,[227]],[6,[207]]],213],[[229,[6,[207]]],214],[[[42,[230]],[6,[207]]],215],[[[220,[221,-1]]],1,[[210,[209]],114,211,38]],[[[220,[219,-1]]],1,[[210,[209]],114,211,38]],[[[220,[223,-1]]],1,[[210,[209]],114,211,38]],[[[220,[222,-1]]],1,[[210,[209]],114,211,38]],[[[220,[223,-1]]],[[21,[-2,91]]],[[210,[209]],114,211,38],[]],[[[220,[222,-1]]],[[21,[-2,91]]],[[210,[209]],114,211,38],[]],[[[220,[221,-1]]],[[21,[-2,91]]],[[210,[209]],114,211,38],[]],[[[220,[219,-1]]],[[21,[-2,91]]],[[210,[209]],114,211,38],[]],[[[208,[-1,-2]]],[[21,[[42,[-3]],91]]],38,[[210,[209]],114,211,38],[]],[212,[[21,[[19,[[42,[29]]]],91]]]],[212,[[21,[147,91]]]],[212,[[21,[29,91]]]],[212,[[21,[[19,[[42,[177]]]],91]]]],[212,[[21,[[19,[39]],91]]]],[212,[[21,[198,91]]]],[212,[[21,[[42,[177]],91]]]],[212,[[21,[[19,[[42,[5]]]],91]]]],[212,[[21,[[42,[108]],91]]]],[212,[[21,[108,91]]]],[212,[[21,[[42,[5]],91]]]],[212,[[21,[179,91]]]],[212,[[21,[161,91]]]],[212,[[21,[[19,[144]],91]]]],[212,[[21,[[42,[180]],91]]]],[212,[[21,[[19,[161]],91]]]],[212,[[21,[[146,[145]],91]]]],[212,[[21,[148,91]]]],[212,[[21,[149,91]]]],[212,[[21,[[19,[179]],91]]]],[212,[[21,[177,91]]]],[212,[[21,[[19,[[42,[149]]]],91]]]],[212,[[21,[[42,[178]],91]]]],[212,[[21,[178,91]]]],[212,[[21,[196,91]]]],[212,[[21,[[19,[108]],91]]]],[212,[[21,[176,91]]]],[212,[[21,[[42,[149]],91]]]],[212,[[21,[[19,[198]],91]]]],[212,[[21,[144,91]]]],[212,[[21,[[42,[29]],91]]]],[212,[[21,[[19,[[42,[178]]]],91]]]],[212,[[21,[[19,[147]],91]]]],[212,[[21,[[19,[196]],91]]]],[212,[[21,[[104,[5,[19,[5]]]],91]]]],[212,[[21,[[19,[[146,[145]]]],91]]]],[212,[[21,[[19,[[104,[5,[19,[5]]]]]],91]]]],[212,[[21,[[19,[177]],91]]]],[212,[[21,[[19,[178]],91]]]],[212,[[21,[[19,[[42,[161]]]],91]]]],[212,[[21,[[19,[[42,[108]]]],91]]]],[212,[[21,[39,91]]]],[212,[[21,[[42,[176]],91]]]],[212,[[21,[[19,[148]],91]]]],[212,[[21,[[19,[149]],91]]]],[212,[[21,[[19,[[42,[176]]]],91]]]],[212,[[21,[[19,[176]],91]]]],[212,[[21,[[42,[161]],91]]]],[212,[[21,[[19,[[42,[180]]]],91]]]],[212,[[21,[[19,[29]],91]]]],[213,[[21,[147,91]]]],[213,[[21,[[19,[177]],91]]]],[213,[[21,[[19,[[42,[108]]]],91]]]],[213,[[21,[[19,[178]],91]]]],[213,[[21,[148,91]]]],[213,[[21,[[19,[[42,[161]]]],91]]]],[213,[[21,[[19,[29]],91]]]],[213,[[21,[[19,[148]],91]]]],[213,[[21,[[19,[161]],91]]]],[213,[[21,[39,91]]]],[213,[[21,[[19,[[42,[5]]]],91]]]],[213,[[21,[[19,[176]],91]]]],[213,[[21,[[104,[5,[19,[5]]]],91]]]],[213,[[21,[198,91]]]],[213,[[21,[[42,[149]],91]]]],[213,[[21,[[19,[[42,[149]]]],91]]]],[213,[[21,[[42,[198]],91]]]],[213,[[21,[[42,[178]],91]]]],[213,[[21,[161,91]]]],[213,[[21,[[19,[179]],91]]]],[213,[[21,[[19,[[42,[29]]]],91]]]],[213,[[21,[[42,[180]],91]]]],[213,[[21,[[42,[108]],91]]]],[213,[[21,[[146,[145]],91]]]],[213,[[21,[[19,[144]],91]]]],[213,[[21,[144,91]]]],[213,[[21,[[19,[[104,[5,[19,[5]]]]]],91]]]],[213,[[21,[177,91]]]],[213,[[21,[29,91]]]],[213,[[21,[[19,[147]],91]]]],[213,[[21,[[19,[108]],91]]]],[213,[[21,[[42,[5]],91]]]],[213,[[21,[[42,[161]],91]]]],[213,[[21,[196,91]]]],[213,[[21,[[19,[39]],91]]]],[213,[[21,[149,91]]]],[213,[[21,[108,91]]]],[213,[[21,[[19,[149]],91]]]],[213,[[21,[[19,[[42,[178]]]],91]]]],[213,[[21,[[19,[[42,[198]]]],91]]]],[213,[[21,[[19,[[42,[180]]]],91]]]],[213,[[21,[[42,[176]],91]]]],[213,[[21,[179,91]]]],[213,[[21,[176,91]]]],[213,[[21,[[19,[198]],91]]]],[213,[[21,[[19,[[146,[145]]]],91]]]],[213,[[21,[[19,[[42,[177]]]],91]]]],[213,[[21,[[19,[196]],91]]]],[213,[[21,[178,91]]]],[213,[[21,[[19,[[42,[176]]]],91]]]],[213,[[21,[[42,[177]],91]]]],[213,[[21,[[42,[29]],91]]]],[214,[[21,[[19,[[42,[108]]]],91]]]],[214,[[21,[[19,[39]],91]]]],[214,[[21,[149,91]]]],[214,[[21,[[19,[[42,[180]]]],91]]]],[214,[[21,[176,91]]]],[214,[[21,[[19,[178]],91]]]],[214,[[21,[[42,[5]],91]]]],[214,[[21,[[19,[[146,[145]]]],91]]]],[214,[[21,[[19,[148]],91]]]],[214,[[21,[[19,[144]],91]]]],[214,[[21,[178,91]]]],[214,[[21,[179,91]]]],[214,[[21,[147,91]]]],[214,[[21,[[42,[177]],91]]]],[214,[[21,[[19,[149]],91]]]],[214,[[21,[161,91]]]],[214,[[21,[177,91]]]],[214,[[21,[[42,[161]],91]]]],[214,[[21,[148,91]]]],[214,[[21,[[42,[29]],91]]]],[214,[[21,[[19,[[42,[161]]]],91]]]],[214,[[21,[[42,[178]],91]]]],[214,[[21,[[19,[[42,[177]]]],91]]]],[214,[[21,[[42,[176]],91]]]],[214,[[21,[[104,[5,[19,[5]]]],91]]]],[214,[[21,[[19,[[42,[29]]]],91]]]],[214,[[21,[144,91]]]],[214,[[21,[198,91]]]],[214,[[21,[[19,[179]],91]]]],[214,[[21,[[19,[[42,[176]]]],91]]]],[214,[[21,[29,91]]]],[214,[[21,[[42,[149]],91]]]],[214,[[21,[108,91]]]],[214,[[21,[[19,[[42,[178]]]],91]]]],[214,[[21,[39,91]]]],[214,[[21,[[19,[198]],91]]]],[214,[[21,[[146,[145]],91]]]],[214,[[21,[[19,[147]],91]]]],[214,[[21,[[19,[[104,[5,[19,[5]]]]]],91]]]],[214,[[21,[[19,[196]],91]]]],[214,[[21,[[19,[29]],91]]]],[214,[[21,[[19,[176]],91]]]],[214,[[21,[[42,[108]],91]]]],[214,[[21,[[42,[180]],91]]]],[214,[[21,[[19,[[42,[149]]]],91]]]],[214,[[21,[[19,[161]],91]]]],[214,[[21,[[19,[[42,[5]]]],91]]]],[214,[[21,[[19,[177]],91]]]],[214,[[21,[[19,[108]],91]]]],[214,[[21,[196,91]]]],[215,[[21,[[19,[176]],91]]]],[215,[[21,[[19,[196]],91]]]],[215,[[21,[39,91]]]],[215,[[21,[[19,[[42,[149]]]],91]]]],[215,[[21,[29,91]]]],[215,[[21,[[42,[108]],91]]]],[215,[[21,[[19,[108]],91]]]],[215,[[21,[[19,[[42,[5]]]],91]]]],[215,[[21,[[19,[[42,[178]]]],91]]]],[215,[[21,[[42,[176]],91]]]],[215,[[21,[161,91]]]],[215,[[21,[179,91]]]],[215,[[21,[[19,[177]],91]]]],[215,[[21,[[19,[149]],91]]]],[215,[[21,[[19,[148]],91]]]],[215,[[21,[[42,[177]],91]]]],[215,[[21,[[19,[179]],91]]]],[215,[[21,[198,91]]]],[215,[[21,[[42,[180]],91]]]],[215,[[21,[[104,[5,[19,[5]]]],91]]]],[215,[[21,[[42,[5]],91]]]],[215,[[21,[149,91]]]],[215,[[21,[[19,[[42,[180]]]],91]]]],[215,[[21,[[19,[178]],91]]]],[215,[[21,[[42,[149]],91]]]],[215,[[21,[196,91]]]],[215,[[21,[176,91]]]],[215,[[21,[[19,[[42,[29]]]],91]]]],[215,[[21,[[19,[147]],91]]]],[215,[[21,[178,91]]]],[215,[[21,[[146,[145]],91]]]],[215,[[21,[147,91]]]],[215,[[21,[[42,[29]],91]]]],[215,[[21,[[19,[[42,[161]]]],91]]]],[215,[[21,[[19,[39]],91]]]],[215,[[21,[[19,[198]],91]]]],[215,[[21,[[42,[178]],91]]]],[215,[[21,[177,91]]]],[215,[[21,[[19,[144]],91]]]],[215,[[21,[[19,[[42,[108]]]],91]]]],[215,[[21,[[19,[[42,[176]]]],91]]]],[215,[[21,[[19,[29]],91]]]],[215,[[21,[108,91]]]],[215,[[21,[[19,[[146,[145]]]],91]]]],[215,[[21,[[42,[161]],91]]]],[215,[[21,[[19,[[104,[5,[19,[5]]]]]],91]]]],[215,[[21,[148,91]]]],[215,[[21,[144,91]]]],[215,[[21,[[19,[161]],91]]]],[215,[[21,[[19,[[42,[177]]]],91]]]],[[[208,[-1,-2]]],[[21,[[19,[1]],91]]],38,[[210,[209]],114,211,38]],[[[220,[223,-1]]],[[21,[2,91]]],[[210,[209]],114,211,38]],[[[220,[222,-1]]],[[21,[2,91]]],[[210,[209]],114,211,38]],[[[220,[221,-1]]],[[21,[2,91]]],[[210,[209]],114,211,38]],[[[220,[219,-1]]],[[21,[2,91]]],[[210,[209]],114,211,38]],[126,[[21,[[2,[224,[19,[231]]]],91]]]],[[[208,[-1,-2]]],[[42,[-3]]],38,[[210,[209]],114,211,38],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[[208,[-1,-2]],27],[[21,[2,91]]],38,[[210,[209]],114,211,38]],[[[208,[-1,-2]],[19,[5]]],2,38,[[210,[209]],114,211,38]],[[[208,[-1,-2]],[6,[[20,[-3]]]]],2,38,[[210,[209]],114,211,38],132],[91,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,26],2,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[232,232],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[[232,232],29],[233,[[21,[2,97]]]],[234,[[21,[[2,[1,29]],97]]]],[[97,30],31],[[97,30],31],[[232,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[28,97],[-1,-1,[]],[51,97],[88,97],[185,97],[166,97],[-1,-1,[]],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[233,[[42,[5]]]],[235,1],[[39,1],[[21,[233,97]]]],[[[193,[236]],[20,[5]],[6,[232]]],235],[[[193,[236]],39,[6,[232]]],[[21,[234,97]]]],[235,1],[235,[[21,[-1,97]]],[]],[233,[[21,[[42,[-1]],97]]],[]],[234,[[21,[149,97]]]],[234,[[21,[[19,[144]],97]]]],[234,[[21,[[19,[[42,[180]]]],97]]]],[234,[[21,[147,97]]]],[234,[[21,[[19,[178]],97]]]],[234,[[21,[144,97]]]],[234,[[21,[[19,[148]],97]]]],[234,[[21,[[19,[161]],97]]]],[234,[[21,[[19,[[57,[39]]]],97]]]],[234,[[21,[[57,[39]],97]]]],[234,[[21,[[19,[147]],97]]]],[234,[[21,[[42,[180]],97]]]],[234,[[21,[148,97]]]],[234,[[21,[161,97]]]],[234,[[21,[29,97]]]],[234,[[21,[[19,[29]],97]]]],[234,[[21,[108,97]]]],[234,[[21,[[19,[108]],97]]]],[234,[[21,[178,97]]]],[234,[[21,[[19,[149]],97]]]],[233,[[21,[[19,[1]],97]]]],[235,[[21,[2,97]]]],[233,[[42,[-1]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[[233,27],[[21,[2,97]]]],[[233,[19,[5]]],2],[[233,[6,[[20,[-1]]]]],2,132],[97,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[237,[[21,[232,97]]]],[[[2,[[19,[39]],237]]],[[21,[232,97]]]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[19,[147]]],[[19,[147]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[144]]],[[19,[144]]]],[108,108],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[29,29],[147,147],[148,148],[[[146,[145]]],[[146,[145]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[5]]],[[19,[5]]]],[5,5],[149,149],[[[19,[108]]],[[19,[108]]]],[144,144],[[[19,[5]]],[[19,[5]]]],[[[19,[148]]],[[19,[148]]]],[148,148],[[[19,[29]]],[[19,[29]]]],[[[19,[108]]],[[19,[108]]]],[5,5],[149,149],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[108,108],[[[19,[149]]],[[19,[149]]]],[[[19,[144]]],[[19,[144]]]],[29,29],[[[146,[145]]],[[146,[145]]]],[144,144],[[[19,[147]]],[[19,[147]]]],[147,147],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[148]]],[[19,[148]]]],[108,108],[[[19,[147]]],[[19,[147]]]],[144,144],[[[19,[108]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[148,148],[29,29],[5,5],[147,147],[149,149],[[[19,[149]]],[[19,[149]]]],[[[19,[5]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[149,149],[29,29],[[[19,[5]]],[[19,[5]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[149]]],[[19,[149]]]],[5,5],[[[19,[29]]],[[19,[29]]]],[108,108],[[[19,[29]]],[[19,[29]]]],[29,29],[[[19,[5]]],[[19,[5]]]],[144,[[146,[145]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[[[146,[145]]],144],[5,5],[108,108],[149,149],[[[19,[[146,[145]]]]],[[19,[144]]]],[148,[[146,[145]]]],[[[19,[29]]],[[19,[29]]]],[29,29],[[[19,[149]]],[[19,[149]]]],[148,[[146,[145]]]],[[[146,[145]]],144],[149,149],[108,108],[[[19,[5]]],[[19,[5]]]],[5,5],[[[19,[[146,[145]]]]],[[19,[144]]]],[[[19,[108]]],[[19,[108]]]],[144,[[146,[145]]]],[29,29],[[[19,[161]]],[[19,[108]]]],[161,108],[170,108],[148,148],[[[19,[180]]],[[19,[108]]]],[[[19,[171]]],[[19,[149]]]],[[[19,[170]]],[[19,[108]]]],[176,149],[144,144],[177,177],[108,108],[[[19,[148]]],[[19,[148]]]],[179,5],[178,108],[[[146,[145]]],[[146,[145]]]],[[[6,[180]]],[[42,[180]]]],[171,149],[[[19,[144]]],[[19,[144]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[[6,[180]]]]],[[19,[[42,[180]]]]]],[149,149],[[[19,[147]]],[[19,[147]]]],[[[19,[178]]],[[19,[108]]]],[147,147],[[[19,[149]]],[[19,[149]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[177]]],[[19,[177]]]],[[[19,[108]]],[[19,[108]]]],[39,5],[180,108],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[29]]],[[19,[29]]]],[147,147],[[[19,[179]]],[[19,[5]]]],[170,108],[[[19,[108]]],[[19,[108]]]],[[[19,[161]]],[[19,[161]]]],[178,161],[148,148],[[[146,[145]]],[[146,[145]]]],[180,161],[[[19,[29]]],[[19,[29]]]],[29,29],[144,144],[[[19,[178]]],[[19,[161]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[180]]],[[19,[161]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[176]]],[[19,[149]]]],[176,149],[149,149],[108,108],[[[19,[170]]],[[19,[108]]]],[179,5],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[161,161],[39,5],[[[19,[39]]],[[19,[5]]]],[[[19,[171]]],[[19,[149]]]],[[[19,[[6,[180]]]]],[[19,[[42,[180]]]]]],[177,177],[171,149],[[[19,[177]]],[[19,[177]]]],[[[6,[180]]],[[42,[180]]]],[[[19,[144]]],[[19,[144]]]],[161,108],[148,148],[[[19,[[6,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[180]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[177]]],[[19,[177]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[161]]],[[19,[108]]]],[179,5],[177,177],[149,149],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[170]]],[[19,[108]]]],[180,108],[[[19,[179]]],[[19,[5]]]],[[[19,[144]]],[[19,[144]]]],[108,108],[144,144],[[[19,[171]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[39,5],[[[19,[176]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[171,149],[[[19,[147]]],[[19,[147]]]],[[[6,[180]]],[[42,[180]]]],[176,149],[29,29],[[[19,[39]]],[[19,[5]]]],[[[19,[148]]],[[19,[148]]]],[147,147],[178,108],[[[19,[178]]],[[19,[108]]]],[170,108],[[[19,[198]]],[[19,[29]]]],[178,108],[[[19,[147]]],[[19,[147]]]],[5,5],[197,108],[[[19,[177]]],[[19,[149]]]],[144,144],[[[19,[197]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[64,149],[148,148],[[[19,[198]]],[[19,[29]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[198,29],[[[19,[195]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[5,5],[[[19,[149]]],[[19,[149]]]],[[[19,[180]]],[[19,[108]]]],[197,108],[[[42,[180]]],[[42,[180]]]],[196,5],[[[19,[196]]],[[19,[5]]]],[195,108],[161,108],[[[19,[197]]],[[19,[108]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[180]]],[[19,[108]]]],[178,108],[[[19,[178]]],[[19,[108]]]],[[[19,[64]]],[[19,[149]]]],[176,149],[[[19,[195]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[42,[180]]],[[42,[180]]]],[177,149],[180,108],[[[19,[147]]],[[19,[147]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[5]]],[[19,[5]]]],[149,149],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[108,108],[195,108],[[[19,[64]]],[[19,[149]]]],[147,147],[[[19,[177]]],[[19,[149]]]],[108,108],[64,149],[[[19,[176]]],[[19,[149]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[144]]],[[19,[144]]]],[177,149],[[[19,[144]]],[[19,[144]]]],[161,108],[144,144],[149,149],[147,147],[[[19,[161]]],[[19,[108]]]],[148,148],[[[19,[5]]],[[19,[5]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[178]]],[[19,[108]]]],[180,108],[149,149],[197,108],[[[19,[5]]],[[19,[5]]]],[[[19,[195]]],[[19,[108]]]],[144,144],[[[19,[196]]],[[19,[5]]]],[[[42,[180]]],[[42,[180]]]],[147,147],[177,149],[[[19,[161]]],[[19,[108]]]],[161,108],[177,149],[178,108],[[[19,[198]]],[[19,[108]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[197,108],[[[19,[177]]],[[19,[149]]]],[[[19,[64]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[149,149],[176,149],[[[19,[180]]],[[19,[108]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[197]]],[[19,[108]]]],[[[19,[197]]],[[19,[108]]]],[[[19,[177]]],[[19,[149]]]],[198,108],[[[19,[5]]],[[19,[5]]]],[195,108],[[[19,[149]]],[[19,[149]]]],[[[19,[64]]],[[19,[149]]]],[5,5],[[[19,[148]]],[[19,[148]]]],[148,148],[[[19,[178]]],[[19,[108]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[161]]],[[19,[108]]]],[196,5],[[[42,[180]]],[[42,[180]]]],[180,108],[[[19,[147]]],[[19,[147]]]],[[[19,[108]]],[[19,[108]]]],[108,108],[[[19,[144]]],[[19,[144]]]],[[[19,[198]]],[[19,[108]]]],[5,5],[[[19,[144]]],[[19,[144]]]],[147,147],[[[19,[195]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[161,108],[[[19,[180]]],[[19,[108]]]],[[[19,[148]]],[[19,[148]]]],[178,108],[148,148],[64,149],[[[19,[178]]],[[19,[108]]]],[64,149],[180,108],[108,108],[195,108],[198,108],[[[19,[147]]],[[19,[147]]]],[144,144],[[[19,[180]]],[[19,[108]]]],[177,149],[[[19,[64]]],[[19,[149]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[64,149],[195,108],[[[19,[197]]],[[19,[108]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[5,5],[[[19,[5]]],[[19,[5]]]],[[[19,[195]]],[[19,[108]]]],[64,149],[[[19,[178]]],[[19,[108]]]],[176,149],[197,108],[144,144],[[[42,[180]]],[[42,[180]]]],[196,5],[[[19,[147]]],[[19,[147]]]],[108,108],[148,148],[[[19,[197]]],[[19,[108]]]],[[[19,[196]]],[[19,[5]]]],[197,108],[147,147],[177,149],[195,108],[[[19,[177]]],[[19,[149]]]],[[[19,[147]]],[[19,[147]]]],[178,108],[[[19,[178]]],[[19,[108]]]],[5,5],[[[19,[196]]],[[19,[5]]]],[108,108],[[[19,[176]]],[[19,[149]]]],[[[19,[198]]],[[19,[29]]]],[148,148],[147,147],[[[19,[149]]],[[19,[149]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[64]]],[[19,[149]]]],[161,108],[[[19,[108]]],[[19,[108]]]],[178,108],[[[19,[195]]],[[19,[108]]]],[180,108],[[[19,[5]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[[[42,[180]]],[[42,[180]]]],[180,108],[198,29],[149,149],[149,149],[[[19,[198]]],[[19,[29]]]],[144,144],[[[19,[180]]],[[19,[108]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[148]]],[[19,[148]]]],[161,108],[[[19,[161]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[149,149],[[[146,[145]]],[[146,[145]]]],[108,108],[[[19,[5]]],[[19,[5]]]],[[[19,[144]]],[[19,[144]]]],[5,5],[[[19,[149]]],[[19,[149]]]],[144,144],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[144]]],[[19,[144]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[5,5],[144,144],[[[19,[149]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[5]]],[[19,[5]]]],[[[42,[180]]],[[42,[180]]]],[108,108],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[149,149],[[[19,[5]]],[[19,[5]]]],[149,149],[[[19,[108]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[144]]],[[19,[144]]]],[5,5],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[108,108],[[[42,[180]]],[[42,[180]]]],[144,144],[[[146,[145]]],[[146,[145]]]],[147,147],[[[19,[147]]],[[19,[147]]]],[[[19,[161]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[148,148],[[[19,[148]]],[[19,[148]]]],[39,5],[108,108],[148,148],[177,149],[[[146,[145]]],[[146,[145]]]],[149,149],[148,148],[[[19,[147]]],[[19,[147]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[149,149],[[[19,[148]]],[[19,[148]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[196]]],[[19,[5]]]],[178,108],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[144,144],[[[19,[148]]],[[19,[148]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[29]]],[[19,[29]]]],[147,147],[108,108],[149,149],[[[19,[196]]],[[19,[5]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[176]]],[[19,[149]]]],[[[42,[180]]],[[42,[180]]]],[144,144],[[[19,[29]]],[[19,[29]]]],[[[19,[196]]],[[19,[5]]]],[149,149],[[[19,[177]]],[[19,[149]]]],[148,148],[[[19,[196]]],[[19,[5]]]],[147,147],[29,29],[108,108],[[[19,[177]]],[[19,[149]]]],[[[19,[178]]],[[19,[108]]]],[178,108],[[[42,[180]]],[[42,[180]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[144]]],[[19,[144]]]],[147,147],[177,149],[178,108],[144,144],[[[19,[179]]],[[19,[5]]]],[177,149],[147,147],[178,108],[[[19,[147]]],[[19,[147]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[108]]],[[19,[108]]]],[29,29],[177,149],[144,144],[[[19,[148]]],[[19,[148]]]],[108,108],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[176,149],[[[19,[144]]],[[19,[144]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[161]]],[[19,[108]]]],[144,144],[[[146,[145]]],[[146,[145]]]],[179,5],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[29,29],[147,147],[[[19,[39]]],[[19,[5]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[39,5],[[[19,[148]]],[[19,[148]]]],[29,29],[[[19,[161]]],[[19,[108]]]],[178,108],[144,144],[[[19,[178]]],[[19,[108]]]],[149,149],[[[19,[149]]],[[19,[149]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[176]]],[[19,[149]]]],[[[146,[145]]],[[146,[145]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[176]]],[[19,[149]]]],[39,5],[[[19,[179]]],[[19,[5]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[39]]],[[19,[5]]]],[108,108],[[[146,[145]]],[[146,[145]]]],[39,5],[[[19,[29]]],[[19,[29]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[149]]],[[19,[149]]]],[29,29],[144,144],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[147]]],[[19,[147]]]],[39,5],[108,108],[[[42,[180]]],[[42,[180]]]],[39,5],[108,108],[[[42,[180]]],[[42,[180]]]],[148,148],[[[19,[144]]],[[19,[144]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[161]]],[[19,[108]]]],[161,108],[161,108],[[[19,[149]]],[[19,[149]]]],[108,108],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[144]]],[[19,[144]]]],[196,5],[[[19,[179]]],[[19,[5]]]],[177,149],[161,108],[148,148],[[[19,[108]]],[[19,[108]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[29]]],[[19,[29]]]],[144,144],[[[19,[144]]],[[19,[144]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[39]]],[[19,[5]]]],[148,148],[[[19,[144]]],[[19,[144]]]],[[[42,[180]]],[[42,[180]]]],[29,29],[[[19,[178]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[29,29],[[[19,[39]]],[[19,[5]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[178,108],[[[19,[196]]],[[19,[5]]]],[39,5],[[[42,[180]]],[[42,[180]]]],[[[19,[179]]],[[19,[5]]]],[178,108],[[[19,[108]]],[[19,[108]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[177]]],[[19,[149]]]],[177,149],[[[19,[179]]],[[19,[5]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[177]]],[[19,[149]]]],[[[146,[145]]],[[146,[145]]]],[149,149],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[149,149],[149,149],[[[19,[176]]],[[19,[149]]]],[161,108],[[[19,[179]]],[[19,[5]]]],[161,108],[148,148],[[[19,[148]]],[[19,[148]]]],[[[19,[176]]],[[19,[149]]]],[161,108],[[[19,[147]]],[[19,[147]]]],[178,108],[[[19,[39]]],[[19,[5]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[147,147],[29,29],[[[42,[180]]],[[42,[180]]]],[39,5],[[[19,[196]]],[[19,[5]]]],[147,147],[[[19,[176]]],[[19,[149]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[177,149],[[[19,[161]]],[[19,[108]]]],[[[19,[177]]],[[19,[149]]]],[161,108],[[[19,[144]]],[[19,[144]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[177,149],[161,108],[[[19,[108]]],[[19,[108]]]],[29,29],[[[42,[178]]],[[42,[108]]]],[148,148],[[[19,[147]]],[[19,[147]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[42,[161]]],[[42,[108]]]],[[[19,[108]]],[[19,[108]]]],[178,161],[[[42,[180]]],[[42,[180]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[196]]],[[19,[5]]]],[149,149],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[108,108],[148,148],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[39,5],[[[19,[149]]],[[19,[149]]]],[29,29],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[161,161],[161,161],[148,148],[[[19,[179]]],[[19,[5]]]],[[[19,[178]]],[[19,[161]]]],[149,149],[39,5],[[[42,[29]]],[[42,[29]]]],[149,149],[[[42,[5]]],[[42,[5]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[29]]],[[19,[29]]]],[[[42,[108]]],[[42,[108]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[177]]],[[19,[177]]]],[178,161],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[178]]],[[19,[161]]]],[[[19,[144]]],[[19,[144]]]],[[[146,[145]]],[[146,[145]]]],[149,149],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[19,[39]]],[[19,[5]]]],[144,144],[29,29],[161,161],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[144,144],[147,147],[29,29],[[[42,[178]]],[[42,[108]]]],[[[146,[145]]],[[146,[145]]]],[[[42,[149]]],[[42,[149]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[144]]],[[19,[144]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[161]]],[[19,[161]]]],[[[19,[39]]],[[19,[5]]]],[149,149],[[[42,[161]]],[[42,[108]]]],[[[19,[148]]],[[19,[148]]]],[144,144],[[[42,[177]]],[[42,[149]]]],[177,177],[147,147],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[[[42,[5]]],[[42,[5]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[178]]],[[19,[161]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[42,[29]]],[[42,[29]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[39]]],[[19,[5]]]],[[[42,[108]]],[[42,[108]]]],[[[42,[149]]],[[42,[149]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[147,147],[178,161],[[[19,[196]]],[[19,[5]]]],[[[19,[149]]],[[19,[149]]]],[[[42,[177]]],[[42,[149]]]],[176,149],[29,29],[[[42,[178]]],[[42,[108]]]],[144,144],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[161,161],[177,177],[147,147],[[[19,[148]]],[[19,[148]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[148]]],[[19,[148]]]],[148,148],[[[42,[161]]],[[42,[108]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[39,5],[39,5],[[[19,[177]]],[[19,[177]]]],[108,108],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[42,[178]]],[[42,[108]]]],[[[19,[178]]],[[19,[161]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[[[42,[5]]],[[42,[5]]]],[[[42,[161]]],[[42,[108]]]],[148,148],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[179]]],[[19,[5]]]],[[[42,[149]]],[[42,[149]]]],[29,29],[[[42,[29]]],[[42,[29]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[144]]],[[19,[144]]]],[[[42,[176]]],[[42,[149]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[42,[29]]],[[42,[29]]]],[[[19,[179]]],[[19,[5]]]],[149,149],[[[146,[145]]],[[146,[145]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[178]]],[[19,[161]]]],[[[42,[161]]],[[42,[108]]]],[[[19,[161]]],[[19,[161]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[19,[177]]],[[19,[177]]]],[144,144],[[[19,[39]]],[[19,[5]]]],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[19,[161]]],[[19,[161]]]],[177,177],[[[42,[108]]],[[42,[108]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[19,[149]]],[[19,[149]]]],[108,108],[[[19,[29]]],[[19,[29]]]],[108,108],[149,149],[[[146,[145]]],[[146,[145]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[39]]],[[19,[5]]]],[39,5],[[[19,[144]]],[[19,[144]]]],[[[42,[161]]],[[42,[108]]]],[[[42,[5]]],[[42,[5]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[144,144],[[[42,[29]]],[[42,[29]]]],[[[19,[144]]],[[19,[144]]]],[[[42,[149]]],[[42,[149]]]],[[[19,[176]]],[[19,[149]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[147,147],[[[19,[29]]],[[19,[29]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[[[19,[178]]],[[19,[161]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[42,[178]]],[[42,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[177]]],[[19,[177]]]],[[[42,[177]]],[[42,[149]]]],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[19,[161]]],[[19,[161]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[42,[149]]],[[42,[149]]]],[[[146,[145]]],[[146,[145]]]],[[[42,[177]]],[[42,[149]]]],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[161,161],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[149,149],[[[19,[161]]],[[19,[161]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[42,[108]]],[[42,[108]]]],[[[19,[177]]],[[19,[177]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[149]]],[[19,[149]]]],[[[42,[5]]],[[42,[5]]]],[177,177],[[[19,[108]]],[[19,[108]]]],[[[42,[180]]],[[42,[180]]]],[108,108],[148,148],[[[19,[147]]],[[19,[147]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[148]]],[[19,[148]]]],[[[42,[149]]],[[42,[149]]]],[[[19,[148]]],[[19,[148]]]],[[[146,[145]]],[[146,[145]]]],[108,108],[[[19,[108]]],[[19,[108]]]],[[[19,[177]]],[[19,[177]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[147,147],[147,147],[[[19,[177]]],[[19,[177]]]],[[[19,[196]]],[[19,[5]]]],[[[42,[108]]],[[42,[108]]]],[[[42,[177]]],[[42,[149]]]],[[[42,[161]]],[[42,[108]]]],[161,161],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[161]]],[[19,[161]]]],[178,161],[[[42,[5]]],[[42,[5]]]],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[178,161],[[[42,[108]]],[[42,[108]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[177,177],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[[[42,[177]]],[[42,[149]]]],[39,5],[[[42,[29]]],[[42,[29]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[[[42,[29]]],[[42,[29]]]],[[[19,[177]]],[[19,[177]]]],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[39,5],[29,29],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[42,[177]]],[[42,[149]]]],[[[42,[178]]],[[42,[108]]]],[29,29],[[[42,[178]]],[[42,[108]]]],[[[19,[[42,[149]]]]],[[19,[[42,[149]]]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[148,148],[108,108],[[[19,[149]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[177,177],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[148,148],[39,5],[177,177],[[[42,[108]]],[[42,[108]]]],[147,147],[[[19,[39]]],[[19,[5]]]],[161,161],[[[19,[[42,[161]]]]],[[19,[[42,[108]]]]]],[177,177],[[[19,[[42,[176]]]]],[[19,[[42,[149]]]]]],[[[19,[108]]],[[19,[108]]]],[[[19,[178]]],[[19,[161]]]],[[[19,[[42,[29]]]]],[[19,[[42,[29]]]]]],[[[19,[179]]],[[19,[5]]]],[178,161],[[[19,[[42,[178]]]]],[[19,[[42,[108]]]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[[[19,[161]]],[[19,[161]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[178,161],[[[19,[39]]],[[19,[5]]]],[[[19,[[42,[5]]]]],[[19,[[42,[5]]]]]],[178,161],[[[42,[5]]],[[42,[5]]]],[[[42,[177]]],[[42,[149]]]],[161,161],[[[42,[29]]],[[42,[29]]]],[[[19,[144]]],[[19,[144]]]],[196,5],[[[19,[178]]],[[19,[161]]]],[179,5],[[[42,[149]]],[[42,[149]]]],[[[19,[179]]],[[19,[5]]]],[[[42,[161]]],[[42,[108]]]],[[[42,[180]]],[[42,[180]]]],[[[42,[178]]],[[42,[108]]]],[[[42,[5]]],[[42,[5]]]],[[[42,[149]]],[[42,[149]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[[42,[177]]]]],[[19,[[42,[149]]]]]],[[[19,[[42,[108]]]]],[[19,[[42,[108]]]]]],[144,144],[[[19,[147]]],[[19,[147]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[161]]],[[19,[161]]]],[108,108],[[[42,[108]]],[[42,[108]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[144]]],[[19,[144]]]],[144,144],[[[42,[180]]],[[42,[180]]]],[[[19,[177]]],[[19,[149]]]],[144,144],[144,144],[[[19,[144]]],[[19,[144]]]],[161,108],[149,149],[[[19,[148]]],[[19,[148]]]],[149,149],[[[19,[178]]],[[19,[108]]]],[177,149],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[108,108],[[[19,[179]]],[[19,[5]]]],[[[19,[179]]],[[19,[5]]]],[148,148],[149,149],[148,148],[[[19,[29]]],[[19,[29]]]],[[[146,[145]]],[[146,[145]]]],[178,108],[176,149],[[[19,[147]]],[[19,[147]]]],[[[19,[176]]],[[19,[149]]]],[161,108],[[[19,[148]]],[[19,[148]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[147]]],[[19,[147]]]],[39,5],[[[19,[148]]],[[19,[148]]]],[108,108],[[[146,[145]]],[[146,[145]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[178]]],[[19,[108]]]],[178,108],[[[19,[176]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[177,149],[[[19,[179]]],[[19,[5]]]],[[[19,[147]]],[[19,[147]]]],[39,5],[147,147],[[[146,[145]]],[[146,[145]]]],[148,148],[161,108],[148,148],[177,149],[[[19,[178]]],[[19,[108]]]],[39,5],[[[19,[178]]],[[19,[108]]]],[[[19,[176]]],[[19,[149]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[108]]],[[19,[108]]]],[108,108],[148,148],[[[19,[144]]],[[19,[144]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[147]]],[[19,[147]]]],[39,5],[161,108],[[[19,[196]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[178,108],[161,108],[[[19,[161]]],[[19,[108]]]],[[[19,[29]]],[[19,[29]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[149,149],[[[19,[147]]],[[19,[147]]]],[161,108],[[[19,[148]]],[[19,[148]]]],[39,5],[177,149],[147,147],[[[19,[144]]],[[19,[144]]]],[29,29],[29,29],[149,149],[[[42,[180]]],[[42,[180]]]],[[[19,[161]]],[[19,[108]]]],[29,29],[[[19,[179]]],[[19,[5]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[178]]],[[19,[108]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[144]]],[[19,[144]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[29]]],[[19,[29]]]],[147,147],[178,108],[[[19,[108]]],[[19,[108]]]],[108,108],[148,148],[144,144],[[[19,[148]]],[[19,[148]]]],[[[19,[29]]],[[19,[29]]]],[144,144],[147,147],[149,149],[29,29],[[[19,[179]]],[[19,[5]]]],[[[19,[179]]],[[19,[5]]]],[[[19,[196]]],[[19,[5]]]],[[[42,[180]]],[[42,[180]]]],[178,108],[29,29],[177,149],[[[19,[148]]],[[19,[148]]]],[108,108],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[144,144],[[[19,[177]]],[[19,[149]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[177]]],[[19,[149]]]],[147,147],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[148,148],[149,149],[[[19,[149]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[178,108],[[[19,[161]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[[[19,[161]]],[[19,[108]]]],[[[19,[178]]],[[19,[108]]]],[29,29],[[[19,[39]]],[[19,[5]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[196]]],[[19,[5]]]],[[[19,[39]]],[[19,[5]]]],[178,108],[147,147],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[144]]],[[19,[144]]]],[108,108],[[[19,[108]]],[[19,[108]]]],[196,5],[144,144],[29,29],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[108]]],[[19,[108]]]],[179,5],[[[19,[39]]],[[19,[5]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[39,5],[[[19,[108]]],[[19,[108]]]],[[[19,[144]]],[[19,[144]]]],[161,108],[[[19,[177]]],[[19,[149]]]],[[[19,[177]]],[[19,[149]]]],[[[19,[147]]],[[19,[147]]]],[[[19,[179]]],[[19,[5]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[39]]],[[19,[5]]]],[[[19,[108]]],[[19,[108]]]],[[[146,[145]]],[[146,[145]]]],[161,108],[[[19,[179]]],[[19,[5]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[149]]],[[19,[149]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[39]]],[[19,[5]]]],[108,108],[[[19,[29]]],[[19,[29]]]],[[[19,[108]]],[[19,[108]]]],[149,149],[144,144],[177,149],[[[19,[196]]],[[19,[5]]]],[108,108],[[[19,[149]]],[[19,[149]]]],[178,108],[[[146,[145]]],[[146,[145]]]],[[[19,[149]]],[[19,[149]]]],[144,144],[[[19,[149]]],[[19,[149]]]],[148,148],[[[19,[39]]],[[19,[5]]]],[[[19,[196]]],[[19,[5]]]],[147,147],[39,5],[[[19,[177]]],[[19,[149]]]],[177,149],[[[19,[178]]],[[19,[108]]]],[[[19,[[146,[145]]]]],[[19,[[146,[145]]]]]],[[[19,[176]]],[[19,[149]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[147,147],[[[19,[196]]],[[19,[5]]]],[[[19,[161]]],[[19,[108]]]],[29,29],[39,5],[[[19,[176]]],[[19,[149]]]],[[[19,[147]]],[[19,[147]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[29]]],[[19,[29]]]],[177,149],[[[19,[147]]],[[19,[147]]]],[149,149],[161,108],[[[19,[144]]],[[19,[144]]]],[[[57,[39]]],5],[[[19,[148]]],[[19,[148]]]],[108,108],[[[19,[178]]],[[19,[108]]]],[[[19,[161]]],[[19,[108]]]],[147,147],[[[19,[108]]],[[19,[108]]]],[144,144],[[[19,[29]]],[[19,[29]]]],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[42,[180]]],[[42,[180]]]],[[[19,[[57,[39]]]]],[[19,[5]]]],[[[19,[149]]],[[19,[149]]]],[178,108],[148,148],[29,29],[[[19,[108]]],[[19,[108]]]],[[[19,[161]]],[[19,[108]]]],[178,108],[[[19,[178]]],[[19,[108]]]],[147,147],[148,148],[[[19,[149]]],[[19,[149]]]],[149,149],[[[19,[147]]],[[19,[147]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[29]]],[[19,[29]]]],[[[57,[39]]],5],[[[42,[180]]],[[42,[180]]]],[108,108],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[[[19,[[57,[39]]]]],[[19,[5]]]],[144,144],[161,108],[[[19,[144]]],[[19,[144]]]],[29,29],[148,148],[[[19,[[42,[180]]]]],[[19,[[42,[180]]]]]],[178,108],[29,29],[[[19,[[57,[39]]]]],[[19,[5]]]],[[[19,[178]]],[[19,[108]]]],[161,108],[[[19,[161]]],[[19,[108]]]],[144,144],[149,149],[147,147],[[[19,[149]]],[[19,[149]]]],[108,108],[[[19,[108]]],[[19,[108]]]],[[[57,[39]]],5],[[[19,[147]]],[[19,[147]]]],[[[19,[144]]],[[19,[144]]]],[[[19,[148]]],[[19,[148]]]],[[[19,[29]]],[[19,[29]]]],[[[42,[180]]],[[42,[180]]]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[-1,[[127,[-2]]],[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[[92,30],31],[[92,30],31],[[101,30],31],[[101,30],31],[[238,30],31],[[238,30],31],[[90,30],31],[[90,30],31],[[98,30],31],[[98,30],31],[[239,30],31],[[239,30],31],[[74,30],31],[[74,30],31],[[81,30],31],[[81,30],31],[[240,30],31],[[240,30],31],[[76,30],31],[[76,30],31],[[73,30],31],[[73,30],31],[[241,30],31],[[241,30],31],[[83,30],31],[[83,30],31],[[79,30],31],[[79,30],31],[[242,30],31],[[242,30],31],[[78,30],31],[[78,30],31],[[94,30],31],[[94,30],31],[[243,30],31],[[243,30],31],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[28,92],[-1,-1,[]],[80,92],[45,92],[28,101],[80,101],[-1,-1,[]],[54,101],[69,238],[-1,-1,[]],[28,238],[80,238],[-1,-1,[]],[45,90],[28,90],[84,90],[54,98],[84,98],[-1,-1,[]],[28,98],[-1,-1,[]],[84,239],[69,239],[28,239],[93,74],[-1,-1,[]],[45,74],[28,74],[-1,-1,[]],[93,81],[28,81],[54,81],[28,240],[69,240],[-1,-1,[]],[93,240],[28,76],[45,76],[89,76],[-1,-1,[]],[28,73],[89,73],[-1,-1,[]],[54,73],[69,241],[-1,-1,[]],[89,241],[28,241],[-1,-1,[]],[45,83],[28,83],[91,83],[28,79],[91,79],[-1,-1,[]],[54,79],[-1,-1,[]],[69,242],[91,242],[28,242],[28,78],[97,78],[45,78],[-1,-1,[]],[54,94],[-1,-1,[]],[97,94],[28,94],[69,243],[97,243],[-1,-1,[]],[28,243],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[[-1,-2],127,[],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[-1,[[2,[22]]],[]],[92,[[19,[49]]]],[101,[[19,[49]]]],[238,[[19,[49]]]],[90,[[19,[49]]]],[98,[[19,[49]]]],[239,[[19,[49]]]],[74,[[19,[49]]]],[81,[[19,[49]]]],[240,[[19,[49]]]],[76,[[19,[49]]]],[73,[[19,[49]]]],[241,[[19,[49]]]],[83,[[19,[49]]]],[79,[[19,[49]]]],[242,[[19,[49]]]],[78,[[19,[49]]]],[94,[[19,[49]]]],[243,[[19,[49]]]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,[[21,[23]]],[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,5,[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,[[21,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[127,[-2]]],[],[]],[[-1,-2],[[21,[2,-3]]],[],[],[]],[[-1,-2],127,[],[]]],"c":[],"p":[[1,"usize"],[1,"tuple"],[10,"RecordBatchIterator",17],[5,"RecordBatch",4847],[5,"String",4848],[1,"slice"],[5,"ArrowBatchIter",17],[10,"Source",859],[17,"TSS"],[17,"TSD"],[6,"ArrowTypeSystem",437],[17,"S"],[17,"D"],[5,"ArrowDestination",357],[10,"Transport",4835],[5,"IntoFallible",4849],[17,"Item"],[10,"Iterator",4850],[6,"Option",4851],[6,"CXQuery",704],[6,"Result",4852],[5,"HNil",4853],[6,"CNil",4854],[5,"Convert",4849],[5,"TypeId",4855],[5,"Private",4856],[6,"DataOrder",55],[6,"ConnectorXError",480],[1,"bool"],[5,"Formatter",4857],[8,"Result",4857],[17,"TypeSystem"],[17,"Partition"],[17,"Error"],[10,"Destination",83],[10,"DestinationPartition",83],[10,"From",4858],[10,"Send",4859],[1,"str"],[10,"AsRef",4858],[10,"Consume",83],[5,"Vec",4860],[5,"ArrowDestination",105],[6,"ArrowTypeSystem",314],[6,"ArrowDestinationError",105],[5,"ArrowPartitionWriter",105],[5,"Schema",4861],[5,"Arc",4862],[10,"Error",4863],[6,"ArrowError",4864],[5,"Error",4865],[5,"Arrow2Destination",185],[6,"Arrow2TypeSystem",263],[6,"Arrow2DestinationError",185],[5,"ArrowPartitionWriter",185],[10,"Array",4866],[5,"Box",4867],[5,"Chunk",4868],[5,"Schema",4869],[6,"Error",4870],[6,"PolarsError",4871],[5,"DataFrame",4872],[6,"Ordering",4873],[1,"u64"],[10,"Hash",4874],[10,"Sized",4859],[10,"BuildHasher",4874],[10,"Hasher",4874],[6,"ArrowDestinationError",357],[5,"ArrowPartitionWriter",357],[6,"ConnectorXOutError",480],[6,"ProduceContext",480],[6,"OracleArrow2TransportError",2624],[6,"MySQLArrowTransportError",2624],[6,"BQError",4875],[6,"OracleArrowTransportError",2624],[6,"J4RsError",4876],[6,"SQLiteArrowTransportError",2624],[6,"PostgresArrow2TransportError",2624],[6,"BigQuerySourceError",896],[6,"MySQLArrow2TransportError",2624],[5,"Error",4877],[6,"PostgresArrowTransportError",2624],[6,"MsSQLSourceError",1320],[5,"Error",4878],[5,"Error",4879],[6,"Error",4880],[6,"Error",4881],[6,"OracleSourceError",1804],[6,"MsSQLArrowTransportError",2624],[6,"PostgresSourceError",1971],[6,"BigQueryArrowTransportError",2624],[6,"MySQLSourceError",1539],[6,"SQLiteArrow2TransportError",2624],[6,"DataFusionError",4882],[6,"ParseError",4883],[6,"SQLiteSourceError",2474],[6,"MsSQLArrow2TransportError",2624],[6,"Error",4884],[6,"Error",4885],[6,"BigQueryArrow2TransportError",2624],[6,"ParserError",4886],[6,"VarError",4887],[5,"HashMap",4888],[5,"SourceConn",802],[5,"FederatedDataSourceInfo",637],[5,"Plan",637],[1,"i64"],[8,"OutResult",480],[5,"PartitionQuery",684],[5,"Statement",4889],[6,"Cow",4890],[10,"Queryable",4891],[10,"Clone",4892],[10,"Display",4857],[10,"Debug",4857],[5,"Dispatcher",704],[17,"Output"],[10,"Fn",4893],[5,"Text",4894],[5,"QueryResult",4895],[6,"ConnMut",4896],[10,"TryInto",4858],[5,"QueryWithParams",4897],[6,"SourceType",802],[5,"Url",4898],[8,"Result",480],[10,"SourcePartition",859],[10,"PartitionParser",859],[17,"Parser"],[10,"Produce",859],[10,"ToString",4848],[6,"BigQueryTypeSystem",896],[5,"BigQuerySource",896],[5,"BigQuerySourceParser",896],[5,"BigQueryDialect",896],[5,"ParseIntError",4899],[5,"ParseFloatError",4900],[6,"FieldType",4901],[1,"char"],[5,"BigQuerySourcePartition",896],[5,"Runtime",4902],[5,"Client",4903],[5,"NaiveDateTime",4904],[5,"Utc",4905],[5,"DateTime",4906],[5,"NaiveTime",4907],[5,"NaiveDate",4908],[1,"f64"],[6,"CSVTypeSystem",1068],[5,"CSVSource",1068],[6,"CSVSourceError",1068],[5,"CSVSourcePartitionParser",1068],[5,"Error",4909],[6,"Error",4910],[5,"CSVSourcePartition",1068],[6,"DummyTypeSystem",1208],[5,"DummySource",1208],[5,"DummySourcePartitionParser",1208],[5,"DummySourcePartition",1208],[1,"i32"],[6,"MsSQLTypeSystem",1320],[5,"MsSQLSource",1320],[5,"MsSQLSourceParser",1320],[6,"Error",4911],[5,"FromUtf8Error",4848],[6,"RunError",4912],[6,"ColumnType",4913],[6,"ColumnData",4914],[5,"IntN",1320],[5,"FloatN",1320],[5,"Config",4915],[5,"MsSQLSourcePartition",1320],[5,"ConnectionManager",4911],[5,"Pool",4912],[5,"Decimal",4916],[1,"f32"],[1,"i16"],[5,"Uuid",4917],[1,"u8"],[6,"MySQLTypeSystem",1539],[5,"MySQLSource",1539],[5,"MySQLBinarySourceParser",1539],[5,"MySQLTextSourceParser",1539],[5,"Error",4918],[6,"UrlError",4885],[6,"ColumnType",4919],[5,"ColumnFlags",4919],[6,"TextProtocol",1539],[5,"MySQLSourcePartition",1539],[6,"BinaryProtocol",1539],[5,"MySqlConnectionManager",4920],[5,"PooledConnection",4918],[5,"Binary",4894],[1,"u16"],[6,"Value",4921],[1,"u32"],[1,"i8"],[6,"OracleTypeSystem",1804],[5,"Connector",4922],[5,"OracleSource",1804],[5,"OracleTextSourceParser",1804],[5,"OracleDialect",1804],[6,"OracleType",4923],[5,"OracleSourcePartition",1804],[5,"OracleConnectionManager",4924],[6,"PostgresTypeSystem",1971],[5,"PostgresSource",1971],[5,"Socket",4925],[10,"MakeTlsConnect",4926],[10,"Sync",4859],[5,"PostgresBinarySourcePartitionParser",1971],[5,"PostgresCSVSourceParser",1971],[5,"PostgresRawSourceParser",1971],[5,"PostgresSimpleSourceParser",1971],[6,"FromHexError",4927],[5,"ErrorStack",4928],[5,"Type",4929],[6,"CSVProtocol",1971],[5,"PostgresSourcePartition",1971],[6,"CursorProtocol",1971],[6,"BinaryProtocol",1971],[6,"SimpleProtocol",1971],[5,"Config",4930],[5,"PostgresConnectionManager",4931],[5,"BinaryCopyOutIter",4932],[5,"CopyOutReader",4933],[5,"StringRecordsIntoIter",4934],[5,"RowIter",4935],[6,"SimpleQueryMessage",4936],[5,"MakeTlsConnector",4937],[6,"SQLiteTypeSystem",2474],[5,"SQLiteSource",2474],[5,"SQLiteSourcePartitionParser",2474],[5,"SQLiteSourcePartition",2474],[5,"SqliteConnectionManager",4938],[6,"Type",4939],[6,"BigQueryArrowStreamTransportError",2624],[6,"MsSQLArrowStreamTransportError",2624],[6,"MySQLArrowStreamTransportError",2624],[6,"OracleArrowStreamTransportError",2624],[6,"PostgresArrowStreamTransportError",2624],[6,"SQLiteArrowStreamTransportError",2624],[8,"Result",105],[8,"Result",185],[8,"Result",357],[5,"PostgresTypePairs",1971],[5,"BigQueryArrowTransport",2624],[5,"BigQueryArrow2Transport",2624],[5,"BigQueryArrowStreamTransport",2624],[5,"CSVArrowTransport",2624],[5,"DummyArrowTransport",2624],[5,"DummyArrow2Transport",2624],[5,"MsSQLArrowTransport",2624],[5,"MsSQLArrow2Transport",2624],[5,"MsSQLArrowStreamTransport",2624],[5,"MySQLArrowTransport",2624],[5,"MySQLArrow2Transport",2624],[5,"MySQLArrowStreamTransport",2624],[5,"OracleArrowTransport",2624],[5,"OracleArrow2Transport",2624],[5,"OracleArrowStreamTransport",2624],[5,"PostgresArrowTransport",2624],[5,"PostgresArrow2Transport",2624],[5,"PostgresArrowStreamTransport",2624],[5,"SQLiteArrowTransport",2624],[5,"SQLiteArrow2Transport",2624],[5,"SQLiteArrowStreamTransport",2624],[10,"TypeConversion",4835]],"b":[[139,"impl-Debug-for-ArrowDestinationError"],[140,"impl-Display-for-ArrowDestinationError"],[143,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[145,"impl-From%3CError%3E-for-ArrowDestinationError"],[146,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[218,"impl-Debug-for-Arrow2DestinationError"],[219,"impl-Display-for-Arrow2DestinationError"],[222,"impl-From%3CError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[224,"impl-From%3CError%3E-for-Arrow2DestinationError"],[225,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[391,"impl-Debug-for-ArrowDestinationError"],[392,"impl-Display-for-ArrowDestinationError"],[395,"impl-From%3CError%3E-for-ArrowDestinationError"],[396,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[397,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[556,"impl-Display-for-ConnectorXOutError"],[557,"impl-Debug-for-ConnectorXOutError"],[558,"impl-Display-for-ConnectorXError"],[559,"impl-Debug-for-ConnectorXError"],[560,"impl-Display-for-ProduceContext"],[561,"impl-Debug-for-ProduceContext"],[562,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[563,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[564,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[565,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[566,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[567,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[568,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[569,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[570,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[571,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[573,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[574,"impl-From%3CError%3E-for-ConnectorXOutError"],[575,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[576,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[577,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[578,"impl-From%3CError%3E-for-ConnectorXOutError"],[579,"impl-From%3CError%3E-for-ConnectorXOutError"],[580,"impl-From%3CError%3E-for-ConnectorXOutError"],[581,"impl-From%3CError%3E-for-ConnectorXOutError"],[582,"impl-From%3CError%3E-for-ConnectorXOutError"],[583,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[584,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[585,"impl-From%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[586,"impl-From%3CPostgresSourceError%3E-for-ConnectorXOutError"],[587,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[588,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[589,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[590,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[591,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[592,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[593,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[594,"impl-From%3CError%3E-for-ConnectorXOutError"],[595,"impl-From%3CError%3E-for-ConnectorXOutError"],[596,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[597,"impl-From%3CParserError%3E-for-ConnectorXError"],[598,"impl-From%3CError%3E-for-ConnectorXError"],[599,"impl-From%3CVarError%3E-for-ConnectorXError"],[600,"impl-From%3CError%3E-for-ConnectorXError"],[760,"impl-Display-for-CXQuery%3CQ%3E"],[761,"impl-Debug-for-CXQuery%3CQ%3E"],[764,"impl-From%3C%26str%3E-for-CXQuery"],[765,"impl-From%3C%26CXQuery%3E-for-CXQuery"],[766,"impl-From%3C%26%26str%3E-for-CXQuery"],[767,"impl-From%3C%26String%3E-for-CXQuery"],[960,"impl-Debug-for-BigQuerySourceError"],[961,"impl-Display-for-BigQuerySourceError"],[967,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[968,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[969,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[970,"impl-From%3CError%3E-for-BigQuerySourceError"],[971,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[972,"impl-From%3CError%3E-for-BigQuerySourceError"],[974,"impl-From%3CError%3E-for-BigQuerySourceError"],[975,"impl-From%3CConnectorXError%3E-for-BigQuerySourceError"],[1007,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1008,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1009,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+i64%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+String%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+bool%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+NaiveDate%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1019,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1020,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1021,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1022,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1120,"impl-Debug-for-CSVSourceError"],[1121,"impl-Display-for-CSVSourceError"],[1126,"impl-From%3CConnectorXError%3E-for-CSVSourceError"],[1127,"impl-From%3CError%3E-for-CSVSourceError"],[1128,"impl-From%3CError%3E-for-CSVSourceError"],[1129,"impl-From%3CError%3E-for-CSVSourceError"],[1131,"impl-From%3CError%3E-for-CSVSourceError"],[1159,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1160,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1161,"impl-Produce%3C\'r,+i64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1162,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+String%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1165,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1166,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1275,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1276,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1277,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1278,"impl-Produce%3C\'r,+i32%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1279,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1280,"impl-Produce%3C\'r,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1282,"impl-Produce%3C\'r,+String%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1283,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1284,"impl-Produce%3C\'r,+i64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1285,"impl-Produce%3C\'r,+u64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1405,"impl-Display-for-MsSQLSourceError"],[1406,"impl-Debug-for-MsSQLSourceError"],[1414,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1415,"impl-From%3CError%3E-for-MsSQLSourceError"],[1416,"impl-From%3CError%3E-for-MsSQLSourceError"],[1417,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1418,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1419,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1420,"impl-From%3CError%3E-for-MsSQLSourceError"],[1454,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1455,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1456,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1457,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1458,"impl-Produce%3C\'r,+i16%3E-for-MsSQLSourceParser%3C\'a%3E"],[1459,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1465,"impl-Produce%3C\'r,+Option%3CIntN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1466,"impl-Produce%3C\'r,+FloatN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+Option%3C%26%5Bu8%5D%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1476,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1477,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1482,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1483,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1484,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+i32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1625,"impl-Display-for-MySQLSourceError"],[1626,"impl-Debug-for-MySQLSourceError"],[1635,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1636,"impl-From%3CError%3E-for-MySQLSourceError"],[1637,"impl-From%3CError%3E-for-MySQLSourceError"],[1638,"impl-From%3CError%3E-for-MySQLSourceError"],[1639,"impl-From%3CUrlError%3E-for-MySQLSourceError"],[1667,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1668,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1673,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1674,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1675,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1676,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1678,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1679,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1680,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1681,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1682,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1687,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1688,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1689,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1690,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1691,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+String%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+i8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1737,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1738,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1743,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1744,"impl-Produce%3C\'r,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1745,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1747,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1748,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1867,"impl-Display-for-OracleSourceError"],[1868,"impl-Debug-for-OracleSourceError"],[1874,"impl-From%3CFromUtf8Error%3E-for-OracleSourceError"],[1875,"impl-From%3CConnectorXError%3E-for-OracleSourceError"],[1876,"impl-From%3CError%3E-for-OracleSourceError"],[1877,"impl-From%3CError%3E-for-OracleSourceError"],[1878,"impl-From%3CParseError%3E-for-OracleSourceError"],[1880,"impl-From%3CError%3E-for-OracleSourceError"],[1912,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1913,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1914,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1915,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1916,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1919,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1920,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[2097,"impl-Debug-for-PostgresSourceError"],[2098,"impl-Display-for-PostgresSourceError"],[2111,"impl-From%3CError%3E-for-PostgresSourceError"],[2112,"impl-From%3CFromHexError%3E-for-PostgresSourceError"],[2113,"impl-From%3CError%3E-for-PostgresSourceError"],[2114,"impl-From%3CError%3E-for-PostgresSourceError"],[2115,"impl-From%3CError%3E-for-PostgresSourceError"],[2116,"impl-From%3CError%3E-for-PostgresSourceError"],[2118,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2119,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2162,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2163,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2164,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2165,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2172,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2173,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2174,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2175,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2178,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2179,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2181,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2182,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2183,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2184,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2185,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2186,"impl-Produce%3C\'r,+i8%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2187,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2188,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2208,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2209,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2212,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2213,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2215,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2216,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2217,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2218,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2220,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2221,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2222,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2223,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2224,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2236,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2237,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2246,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2247,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+i32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+f32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2264,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2265,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2268,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2269,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2270,"impl-Produce%3C\'r,+Option%3CVec%3Ci8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2271,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2280,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2281,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2282,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2283,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2284,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2285,"impl-Produce%3C\'r,+f64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2294,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2295,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2302,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2303,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2322,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2323,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2325,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2326,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2330,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2331,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2334,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2335,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2336,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2337,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2384,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2385,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2386,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2387,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2527,"impl-Debug-for-SQLiteSourceError"],[2528,"impl-Display-for-SQLiteSourceError"],[2533,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2535,"impl-From%3CError%3E-for-SQLiteSourceError"],[2536,"impl-From%3CError%3E-for-SQLiteSourceError"],[2537,"impl-From%3CError%3E-for-SQLiteSourceError"],[2538,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2563,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2564,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2565,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2566,"impl-Produce%3C\'r,+NaiveTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2567,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2570,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2571,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+Box%3Cstr%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2573,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2574,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2575,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+i32%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2579,"impl-Produce%3C\'r,+i64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2580,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2607,"impl-TryFrom%3CType%3E-for-SQLiteTypeSystem"],[2608,"impl-TryFrom%3C(Option%3C%26str%3E,+Type)%3E-for-SQLiteTypeSystem"],[2813,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2814,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2815,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2816,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2817,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2824,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2825,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2826,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2830,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2831,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2832,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2833,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2846,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2847,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2848,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2849,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2862,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2863,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2864,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-CSVArrowTransport"],[2865,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVArrowTransport"],[2866,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3CString,+String%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2872,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrowTransport"],[2873,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrowTransport"],[2874,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2875,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrowTransport"],[2881,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrowTransport"],[2882,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2883,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2884,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2885,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2886,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2887,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2896,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2897,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2898,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2899,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2930,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2931,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2932,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2933,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2964,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2965,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2966,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2967,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2998,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2999,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3000,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3001,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3002,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3003,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3004,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3005,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3006,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3007,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3008,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3009,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3010,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3011,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3012,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3013,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3014,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3015,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3016,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3017,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3018,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3019,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3020,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3021,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3022,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3023,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3024,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3025,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3026,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3027,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3028,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3029,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3030,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3031,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3032,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3033,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3034,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3035,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3036,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3037,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3038,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3039,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3040,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3041,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3042,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3043,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3044,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3045,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3046,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3047,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3048,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3049,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3050,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3051,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3052,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3053,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3054,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3055,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3056,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3057,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3058,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3060,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3061,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3062,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3063,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3064,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3065,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3066,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3067,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3068,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3069,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3070,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3071,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3072,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3073,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3074,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3075,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3076,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3077,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3078,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3079,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3080,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3081,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3082,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3083,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3084,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3085,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3086,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3087,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3088,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3089,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3090,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3091,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3092,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3093,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3094,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3095,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3096,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3097,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3099,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3100,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3101,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3102,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3103,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3104,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3105,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3106,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3107,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3108,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3109,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3110,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3111,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3112,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3113,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3114,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3115,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3116,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3117,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3118,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3119,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3121,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3122,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3123,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3124,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3125,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3126,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3127,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3128,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3129,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3130,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3131,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3132,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3133,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3134,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3135,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3136,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3137,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3138,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3139,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3140,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3141,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3142,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3143,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3144,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3145,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3146,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3147,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3148,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3149,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3150,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3151,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3152,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3153,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3154,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3155,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3156,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3157,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3158,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3159,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3160,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3161,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3162,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3163,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3164,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3165,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3166,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3167,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3168,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3169,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3170,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3171,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3172,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3173,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3174,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3175,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3176,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3177,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3178,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3179,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3180,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3181,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3182,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3183,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3184,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3185,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3186,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3188,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3189,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3190,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3191,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3192,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3193,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3194,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3195,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3196,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3197,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3206,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3207,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3208,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3209,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3218,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3219,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3220,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3221,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3224,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3225,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3226,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3227,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3230,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3231,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3232,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3233,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3234,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3235,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3237,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3238,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3239,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3240,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3241,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3242,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3243,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3244,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3245,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3246,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3247,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3248,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3249,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3250,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3251,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3252,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3253,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3254,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3255,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3256,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3257,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3258,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3259,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3260,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3261,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3262,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3263,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3264,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3265,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3266,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3267,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3269,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3270,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3271,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3272,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3273,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3274,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3275,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3276,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3277,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3278,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3279,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3280,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3281,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3282,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3283,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3284,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3285,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3286,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3287,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3288,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3289,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3290,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3291,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3292,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3293,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3294,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3295,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3296,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3297,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3298,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3299,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3300,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3301,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3302,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3303,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3304,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3305,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3306,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3307,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3308,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3309,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3310,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3311,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3312,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3313,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3314,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3315,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3316,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3317,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3318,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3320,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3321,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3322,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3323,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3324,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3325,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3326,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3327,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3328,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3329,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3330,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3331,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3332,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3333,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3334,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3335,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3336,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3337,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3338,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3339,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3340,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3341,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3342,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3343,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3344,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3345,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3346,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3347,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3348,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3349,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3350,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3351,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3352,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3353,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3354,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3355,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3356,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3357,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3358,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3359,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3360,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3361,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3362,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3363,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3364,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3365,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3366,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3367,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3369,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3370,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3371,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3372,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3373,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3374,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3375,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3376,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3377,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3378,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3379,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3380,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3381,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3382,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3383,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3385,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3386,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3387,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3388,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3389,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3390,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3391,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3393,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3394,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3395,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3396,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3397,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3398,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3399,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3400,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3401,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3402,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3403,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3404,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3405,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3406,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3407,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3408,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3409,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3410,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3411,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3412,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3413,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3414,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3416,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3417,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3418,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3419,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3420,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3421,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3422,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3423,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3424,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3425,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3426,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3427,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3428,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3429,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3430,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3431,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3432,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3433,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3434,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3435,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3436,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3437,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3438,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3439,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3440,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3441,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3442,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3443,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3444,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3445,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3446,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3447,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3448,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3449,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3450,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3451,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3452,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3453,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3454,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3455,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3456,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3457,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3458,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3459,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3460,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3461,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3462,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3463,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3464,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3465,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3466,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3467,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3468,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3469,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3470,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3471,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3472,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3473,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3474,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3475,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3476,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3477,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3478,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3479,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3480,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3481,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3482,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3483,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3484,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3485,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3487,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3488,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3489,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3490,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3491,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3492,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3493,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3494,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3495,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3496,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3497,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3498,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3499,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3500,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3501,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3502,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3503,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3504,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3505,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3506,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3507,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3508,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3509,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3510,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3511,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3512,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3513,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3514,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3515,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3516,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3517,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3518,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3519,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3520,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3521,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3522,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3523,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3524,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3525,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3527,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3528,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3529,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3531,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3532,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3533,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3534,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3535,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3536,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3537,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3538,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3539,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3540,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3541,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3542,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3543,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3544,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3545,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3546,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3547,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3548,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3549,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3550,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3551,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3552,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3553,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3554,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3555,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3556,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3557,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3558,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3559,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3560,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3561,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3562,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3563,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3564,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3565,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3566,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3567,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3568,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3569,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3570,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3571,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3572,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3573,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3574,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3575,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3576,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3577,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3578,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3579,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3581,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3582,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3583,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3584,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3585,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3586,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3587,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3588,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3589,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3590,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3591,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3592,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3593,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3594,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3595,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3596,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3597,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3598,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3599,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3600,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3601,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3602,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3603,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3604,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3605,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3606,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3607,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3608,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3609,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3610,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3611,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3612,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3613,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3614,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3615,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3616,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3617,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3618,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3619,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3620,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3621,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3622,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3623,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3624,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3625,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3626,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3627,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3629,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3630,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3631,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3632,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3633,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3634,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3635,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3636,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3637,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3638,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3639,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3640,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3641,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3642,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3643,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3644,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3645,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3646,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3647,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3648,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3649,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3650,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3651,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3652,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3653,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3654,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3655,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3656,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3657,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3659,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3660,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3661,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3662,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3663,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3664,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3665,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3666,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3668,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3669,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3670,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3671,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3672,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3673,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3674,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3675,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3676,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3677,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3678,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3679,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3680,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3681,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3682,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3683,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3684,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3685,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3686,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3687,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3688,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3689,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3690,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3691,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3692,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3693,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3694,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3695,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3696,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3697,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3698,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3699,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3700,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3701,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3702,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3703,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3704,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3705,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3706,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3707,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3708,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3710,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3712,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3713,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3714,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3715,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3716,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3717,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3718,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3719,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3720,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3721,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3722,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3723,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3724,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3725,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3726,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3727,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3728,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3729,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3730,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3731,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3732,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3733,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3734,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3735,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3736,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3737,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3738,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3739,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3740,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3741,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3742,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3743,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3744,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3745,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3746,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3747,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3748,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3749,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3750,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3751,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3752,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3753,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3754,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3755,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3756,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3757,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3758,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3759,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3760,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3761,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3763,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3764,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3765,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3766,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3767,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3768,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3769,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3770,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3771,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3772,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3773,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3774,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3775,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3776,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3777,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3778,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3779,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3780,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3781,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3782,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3783,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3784,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3785,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3786,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3787,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3789,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3790,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3791,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3792,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3793,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3794,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3795,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3796,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3797,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3798,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3799,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3800,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3801,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3802,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3803,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3804,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3805,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3806,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3807,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3808,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3809,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3810,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3811,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3812,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3813,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3814,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3815,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3816,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3818,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3819,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3820,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3822,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3824,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3825,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3826,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3827,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3828,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3829,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3830,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3831,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3832,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3833,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3834,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3835,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3836,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3837,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3838,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3839,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3840,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3841,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3842,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3843,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3844,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3845,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3846,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3847,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3848,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3849,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3850,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3851,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3852,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3853,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3854,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3855,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3856,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3857,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3858,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3859,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3860,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3861,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3862,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3863,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3864,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3865,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3866,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3867,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3868,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3869,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3870,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3871,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3873,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3874,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3875,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3876,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3877,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3878,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3879,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3880,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3881,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3883,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3884,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3885,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3886,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3887,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3888,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3889,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3890,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3891,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3892,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3894,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3895,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3896,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3897,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3898,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3899,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3900,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3901,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3902,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3903,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3904,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3905,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3906,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3907,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3908,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3909,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3910,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3911,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3912,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3913,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3914,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3915,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3916,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3917,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3918,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3919,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3920,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3921,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3922,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3923,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3924,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3925,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3926,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3927,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3928,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3929,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3930,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3931,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3932,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3933,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3934,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3935,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3936,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3937,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3938,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3939,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3940,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3941,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3942,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3943,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3944,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3945,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3946,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3947,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3948,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3949,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3950,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3951,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3952,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3953,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3954,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3955,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3956,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3957,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3958,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3959,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3960,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3961,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3962,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3963,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3964,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3965,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3966,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3967,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3968,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3969,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3970,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3971,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3972,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3973,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3974,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3975,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3976,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3977,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3978,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3979,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3980,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3981,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3982,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3983,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3984,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3985,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3986,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3987,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3988,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3989,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3990,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3991,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3992,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3993,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3994,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3995,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3996,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3997,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3998,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3999,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4000,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4001,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4002,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4003,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4004,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4005,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4006,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4007,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4008,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4009,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4010,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4011,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4028,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4029,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4030,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4031,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4048,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4049,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4050,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4051,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4076,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4077,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4078,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4079,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4080,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4081,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4085,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4086,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4087,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4088,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4093,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4094,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4095,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4096,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4097,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4098,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4101,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4102,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4103,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4104,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4229,"impl-Debug-for-BigQueryArrowTransportError"],[4230,"impl-Display-for-BigQueryArrowTransportError"],[4231,"impl-Debug-for-BigQueryArrow2TransportError"],[4232,"impl-Display-for-BigQueryArrow2TransportError"],[4233,"impl-Display-for-BigQueryArrowTransportError"],[4234,"impl-Debug-for-BigQueryArrowTransportError"],[4235,"impl-Debug-for-MsSQLArrowTransportError"],[4236,"impl-Display-for-MsSQLArrowTransportError"],[4237,"impl-Debug-for-MsSQLArrow2TransportError"],[4238,"impl-Display-for-MsSQLArrow2TransportError"],[4239,"impl-Display-for-MsSQLArrowTransportError"],[4240,"impl-Debug-for-MsSQLArrowTransportError"],[4241,"impl-Debug-for-MySQLArrowTransportError"],[4242,"impl-Display-for-MySQLArrowTransportError"],[4243,"impl-Display-for-MySQLArrow2TransportError"],[4244,"impl-Debug-for-MySQLArrow2TransportError"],[4245,"impl-Debug-for-MySQLArrowTransportError"],[4246,"impl-Display-for-MySQLArrowTransportError"],[4247,"impl-Debug-for-OracleArrowTransportError"],[4248,"impl-Display-for-OracleArrowTransportError"],[4249,"impl-Display-for-OracleArrow2TransportError"],[4250,"impl-Debug-for-OracleArrow2TransportError"],[4251,"impl-Debug-for-OracleArrowTransportError"],[4252,"impl-Display-for-OracleArrowTransportError"],[4253,"impl-Debug-for-PostgresArrowTransportError"],[4254,"impl-Display-for-PostgresArrowTransportError"],[4255,"impl-Debug-for-PostgresArrow2TransportError"],[4256,"impl-Display-for-PostgresArrow2TransportError"],[4257,"impl-Debug-for-PostgresArrowTransportError"],[4258,"impl-Display-for-PostgresArrowTransportError"],[4259,"impl-Debug-for-SQLiteArrowTransportError"],[4260,"impl-Display-for-SQLiteArrowTransportError"],[4261,"impl-Display-for-SQLiteArrow2TransportError"],[4262,"impl-Debug-for-SQLiteArrow2TransportError"],[4263,"impl-Display-for-SQLiteArrowTransportError"],[4264,"impl-Debug-for-SQLiteArrowTransportError"],[4286,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4288,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4289,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4290,"impl-From%3CConnectorXError%3E-for-BigQueryArrow2TransportError"],[4291,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrow2TransportError"],[4293,"impl-From%3CArrow2DestinationError%3E-for-BigQueryArrow2TransportError"],[4294,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4296,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4297,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4299,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4300,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4301,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4302,"impl-From%3CArrow2DestinationError%3E-for-MsSQLArrow2TransportError"],[4303,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrow2TransportError"],[4305,"impl-From%3CConnectorXError%3E-for-MsSQLArrow2TransportError"],[4307,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4308,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4309,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4310,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4312,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4313,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4315,"impl-From%3CMySQLSourceError%3E-for-MySQLArrow2TransportError"],[4316,"impl-From%3CConnectorXError%3E-for-MySQLArrow2TransportError"],[4317,"impl-From%3CArrow2DestinationError%3E-for-MySQLArrow2TransportError"],[4318,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4319,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4321,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4322,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4323,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4324,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4326,"impl-From%3CConnectorXError%3E-for-OracleArrow2TransportError"],[4327,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4329,"impl-From%3CArrow2DestinationError%3E-for-OracleArrow2TransportError"],[4330,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4332,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4333,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4335,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4336,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4337,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4338,"impl-From%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4339,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4341,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4343,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4344,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4345,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4346,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4347,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4348,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4350,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4352,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4353,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4354,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4355,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4357,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4484,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4485,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4486,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4487,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4488,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4489,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4493,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4494,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4495,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4496,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4501,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4502,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4503,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4504,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4509,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4510,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4511,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4512,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4529,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4530,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4531,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4532,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4533,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4534,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4538,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4539,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4540,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4541,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4546,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4547,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4548,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4549,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4554,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4555,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4556,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4557,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"]]}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); diff --git a/rust-docs/trait.impl/core/clone/trait.Clone.js b/rust-docs/trait.impl/core/clone/trait.Clone.js index 235edb7bb0..93f7612ab9 100644 --- a/rust-docs/trait.impl/core/clone/trait.Clone.js +++ b/rust-docs/trait.impl/core/clone/trait.Clone.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Clone for SQLiteTypeSystem"],["impl Clone for BigQueryTypeSystem"],["impl Clone for DataOrder"],["impl Clone for DummyTypeSystem"],["impl Clone for OracleTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for MySQLTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for Arrow2TypeSystem"],["impl Clone for CSVTypeSystem"],["impl Clone for MsSQLTypeSystem"],["impl Clone for SourceType"],["impl Clone for PostgresTypeSystem"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for SourceConn"]] +"connectorx":[["impl Clone for Arrow2TypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for SQLiteTypeSystem"],["impl Clone for PostgresTypeSystem"],["impl Clone for SourceType"],["impl Clone for DataOrder"],["impl Clone for OracleTypeSystem"],["impl Clone for DummyTypeSystem"],["impl Clone for SourceConn"],["impl Clone for MsSQLTypeSystem"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for MySQLTypeSystem"],["impl Clone for BigQueryTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for CSVTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/cmp/trait.Eq.js b/rust-docs/trait.impl/core/cmp/trait.Eq.js index e686031838..59fbb5b612 100644 --- a/rust-docs/trait.impl/core/cmp/trait.Eq.js +++ b/rust-docs/trait.impl/core/cmp/trait.Eq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Eq for DummyTypeSystem"],["impl Eq for Arrow2TypeSystem"],["impl Eq for CSVTypeSystem"],["impl Eq for ArrowTypeSystem"],["impl Eq for DataOrder"],["impl Eq for ArrowTypeSystem"]] +"connectorx":[["impl Eq for Arrow2TypeSystem"],["impl Eq for DataOrder"],["impl Eq for ArrowTypeSystem"],["impl Eq for DummyTypeSystem"],["impl Eq for ArrowTypeSystem"],["impl Eq for CSVTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/cmp/trait.Ord.js b/rust-docs/trait.impl/core/cmp/trait.Ord.js index cf28827214..e49479457c 100644 --- a/rust-docs/trait.impl/core/cmp/trait.Ord.js +++ b/rust-docs/trait.impl/core/cmp/trait.Ord.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Ord for DummyTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for Arrow2TypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for CSVTypeSystem"]] +"connectorx":[["impl Ord for DummyTypeSystem"],["impl Ord for Arrow2TypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for CSVTypeSystem"],["impl Ord for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/cmp/trait.PartialEq.js b/rust-docs/trait.impl/core/cmp/trait.PartialEq.js index 091b04f7d2..e4b0317ac6 100644 --- a/rust-docs/trait.impl/core/cmp/trait.PartialEq.js +++ b/rust-docs/trait.impl/core/cmp/trait.PartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl PartialEq for CSVTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for DummyTypeSystem"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for Arrow2TypeSystem"]] +"connectorx":[["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for DummyTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for Arrow2TypeSystem"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for CSVTypeSystem"],["impl PartialEq for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js b/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js index 1ab28bcb3c..e6a234727d 100644 --- a/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js +++ b/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for DummyTypeSystem"],["impl PartialOrd for Arrow2TypeSystem"],["impl PartialOrd for CSVTypeSystem"]] +"connectorx":[["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for Arrow2TypeSystem"],["impl PartialOrd for CSVTypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for DummyTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/convert/trait.From.js b/rust-docs/trait.impl/core/convert/trait.From.js index d4d76ca86f..c1407a502e 100644 --- a/rust-docs/trait.impl/core/convert/trait.From.js +++ b/rust-docs/trait.impl/core/convert/trait.From.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for OracleSourceError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<Option<String>> for ProduceContext"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<Error> for ConnectorXError"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<BQError> for BigQuerySourceError"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<DataFusionError> for ConnectorXOutError"],["impl From<ConnectorXError> for SQLiteSourceError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<Error> for MySQLSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<&String> for CXQuery"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<Error> for SQLiteSourceError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for SQLiteSourceError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<ConnectorXError> for MySQLSourceError"],["impl From<Error> for CSVSourceError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<&CXQuery> for CXQuery"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<Error> for BigQuerySourceError"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl From<UrlError> for MySQLSourceError"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<&&str> for CXQuery"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<Error> for BigQuerySourceError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<FromHexError> for PostgresSourceError"],["impl From<ParserError> for ConnectorXError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<Error> for Arrow2DestinationError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<Error> for CSVSourceError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<&str> for CXQuery"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<Error> for MySQLSourceError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl From<Error> for MySQLSourceError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<ParseError> for MsSQLSourceError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<Error> for ArrowDestinationError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<Error> for OracleSourceError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<ParseError> for ConnectorXOutError"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<BQError> for ConnectorXOutError"],["impl From<Error> for ConnectorXError"],["impl From<Error> for ConnectorXOutError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl From<VarError> for ConnectorXError"],["impl From<Error> for OracleSourceError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<PolarsError> for Arrow2DestinationError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<Error> for Arrow2DestinationError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for MsSQLSourceError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<ParseError> for OracleSourceError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"]] +"connectorx":[["impl From<DataFusionError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<Error> for MySQLSourceError"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<PolarsError> for Arrow2DestinationError"],["impl From<Option<String>> for ProduceContext"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<ConnectorXError> for SQLiteSourceError"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<Error> for BigQuerySourceError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<&String> for CXQuery"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<FromHexError> for PostgresSourceError"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<ParseError> for MsSQLSourceError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<Error> for ConnectorXError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParseError> for OracleSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl From<Error> for BigQuerySourceError"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<Error> for OracleSourceError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<&CXQuery> for CXQuery"],["impl From<UrlError> for MySQLSourceError"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<Error> for CSVSourceError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for Arrow2DestinationError"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<BQError> for BigQuerySourceError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<Error> for PostgresSourceError"],["impl From<&str> for CXQuery"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for MySQLSourceError"],["impl From<Error> for ArrowDestinationError"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<Error> for MsSQLSourceError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<BQError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<Error> for MySQLSourceError"],["impl From<Error> for SQLiteSourceError"],["impl From<ConnectorXError> for MySQLSourceError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<Error> for Arrow2DestinationError"],["impl From<Error> for SQLiteSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for PostgresSourceError"],["impl From<VarError> for ConnectorXError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParserError> for ConnectorXError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<Error> for ConnectorXError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<Error> for CSVSourceError"],["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl From<ParseError> for ConnectorXOutError"],["impl From<&&str> for CXQuery"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/convert/trait.TryFrom.js b/rust-docs/trait.impl/core/convert/trait.TryFrom.js index 09783ad73e..fa6ca8b9a8 100644 --- a/rust-docs/trait.impl/core/convert/trait.TryFrom.js +++ b/rust-docs/trait.impl/core/convert/trait.TryFrom.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl TryFrom<Type> for SQLiteTypeSystem"],["impl TryFrom<&str> for SourceConn"],["impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem"]] +"connectorx":[["impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem"],["impl TryFrom<Type> for SQLiteTypeSystem"],["impl TryFrom<&str> for SourceConn"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/default/trait.Default.js b/rust-docs/trait.impl/core/default/trait.Default.js index 984fbc68a9..0c1847df1f 100644 --- a/rust-docs/trait.impl/core/default/trait.Default.js +++ b/rust-docs/trait.impl/core/default/trait.Default.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Default for Arrow2Destination"],["impl Default for ArrowDestination"],["impl Default for ArrowDestination"]] +"connectorx":[["impl Default for ArrowDestination"],["impl Default for Arrow2Destination"],["impl Default for ArrowDestination"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/error/trait.Error.js b/rust-docs/trait.impl/core/error/trait.Error.js index 3864fa9b5e..7ed55e8431 100644 --- a/rust-docs/trait.impl/core/error/trait.Error.js +++ b/rust-docs/trait.impl/core/error/trait.Error.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Error for BigQueryArrowTransportError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for OracleArrowTransportError"],["impl Error for OracleSourceError"],["impl Error for BigQuerySourceError"],["impl Error for SQLiteArrowTransportError"],["impl Error for PostgresSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for MySQLArrow2TransportError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for ArrowDestinationError"],["impl Error for BigQueryArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for CSVSourceError"],["impl Error for ConnectorXError"],["impl Error for Arrow2DestinationError"],["impl Error for OracleArrowTransportError"],["impl Error for PostgresArrow2TransportError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for ArrowDestinationError"],["impl Error for ConnectorXOutError"],["impl Error for OracleArrow2TransportError"],["impl Error for MySQLSourceError"],["impl Error for MsSQLArrowTransportError"],["impl Error for SQLiteSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for MsSQLSourceError"],["impl Error for SQLiteArrowTransportError"]] +"connectorx":[["impl Error for ConnectorXOutError"],["impl Error for BigQueryArrowTransportError"],["impl Error for SQLiteSourceError"],["impl Error for MsSQLArrowTransportError"],["impl Error for CSVSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for PostgresSourceError"],["impl Error for MySQLArrow2TransportError"],["impl Error for OracleArrow2TransportError"],["impl Error for PostgresArrowTransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for Arrow2DestinationError"],["impl Error for PostgresArrow2TransportError"],["impl Error for ConnectorXError"],["impl Error for MySQLSourceError"],["impl Error for ArrowDestinationError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for OracleSourceError"],["impl Error for SQLiteArrowTransportError"],["impl Error for ArrowDestinationError"],["impl Error for BigQuerySourceError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for BigQueryArrowTransportError"],["impl Error for MsSQLSourceError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/fmt/trait.Debug.js b/rust-docs/trait.impl/core/fmt/trait.Debug.js index 2bcad524b5..e75ccc7af3 100644 --- a/rust-docs/trait.impl/core/fmt/trait.Debug.js +++ b/rust-docs/trait.impl/core/fmt/trait.Debug.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Debug for OracleDialect"],["impl Debug for BigQueryArrow2TransportError"],["impl Debug for ProduceContext"],["impl Debug for MsSQLTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for Arrow2DestinationError"],["impl Debug for PostgresTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for BigQueryDialect"],["impl Debug for OracleArrowTransportError"],["impl Debug for BigQuerySourceError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for CSVSourceError"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for MsSQLSourceError"],["impl Debug for OracleArrow2TransportError"],["impl Debug for OracleTypeSystem"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for MySQLArrow2TransportError"],["impl Debug for MySQLTypeSystem"],["impl Debug for ConnectorXOutError"],["impl Debug for SQLiteSourceError"],["impl Debug for OracleArrowTransportError"],["impl Debug for PostgresSourceError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for PostgresArrowTransportError"],["impl Debug for MySQLSourceError"],["impl Debug for SourceConn"],["impl Debug for BigQueryTypeSystem"],["impl Debug for ConnectorXError"],["impl Debug for ArrowTypeSystem"],["impl Debug for DummyTypeSystem"],["impl Debug for CSVTypeSystem"],["impl Debug for SQLiteArrow2TransportError"],["impl Debug for PostgresArrow2TransportError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for PostgresArrowTransportError"],["impl Debug for ArrowTypeSystem"],["impl Debug for SourceType"],["impl Debug for ArrowDestinationError"],["impl Debug for DataOrder"],["impl Debug for OracleSourceError"],["impl Debug for BigQueryArrowTransportError"]] +"connectorx":[["impl Debug for MsSQLTypeSystem"],["impl Debug for ProduceContext"],["impl Debug for BigQueryArrow2TransportError"],["impl Debug for OracleSourceError"],["impl Debug for DummyTypeSystem"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for DataOrder"],["impl Debug for SQLiteArrow2TransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for ConnectorXOutError"],["impl Debug for OracleArrowTransportError"],["impl Debug for MsSQLSourceError"],["impl Debug for ArrowTypeSystem"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for BigQuerySourceError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for PostgresArrowTransportError"],["impl Debug for BigQueryDialect"],["impl Debug for OracleArrow2TransportError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for MySQLSourceError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for SourceConn"],["impl Debug for ArrowTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for MySQLTypeSystem"],["impl Debug for MySQLArrow2TransportError"],["impl Debug for OracleArrowTransportError"],["impl Debug for Arrow2DestinationError"],["impl Debug for ConnectorXError"],["impl Debug for PostgresArrow2TransportError"],["impl Debug for CSVTypeSystem"],["impl Debug for OracleDialect"],["impl Debug for SourceType"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for SQLiteSourceError"],["impl Debug for PostgresTypeSystem"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for MySQLArrowTransportError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for BigQueryTypeSystem"],["impl Debug for PostgresSourceError"],["impl Debug for PostgresArrowTransportError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for OracleTypeSystem"],["impl Debug for CSVSourceError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/fmt/trait.Display.js b/rust-docs/trait.impl/core/fmt/trait.Display.js index 9524992139..59676ab572 100644 --- a/rust-docs/trait.impl/core/fmt/trait.Display.js +++ b/rust-docs/trait.impl/core/fmt/trait.Display.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Display for BigQueryArrow2TransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for OracleArrowTransportError"],["impl Display for Arrow2DestinationError"],["impl Display for MySQLArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for MsSQLSourceError"],["impl Display for SQLiteSourceError"],["impl Display for ArrowDestinationError"],["impl Display for ProduceContext"],["impl<Q: Display> Display for CXQuery<Q>"],["impl Display for BigQuerySourceError"],["impl Display for MsSQLArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for OracleArrowTransportError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for ConnectorXOutError"],["impl Display for MySQLArrow2TransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for ArrowDestinationError"],["impl Display for PostgresSourceError"],["impl Display for PostgresArrow2TransportError"],["impl Display for OracleSourceError"],["impl Display for CSVSourceError"],["impl Display for MySQLArrowTransportError"],["impl Display for MySQLSourceError"],["impl Display for ConnectorXError"],["impl Display for SQLiteArrowTransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for OracleArrow2TransportError"]] +"connectorx":[["impl Display for BigQuerySourceError"],["impl Display for MySQLArrowTransportError"],["impl Display for PostgresSourceError"],["impl Display for SQLiteSourceError"],["impl Display for MsSQLSourceError"],["impl Display for OracleArrowTransportError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for OracleArrowTransportError"],["impl Display for BigQueryArrow2TransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for ProduceContext"],["impl Display for SQLiteArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for CSVSourceError"],["impl Display for MySQLSourceError"],["impl Display for ConnectorXOutError"],["impl Display for PostgresArrowTransportError"],["impl Display for OracleSourceError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for ArrowDestinationError"],["impl Display for PostgresArrow2TransportError"],["impl Display for OracleArrow2TransportError"],["impl Display for ConnectorXError"],["impl Display for SQLiteArrowTransportError"],["impl Display for ArrowDestinationError"],["impl Display for BigQueryArrowTransportError"],["impl Display for Arrow2DestinationError"],["impl Display for MySQLArrowTransportError"],["impl Display for MySQLArrow2TransportError"],["impl<Q: Display> Display for CXQuery<Q>"],["impl Display for MsSQLArrowTransportError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/hash/trait.Hash.js b/rust-docs/trait.impl/core/hash/trait.Hash.js index e58ebb52a9..92596d5ae7 100644 --- a/rust-docs/trait.impl/core/hash/trait.Hash.js +++ b/rust-docs/trait.impl/core/hash/trait.Hash.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Hash for ArrowTypeSystem"],["impl Hash for CSVTypeSystem"],["impl Hash for Arrow2TypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for ArrowTypeSystem"]] +"connectorx":[["impl Hash for ArrowTypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for CSVTypeSystem"],["impl Hash for Arrow2TypeSystem"],["impl Hash for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.Copy.js b/rust-docs/trait.impl/core/marker/trait.Copy.js index ee05752158..a096b93dbd 100644 --- a/rust-docs/trait.impl/core/marker/trait.Copy.js +++ b/rust-docs/trait.impl/core/marker/trait.Copy.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Copy for BigQueryTypeSystem"],["impl Copy for CSVTypeSystem"],["impl Copy for MySQLTypeSystem"],["impl Copy for OracleTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for DataOrder"],["impl Copy for DummyTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for PostgresTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for Arrow2TypeSystem"]] +"connectorx":[["impl Copy for DataOrder"],["impl Copy for Arrow2TypeSystem"],["impl Copy for PostgresTypeSystem"],["impl Copy for BigQueryTypeSystem"],["impl Copy for MySQLTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for CSVTypeSystem"],["impl Copy for OracleTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for DummyTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.Send.js b/rust-docs/trait.impl/core/marker/trait.Send.js index f2240c0526..d9949fa074 100644 --- a/rust-docs/trait.impl/core/marker/trait.Send.js +++ b/rust-docs/trait.impl/core/marker/trait.Send.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl<S, TP> Send for ArrowBatchIter<S, TP>
where\n TP: Send,
",1,["connectorx::arrow_batch_iter::ArrowBatchIter"]],["impl Send for DataOrder",1,["connectorx::data_order::DataOrder"]],["impl Send for ArrowDestinationError",1,["connectorx::destinations::arrow::errors::ArrowDestinationError"]],["impl Send for ArrowTypeSystem",1,["connectorx::destinations::arrow::typesystem::ArrowTypeSystem"]],["impl Send for ArrowDestination",1,["connectorx::destinations::arrow::ArrowDestination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrow::ArrowPartitionWriter"]],["impl Send for ArrowDestinationError",1,["connectorx::destinations::arrowstream::errors::ArrowDestinationError"]],["impl Send for ArrowTypeSystem",1,["connectorx::destinations::arrowstream::typesystem::ArrowTypeSystem"]],["impl Send for ArrowDestination",1,["connectorx::destinations::arrowstream::ArrowDestination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrowstream::ArrowPartitionWriter"]],["impl Send for Arrow2DestinationError",1,["connectorx::destinations::arrow2::errors::Arrow2DestinationError"]],["impl Send for Arrow2TypeSystem",1,["connectorx::destinations::arrow2::typesystem::Arrow2TypeSystem"]],["impl Send for Arrow2Destination",1,["connectorx::destinations::arrow2::Arrow2Destination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrow2::ArrowPartitionWriter"]],["impl<'a, S, D, TP> Send for Dispatcher<'a, S, D, TP>
where\n D: Send,\n S: Send,\n TP: Send,
",1,["connectorx::dispatcher::Dispatcher"]],["impl Send for ConnectorXOutError",1,["connectorx::errors::ConnectorXOutError"]],["impl Send for ConnectorXError",1,["connectorx::errors::ConnectorXError"]],["impl Send for ProduceContext",1,["connectorx::errors::ProduceContext"]],["impl Send for Plan",1,["connectorx::fed_rewriter::Plan"]],["impl<'a> Send for FederatedDataSourceInfo<'a>",1,["connectorx::fed_rewriter::FederatedDataSourceInfo"]],["impl Send for PartitionQuery",1,["connectorx::partition::PartitionQuery"]],["impl Send for SourceType",1,["connectorx::source_router::SourceType"]],["impl Send for SourceConn",1,["connectorx::source_router::SourceConn"]],["impl Send for BigQuerySourceError",1,["connectorx::sources::bigquery::errors::BigQuerySourceError"]],["impl Send for BigQueryTypeSystem",1,["connectorx::sources::bigquery::typesystem::BigQueryTypeSystem"]],["impl Send for BigQueryDialect",1,["connectorx::sources::bigquery::BigQueryDialect"]],["impl Send for BigQuerySource",1,["connectorx::sources::bigquery::BigQuerySource"]],["impl Send for BigQuerySourcePartition",1,["connectorx::sources::bigquery::BigQuerySourcePartition"]],["impl Send for BigQuerySourceParser",1,["connectorx::sources::bigquery::BigQuerySourceParser"]],["impl Send for CSVSourceError",1,["connectorx::sources::csv::errors::CSVSourceError"]],["impl Send for CSVTypeSystem",1,["connectorx::sources::csv::typesystem::CSVTypeSystem"]],["impl Send for CSVSource",1,["connectorx::sources::csv::CSVSource"]],["impl Send for CSVSourcePartition",1,["connectorx::sources::csv::CSVSourcePartition"]],["impl<'a> Send for CSVSourcePartitionParser<'a>",1,["connectorx::sources::csv::CSVSourcePartitionParser"]],["impl Send for DummyTypeSystem",1,["connectorx::sources::dummy::typesystem::DummyTypeSystem"]],["impl Send for DummySource",1,["connectorx::sources::dummy::DummySource"]],["impl Send for DummySourcePartition",1,["connectorx::sources::dummy::DummySourcePartition"]],["impl<'a> Send for DummySourcePartitionParser<'a>",1,["connectorx::sources::dummy::DummySourcePartitionParser"]],["impl Send for MsSQLSourceError",1,["connectorx::sources::mssql::errors::MsSQLSourceError"]],["impl Send for MsSQLTypeSystem",1,["connectorx::sources::mssql::typesystem::MsSQLTypeSystem"]],["impl Send for IntN",1,["connectorx::sources::mssql::typesystem::IntN"]],["impl Send for FloatN",1,["connectorx::sources::mssql::typesystem::FloatN"]],["impl Send for MsSQLSource",1,["connectorx::sources::mssql::MsSQLSource"]],["impl Send for MsSQLSourcePartition",1,["connectorx::sources::mssql::MsSQLSourcePartition"]],["impl<'a> Send for MsSQLSourceParser<'a>",1,["connectorx::sources::mssql::MsSQLSourceParser"]],["impl Send for MySQLSourceError",1,["connectorx::sources::mysql::errors::MySQLSourceError"]],["impl Send for MySQLTypeSystem",1,["connectorx::sources::mysql::typesystem::MySQLTypeSystem"]],["impl Send for BinaryProtocol",1,["connectorx::sources::mysql::BinaryProtocol"]],["impl Send for TextProtocol",1,["connectorx::sources::mysql::TextProtocol"]],["impl<P> Send for MySQLSource<P>
where\n P: Send,
",1,["connectorx::sources::mysql::MySQLSource"]],["impl<P> Send for MySQLSourcePartition<P>
where\n P: Send,
",1,["connectorx::sources::mysql::MySQLSourcePartition"]],["impl<'a> Send for MySQLBinarySourceParser<'a>",1,["connectorx::sources::mysql::MySQLBinarySourceParser"]],["impl<'a> Send for MySQLTextSourceParser<'a>",1,["connectorx::sources::mysql::MySQLTextSourceParser"]],["impl Send for OracleSourceError",1,["connectorx::sources::oracle::errors::OracleSourceError"]],["impl Send for OracleTypeSystem",1,["connectorx::sources::oracle::typesystem::OracleTypeSystem"]],["impl Send for OracleDialect",1,["connectorx::sources::oracle::OracleDialect"]],["impl Send for OracleSource",1,["connectorx::sources::oracle::OracleSource"]],["impl Send for OracleSourcePartition",1,["connectorx::sources::oracle::OracleSourcePartition"]],["impl Send for PostgresSourceError",1,["connectorx::sources::postgres::errors::PostgresSourceError"]],["impl Send for PostgresTypeSystem",1,["connectorx::sources::postgres::typesystem::PostgresTypeSystem"]],["impl<'a> Send for PostgresTypePairs<'a>",1,["connectorx::sources::postgres::typesystem::PostgresTypePairs"]],["impl Send for BinaryProtocol",1,["connectorx::sources::postgres::BinaryProtocol"]],["impl Send for CSVProtocol",1,["connectorx::sources::postgres::CSVProtocol"]],["impl Send for CursorProtocol",1,["connectorx::sources::postgres::CursorProtocol"]],["impl Send for SimpleProtocol",1,["connectorx::sources::postgres::SimpleProtocol"]],["impl<P, C> Send for PostgresSource<P, C>
where\n P: Send,
",1,["connectorx::sources::postgres::PostgresSource"]],["impl<P, C> Send for PostgresSourcePartition<P, C>
where\n P: Send,
",1,["connectorx::sources::postgres::PostgresSourcePartition"]],["impl<'a> Send for PostgresBinarySourcePartitionParser<'a>",1,["connectorx::sources::postgres::PostgresBinarySourcePartitionParser"]],["impl<'a> Send for PostgresCSVSourceParser<'a>",1,["connectorx::sources::postgres::PostgresCSVSourceParser"]],["impl<'a> Send for PostgresRawSourceParser<'a>",1,["connectorx::sources::postgres::PostgresRawSourceParser"]],["impl Send for PostgresSimpleSourceParser",1,["connectorx::sources::postgres::PostgresSimpleSourceParser"]],["impl Send for SQLiteSourceError",1,["connectorx::sources::sqlite::errors::SQLiteSourceError"]],["impl Send for SQLiteTypeSystem",1,["connectorx::sources::sqlite::typesystem::SQLiteTypeSystem"]],["impl Send for SQLiteSource",1,["connectorx::sources::sqlite::SQLiteSource"]],["impl Send for SQLiteSourcePartition",1,["connectorx::sources::sqlite::SQLiteSourcePartition"]],["impl<Q> Send for CXQuery<Q>
where\n Q: Send,
",1,["connectorx::sql::CXQuery"]],["impl Send for BigQueryArrowTransportError",1,["connectorx::transports::bigquery_arrow::BigQueryArrowTransportError"]],["impl Send for BigQueryArrowTransport",1,["connectorx::transports::bigquery_arrow::BigQueryArrowTransport"]],["impl Send for BigQueryArrow2TransportError",1,["connectorx::transports::bigquery_arrow2::BigQueryArrow2TransportError"]],["impl Send for BigQueryArrow2Transport",1,["connectorx::transports::bigquery_arrow2::BigQueryArrow2Transport"]],["impl Send for BigQueryArrowTransportError",1,["connectorx::transports::bigquery_arrowstream::BigQueryArrowTransportError"]],["impl Send for BigQueryArrowTransport",1,["connectorx::transports::bigquery_arrowstream::BigQueryArrowTransport"]],["impl Send for CSVArrowTransport",1,["connectorx::transports::csv_arrow::CSVArrowTransport"]],["impl Send for DummyArrowTransport",1,["connectorx::transports::dummy_arrow::DummyArrowTransport"]],["impl Send for DummyArrow2Transport",1,["connectorx::transports::dummy_arrow2::DummyArrow2Transport"]],["impl Send for MsSQLArrowTransport",1,["connectorx::transports::mssql_arrow::MsSQLArrowTransport"]],["impl Send for MsSQLArrowTransportError",1,["connectorx::transports::mssql_arrow::MsSQLArrowTransportError"]],["impl Send for MsSQLArrow2Transport",1,["connectorx::transports::mssql_arrow2::MsSQLArrow2Transport"]],["impl Send for MsSQLArrow2TransportError",1,["connectorx::transports::mssql_arrow2::MsSQLArrow2TransportError"]],["impl Send for MsSQLArrowTransport",1,["connectorx::transports::mssql_arrowstream::MsSQLArrowTransport"]],["impl Send for MsSQLArrowTransportError",1,["connectorx::transports::mssql_arrowstream::MsSQLArrowTransportError"]],["impl Send for MySQLArrowTransportError",1,["connectorx::transports::mysql_arrow::MySQLArrowTransportError"]],["impl<P> Send for MySQLArrowTransport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrow::MySQLArrowTransport"]],["impl Send for MySQLArrow2TransportError",1,["connectorx::transports::mysql_arrow2::MySQLArrow2TransportError"]],["impl<P> Send for MySQLArrow2Transport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrow2::MySQLArrow2Transport"]],["impl Send for MySQLArrowTransportError",1,["connectorx::transports::mysql_arrowstream::MySQLArrowTransportError"]],["impl<P> Send for MySQLArrowTransport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrowstream::MySQLArrowTransport"]],["impl Send for OracleArrowTransportError",1,["connectorx::transports::oracle_arrow::OracleArrowTransportError"]],["impl Send for OracleArrowTransport",1,["connectorx::transports::oracle_arrow::OracleArrowTransport"]],["impl Send for OracleArrow2TransportError",1,["connectorx::transports::oracle_arrow2::OracleArrow2TransportError"]],["impl Send for OracleArrow2Transport",1,["connectorx::transports::oracle_arrow2::OracleArrow2Transport"]],["impl Send for OracleArrowTransportError",1,["connectorx::transports::oracle_arrowstream::OracleArrowTransportError"]],["impl Send for OracleArrowTransport",1,["connectorx::transports::oracle_arrowstream::OracleArrowTransport"]],["impl Send for PostgresArrowTransportError",1,["connectorx::transports::postgres_arrow::PostgresArrowTransportError"]],["impl<P, C> Send for PostgresArrowTransport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrow::PostgresArrowTransport"]],["impl Send for PostgresArrow2TransportError",1,["connectorx::transports::postgres_arrow2::PostgresArrow2TransportError"]],["impl<P, C> Send for PostgresArrow2Transport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrow2::PostgresArrow2Transport"]],["impl Send for PostgresArrowTransportError",1,["connectorx::transports::postgres_arrowstream::PostgresArrowTransportError"]],["impl<P, C> Send for PostgresArrowTransport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrowstream::PostgresArrowTransport"]],["impl Send for SQLiteArrowTransportError",1,["connectorx::transports::sqlite_arrow::SQLiteArrowTransportError"]],["impl Send for SQLiteArrowTransport",1,["connectorx::transports::sqlite_arrow::SQLiteArrowTransport"]],["impl Send for SQLiteArrow2TransportError",1,["connectorx::transports::sqlite_arrow2::SQLiteArrow2TransportError"]],["impl Send for SQLiteArrow2Transport",1,["connectorx::transports::sqlite_arrow2::SQLiteArrow2Transport"]],["impl Send for SQLiteArrowTransportError",1,["connectorx::transports::sqlite_arrowstream::SQLiteArrowTransportError"]],["impl Send for SQLiteArrowTransport",1,["connectorx::transports::sqlite_arrowstream::SQLiteArrowTransport"]],["impl<'a> Send for SQLiteSourcePartitionParser<'a>"],["impl<'a> Send for OracleTextSourceParser<'a>"]] +"connectorx":[["impl<S, TP> Send for ArrowBatchIter<S, TP>
where\n TP: Send,
",1,["connectorx::arrow_batch_iter::ArrowBatchIter"]],["impl Send for DataOrder",1,["connectorx::data_order::DataOrder"]],["impl Send for ArrowDestinationError",1,["connectorx::destinations::arrow::errors::ArrowDestinationError"]],["impl Send for ArrowTypeSystem",1,["connectorx::destinations::arrow::typesystem::ArrowTypeSystem"]],["impl Send for ArrowDestination",1,["connectorx::destinations::arrow::ArrowDestination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrow::ArrowPartitionWriter"]],["impl Send for ArrowDestinationError",1,["connectorx::destinations::arrowstream::errors::ArrowDestinationError"]],["impl Send for ArrowTypeSystem",1,["connectorx::destinations::arrowstream::typesystem::ArrowTypeSystem"]],["impl Send for ArrowDestination",1,["connectorx::destinations::arrowstream::ArrowDestination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrowstream::ArrowPartitionWriter"]],["impl Send for Arrow2DestinationError",1,["connectorx::destinations::arrow2::errors::Arrow2DestinationError"]],["impl Send for Arrow2TypeSystem",1,["connectorx::destinations::arrow2::typesystem::Arrow2TypeSystem"]],["impl Send for Arrow2Destination",1,["connectorx::destinations::arrow2::Arrow2Destination"]],["impl Send for ArrowPartitionWriter",1,["connectorx::destinations::arrow2::ArrowPartitionWriter"]],["impl<'a, S, D, TP> Send for Dispatcher<'a, S, D, TP>
where\n D: Send,\n S: Send,\n TP: Send,
",1,["connectorx::dispatcher::Dispatcher"]],["impl Send for ConnectorXOutError",1,["connectorx::errors::ConnectorXOutError"]],["impl Send for ConnectorXError",1,["connectorx::errors::ConnectorXError"]],["impl Send for ProduceContext",1,["connectorx::errors::ProduceContext"]],["impl Send for Plan",1,["connectorx::fed_rewriter::Plan"]],["impl<'a> Send for FederatedDataSourceInfo<'a>",1,["connectorx::fed_rewriter::FederatedDataSourceInfo"]],["impl Send for PartitionQuery",1,["connectorx::partition::PartitionQuery"]],["impl Send for SourceType",1,["connectorx::source_router::SourceType"]],["impl Send for SourceConn",1,["connectorx::source_router::SourceConn"]],["impl Send for BigQuerySourceError",1,["connectorx::sources::bigquery::errors::BigQuerySourceError"]],["impl Send for BigQueryTypeSystem",1,["connectorx::sources::bigquery::typesystem::BigQueryTypeSystem"]],["impl Send for BigQueryDialect",1,["connectorx::sources::bigquery::BigQueryDialect"]],["impl Send for BigQuerySource",1,["connectorx::sources::bigquery::BigQuerySource"]],["impl Send for BigQuerySourcePartition",1,["connectorx::sources::bigquery::BigQuerySourcePartition"]],["impl Send for BigQuerySourceParser",1,["connectorx::sources::bigquery::BigQuerySourceParser"]],["impl Send for CSVSourceError",1,["connectorx::sources::csv::errors::CSVSourceError"]],["impl Send for CSVTypeSystem",1,["connectorx::sources::csv::typesystem::CSVTypeSystem"]],["impl Send for CSVSource",1,["connectorx::sources::csv::CSVSource"]],["impl Send for CSVSourcePartition",1,["connectorx::sources::csv::CSVSourcePartition"]],["impl<'a> Send for CSVSourcePartitionParser<'a>",1,["connectorx::sources::csv::CSVSourcePartitionParser"]],["impl Send for DummyTypeSystem",1,["connectorx::sources::dummy::typesystem::DummyTypeSystem"]],["impl Send for DummySource",1,["connectorx::sources::dummy::DummySource"]],["impl Send for DummySourcePartition",1,["connectorx::sources::dummy::DummySourcePartition"]],["impl<'a> Send for DummySourcePartitionParser<'a>",1,["connectorx::sources::dummy::DummySourcePartitionParser"]],["impl Send for MsSQLSourceError",1,["connectorx::sources::mssql::errors::MsSQLSourceError"]],["impl Send for MsSQLTypeSystem",1,["connectorx::sources::mssql::typesystem::MsSQLTypeSystem"]],["impl Send for IntN",1,["connectorx::sources::mssql::typesystem::IntN"]],["impl Send for FloatN",1,["connectorx::sources::mssql::typesystem::FloatN"]],["impl Send for MsSQLSource",1,["connectorx::sources::mssql::MsSQLSource"]],["impl Send for MsSQLSourcePartition",1,["connectorx::sources::mssql::MsSQLSourcePartition"]],["impl<'a> Send for MsSQLSourceParser<'a>",1,["connectorx::sources::mssql::MsSQLSourceParser"]],["impl Send for MySQLSourceError",1,["connectorx::sources::mysql::errors::MySQLSourceError"]],["impl Send for MySQLTypeSystem",1,["connectorx::sources::mysql::typesystem::MySQLTypeSystem"]],["impl Send for BinaryProtocol",1,["connectorx::sources::mysql::BinaryProtocol"]],["impl Send for TextProtocol",1,["connectorx::sources::mysql::TextProtocol"]],["impl<P> Send for MySQLSource<P>
where\n P: Send,
",1,["connectorx::sources::mysql::MySQLSource"]],["impl<P> Send for MySQLSourcePartition<P>
where\n P: Send,
",1,["connectorx::sources::mysql::MySQLSourcePartition"]],["impl<'a> Send for MySQLBinarySourceParser<'a>",1,["connectorx::sources::mysql::MySQLBinarySourceParser"]],["impl<'a> Send for MySQLTextSourceParser<'a>",1,["connectorx::sources::mysql::MySQLTextSourceParser"]],["impl Send for OracleSourceError",1,["connectorx::sources::oracle::errors::OracleSourceError"]],["impl Send for OracleTypeSystem",1,["connectorx::sources::oracle::typesystem::OracleTypeSystem"]],["impl Send for OracleDialect",1,["connectorx::sources::oracle::OracleDialect"]],["impl Send for OracleSource",1,["connectorx::sources::oracle::OracleSource"]],["impl Send for OracleSourcePartition",1,["connectorx::sources::oracle::OracleSourcePartition"]],["impl Send for PostgresSourceError",1,["connectorx::sources::postgres::errors::PostgresSourceError"]],["impl Send for PostgresTypeSystem",1,["connectorx::sources::postgres::typesystem::PostgresTypeSystem"]],["impl<'a> Send for PostgresTypePairs<'a>",1,["connectorx::sources::postgres::typesystem::PostgresTypePairs"]],["impl Send for BinaryProtocol",1,["connectorx::sources::postgres::BinaryProtocol"]],["impl Send for CSVProtocol",1,["connectorx::sources::postgres::CSVProtocol"]],["impl Send for CursorProtocol",1,["connectorx::sources::postgres::CursorProtocol"]],["impl Send for SimpleProtocol",1,["connectorx::sources::postgres::SimpleProtocol"]],["impl<P, C> Send for PostgresSource<P, C>
where\n P: Send,
",1,["connectorx::sources::postgres::PostgresSource"]],["impl<P, C> Send for PostgresSourcePartition<P, C>
where\n P: Send,
",1,["connectorx::sources::postgres::PostgresSourcePartition"]],["impl<'a> Send for PostgresBinarySourcePartitionParser<'a>",1,["connectorx::sources::postgres::PostgresBinarySourcePartitionParser"]],["impl<'a> Send for PostgresCSVSourceParser<'a>",1,["connectorx::sources::postgres::PostgresCSVSourceParser"]],["impl<'a> Send for PostgresRawSourceParser<'a>",1,["connectorx::sources::postgres::PostgresRawSourceParser"]],["impl Send for PostgresSimpleSourceParser",1,["connectorx::sources::postgres::PostgresSimpleSourceParser"]],["impl Send for SQLiteSourceError",1,["connectorx::sources::sqlite::errors::SQLiteSourceError"]],["impl Send for SQLiteTypeSystem",1,["connectorx::sources::sqlite::typesystem::SQLiteTypeSystem"]],["impl Send for SQLiteSource",1,["connectorx::sources::sqlite::SQLiteSource"]],["impl Send for SQLiteSourcePartition",1,["connectorx::sources::sqlite::SQLiteSourcePartition"]],["impl<Q> Send for CXQuery<Q>
where\n Q: Send,
",1,["connectorx::sql::CXQuery"]],["impl Send for BigQueryArrowTransportError",1,["connectorx::transports::bigquery_arrow::BigQueryArrowTransportError"]],["impl Send for BigQueryArrowTransport",1,["connectorx::transports::bigquery_arrow::BigQueryArrowTransport"]],["impl Send for BigQueryArrow2TransportError",1,["connectorx::transports::bigquery_arrow2::BigQueryArrow2TransportError"]],["impl Send for BigQueryArrow2Transport",1,["connectorx::transports::bigquery_arrow2::BigQueryArrow2Transport"]],["impl Send for BigQueryArrowTransportError",1,["connectorx::transports::bigquery_arrowstream::BigQueryArrowTransportError"]],["impl Send for BigQueryArrowTransport",1,["connectorx::transports::bigquery_arrowstream::BigQueryArrowTransport"]],["impl Send for CSVArrowTransport",1,["connectorx::transports::csv_arrow::CSVArrowTransport"]],["impl Send for DummyArrowTransport",1,["connectorx::transports::dummy_arrow::DummyArrowTransport"]],["impl Send for DummyArrow2Transport",1,["connectorx::transports::dummy_arrow2::DummyArrow2Transport"]],["impl Send for MsSQLArrowTransport",1,["connectorx::transports::mssql_arrow::MsSQLArrowTransport"]],["impl Send for MsSQLArrowTransportError",1,["connectorx::transports::mssql_arrow::MsSQLArrowTransportError"]],["impl Send for MsSQLArrow2Transport",1,["connectorx::transports::mssql_arrow2::MsSQLArrow2Transport"]],["impl Send for MsSQLArrow2TransportError",1,["connectorx::transports::mssql_arrow2::MsSQLArrow2TransportError"]],["impl Send for MsSQLArrowTransport",1,["connectorx::transports::mssql_arrowstream::MsSQLArrowTransport"]],["impl Send for MsSQLArrowTransportError",1,["connectorx::transports::mssql_arrowstream::MsSQLArrowTransportError"]],["impl Send for MySQLArrowTransportError",1,["connectorx::transports::mysql_arrow::MySQLArrowTransportError"]],["impl<P> Send for MySQLArrowTransport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrow::MySQLArrowTransport"]],["impl Send for MySQLArrow2TransportError",1,["connectorx::transports::mysql_arrow2::MySQLArrow2TransportError"]],["impl<P> Send for MySQLArrow2Transport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrow2::MySQLArrow2Transport"]],["impl Send for MySQLArrowTransportError",1,["connectorx::transports::mysql_arrowstream::MySQLArrowTransportError"]],["impl<P> Send for MySQLArrowTransport<P>
where\n P: Send,
",1,["connectorx::transports::mysql_arrowstream::MySQLArrowTransport"]],["impl Send for OracleArrowTransportError",1,["connectorx::transports::oracle_arrow::OracleArrowTransportError"]],["impl Send for OracleArrowTransport",1,["connectorx::transports::oracle_arrow::OracleArrowTransport"]],["impl Send for OracleArrow2TransportError",1,["connectorx::transports::oracle_arrow2::OracleArrow2TransportError"]],["impl Send for OracleArrow2Transport",1,["connectorx::transports::oracle_arrow2::OracleArrow2Transport"]],["impl Send for OracleArrowTransportError",1,["connectorx::transports::oracle_arrowstream::OracleArrowTransportError"]],["impl Send for OracleArrowTransport",1,["connectorx::transports::oracle_arrowstream::OracleArrowTransport"]],["impl Send for PostgresArrowTransportError",1,["connectorx::transports::postgres_arrow::PostgresArrowTransportError"]],["impl<P, C> Send for PostgresArrowTransport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrow::PostgresArrowTransport"]],["impl Send for PostgresArrow2TransportError",1,["connectorx::transports::postgres_arrow2::PostgresArrow2TransportError"]],["impl<P, C> Send for PostgresArrow2Transport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrow2::PostgresArrow2Transport"]],["impl Send for PostgresArrowTransportError",1,["connectorx::transports::postgres_arrowstream::PostgresArrowTransportError"]],["impl<P, C> Send for PostgresArrowTransport<P, C>
where\n C: Send,\n P: Send,
",1,["connectorx::transports::postgres_arrowstream::PostgresArrowTransport"]],["impl Send for SQLiteArrowTransportError",1,["connectorx::transports::sqlite_arrow::SQLiteArrowTransportError"]],["impl Send for SQLiteArrowTransport",1,["connectorx::transports::sqlite_arrow::SQLiteArrowTransport"]],["impl Send for SQLiteArrow2TransportError",1,["connectorx::transports::sqlite_arrow2::SQLiteArrow2TransportError"]],["impl Send for SQLiteArrow2Transport",1,["connectorx::transports::sqlite_arrow2::SQLiteArrow2Transport"]],["impl Send for SQLiteArrowTransportError",1,["connectorx::transports::sqlite_arrowstream::SQLiteArrowTransportError"]],["impl Send for SQLiteArrowTransport",1,["connectorx::transports::sqlite_arrowstream::SQLiteArrowTransport"]],["impl<'a> Send for OracleTextSourceParser<'a>"],["impl<'a> Send for SQLiteSourcePartitionParser<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.StructuralEq.js b/rust-docs/trait.impl/core/marker/trait.StructuralEq.js index d4675d4450..a7c1b03fc7 100644 --- a/rust-docs/trait.impl/core/marker/trait.StructuralEq.js +++ b/rust-docs/trait.impl/core/marker/trait.StructuralEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl StructuralEq for Arrow2TypeSystem"],["impl StructuralEq for ArrowTypeSystem"],["impl StructuralEq for CSVTypeSystem"],["impl StructuralEq for ArrowTypeSystem"],["impl StructuralEq for DummyTypeSystem"],["impl StructuralEq for DataOrder"]] +"connectorx":[["impl StructuralEq for ArrowTypeSystem"],["impl StructuralEq for Arrow2TypeSystem"],["impl StructuralEq for CSVTypeSystem"],["impl StructuralEq for DummyTypeSystem"],["impl StructuralEq for DataOrder"],["impl StructuralEq for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js b/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js index 099d62303d..03e4fdc180 100644 --- a/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js +++ b/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl StructuralPartialEq for CSVTypeSystem"],["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for DummyTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for Arrow2TypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for DataOrder"]] +"connectorx":[["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for DummyTypeSystem"],["impl StructuralPartialEq for Arrow2TypeSystem"],["impl StructuralPartialEq for DataOrder"],["impl StructuralPartialEq for CSVTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/sqlparser/dialect/trait.Dialect.js b/rust-docs/trait.impl/sqlparser/dialect/trait.Dialect.js index eecea05e90..47e9326aff 100644 --- a/rust-docs/trait.impl/sqlparser/dialect/trait.Dialect.js +++ b/rust-docs/trait.impl/sqlparser/dialect/trait.Dialect.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl Dialect for OracleDialect"],["impl Dialect for BigQueryDialect"]] +"connectorx":[["impl Dialect for BigQueryDialect"],["impl Dialect for OracleDialect"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/type.impl/core/result/enum.Result.js b/rust-docs/type.impl/core/result/enum.Result.js index 0dda3bf122..345c90d5ca 100644 --- a/rust-docs/type.impl/core/result/enum.Result.js +++ b/rust-docs/type.impl/core/result/enum.Result.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"connectorx":[["
source§

impl<T, E> Result<T, E>

1.0.0 (const: 1.48.0) · source

pub const fn is_ok(&self) -> bool

Returns true if the result is Ok.

\n
Examples
\n
let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_ok(), true);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_ok(), false);
\n
1.70.0 · source

pub fn is_ok_and(self, f: impl FnOnce(T) -> bool) -> bool

Returns true if the result is Ok and the value inside of it matches a predicate.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.is_ok_and(|x| x > 1), true);\n\nlet x: Result<u32, &str> = Ok(0);\nassert_eq!(x.is_ok_and(|x| x > 1), false);\n\nlet x: Result<u32, &str> = Err(\"hey\");\nassert_eq!(x.is_ok_and(|x| x > 1), false);
\n
1.0.0 (const: 1.48.0) · source

pub const fn is_err(&self) -> bool

Returns true if the result is Err.

\n
Examples
\n
let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_err(), false);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_err(), true);
\n
1.70.0 · source

pub fn is_err_and(self, f: impl FnOnce(E) -> bool) -> bool

Returns true if the result is Err and the value inside of it matches a predicate.

\n
Examples
\n
use std::io::{Error, ErrorKind};\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::NotFound, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), true);\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::PermissionDenied, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);\n\nlet x: Result<u32, Error> = Ok(123);\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);
\n
1.0.0 · source

pub fn ok(self) -> Option<T>

Converts from Result<T, E> to Option<T>.

\n

Converts self into an Option<T>, consuming self,\nand discarding the error, if any.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.ok(), Some(2));\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.ok(), None);
\n
1.0.0 · source

pub fn err(self) -> Option<E>

Converts from Result<T, E> to Option<E>.

\n

Converts self into an Option<E>, consuming self,\nand discarding the success value, if any.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.err(), None);\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.err(), Some(\"Nothing here\"));
\n
1.0.0 (const: 1.48.0) · source

pub const fn as_ref(&self) -> Result<&T, &E>

Converts from &Result<T, E> to Result<&T, &E>.

\n

Produces a new Result, containing a reference\ninto the original, leaving the original in place.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.as_ref(), Ok(&2));\n\nlet x: Result<u32, &str> = Err(\"Error\");\nassert_eq!(x.as_ref(), Err(&\"Error\"));
\n
1.0.0 (const: unstable) · source

pub fn as_mut(&mut self) -> Result<&mut T, &mut E>

Converts from &mut Result<T, E> to Result<&mut T, &mut E>.

\n
Examples
\n
fn mutate(r: &mut Result<i32, i32>) {\n    match r.as_mut() {\n        Ok(v) => *v = 42,\n        Err(e) => *e = 0,\n    }\n}\n\nlet mut x: Result<i32, i32> = Ok(2);\nmutate(&mut x);\nassert_eq!(x.unwrap(), 42);\n\nlet mut x: Result<i32, i32> = Err(13);\nmutate(&mut x);\nassert_eq!(x.unwrap_err(), 0);
\n
1.0.0 · source

pub fn map<U, F>(self, op: F) -> Result<U, E>
where\n F: FnOnce(T) -> U,

Maps a Result<T, E> to Result<U, E> by applying a function to a\ncontained Ok value, leaving an Err value untouched.

\n

This function can be used to compose the results of two functions.

\n
Examples
\n

Print the numbers on each line of a string multiplied by two.

\n\n
let line = \"1\\n2\\n3\\n4\\n\";\n\nfor num in line.lines() {\n    match num.parse::<i32>().map(|i| i * 2) {\n        Ok(n) => println!(\"{n}\"),\n        Err(..) => {}\n    }\n}
\n
1.41.0 · source

pub fn map_or<U, F>(self, default: U, f: F) -> U
where\n F: FnOnce(T) -> U,

Returns the provided default (if Err), or\napplies a function to the contained value (if Ok).

\n

Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

\n
Examples
\n
let x: Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or(42, |v| v.len()), 42);
\n
1.41.0 · source

pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
where\n D: FnOnce(E) -> U,\n F: FnOnce(T) -> U,

Maps a Result<T, E> to U by applying fallback function default to\na contained Err value, or function f to a contained Ok value.

\n

This function can be used to unpack a successful result\nwhile handling an error.

\n
Examples
\n
let k = 21;\n\nlet x : Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 3);\n\nlet x : Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 42);
\n
1.0.0 · source

pub fn map_err<F, O>(self, op: O) -> Result<T, F>
where\n O: FnOnce(E) -> F,

Maps a Result<T, E> to Result<T, F> by applying a function to a\ncontained Err value, leaving an Ok value untouched.

\n

This function can be used to pass through a successful result while handling\nan error.

\n
Examples
\n
fn stringify(x: u32) -> String { format!(\"error code: {x}\") }\n\nlet x: Result<u32, u32> = Ok(2);\nassert_eq!(x.map_err(stringify), Ok(2));\n\nlet x: Result<u32, u32> = Err(13);\nassert_eq!(x.map_err(stringify), Err(\"error code: 13\".to_string()));
\n
1.76.0 · source

pub fn inspect<F>(self, f: F) -> Result<T, E>
where\n F: FnOnce(&T),

Calls the provided closure with a reference to the contained value (if Ok).

\n
Examples
\n
let x: u8 = \"4\"\n    .parse::<u8>()\n    .inspect(|x| println!(\"original: {x}\"))\n    .map(|x| x.pow(3))\n    .expect(\"failed to parse number\");
\n
1.76.0 · source

pub fn inspect_err<F>(self, f: F) -> Result<T, E>
where\n F: FnOnce(&E),

Calls the provided closure with a reference to the contained error (if Err).

\n
Examples
\n
use std::{fs, io};\n\nfn read() -> io::Result<String> {\n    fs::read_to_string(\"address.txt\")\n        .inspect_err(|e| eprintln!(\"failed to read file: {e}\"))\n}
\n
1.47.0 · source

pub fn as_deref(&self) -> Result<&<T as Deref>::Target, &E>
where\n T: Deref,

Converts from Result<T, E> (or &Result<T, E>) to Result<&<T as Deref>::Target, &E>.

\n

Coerces the Ok variant of the original Result via Deref\nand returns the new Result.

\n
Examples
\n
let x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&str, &u32> = Ok(\"hello\");\nassert_eq!(x.as_deref(), y);\n\nlet x: Result<String, u32> = Err(42);\nlet y: Result<&str, &u32> = Err(&42);\nassert_eq!(x.as_deref(), y);
\n
1.47.0 · source

pub fn as_deref_mut(&mut self) -> Result<&mut <T as Deref>::Target, &mut E>
where\n T: DerefMut,

Converts from Result<T, E> (or &mut Result<T, E>) to Result<&mut <T as DerefMut>::Target, &mut E>.

\n

Coerces the Ok variant of the original Result via DerefMut\nand returns the new Result.

\n
Examples
\n
let mut s = \"HELLO\".to_string();\nlet mut x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&mut str, &mut u32> = Ok(&mut s);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);\n\nlet mut i = 42;\nlet mut x: Result<String, u32> = Err(42);\nlet y: Result<&mut str, &mut u32> = Err(&mut i);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);
\n
1.0.0 · source

pub fn iter(&self) -> Iter<'_, T>

Returns an iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let x: Result<u32, &str> = Ok(7);\nassert_eq!(x.iter().next(), Some(&7));\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter().next(), None);
\n
1.0.0 · source

pub fn iter_mut(&mut self) -> IterMut<'_, T>

Returns a mutable iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let mut x: Result<u32, &str> = Ok(7);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 40,\n    None => {},\n}\nassert_eq!(x, Ok(40));\n\nlet mut x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter_mut().next(), None);
\n
1.4.0 · source

pub fn expect(self, msg: &str) -> T
where\n E: Debug,

Returns the contained Ok value, consuming the self value.

\n

Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

\n
Panics
\n

Panics if the value is an Err, with a panic message including the\npassed message, and the content of the Err.

\n
Examples
\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nx.expect(\"Testing expect\"); // panics with `Testing expect: emergency failure`
\n
Recommended Message Style
\n

We recommend that expect messages are used to describe the reason you\nexpect the Result should be Ok.

\n\n
let path = std::env::var(\"IMPORTANT_PATH\")\n    .expect(\"env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`\");
\n

Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

\n

For more detail on expect message styles and the reasoning behind our recommendation please\nrefer to the section on “Common Message\nStyles” in the\nstd::error module docs.

\n
1.0.0 · source

pub fn unwrap(self) -> T
where\n E: Debug,

Returns the contained Ok value, consuming the self value.

\n

Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

\n
Panics
\n

Panics if the value is an Err, with a panic message provided by the\nErr’s value.

\n
Examples
\n

Basic usage:

\n\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.unwrap(), 2);
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nx.unwrap(); // panics with `emergency failure`
\n
1.16.0 · source

pub fn unwrap_or_default(self) -> T
where\n T: Default,

Returns the contained Ok value or a default

\n

Consumes the self argument then, if Ok, returns the contained\nvalue, otherwise if Err, returns the default value for that\ntype.

\n
Examples
\n

Converts a string to an integer, turning poorly-formed strings\ninto 0 (the default value for integers). parse converts\na string to any other type that implements FromStr, returning an\nErr on error.

\n\n
let good_year_from_input = \"1909\";\nlet bad_year_from_input = \"190blarg\";\nlet good_year = good_year_from_input.parse().unwrap_or_default();\nlet bad_year = bad_year_from_input.parse().unwrap_or_default();\n\nassert_eq!(1909, good_year);\nassert_eq!(0, bad_year);
\n
1.17.0 · source

pub fn expect_err(self, msg: &str) -> E
where\n T: Debug,

Returns the contained Err value, consuming the self value.

\n
Panics
\n

Panics if the value is an Ok, with a panic message including the\npassed message, and the content of the Ok.

\n
Examples
\n
let x: Result<u32, &str> = Ok(10);\nx.expect_err(\"Testing expect_err\"); // panics with `Testing expect_err: 10`
\n
1.0.0 · source

pub fn unwrap_err(self) -> E
where\n T: Debug,

Returns the contained Err value, consuming the self value.

\n
Panics
\n

Panics if the value is an Ok, with a custom panic message provided\nby the Ok’s value.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nx.unwrap_err(); // panics with `2`
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(x.unwrap_err(), \"emergency failure\");
\n
source

pub fn into_ok(self) -> T
where\n E: Into<!>,

🔬This is a nightly-only experimental API. (unwrap_infallible)

Returns the contained Ok value, but never panics.

\n

Unlike unwrap, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap as a maintainability safeguard that will fail\nto compile if the error type of the Result is later changed\nto an error that can actually occur.

\n
Examples
\n
\nfn only_good_news() -> Result<String, !> {\n    Ok(\"this is fine\".into())\n}\n\nlet s: String = only_good_news().into_ok();\nprintln!(\"{s}\");
\n
source

pub fn into_err(self) -> E
where\n T: Into<!>,

🔬This is a nightly-only experimental API. (unwrap_infallible)

Returns the contained Err value, but never panics.

\n

Unlike unwrap_err, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap_err as a maintainability safeguard that will fail\nto compile if the ok type of the Result is later changed\nto a type that can actually occur.

\n
Examples
\n
\nfn only_bad_news() -> Result<!, String> {\n    Err(\"Oops, it failed\".into())\n}\n\nlet error: String = only_bad_news().into_err();\nprintln!(\"{error}\");
\n
1.0.0 · source

pub fn and<U>(self, res: Result<U, E>) -> Result<U, E>

Returns res if the result is Ok, otherwise returns the Err value of self.

\n

Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<&str, &str> = Ok(\"foo\");\nassert_eq!(x.and(y), Err(\"early error\"));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"not a 2\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Ok(\"different result type\");\nassert_eq!(x.and(y), Ok(\"different result type\"));
\n
1.0.0 · source

pub fn and_then<U, F>(self, op: F) -> Result<U, E>
where\n F: FnOnce(T) -> Result<U, E>,

Calls op if the result is Ok, otherwise returns the Err value of self.

\n

This function can be used for control flow based on Result values.

\n
Examples
\n
fn sq_then_to_string(x: u32) -> Result<String, &'static str> {\n    x.checked_mul(x).map(|sq| sq.to_string()).ok_or(\"overflowed\")\n}\n\nassert_eq!(Ok(2).and_then(sq_then_to_string), Ok(4.to_string()));\nassert_eq!(Ok(1_000_000).and_then(sq_then_to_string), Err(\"overflowed\"));\nassert_eq!(Err(\"not a number\").and_then(sq_then_to_string), Err(\"not a number\"));
\n

Often used to chain fallible operations that may return Err.

\n\n
use std::{io::ErrorKind, path::Path};\n\n// Note: on Windows \"/\" maps to \"C:\\\"\nlet root_modified_time = Path::new(\"/\").metadata().and_then(|md| md.modified());\nassert!(root_modified_time.is_ok());\n\nlet should_fail = Path::new(\"/bad/path\").metadata().and_then(|md| md.modified());\nassert!(should_fail.is_err());\nassert_eq!(should_fail.unwrap_err().kind(), ErrorKind::NotFound);
\n
1.0.0 · source

pub fn or<F>(self, res: Result<T, F>) -> Result<T, F>

Returns res if the result is Err, otherwise returns the Ok value of self.

\n

Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<u32, &str> = Ok(2);\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Ok(100);\nassert_eq!(x.or(y), Ok(2));
\n
1.0.0 · source

pub fn or_else<F, O>(self, op: O) -> Result<T, F>
where\n O: FnOnce(E) -> Result<T, F>,

Calls op if the result is Err, otherwise returns the Ok value of self.

\n

This function can be used for control flow based on result values.

\n
Examples
\n
fn sq(x: u32) -> Result<u32, u32> { Ok(x * x) }\nfn err(x: u32) -> Result<u32, u32> { Err(x) }\n\nassert_eq!(Ok(2).or_else(sq).or_else(sq), Ok(2));\nassert_eq!(Ok(2).or_else(err).or_else(sq), Ok(2));\nassert_eq!(Err(3).or_else(sq).or_else(err), Ok(9));\nassert_eq!(Err(3).or_else(err).or_else(err), Err(3));
\n
1.0.0 · source

pub fn unwrap_or(self, default: T) -> T

Returns the contained Ok value or a provided default.

\n

Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

\n
Examples
\n
let default = 2;\nlet x: Result<u32, &str> = Ok(9);\nassert_eq!(x.unwrap_or(default), 9);\n\nlet x: Result<u32, &str> = Err(\"error\");\nassert_eq!(x.unwrap_or(default), default);
\n
1.0.0 · source

pub fn unwrap_or_else<F>(self, op: F) -> T
where\n F: FnOnce(E) -> T,

Returns the contained Ok value or computes it from a closure.

\n
Examples
\n
fn count(x: &str) -> usize { x.len() }\n\nassert_eq!(Ok(2).unwrap_or_else(count), 2);\nassert_eq!(Err(\"foo\").unwrap_or_else(count), 3);
\n
1.58.0 · source

pub unsafe fn unwrap_unchecked(self) -> T

Returns the contained Ok value, consuming the self value,\nwithout checking that the value is not an Err.

\n
Safety
\n

Calling this method on an Err is undefined behavior.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(unsafe { x.unwrap_unchecked() }, 2);
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nunsafe { x.unwrap_unchecked(); } // Undefined behavior!
\n
1.58.0 · source

pub unsafe fn unwrap_err_unchecked(self) -> E

Returns the contained Err value, consuming the self value,\nwithout checking that the value is not an Ok.

\n
Safety
\n

Calling this method on an Ok is undefined behavior.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nunsafe { x.unwrap_err_unchecked() }; // Undefined behavior!
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(unsafe { x.unwrap_err_unchecked() }, \"emergency failure\");
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<&T, E>

1.59.0 · source

pub fn copied(self) -> Result<T, E>
where\n T: Copy,

Maps a Result<&T, E> to a Result<T, E> by copying the contents of the\nOk part.

\n
Examples
\n
let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
\n
1.59.0 · source

pub fn cloned(self) -> Result<T, E>
where\n T: Clone,

Maps a Result<&T, E> to a Result<T, E> by cloning the contents of the\nOk part.

\n
Examples
\n
let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<&mut T, E>

1.59.0 · source

pub fn copied(self) -> Result<T, E>
where\n T: Copy,

Maps a Result<&mut T, E> to a Result<T, E> by copying the contents of the\nOk part.

\n
Examples
\n
let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
\n
1.59.0 · source

pub fn cloned(self) -> Result<T, E>
where\n T: Clone,

Maps a Result<&mut T, E> to a Result<T, E> by cloning the contents of the\nOk part.

\n
Examples
\n
let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<Option<T>, E>

1.33.0 (const: unstable) · source

pub fn transpose(self) -> Option<Result<T, E>>

Transposes a Result of an Option into an Option of a Result.

\n

Ok(None) will be mapped to None.\nOk(Some(_)) and Err(_) will be mapped to Some(Ok(_)) and Some(Err(_)).

\n
Examples
\n
#[derive(Debug, Eq, PartialEq)]\nstruct SomeErr;\n\nlet x: Result<Option<i32>, SomeErr> = Ok(Some(5));\nlet y: Option<Result<i32, SomeErr>> = Some(Ok(5));\nassert_eq!(x.transpose(), y);
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<Result<T, E>, E>

source

pub fn flatten(self) -> Result<T, E>

🔬This is a nightly-only experimental API. (result_flattening)

Converts from Result<Result<T, E>, E> to Result<T, E>

\n
Examples
\n
#![feature(result_flattening)]\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Ok(\"hello\"));\nassert_eq!(Ok(\"hello\"), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Err(6));\nassert_eq!(Err(6), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Err(6);\nassert_eq!(Err(6), x.flatten());
\n

Flattening only removes one level of nesting at a time:

\n\n
#![feature(result_flattening)]\nlet x: Result<Result<Result<&'static str, u32>, u32>, u32> = Ok(Ok(Ok(\"hello\")));\nassert_eq!(Ok(Ok(\"hello\")), x.flatten());\nassert_eq!(Ok(\"hello\"), x.flatten().flatten());
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.61.0 · source§

impl<T, E> Termination for Result<T, E>
where\n T: Termination,\n E: Debug,

source§

fn report(self) -> ExitCode

Is called to get the representation of the value as status code.\nThis status code is returned to the operating system.
","Termination","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> PartialOrd for Result<T, E>
where\n T: PartialOrd,\n E: PartialOrd,

source§

fn partial_cmp(&self, other: &Result<T, E>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.16.0 · source§

impl<T, U, E> Product<Result<U, E>> for Result<T, E>
where\n T: Product<U>,

source§

fn product<I>(iter: I) -> Result<T, E>
where\n I: Iterator<Item = Result<U, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the product of all elements is returned.

\n
Examples
\n

This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns Err:

\n\n
let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert_eq!(total, Ok(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert!(total.is_err());
\n
","Product>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E, F> FromResidual<Result<Infallible, E>> for Result<T, F>
where\n F: From<E>,

source§

fn from_residual(residual: Result<Infallible, E>) -> Result<T, F>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from a compatible Residual type. Read more
","FromResidual>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E, F> FromResidual<Yeet<E>> for Result<T, F>
where\n F: From<E>,

source§

fn from_residual(_: Yeet<E>) -> Result<T, F>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from a compatible Residual type. Read more
","FromResidual>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Try for Result<T, E>

§

type Output = T

🔬This is a nightly-only experimental API. (try_trait_v2)
The type of the value produced by ? when not short-circuiting.
§

type Residual = Result<Infallible, E>

🔬This is a nightly-only experimental API. (try_trait_v2)
The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
source§

fn from_output(output: <Result<T, E> as Try>::Output) -> Result<T, E>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from its Output type. Read more
source§

fn branch(\n self\n) -> ControlFlow<<Result<T, E> as Try>::Residual, <Result<T, E> as Try>::Output>

🔬This is a nightly-only experimental API. (try_trait_v2)
Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
","Try","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Clone for Result<T, E>
where\n T: Clone,\n E: Clone,

source§

fn clone(&self) -> Result<T, E>

Returns a copy of the value. Read more
source§

fn clone_from(&mut self, source: &Result<T, E>)

Performs copy-assignment from source. Read more
","Clone","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<A, E, V> FromIterator<Result<A, E>> for Result<V, E>
where\n V: FromIterator<A>,

source§

fn from_iter<I>(iter: I) -> Result<V, E>
where\n I: IntoIterator<Item = Result<A, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err occur, a\ncontainer with the values of each Result is returned.

\n

Here is an example which increments every integer in a vector,\nchecking for overflow:

\n\n
let v = vec![1, 2];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_add(1).ok_or(\"Overflow!\")\n).collect();\nassert_eq!(res, Ok(vec![2, 3]));
\n

Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

\n\n
let v = vec![1, 2, 0];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_sub(1).ok_or(\"Underflow!\")\n).collect();\nassert_eq!(res, Err(\"Underflow!\"));
\n

Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first Err.

\n\n
let v = vec![3, 2, 1, 10];\nlet mut shared = 0;\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32| {\n    shared += x;\n    x.checked_sub(2).ok_or(\"Underflow!\")\n}).collect();\nassert_eq!(res, Err(\"Underflow!\"));\nassert_eq!(shared, 6);
\n

Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

\n
","FromIterator>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> StructuralEq for Result<T, E>

","StructuralEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Eq for Result<T, E>
where\n T: Eq,\n E: Eq,

","Eq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Hash for Result<T, E>
where\n T: Hash,\n E: Hash,

source§

fn hash<__H>(&self, state: &mut __H)
where\n __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Ord for Result<T, E>
where\n T: Ord,\n E: Ord,

source§

fn cmp(&self, other: &Result<T, E>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Residual<T> for Result<Infallible, E>

§

type TryType = Result<T, E>

🔬This is a nightly-only experimental API. (try_trait_v2_residual)
The “return” type of this meta-function.
","Residual","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> PartialEq for Result<T, E>
where\n T: PartialEq,\n E: PartialEq,

source§

fn eq(&self, other: &Result<T, E>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> IntoIterator for Result<T, E>

source§

fn into_iter(self) -> IntoIter<T>

Returns a consuming iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let x: Result<u32, &str> = Ok(5);\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, [5]);\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, []);
\n
§

type Item = T

The type of the elements being iterated over.
§

type IntoIter = IntoIter<T>

Which kind of iterator are we turning this into?
","IntoIterator","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.16.0 · source§

impl<T, U, E> Sum<Result<U, E>> for Result<T, E>
where\n T: Sum<U>,

source§

fn sum<I>(iter: I) -> Result<T, E>
where\n I: Iterator<Item = Result<U, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the sum of all elements is returned.

\n
Examples
\n

This sums up every integer in a vector, rejecting the sum if a negative\nelement is encountered:

\n\n
let f = |&x: &i32| if x < 0 { Err(\"Negative element found\") } else { Ok(x) };\nlet v = vec![1, 2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Ok(3));\nlet v = vec![1, -2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Err(\"Negative element found\"));
\n
","Sum>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> StructuralPartialEq for Result<T, E>

","StructuralPartialEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Debug for Result<T, E>
where\n T: Debug,\n E: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Copy for Result<T, E>
where\n T: Copy,\n E: Copy,

","Copy","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where\n T: Deserialize<'de>,\n E: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Serialize for Result<T, E>
where\n T: Serialize,\n E: Serialize,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> IntoParallelIterator for Result<T, E>
where\n T: Send,

§

type Item = T

The type of item that the parallel iterator will produce.
§

type Iter = IntoIter<T>

The parallel iterator type that will be created.
§

fn into_par_iter(self) -> <Result<T, E> as IntoParallelIterator>::Iter

Converts self into a parallel iterator. Read more
","IntoParallelIterator","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<C, T, E> FromParallelIterator<Result<T, E>> for Result<C, E>
where\n C: FromParallelIterator<T>,\n T: Send,\n E: Send,

Collect an arbitrary Result-wrapped collection.

\n

If any item is Err, then all previous Ok items collected are\ndiscarded, and it returns that error. If there are multiple errors, the\none returned is not deterministic.

\n
§

fn from_par_iter<I>(par_iter: I) -> Result<C, E>
where\n I: IntoParallelIterator<Item = Result<T, E>>,

Creates an instance of the collection from the parallel iterator par_iter. Read more
","FromParallelIterator>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Context<T, E> for Result<T, E>
where\n E: StdError + Send + Sync + 'static,

source§

fn context<C>(self, context: C) -> Result<T, Error>
where\n C: Display + Send + Sync + 'static,

Wrap the error value with additional context.
source§

fn with_context<C, F>(self, context: F) -> Result<T, Error>
where\n C: Display + Send + Sync + 'static,\n F: FnOnce() -> C,

Wrap the error value with additional context that is evaluated lazily\nonly once an error does occur.
","Context","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<'buf, T, E> VectorRead<'buf> for Result<T, E>
where\n T: VectorReadInner<'buf>,\n E: From<<T as VectorReadInner<'buf>>::Error>,

","VectorRead<'buf>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> UnwrapUncheckedRelease<T> for Result<T, E>
where\n E: Debug,

§

unsafe fn unwrap_unchecked_release(self) -> T

Safety Read more
","UnwrapUncheckedRelease","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> ResultExt<T, E> for Result<T, E>

§

fn context<C, E2>(self, context: C) -> Result<T, E2>
where\n C: IntoError<E2, Source = E>,\n E2: Error + ErrorCompat,

Extend a Result’s error with additional context-sensitive information. Read more
§

fn with_context<F, C, E2>(self, context: F) -> Result<T, E2>
where\n F: FnOnce(&mut E) -> C,\n C: IntoError<E2, Source = E>,\n E2: Error + ErrorCompat,

Extend a Result’s error with lazily-generated context-sensitive information. Read more
§

fn whatever_context<S, E2>(self, context: S) -> Result<T, E2>
where\n S: Into<String>,\n E2: FromString,\n E: Into<<E2 as FromString>::Source>,

Extend a Result’s error with information from a string. Read more
§

fn with_whatever_context<F, S, E2>(self, context: F) -> Result<T, E2>
where\n F: FnOnce(&mut E) -> S,\n S: Into<String>,\n E2: FromString,\n E: Into<<E2 as FromString>::Source>,

Extend a Result’s error with information from a\nlazily-generated string. Read more
","ResultExt","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<C, E> ControlFlow for Result<C, E>
where\n C: ControlFlow,

","ControlFlow","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, U, E> FromStream<Result<T, E>> for Result<U, E>
where\n U: FromStream<T>,

","FromStream>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> IntoValidated<T, E> for Result<T, E>

§

fn into_validated(self) -> Validated<HCons<T, HNil>, E>

Consumes the current Result into a Validated so that we can begin chaining Read more
","IntoValidated","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> TapFallible for Result<T, E>

§

type Ok = T

The interior type used to indicate a successful construction.
§

type Err = E

The interior type used to indicate a failed construction.
§

fn tap_ok(self, func: impl FnOnce(&T)) -> Result<T, E>

Immutably accesses an interior success value. Read more
§

fn tap_ok_mut(self, func: impl FnOnce(&mut T)) -> Result<T, E>

Mutably accesses an interior success value. Read more
§

fn tap_err(self, func: impl FnOnce(&E)) -> Result<T, E>

Immutably accesses an interior failure value. Read more
§

fn tap_err_mut(self, func: impl FnOnce(&mut E)) -> Result<T, E>

Mutably accesses an interior failure value. Read more
§

fn tap_ok_dbg(self, func: impl FnOnce(&Self::Ok)) -> Self

Calls .tap_ok() only in debug builds, and is erased in release builds.
§

fn tap_ok_mut_dbg(self, func: impl FnOnce(&mut Self::Ok)) -> Self

Calls .tap_ok_mut() only in debug builds, and is erased in release\nbuilds.
§

fn tap_err_dbg(self, func: impl FnOnce(&Self::Err)) -> Self

Calls .tap_err() only in debug builds, and is erased in release\nbuilds.
§

fn tap_err_mut_dbg(self, func: impl FnOnce(&mut Self::Err)) -> Self

Calls .tap_err_mut() only in debug builds, and is erased in release\nbuilds.
","TapFallible","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"]] +"connectorx":[["
source§

impl<T, E> Result<T, E>

1.0.0 (const: 1.48.0) · source

pub const fn is_ok(&self) -> bool

Returns true if the result is Ok.

\n
Examples
\n
let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_ok(), true);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_ok(), false);
\n
1.70.0 · source

pub fn is_ok_and(self, f: impl FnOnce(T) -> bool) -> bool

Returns true if the result is Ok and the value inside of it matches a predicate.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.is_ok_and(|x| x > 1), true);\n\nlet x: Result<u32, &str> = Ok(0);\nassert_eq!(x.is_ok_and(|x| x > 1), false);\n\nlet x: Result<u32, &str> = Err(\"hey\");\nassert_eq!(x.is_ok_and(|x| x > 1), false);
\n
1.0.0 (const: 1.48.0) · source

pub const fn is_err(&self) -> bool

Returns true if the result is Err.

\n
Examples
\n
let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_err(), false);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_err(), true);
\n
1.70.0 · source

pub fn is_err_and(self, f: impl FnOnce(E) -> bool) -> bool

Returns true if the result is Err and the value inside of it matches a predicate.

\n
Examples
\n
use std::io::{Error, ErrorKind};\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::NotFound, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), true);\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::PermissionDenied, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);\n\nlet x: Result<u32, Error> = Ok(123);\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);
\n
1.0.0 · source

pub fn ok(self) -> Option<T>

Converts from Result<T, E> to Option<T>.

\n

Converts self into an Option<T>, consuming self,\nand discarding the error, if any.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.ok(), Some(2));\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.ok(), None);
\n
1.0.0 · source

pub fn err(self) -> Option<E>

Converts from Result<T, E> to Option<E>.

\n

Converts self into an Option<E>, consuming self,\nand discarding the success value, if any.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.err(), None);\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.err(), Some(\"Nothing here\"));
\n
1.0.0 (const: 1.48.0) · source

pub const fn as_ref(&self) -> Result<&T, &E>

Converts from &Result<T, E> to Result<&T, &E>.

\n

Produces a new Result, containing a reference\ninto the original, leaving the original in place.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.as_ref(), Ok(&2));\n\nlet x: Result<u32, &str> = Err(\"Error\");\nassert_eq!(x.as_ref(), Err(&\"Error\"));
\n
1.0.0 (const: unstable) · source

pub fn as_mut(&mut self) -> Result<&mut T, &mut E>

Converts from &mut Result<T, E> to Result<&mut T, &mut E>.

\n
Examples
\n
fn mutate(r: &mut Result<i32, i32>) {\n    match r.as_mut() {\n        Ok(v) => *v = 42,\n        Err(e) => *e = 0,\n    }\n}\n\nlet mut x: Result<i32, i32> = Ok(2);\nmutate(&mut x);\nassert_eq!(x.unwrap(), 42);\n\nlet mut x: Result<i32, i32> = Err(13);\nmutate(&mut x);\nassert_eq!(x.unwrap_err(), 0);
\n
1.0.0 · source

pub fn map<U, F>(self, op: F) -> Result<U, E>
where\n F: FnOnce(T) -> U,

Maps a Result<T, E> to Result<U, E> by applying a function to a\ncontained Ok value, leaving an Err value untouched.

\n

This function can be used to compose the results of two functions.

\n
Examples
\n

Print the numbers on each line of a string multiplied by two.

\n\n
let line = \"1\\n2\\n3\\n4\\n\";\n\nfor num in line.lines() {\n    match num.parse::<i32>().map(|i| i * 2) {\n        Ok(n) => println!(\"{n}\"),\n        Err(..) => {}\n    }\n}
\n
1.41.0 · source

pub fn map_or<U, F>(self, default: U, f: F) -> U
where\n F: FnOnce(T) -> U,

Returns the provided default (if Err), or\napplies a function to the contained value (if Ok).

\n

Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

\n
Examples
\n
let x: Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or(42, |v| v.len()), 42);
\n
1.41.0 · source

pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
where\n D: FnOnce(E) -> U,\n F: FnOnce(T) -> U,

Maps a Result<T, E> to U by applying fallback function default to\na contained Err value, or function f to a contained Ok value.

\n

This function can be used to unpack a successful result\nwhile handling an error.

\n
Examples
\n
let k = 21;\n\nlet x : Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 3);\n\nlet x : Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 42);
\n
1.0.0 · source

pub fn map_err<F, O>(self, op: O) -> Result<T, F>
where\n O: FnOnce(E) -> F,

Maps a Result<T, E> to Result<T, F> by applying a function to a\ncontained Err value, leaving an Ok value untouched.

\n

This function can be used to pass through a successful result while handling\nan error.

\n
Examples
\n
fn stringify(x: u32) -> String { format!(\"error code: {x}\") }\n\nlet x: Result<u32, u32> = Ok(2);\nassert_eq!(x.map_err(stringify), Ok(2));\n\nlet x: Result<u32, u32> = Err(13);\nassert_eq!(x.map_err(stringify), Err(\"error code: 13\".to_string()));
\n
1.76.0 · source

pub fn inspect<F>(self, f: F) -> Result<T, E>
where\n F: FnOnce(&T),

Calls the provided closure with a reference to the contained value (if Ok).

\n
Examples
\n
let x: u8 = \"4\"\n    .parse::<u8>()\n    .inspect(|x| println!(\"original: {x}\"))\n    .map(|x| x.pow(3))\n    .expect(\"failed to parse number\");
\n
1.76.0 · source

pub fn inspect_err<F>(self, f: F) -> Result<T, E>
where\n F: FnOnce(&E),

Calls the provided closure with a reference to the contained error (if Err).

\n
Examples
\n
use std::{fs, io};\n\nfn read() -> io::Result<String> {\n    fs::read_to_string(\"address.txt\")\n        .inspect_err(|e| eprintln!(\"failed to read file: {e}\"))\n}
\n
1.47.0 · source

pub fn as_deref(&self) -> Result<&<T as Deref>::Target, &E>
where\n T: Deref,

Converts from Result<T, E> (or &Result<T, E>) to Result<&<T as Deref>::Target, &E>.

\n

Coerces the Ok variant of the original Result via Deref\nand returns the new Result.

\n
Examples
\n
let x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&str, &u32> = Ok(\"hello\");\nassert_eq!(x.as_deref(), y);\n\nlet x: Result<String, u32> = Err(42);\nlet y: Result<&str, &u32> = Err(&42);\nassert_eq!(x.as_deref(), y);
\n
1.47.0 · source

pub fn as_deref_mut(&mut self) -> Result<&mut <T as Deref>::Target, &mut E>
where\n T: DerefMut,

Converts from Result<T, E> (or &mut Result<T, E>) to Result<&mut <T as DerefMut>::Target, &mut E>.

\n

Coerces the Ok variant of the original Result via DerefMut\nand returns the new Result.

\n
Examples
\n
let mut s = \"HELLO\".to_string();\nlet mut x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&mut str, &mut u32> = Ok(&mut s);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);\n\nlet mut i = 42;\nlet mut x: Result<String, u32> = Err(42);\nlet y: Result<&mut str, &mut u32> = Err(&mut i);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);
\n
1.0.0 · source

pub fn iter(&self) -> Iter<'_, T>

Returns an iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let x: Result<u32, &str> = Ok(7);\nassert_eq!(x.iter().next(), Some(&7));\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter().next(), None);
\n
1.0.0 · source

pub fn iter_mut(&mut self) -> IterMut<'_, T>

Returns a mutable iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let mut x: Result<u32, &str> = Ok(7);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 40,\n    None => {},\n}\nassert_eq!(x, Ok(40));\n\nlet mut x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter_mut().next(), None);
\n
1.4.0 · source

pub fn expect(self, msg: &str) -> T
where\n E: Debug,

Returns the contained Ok value, consuming the self value.

\n

Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

\n
Panics
\n

Panics if the value is an Err, with a panic message including the\npassed message, and the content of the Err.

\n
Examples
\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nx.expect(\"Testing expect\"); // panics with `Testing expect: emergency failure`
\n
Recommended Message Style
\n

We recommend that expect messages are used to describe the reason you\nexpect the Result should be Ok.

\n\n
let path = std::env::var(\"IMPORTANT_PATH\")\n    .expect(\"env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`\");
\n

Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

\n

For more detail on expect message styles and the reasoning behind our recommendation please\nrefer to the section on “Common Message\nStyles” in the\nstd::error module docs.

\n
1.0.0 · source

pub fn unwrap(self) -> T
where\n E: Debug,

Returns the contained Ok value, consuming the self value.

\n

Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

\n
Panics
\n

Panics if the value is an Err, with a panic message provided by the\nErr’s value.

\n
Examples
\n

Basic usage:

\n\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.unwrap(), 2);
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nx.unwrap(); // panics with `emergency failure`
\n
1.16.0 · source

pub fn unwrap_or_default(self) -> T
where\n T: Default,

Returns the contained Ok value or a default

\n

Consumes the self argument then, if Ok, returns the contained\nvalue, otherwise if Err, returns the default value for that\ntype.

\n
Examples
\n

Converts a string to an integer, turning poorly-formed strings\ninto 0 (the default value for integers). parse converts\na string to any other type that implements FromStr, returning an\nErr on error.

\n\n
let good_year_from_input = \"1909\";\nlet bad_year_from_input = \"190blarg\";\nlet good_year = good_year_from_input.parse().unwrap_or_default();\nlet bad_year = bad_year_from_input.parse().unwrap_or_default();\n\nassert_eq!(1909, good_year);\nassert_eq!(0, bad_year);
\n
1.17.0 · source

pub fn expect_err(self, msg: &str) -> E
where\n T: Debug,

Returns the contained Err value, consuming the self value.

\n
Panics
\n

Panics if the value is an Ok, with a panic message including the\npassed message, and the content of the Ok.

\n
Examples
\n
let x: Result<u32, &str> = Ok(10);\nx.expect_err(\"Testing expect_err\"); // panics with `Testing expect_err: 10`
\n
1.0.0 · source

pub fn unwrap_err(self) -> E
where\n T: Debug,

Returns the contained Err value, consuming the self value.

\n
Panics
\n

Panics if the value is an Ok, with a custom panic message provided\nby the Ok’s value.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nx.unwrap_err(); // panics with `2`
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(x.unwrap_err(), \"emergency failure\");
\n
source

pub fn into_ok(self) -> T
where\n E: Into<!>,

🔬This is a nightly-only experimental API. (unwrap_infallible)

Returns the contained Ok value, but never panics.

\n

Unlike unwrap, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap as a maintainability safeguard that will fail\nto compile if the error type of the Result is later changed\nto an error that can actually occur.

\n
Examples
\n
\nfn only_good_news() -> Result<String, !> {\n    Ok(\"this is fine\".into())\n}\n\nlet s: String = only_good_news().into_ok();\nprintln!(\"{s}\");
\n
source

pub fn into_err(self) -> E
where\n T: Into<!>,

🔬This is a nightly-only experimental API. (unwrap_infallible)

Returns the contained Err value, but never panics.

\n

Unlike unwrap_err, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap_err as a maintainability safeguard that will fail\nto compile if the ok type of the Result is later changed\nto a type that can actually occur.

\n
Examples
\n
\nfn only_bad_news() -> Result<!, String> {\n    Err(\"Oops, it failed\".into())\n}\n\nlet error: String = only_bad_news().into_err();\nprintln!(\"{error}\");
\n
1.0.0 · source

pub fn and<U>(self, res: Result<U, E>) -> Result<U, E>

Returns res if the result is Ok, otherwise returns the Err value of self.

\n

Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<&str, &str> = Ok(\"foo\");\nassert_eq!(x.and(y), Err(\"early error\"));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"not a 2\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Ok(\"different result type\");\nassert_eq!(x.and(y), Ok(\"different result type\"));
\n
1.0.0 · source

pub fn and_then<U, F>(self, op: F) -> Result<U, E>
where\n F: FnOnce(T) -> Result<U, E>,

Calls op if the result is Ok, otherwise returns the Err value of self.

\n

This function can be used for control flow based on Result values.

\n
Examples
\n
fn sq_then_to_string(x: u32) -> Result<String, &'static str> {\n    x.checked_mul(x).map(|sq| sq.to_string()).ok_or(\"overflowed\")\n}\n\nassert_eq!(Ok(2).and_then(sq_then_to_string), Ok(4.to_string()));\nassert_eq!(Ok(1_000_000).and_then(sq_then_to_string), Err(\"overflowed\"));\nassert_eq!(Err(\"not a number\").and_then(sq_then_to_string), Err(\"not a number\"));
\n

Often used to chain fallible operations that may return Err.

\n\n
use std::{io::ErrorKind, path::Path};\n\n// Note: on Windows \"/\" maps to \"C:\\\"\nlet root_modified_time = Path::new(\"/\").metadata().and_then(|md| md.modified());\nassert!(root_modified_time.is_ok());\n\nlet should_fail = Path::new(\"/bad/path\").metadata().and_then(|md| md.modified());\nassert!(should_fail.is_err());\nassert_eq!(should_fail.unwrap_err().kind(), ErrorKind::NotFound);
\n
1.0.0 · source

pub fn or<F>(self, res: Result<T, F>) -> Result<T, F>

Returns res if the result is Err, otherwise returns the Ok value of self.

\n

Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<u32, &str> = Ok(2);\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Ok(100);\nassert_eq!(x.or(y), Ok(2));
\n
1.0.0 · source

pub fn or_else<F, O>(self, op: O) -> Result<T, F>
where\n O: FnOnce(E) -> Result<T, F>,

Calls op if the result is Err, otherwise returns the Ok value of self.

\n

This function can be used for control flow based on result values.

\n
Examples
\n
fn sq(x: u32) -> Result<u32, u32> { Ok(x * x) }\nfn err(x: u32) -> Result<u32, u32> { Err(x) }\n\nassert_eq!(Ok(2).or_else(sq).or_else(sq), Ok(2));\nassert_eq!(Ok(2).or_else(err).or_else(sq), Ok(2));\nassert_eq!(Err(3).or_else(sq).or_else(err), Ok(9));\nassert_eq!(Err(3).or_else(err).or_else(err), Err(3));
\n
1.0.0 · source

pub fn unwrap_or(self, default: T) -> T

Returns the contained Ok value or a provided default.

\n

Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

\n
Examples
\n
let default = 2;\nlet x: Result<u32, &str> = Ok(9);\nassert_eq!(x.unwrap_or(default), 9);\n\nlet x: Result<u32, &str> = Err(\"error\");\nassert_eq!(x.unwrap_or(default), default);
\n
1.0.0 · source

pub fn unwrap_or_else<F>(self, op: F) -> T
where\n F: FnOnce(E) -> T,

Returns the contained Ok value or computes it from a closure.

\n
Examples
\n
fn count(x: &str) -> usize { x.len() }\n\nassert_eq!(Ok(2).unwrap_or_else(count), 2);\nassert_eq!(Err(\"foo\").unwrap_or_else(count), 3);
\n
1.58.0 · source

pub unsafe fn unwrap_unchecked(self) -> T

Returns the contained Ok value, consuming the self value,\nwithout checking that the value is not an Err.

\n
Safety
\n

Calling this method on an Err is undefined behavior.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nassert_eq!(unsafe { x.unwrap_unchecked() }, 2);
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nunsafe { x.unwrap_unchecked(); } // Undefined behavior!
\n
1.58.0 · source

pub unsafe fn unwrap_err_unchecked(self) -> E

Returns the contained Err value, consuming the self value,\nwithout checking that the value is not an Ok.

\n
Safety
\n

Calling this method on an Ok is undefined behavior.

\n
Examples
\n
let x: Result<u32, &str> = Ok(2);\nunsafe { x.unwrap_err_unchecked() }; // Undefined behavior!
\n\n
let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(unsafe { x.unwrap_err_unchecked() }, \"emergency failure\");
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<&T, E>

1.59.0 · source

pub fn copied(self) -> Result<T, E>
where\n T: Copy,

Maps a Result<&T, E> to a Result<T, E> by copying the contents of the\nOk part.

\n
Examples
\n
let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
\n
1.59.0 · source

pub fn cloned(self) -> Result<T, E>
where\n T: Clone,

Maps a Result<&T, E> to a Result<T, E> by cloning the contents of the\nOk part.

\n
Examples
\n
let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<&mut T, E>

1.59.0 · source

pub fn copied(self) -> Result<T, E>
where\n T: Copy,

Maps a Result<&mut T, E> to a Result<T, E> by copying the contents of the\nOk part.

\n
Examples
\n
let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
\n
1.59.0 · source

pub fn cloned(self) -> Result<T, E>
where\n T: Clone,

Maps a Result<&mut T, E> to a Result<T, E> by cloning the contents of the\nOk part.

\n
Examples
\n
let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<Option<T>, E>

1.33.0 (const: unstable) · source

pub fn transpose(self) -> Option<Result<T, E>>

Transposes a Result of an Option into an Option of a Result.

\n

Ok(None) will be mapped to None.\nOk(Some(_)) and Err(_) will be mapped to Some(Ok(_)) and Some(Err(_)).

\n
Examples
\n
#[derive(Debug, Eq, PartialEq)]\nstruct SomeErr;\n\nlet x: Result<Option<i32>, SomeErr> = Ok(Some(5));\nlet y: Option<Result<i32, SomeErr>> = Some(Ok(5));\nassert_eq!(x.transpose(), y);
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Result<Result<T, E>, E>

source

pub fn flatten(self) -> Result<T, E>

🔬This is a nightly-only experimental API. (result_flattening)

Converts from Result<Result<T, E>, E> to Result<T, E>

\n
Examples
\n
#![feature(result_flattening)]\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Ok(\"hello\"));\nassert_eq!(Ok(\"hello\"), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Err(6));\nassert_eq!(Err(6), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Err(6);\nassert_eq!(Err(6), x.flatten());
\n

Flattening only removes one level of nesting at a time:

\n\n
#![feature(result_flattening)]\nlet x: Result<Result<Result<&'static str, u32>, u32>, u32> = Ok(Ok(Ok(\"hello\")));\nassert_eq!(Ok(Ok(\"hello\")), x.flatten());\nassert_eq!(Ok(\"hello\"), x.flatten().flatten());
\n
",0,"connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.61.0 · source§

impl<T, E> Termination for Result<T, E>
where\n T: Termination,\n E: Debug,

source§

fn report(self) -> ExitCode

Is called to get the representation of the value as status code.\nThis status code is returned to the operating system.
","Termination","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> PartialOrd for Result<T, E>
where\n T: PartialOrd,\n E: PartialOrd,

source§

fn partial_cmp(&self, other: &Result<T, E>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.16.0 · source§

impl<T, U, E> Product<Result<U, E>> for Result<T, E>
where\n T: Product<U>,

source§

fn product<I>(iter: I) -> Result<T, E>
where\n I: Iterator<Item = Result<U, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the product of all elements is returned.

\n
Examples
\n

This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns Err:

\n\n
let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert_eq!(total, Ok(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert!(total.is_err());
\n
","Product>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E, F> FromResidual<Result<Infallible, E>> for Result<T, F>
where\n F: From<E>,

source§

fn from_residual(residual: Result<Infallible, E>) -> Result<T, F>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from a compatible Residual type. Read more
","FromResidual>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E, F> FromResidual<Yeet<E>> for Result<T, F>
where\n F: From<E>,

source§

fn from_residual(_: Yeet<E>) -> Result<T, F>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from a compatible Residual type. Read more
","FromResidual>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Try for Result<T, E>

§

type Output = T

🔬This is a nightly-only experimental API. (try_trait_v2)
The type of the value produced by ? when not short-circuiting.
§

type Residual = Result<Infallible, E>

🔬This is a nightly-only experimental API. (try_trait_v2)
The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
source§

fn from_output(output: <Result<T, E> as Try>::Output) -> Result<T, E>

🔬This is a nightly-only experimental API. (try_trait_v2)
Constructs the type from its Output type. Read more
source§

fn branch(\n self\n) -> ControlFlow<<Result<T, E> as Try>::Residual, <Result<T, E> as Try>::Output>

🔬This is a nightly-only experimental API. (try_trait_v2)
Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
","Try","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Clone for Result<T, E>
where\n T: Clone,\n E: Clone,

source§

fn clone(&self) -> Result<T, E>

Returns a copy of the value. Read more
source§

fn clone_from(&mut self, source: &Result<T, E>)

Performs copy-assignment from source. Read more
","Clone","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<A, E, V> FromIterator<Result<A, E>> for Result<V, E>
where\n V: FromIterator<A>,

source§

fn from_iter<I>(iter: I) -> Result<V, E>
where\n I: IntoIterator<Item = Result<A, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err occur, a\ncontainer with the values of each Result is returned.

\n

Here is an example which increments every integer in a vector,\nchecking for overflow:

\n\n
let v = vec![1, 2];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_add(1).ok_or(\"Overflow!\")\n).collect();\nassert_eq!(res, Ok(vec![2, 3]));
\n

Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

\n\n
let v = vec![1, 2, 0];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_sub(1).ok_or(\"Underflow!\")\n).collect();\nassert_eq!(res, Err(\"Underflow!\"));
\n

Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first Err.

\n\n
let v = vec![3, 2, 1, 10];\nlet mut shared = 0;\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32| {\n    shared += x;\n    x.checked_sub(2).ok_or(\"Underflow!\")\n}).collect();\nassert_eq!(res, Err(\"Underflow!\"));\nassert_eq!(shared, 6);
\n

Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

\n
","FromIterator>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> StructuralEq for Result<T, E>

","StructuralEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Eq for Result<T, E>
where\n T: Eq,\n E: Eq,

","Eq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Hash for Result<T, E>
where\n T: Hash,\n E: Hash,

source§

fn hash<__H>(&self, state: &mut __H)
where\n __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Ord for Result<T, E>
where\n T: Ord,\n E: Ord,

source§

fn cmp(&self, other: &Result<T, E>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Residual<T> for Result<Infallible, E>

§

type TryType = Result<T, E>

🔬This is a nightly-only experimental API. (try_trait_v2_residual)
The “return” type of this meta-function.
","Residual","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> PartialEq for Result<T, E>
where\n T: PartialEq,\n E: PartialEq,

source§

fn eq(&self, other: &Result<T, E>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> IntoIterator for Result<T, E>

source§

fn into_iter(self) -> IntoIter<T>

Returns a consuming iterator over the possibly contained value.

\n

The iterator yields one value if the result is Result::Ok, otherwise none.

\n
Examples
\n
let x: Result<u32, &str> = Ok(5);\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, [5]);\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, []);
\n
§

type Item = T

The type of the elements being iterated over.
§

type IntoIter = IntoIter<T>

Which kind of iterator are we turning this into?
","IntoIterator","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.16.0 · source§

impl<T, U, E> Sum<Result<U, E>> for Result<T, E>
where\n T: Sum<U>,

source§

fn sum<I>(iter: I) -> Result<T, E>
where\n I: Iterator<Item = Result<U, E>>,

Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the sum of all elements is returned.

\n
Examples
\n

This sums up every integer in a vector, rejecting the sum if a negative\nelement is encountered:

\n\n
let f = |&x: &i32| if x < 0 { Err(\"Negative element found\") } else { Ok(x) };\nlet v = vec![1, 2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Ok(3));\nlet v = vec![1, -2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Err(\"Negative element found\"));
\n
","Sum>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> StructuralPartialEq for Result<T, E>

","StructuralPartialEq","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Debug for Result<T, E>
where\n T: Debug,\n E: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
1.0.0 · source§

impl<T, E> Copy for Result<T, E>
where\n T: Copy,\n E: Copy,

","Copy","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where\n T: Deserialize<'de>,\n E: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Serialize for Result<T, E>
where\n T: Serialize,\n E: Serialize,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<C, T, E> FromParallelIterator<Result<T, E>> for Result<C, E>
where\n C: FromParallelIterator<T>,\n T: Send,\n E: Send,

Collect an arbitrary Result-wrapped collection.

\n

If any item is Err, then all previous Ok items collected are\ndiscarded, and it returns that error. If there are multiple errors, the\none returned is not deterministic.

\n
§

fn from_par_iter<I>(par_iter: I) -> Result<C, E>
where\n I: IntoParallelIterator<Item = Result<T, E>>,

Creates an instance of the collection from the parallel iterator par_iter. Read more
","FromParallelIterator>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> IntoParallelIterator for Result<T, E>
where\n T: Send,

§

type Item = T

The type of item that the parallel iterator will produce.
§

type Iter = IntoIter<T>

The parallel iterator type that will be created.
§

fn into_par_iter(self) -> <Result<T, E> as IntoParallelIterator>::Iter

Converts self into a parallel iterator. Read more
","IntoParallelIterator","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<T, E> Context<T, E> for Result<T, E>
where\n E: StdError + Send + Sync + 'static,

source§

fn context<C>(self, context: C) -> Result<T, Error>
where\n C: Display + Send + Sync + 'static,

Wrap the error value with additional context.
source§

fn with_context<C, F>(self, context: F) -> Result<T, Error>
where\n C: Display + Send + Sync + 'static,\n F: FnOnce() -> C,

Wrap the error value with additional context that is evaluated lazily\nonly once an error does occur.
","Context","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<'buf, T, E> VectorRead<'buf> for Result<T, E>
where\n T: VectorReadInner<'buf>,\n E: From<<T as VectorReadInner<'buf>>::Error>,

","VectorRead<'buf>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> UnwrapUncheckedRelease<T> for Result<T, E>
where\n E: Debug,

§

unsafe fn unwrap_unchecked_release(self) -> T

Safety Read more
","UnwrapUncheckedRelease","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> ResultExt<T, E> for Result<T, E>

§

fn context<C, E2>(self, context: C) -> Result<T, E2>
where\n C: IntoError<E2, Source = E>,\n E2: Error + ErrorCompat,

Extend a Result’s error with additional context-sensitive information. Read more
§

fn with_context<F, C, E2>(self, context: F) -> Result<T, E2>
where\n F: FnOnce(&mut E) -> C,\n C: IntoError<E2, Source = E>,\n E2: Error + ErrorCompat,

Extend a Result’s error with lazily-generated context-sensitive information. Read more
§

fn whatever_context<S, E2>(self, context: S) -> Result<T, E2>
where\n S: Into<String>,\n E2: FromString,\n E: Into<<E2 as FromString>::Source>,

Extend a Result’s error with information from a string. Read more
§

fn with_whatever_context<F, S, E2>(self, context: F) -> Result<T, E2>
where\n F: FnOnce(&mut E) -> S,\n S: Into<String>,\n E2: FromString,\n E: Into<<E2 as FromString>::Source>,

Extend a Result’s error with information from a\nlazily-generated string. Read more
","ResultExt","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
source§

impl<C, E> ControlFlow for Result<C, E>
where\n C: ControlFlow,

","ControlFlow","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, U, E> FromStream<Result<T, E>> for Result<U, E>
where\n U: FromStream<T>,

","FromStream>","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> IntoValidated<T, E> for Result<T, E>

§

fn into_validated(self) -> Validated<HCons<T, HNil>, E>

Consumes the current Result into a Validated so that we can begin chaining Read more
","IntoValidated","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"],["
§

impl<T, E> TapFallible for Result<T, E>

§

type Ok = T

The interior type used to indicate a successful construction.
§

type Err = E

The interior type used to indicate a failed construction.
§

fn tap_ok(self, func: impl FnOnce(&T)) -> Result<T, E>

Immutably accesses an interior success value. Read more
§

fn tap_ok_mut(self, func: impl FnOnce(&mut T)) -> Result<T, E>

Mutably accesses an interior success value. Read more
§

fn tap_err(self, func: impl FnOnce(&E)) -> Result<T, E>

Immutably accesses an interior failure value. Read more
§

fn tap_err_mut(self, func: impl FnOnce(&mut E)) -> Result<T, E>

Mutably accesses an interior failure value. Read more
§

fn tap_ok_dbg(self, func: impl FnOnce(&Self::Ok)) -> Self

Calls .tap_ok() only in debug builds, and is erased in release builds.
§

fn tap_ok_mut_dbg(self, func: impl FnOnce(&mut Self::Ok)) -> Self

Calls .tap_ok_mut() only in debug builds, and is erased in release\nbuilds.
§

fn tap_err_dbg(self, func: impl FnOnce(&Self::Err)) -> Self

Calls .tap_err() only in debug builds, and is erased in release\nbuilds.
§

fn tap_err_mut_dbg(self, func: impl FnOnce(&mut Self::Err)) -> Self

Calls .tap_err_mut() only in debug builds, and is erased in release\nbuilds.
","TapFallible","connectorx::destinations::arrow::errors::Result","connectorx::destinations::arrowstream::errors::Result","connectorx::destinations::arrow2::errors::Result","connectorx::errors::Result","connectorx::errors::OutResult"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file