From efe716fb76d1f077029eac1863c86ad745793549 Mon Sep 17 00:00:00 2001 From: wangxiaoying Date: Mon, 8 Apr 2024 17:22:03 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20sfu-db/c?= =?UTF-8?q?onnector-x@620c25a627821c20d6e1f025230f6f3242092e53=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arrow/enum.ArrowDestinationError.html | 2 +- .../arrow2/enum.Arrow2DestinationError.html | 2 +- .../arrow2/struct.ArrowPartitionWriter.html | 2 +- .../enum.ArrowDestinationError.html | 2 +- .../errors/enum.ConnectorXError.html | 2 +- .../errors/enum.ConnectorXOutError.html | 2 +- .../connectorx/prelude/enum.CXQuery.html | 2 +- .../bigquery/enum.BigQuerySourceError.html | 2 +- .../bigquery/enum.BigQueryTypeSystem.html | 2 +- .../bigquery/struct.BigQuerySourceParser.html | 4 +- .../sources/csv/enum.CSVSourceError.html | 2 +- .../csv/struct.CSVSourcePartitionParser.html | 4 +- .../struct.DummySourcePartitionParser.html | 4 +- .../sources/mssql/enum.MsSQLSourceError.html | 2 +- .../sources/mssql/struct.FloatN.html | 2 +- .../connectorx/sources/mssql/struct.IntN.html | 2 +- .../mssql/struct.MsSQLSourceParser.html | 4 +- .../sources/mysql/enum.MySQLSourceError.html | 2 +- .../mysql/struct.MySQLBinarySourceParser.html | 4 +- .../mysql/struct.MySQLSourcePartition.html | 6 +- .../mysql/struct.MySQLTextSourceParser.html | 4 +- .../oracle/enum.OracleSourceError.html | 2 +- .../oracle/struct.OracleTextSourceParser.html | 4 +- .../postgres/enum.PostgresSourceError.html | 2 +- ...t.PostgresBinarySourcePartitionParser.html | 8 +-- .../struct.PostgresCSVSourceParser.html | 8 +-- .../struct.PostgresRawSourceParser.html | 8 +-- .../struct.PostgresSimpleSourceParser.html | 6 +- .../struct.PostgresSourcePartition.html | 16 ++--- .../sqlite/enum.SQLiteSourceError.html | 2 +- .../sources/sqlite/enum.SQLiteTypeSystem.html | 2 +- .../struct.SQLiteSourcePartitionParser.html | 4 +- .../enum.BigQueryArrow2TransportError.html | 2 +- ...num.BigQueryArrowStreamTransportError.html | 2 +- .../enum.BigQueryArrowTransportError.html | 2 +- .../enum.MsSQLArrow2TransportError.html | 2 +- .../enum.MsSQLArrowStreamTransportError.html | 2 +- .../enum.MsSQLArrowTransportError.html | 2 +- .../enum.MySQLArrow2TransportError.html | 2 +- .../enum.MySQLArrowStreamTransportError.html | 2 +- .../enum.MySQLArrowTransportError.html | 2 +- .../enum.OracleArrow2TransportError.html | 2 +- .../enum.OracleArrowStreamTransportError.html | 2 +- .../enum.OracleArrowTransportError.html | 2 +- .../enum.PostgresArrow2TransportError.html | 2 +- ...num.PostgresArrowStreamTransportError.html | 2 +- .../enum.PostgresArrowTransportError.html | 2 +- .../enum.SQLiteArrow2TransportError.html | 2 +- .../enum.SQLiteArrowStreamTransportError.html | 2 +- .../enum.SQLiteArrowTransportError.html | 2 +- .../struct.BigQueryArrow2Transport.html | 2 +- .../struct.BigQueryArrowStreamTransport.html | 2 +- .../struct.BigQueryArrowTransport.html | 2 +- .../transports/struct.CSVArrowTransport.html | 2 +- .../struct.DummyArrow2Transport.html | 2 +- .../struct.DummyArrowTransport.html | 2 +- .../struct.MsSQLArrow2Transport.html | 2 +- .../struct.MsSQLArrowStreamTransport.html | 2 +- .../struct.MsSQLArrowTransport.html | 2 +- .../struct.MySQLArrow2Transport.html | 18 ++--- .../struct.MySQLArrowStreamTransport.html | 18 ++--- .../struct.MySQLArrowTransport.html | 18 ++--- .../struct.OracleArrow2Transport.html | 2 +- .../struct.OracleArrowStreamTransport.html | 2 +- .../struct.OracleArrowTransport.html | 2 +- .../struct.PostgresArrow2Transport.html | 66 +++++++++---------- .../struct.PostgresArrowStreamTransport.html | 66 +++++++++---------- .../struct.PostgresArrowTransport.html | 58 ++++++++-------- .../struct.SQLiteArrow2Transport.html | 2 +- .../struct.SQLiteArrowStreamTransport.html | 2 +- .../struct.SQLiteArrowTransport.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.StructuralPartialEq.js | 2 +- .../sqlparser/dialect/trait.Dialect.js | 2 +- .../tiberius/from_sql/trait.FromSql.js | 2 +- 89 files changed, 233 insertions(+), 233 deletions(-) diff --git a/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html b/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html index a0b9a700c1..a1323fa2d6 100644 --- a/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html +++ b/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html @@ -4,7 +4,7 @@ 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§

§

impl !RefUnwindSafe for ArrowDestinationError

§

impl Send for ArrowDestinationError

§

impl Sync for ArrowDestinationError

§

impl Unpin for ArrowDestinationError

§

impl !UnwindSafe for ArrowDestinationError

Blanket Implementations§

source§

impl<T> Any for T
where +

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§

§

impl !RefUnwindSafe for ArrowDestinationError

§

impl Send for ArrowDestinationError

§

impl Sync for ArrowDestinationError

§

impl Unpin for ArrowDestinationError

§

impl !UnwindSafe for ArrowDestinationError

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 diff --git a/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html b/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html index 9382420144..3f05d79df8 100644 --- a/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html +++ b/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html @@ -5,7 +5,7 @@ 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 +

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 diff --git a/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html index 5d9dc6ef51..1695b7eb10 100644 --- a/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrow2/struct.ArrowPartitionWriter.html @@ -1,6 +1,6 @@ ArrowPartitionWriter in connectorx::destinations::arrow2 - 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 = Arrow2TypeSystem

§

type Error = Arrow2DestinationError

source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

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

source§

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

§

type TypeSystem = Arrow2TypeSystem

§

type Error = Arrow2DestinationError

source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

fn write<T>( &mut self, value: T ) -> Result<(), <Self as DestinationPartition<'a>>::Error>
where diff --git a/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html b/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html index 28d44aa7fb..ae24f7752c 100644 --- a/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html +++ b/rust-docs/connectorx/destinations/arrowstream/enum.ArrowDestinationError.html @@ -4,7 +4,7 @@ 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 +

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 diff --git a/rust-docs/connectorx/errors/enum.ConnectorXError.html b/rust-docs/connectorx/errors/enum.ConnectorXError.html index 12b4c4804d..bbddc304d4 100644 --- a/rust-docs/connectorx/errors/enum.ConnectorXError.html +++ b/rust-docs/connectorx/errors/enum.ConnectorXError.html @@ -13,7 +13,7 @@ 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 diff --git a/rust-docs/connectorx/errors/enum.ConnectorXOutError.html b/rust-docs/connectorx/errors/enum.ConnectorXOutError.html index f89ad6a1bd..9da20eaba3 100644 --- a/rust-docs/connectorx/errors/enum.ConnectorXOutError.html +++ b/rust-docs/connectorx/errors/enum.ConnectorXOutError.html @@ -37,7 +37,7 @@ 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 +

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 diff --git a/rust-docs/connectorx/prelude/enum.CXQuery.html b/rust-docs/connectorx/prelude/enum.CXQuery.html index 2249e22697..c6f3472a84 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 diff --git a/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html b/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html index e465b61b40..b0fd657b31 100644 --- a/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html +++ b/rust-docs/connectorx/sources/bigquery/enum.BigQuerySourceError.html @@ -9,7 +9,7 @@ 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 +

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 diff --git a/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html b/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html index 72d76bcc4d..3297853c87 100644 --- a/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html +++ b/rust-docs/connectorx/sources/bigquery/enum.BigQueryTypeSystem.html @@ -14,7 +14,7 @@ Datetime(bool), Time(bool), Timestamp(bool), -
}

Variants§

§

Bool(bool)

§

Boolean(bool)

§

Int64(bool)

§

Integer(bool)

§

Float(bool)

§

Float64(bool)

§

Numeric(bool)

§

Bignumeric(bool)

§

String(bool)

§

Bytes(bool)

§

Date(bool)

§

Datetime(bool)

§

Time(bool)

§

Timestamp(bool)

Trait Implementations§

source§

impl Clone for BigQueryTypeSystem

source§

fn clone(&self) -> BigQueryTypeSystem

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 BigQueryTypeSystem

source§

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

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

impl<'a> From<&'a FieldType> for BigQueryTypeSystem

source§

fn from(ty: &'a FieldType) -> BigQueryTypeSystem

Converts to this type from the input type.
source§

impl<'a> From<BigQueryTypeSystem> for FieldType

source§

fn from(ty: BigQueryTypeSystem) -> FieldType

Converts to this type from the input type.
source§

impl Copy for BigQueryTypeSystem

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Variants§

§

Bool(bool)

§

Boolean(bool)

§

Int64(bool)

§

Integer(bool)

§

Float(bool)

§

Float64(bool)

§

Numeric(bool)

§

Bignumeric(bool)

§

String(bool)

§

Bytes(bool)

§

Date(bool)

§

Datetime(bool)

§

Time(bool)

§

Timestamp(bool)

Trait Implementations§

source§

impl Clone for BigQueryTypeSystem

source§

fn clone(&self) -> BigQueryTypeSystem

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 BigQueryTypeSystem

source§

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

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

impl<'a> From<&'a FieldType> for BigQueryTypeSystem

source§

fn from(ty: &'a FieldType) -> BigQueryTypeSystem

Converts to this type from the input type.
source§

impl<'a> From<BigQueryTypeSystem> for FieldType

source§

fn from(ty: BigQueryTypeSystem) -> FieldType

Converts to this type from the input type.
source§

impl Copy for BigQueryTypeSystem

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 diff --git a/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html b/rust-docs/connectorx/sources/bigquery/struct.BigQuerySourceParser.html index 8e64fcc66c..f7d01ec38a 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 diff --git a/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html b/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html index 3640554b29..68ff084a67 100644 --- a/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html +++ b/rust-docs/connectorx/sources/csv/enum.CSVSourceError.html @@ -6,7 +6,7 @@ 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§

Blanket Implementations§

source§

impl<T> Any for T
where +

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 diff --git a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html index 60958caec1..6731e34101 100644 --- a/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html +++ b/rust-docs/connectorx/sources/csv/struct.CSVSourcePartitionParser.html @@ -1,10 +1,10 @@ CSVSourcePartitionParser in connectorx::sources::csv - Rust -
pub struct CSVSourcePartitionParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for CSVSourcePartitionParser<'a>

§

type TypeSystem = CSVTypeSystem

§

type Error = CSVSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), CSVSourceError>

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). +
pub struct CSVSourcePartitionParser<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for CSVSourcePartitionParser<'a>

§

type TypeSystem = CSVTypeSystem

§

type Error = CSVSourceError

source§

fn fetch_next(&mut self) -> Result<(usize, bool), CSVSourceError>

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 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 diff --git a/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html b/rust-docs/connectorx/sources/dummy/struct.DummySourcePartitionParser.html index d61337c4d3..bcba8ec7ad 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 diff --git a/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html b/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html index 8c6d754b99..794b1b179f 100644 --- a/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html +++ b/rust-docs/connectorx/sources/mssql/enum.MsSQLSourceError.html @@ -9,7 +9,7 @@ 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 +

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 diff --git a/rust-docs/connectorx/sources/mssql/struct.FloatN.html b/rust-docs/connectorx/sources/mssql/struct.FloatN.html index f1bf511a96..f789591bf5 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 diff --git a/rust-docs/connectorx/sources/mssql/struct.IntN.html b/rust-docs/connectorx/sources/mssql/struct.IntN.html index 47b37be730..d2f4fd7302 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 diff --git a/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html b/rust-docs/connectorx/sources/mssql/struct.MsSQLSourceParser.html index f2f8443a00..2f604ae6fb 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 diff --git a/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html b/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html index 4acfc6f482..1660434a64 100644 --- a/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html +++ b/rust-docs/connectorx/sources/mysql/enum.MySQLSourceError.html @@ -6,7 +6,7 @@ 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§

Blanket Implementations§

source§

impl<T> Any for T
where +

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 diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html b/rust-docs/connectorx/sources/mysql/struct.MySQLBinarySourceParser.html index a3b9087b4c..e70a3301dc 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 diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html b/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html index 0666580cdc..2c788aa9c0 100644 --- a/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html +++ b/rust-docs/connectorx/sources/mysql/struct.MySQLSourcePartition.html @@ -3,9 +3,9 @@ conn: PooledConnection<MySqlConnectionManager>, query: &CXQuery<String>, schema: &[MySQLTypeSystem] -) -> Self

Trait Implementations§

source§

impl SourcePartition for MySQLSourcePartition<BinaryProtocol>

§

type TypeSystem = MySQLTypeSystem

§

type Parser<'a> = MySQLBinarySourceParser<'a>

§

type Error = MySQLSourceError

source§

fn result_rows(&mut self) -> Result<(), MySQLSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, MySQLSourceError>

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 SourcePartition for MySQLSourcePartition<TextProtocol>

§

type TypeSystem = MySQLTypeSystem

§

type Parser<'a> = MySQLTextSourceParser<'a>

§

type Error = MySQLSourceError

source§

fn result_rows(&mut self) -> Result<(), MySQLSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, MySQLSourceError>

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> !RefUnwindSafe for MySQLSourcePartition<P>

§

impl<P> Send for MySQLSourcePartition<P>
where +) -> Self

Trait Implementations§

source§

impl SourcePartition for MySQLSourcePartition<BinaryProtocol>

§

type TypeSystem = MySQLTypeSystem

§

type Parser<'a> = MySQLBinarySourceParser<'a>

§

type Error = MySQLSourceError

source§

fn result_rows(&mut self) -> Result<(), MySQLSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, MySQLSourceError>

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 SourcePartition for MySQLSourcePartition<TextProtocol>

§

type TypeSystem = MySQLTypeSystem

§

type Parser<'a> = MySQLTextSourceParser<'a>

§

type Error = MySQLSourceError

source§

fn result_rows(&mut self) -> Result<(), MySQLSourceError>

Count total number of rows in each partition.
source§

fn parser(&mut self) -> Result<Self::Parser<'_>, MySQLSourceError>

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> !RefUnwindSafe for MySQLSourcePartition<P>

§

impl<P> Send for MySQLSourcePartition<P>
where P: Send,

§

impl<P> Sync for MySQLSourcePartition<P>
where P: Sync,

§

impl<P> Unpin for MySQLSourcePartition<P>
where P: Unpin,

§

impl<P> !UnwindSafe for MySQLSourcePartition<P>

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html b/rust-docs/connectorx/sources/mysql/struct.MySQLTextSourceParser.html index 1264ac885f..10248b46ae 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 diff --git a/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html b/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html index 462bb5b01e..69eb590cc0 100644 --- a/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html +++ b/rust-docs/connectorx/sources/oracle/enum.OracleSourceError.html @@ -7,7 +7,7 @@ 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§

Blanket Implementations§

source§

impl<T> Any for T
where +

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 diff --git a/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html b/rust-docs/connectorx/sources/oracle/struct.OracleTextSourceParser.html index 4925060eb4..3f2e0663af 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§

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 diff --git a/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html b/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html index f23d4bdf45..6274dda94d 100644 --- a/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html +++ b/rust-docs/connectorx/sources/postgres/enum.PostgresSourceError.html @@ -9,7 +9,7 @@ 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§

Blanket Implementations§

source§

impl<T> Any for T
where +

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 diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresBinarySourcePartitionParser.html index 294e6f13a9..770bd88c43 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 diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresCSVSourceParser.html index f187c107fd..11608d11aa 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 diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresRawSourceParser.html index 30aed7d48c..0e9ca7e18e 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 diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html index 6660e331ac..b1735a236f 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html @@ -4,11 +4,11 @@ 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 diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html index 14d4f5a74f..bddde9deb4 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html @@ -16,23 +16,23 @@ 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, - <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresRawSourceParser<'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<SimpleProtocol, C>
where + <C::TlsConnect as TlsConnect<Socket>>::Future: Send,

§

type TypeSystem = PostgresTypeSystem

§

type Parser<'a> = PostgresRawSourceParser<'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<SimpleProtocol, 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> = 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 diff --git a/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html b/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html index f9575a944f..8d9cc0cd9b 100644 --- a/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html +++ b/rust-docs/connectorx/sources/sqlite/enum.SQLiteSourceError.html @@ -7,7 +7,7 @@ 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§

Blanket Implementations§

source§

impl<T> Any for T
where +

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 diff --git a/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html b/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html index e90b8413e7..335488ce16 100644 --- a/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html +++ b/rust-docs/connectorx/sources/sqlite/enum.SQLiteTypeSystem.html @@ -12,7 +12,7 @@ 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§

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§

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 diff --git a/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html b/rust-docs/connectorx/sources/sqlite/struct.SQLiteSourcePartitionParser.html index e03ee02586..b6ac575507 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§

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 diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrow2TransportError.html index 0c681a38bd..af5c0c77d4 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrowStreamTransportError.html index ba27b1d356..e7df6011e1 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html index 29771b9b02..78b31a9452 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrow2TransportError.html index cce1a2af4a..05eff5b550 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrowStreamTransportError.html index 0dc55f3a10..656479198a 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html b/rust-docs/connectorx/transports/enum.MsSQLArrowTransportError.html index 6547276f94..97738bdf57 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrow2TransportError.html index 01714b70d6..27ca479f62 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrowStreamTransportError.html index 3ee5fbf6b1..3ba93fb0fb 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html b/rust-docs/connectorx/transports/enum.MySQLArrowTransportError.html index 3913008607..330c767392 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html b/rust-docs/connectorx/transports/enum.OracleArrow2TransportError.html index c49d8b51f8..f509ac43c7 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html index 70ca2ea983..3da8c980c5 100644 --- a/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html +++ b/rust-docs/connectorx/transports/enum.OracleArrowStreamTransportError.html @@ -3,7 +3,7 @@ Source(OracleSourceError), Destination(ArrowDestinationError), ConnectorX(ConnectorXError), -}

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<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 +}

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<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 diff --git a/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html b/rust-docs/connectorx/transports/enum.OracleArrowTransportError.html index f58410178f..f4b3d8602d 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrow2TransportError.html index 0c50efb6ee..26e97bca8d 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrowStreamTransportError.html index ac821f1d6e..013951c3d7 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html b/rust-docs/connectorx/transports/enum.PostgresArrowTransportError.html index 6a142c97dc..445b3cebf7 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrow2TransportError.html index 2c70efd032..0bc3cb3f7a 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrowStreamTransportError.html index 04e3d676a7..f3d490ee7a 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html b/rust-docs/connectorx/transports/enum.SQLiteArrowTransportError.html index 74369b8aae..d2687da0b1 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§

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 +}

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 diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html b/rust-docs/connectorx/transports/struct.BigQueryArrow2Transport.html index 98e8eb24dd..40bf7ee767 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.BigQueryArrowStreamTransport.html index 637349a164..7b8dc7849b 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html b/rust-docs/connectorx/transports/struct.BigQueryArrowTransport.html index 24f6979ac8..bcddf8c693 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.CSVArrowTransport.html b/rust-docs/connectorx/transports/struct.CSVArrowTransport.html index 989662d783..c2eee042c1 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html b/rust-docs/connectorx/transports/struct.DummyArrow2Transport.html index 871736b026..63b3ac970b 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.DummyArrowTransport.html b/rust-docs/connectorx/transports/struct.DummyArrowTransport.html index ef5041c528..6558314f49 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html b/rust-docs/connectorx/transports/struct.MsSQLArrow2Transport.html index 2d3e89a979..326d4c6a97 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.MsSQLArrowStreamTransport.html index c529a309ef..77ae35af21 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html b/rust-docs/connectorx/transports/struct.MsSQLArrowTransport.html index 263c902562..ae57c3e4b1 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html b/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html index 1451ced6a9..83ed5f4e02 100644 --- a/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.MySQLArrow2Transport.html @@ -1,7 +1,7 @@ MySQLArrow2Transport in connectorx::transports - Rust
pub struct MySQLArrow2Transport<P>(/* private fields */);
Expand description

Convert MySQL data types to Arrow2 data types.

-

Trait Implementations§

source§

impl<'tp> Transport for MySQLArrow2Transport<BinaryProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = MySQLSource<BinaryProtocol>

§

type D = Arrow2Destination

§

type Error = MySQLArrow2TransportError

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 MySQLArrow2Transport<BinaryProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = MySQLSource<BinaryProtocol>

§

type D = Arrow2Destination

§

type Error = MySQLArrow2TransportError

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 MySQLArrow2Transport<TextProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = MySQLSource<TextProtocol>

§

type D = Arrow2Destination

§

type Error = MySQLArrow2TransportError

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 MySQLArrow2Transport<TextProtocol>

§

type TSS = MySQLTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = MySQLSource<TextProtocol>

§

type D = Arrow2Destination

§

type Error = MySQLArrow2TransportError

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 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 diff --git a/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.MySQLArrowStreamTransport.html index a4ce643d24..db0fe8964d 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 diff --git a/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html b/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html index 76a73e81aa..828b74be32 100644 --- a/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.MySQLArrowTransport.html @@ -1,7 +1,7 @@ MySQLArrowTransport in connectorx::transports - Rust
pub struct MySQLArrowTransport<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 diff --git a/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html b/rust-docs/connectorx/transports/struct.OracleArrow2Transport.html index dbf1ee15ff..17a3bd8ee5 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.OracleArrowStreamTransport.html index d7f331e505..ac1aa24513 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.OracleArrowTransport.html b/rust-docs/connectorx/transports/struct.OracleArrowTransport.html index e54ea2ace1..d6eab4a277 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html b/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html index 918adefe1a..efa3c50a8a 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,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 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>( +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>( 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 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, diff --git a/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html index 51b80c958c..5404d0ffa8 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,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, diff --git a/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html b/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html index d4d30c2161..aa615fcbf1 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,11 +84,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<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>( @@ -105,8 +105,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<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, diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html b/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html index dea3c2a247..3c2656e278 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§

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§

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 diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.SQLiteArrowStreamTransport.html index ae0ac4068f..3a51e9020f 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§

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 diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html b/rust-docs/connectorx/transports/struct.SQLiteArrowTransport.html index 9bde3fc533..4b4fd30d33 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 diff --git a/rust-docs/search-index.js b/rust-docs/search-index.js index a1155c4d34..7d0a78919a 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":"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,"anyhow"],[4865,"arrow_schema::error"],[4866,"arrow2::array"],[4867,"alloc::boxed"],[4868,"arrow2::chunk"],[4869,"arrow2::datatypes::schema"],[4870,"polars_error"],[4871,"arrow2::error"],[4872,"polars_core::frame"],[4873,"core::cmp"],[4874,"core::hash"],[4875,"core::marker"],[4876,"std::io::error"],[4877,"gcp_bigquery_client::error"],[4878,"j4rs::errors"],[4879,"url::parser"],[4880,"tiberius::error"],[4881,"oracle::error"],[4882,"tokio_postgres::error"],[4883,"rusqlite::error"],[4884,"datafusion_common::error"],[4885,"serde_json::error"],[4886,"std::env"],[4887,"sqlparser::parser"],[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::error"],[4901,"gcp_bigquery_client::model::field_type"],[4902,"tokio::runtime::runtime"],[4903,"gcp_bigquery_client"],[4904,"chrono::offset::utc"],[4905,"chrono::datetime"],[4906,"chrono::naive::date"],[4907,"chrono::naive::datetime"],[4908,"chrono::naive::time"],[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,"mysql::error"],[4919,"mysql_common::constants"],[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,"hex::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,8,8,8,8,8,8,3,8,8,8,8,8,8,8,8,3,8,3,8,8,0,8,8,8,8,8,8,0,0,0,0,0,0,0,0,0,28,0,28,28,28,28,28,28,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,36,0,0,36,37,42,36,36,37,36,37,0,0,0,42,37,37,36,36,36,37,0,0,46,0,0,46,245,245,46,0,44,47,44,44,46,44,47,46,44,47,46,47,44,44,47,46,44,47,46,44,47,46,44,47,46,46,44,47,46,46,46,46,44,47,46,44,47,46,44,47,46,44,47,44,44,44,44,44,44,44,47,46,46,44,47,46,46,44,47,46,44,47,46,44,47,46,0,44,47,46,0,0,0,55,0,55,246,246,55,55,0,53,56,53,55,53,56,55,53,56,55,56,53,53,56,55,53,56,55,53,56,55,56,55,55,53,56,55,55,55,55,55,53,56,55,53,56,55,53,56,55,56,53,53,53,53,53,53,56,55,55,53,56,55,55,53,56,55,53,56,55,53,56,55,0,53,56,55,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,0,70,0,0,70,247,247,70,0,15,71,15,15,70,15,71,70,15,71,70,71,15,15,71,70,15,71,70,15,71,70,15,71,70,70,15,71,70,70,70,70,15,71,70,15,71,70,15,71,70,15,71,15,15,15,15,15,15,15,71,70,70,15,71,70,70,15,71,70,15,71,70,15,71,70,0,15,71,70,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,72,72,72,72,72,72,72,29,29,0,72,0,73,29,72,128,110,72,72,72,72,72,72,72,72,72,72,72,72,73,29,128,110,72,72,72,72,72,29,0,72,72,72,72,0,0,29,72,72,72,72,72,29,29,29,29,29,72,72,29,72,29,73,72,29,73,29,72,29,73,72,29,73,72,29,73,72,72,29,29,73,73,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,29,29,29,29,29,73,73,72,29,73,72,29,73,72,29,73,72,29,73,72,29,72,29,73,72,29,73,72,29,73,72,29,73,72,29,73,72,29,73,0,0,0,108,107,108,107,108,107,108,108,108,107,108,107,108,107,108,107,108,107,108,107,107,107,107,108,107,107,107,107,0,108,107,108,108,107,108,107,108,107,108,107,108,107,0,0,0,0,111,111,111,111,111,111,0,0,111,111,111,111,0,111,111,111,111,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,21,21,118,21,118,21,21,21,0,118,21,118,21,118,21,21,21,118,21,21,21,21,21,0,0,118,118,21,118,21,118,21,21,21,118,0,118,21,0,118,21,118,21,0,118,21,21,21,118,21,118,21,118,21,118,21,21,126,126,126,126,126,126,126,0,0,126,126,106,126,106,126,106,126,106,126,106,106,126,106,126,106,126,106,126,106,126,106,126,106,126,106,126,106,106,0,106,126,106,106,126,106,126,106,126,106,106,126,106,106,126,106,126,106,9,9,129,130,132,129,9,0,0,0,0,9,129,130,0,0,0,9,130,0,0,9,129,129,0,130,129,9,0,132,9,129,9,9,9,9,0,89,0,89,89,89,0,0,0,0,89,0,89,134,134,134,134,89,134,134,134,134,134,134,134,89,134,134,134,134,89,135,142,136,89,134,137,135,142,136,89,134,137,134,134,135,142,136,89,134,137,135,142,136,89,134,137,135,142,136,89,134,137,135,136,89,89,134,137,135,142,136,89,89,89,89,89,89,89,89,89,134,134,137,135,142,136,89,134,137,135,142,136,89,134,137,137,137,137,135,142,136,89,134,137,135,142,135,142,142,142,135,136,136,136,136,136,136,136,136,136,136,136,136,136,136,136,136,135,142,135,135,142,136,89,134,137,135,135,135,89,135,142,136,89,134,137,134,89,135,142,136,89,134,137,135,142,136,89,134,137,135,142,136,89,134,137,135,142,136,89,134,137,151,153,0,0,0,0,0,153,151,151,151,153,153,153,151,151,153,152,157,154,153,151,152,157,154,153,151,151,151,151,151,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,151,151,151,151,152,154,153,153,151,152,157,154,153,153,153,153,153,153,151,151,151,152,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,152,157,152,157,157,157,151,152,154,154,154,154,154,154,154,154,154,154,152,157,152,152,157,154,153,151,152,152,152,153,152,157,154,153,151,151,153,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,158,158,0,0,0,0,158,158,158,158,159,161,160,158,159,161,160,158,158,158,158,158,159,161,160,158,159,161,160,158,159,161,160,158,158,158,158,158,159,160,158,159,161,160,158,158,158,159,161,160,158,159,161,160,158,159,161,160,158,159,161,159,161,161,161,158,159,160,160,160,160,160,160,160,160,160,160,160,160,160,160,159,161,159,159,161,160,158,159,159,159,159,161,160,158,158,159,161,160,158,159,161,160,158,159,161,160,158,159,161,160,158,163,163,163,163,97,163,163,163,163,163,163,163,0,163,97,163,163,0,163,163,97,97,97,0,0,0,0,0,97,97,163,163,163,163,97,163,163,163,163,163,163,163,163,163,163,97,171,172,164,174,165,97,163,171,172,164,174,165,97,163,163,163,171,172,164,174,165,97,163,171,172,164,174,165,97,163,171,172,164,174,165,97,163,164,165,97,97,163,171,172,164,174,165,97,97,97,97,97,97,97,97,163,163,171,172,171,172,164,174,165,97,163,171,172,164,174,165,97,163,171,172,164,174,165,97,163,0,164,174,164,174,174,174,164,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,164,174,164,171,172,164,174,165,97,163,164,164,164,97,171,172,164,174,165,97,163,163,97,171,172,164,174,165,97,163,171,172,164,174,165,97,163,171,172,164,174,165,97,163,171,172,164,174,165,97,163,0,182,182,87,182,182,182,182,182,182,182,182,182,182,182,182,0,87,87,0,0,0,0,0,87,87,182,0,182,182,182,182,182,182,182,182,182,182,182,182,87,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,182,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,183,184,185,87,87,182,190,192,183,191,184,185,87,87,87,87,87,87,182,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,183,191,191,183,191,184,185,191,191,191,191,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,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,183,191,191,183,190,192,183,191,184,185,87,182,183,183,183,87,190,192,183,191,184,185,87,182,182,87,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,190,192,183,191,184,185,87,182,200,200,200,200,200,79,200,200,200,200,200,200,0,79,79,0,0,0,0,0,79,79,79,200,200,200,200,79,202,206,203,79,200,204,202,206,203,79,200,204,200,200,0,202,206,203,79,200,204,202,206,203,79,200,204,202,206,203,79,200,204,202,203,79,79,200,204,202,206,203,79,79,79,79,79,79,79,200,200,204,202,206,203,79,200,204,202,206,203,79,200,204,204,204,202,206,203,79,200,204,202,206,202,206,203,206,206,202,203,203,203,203,203,203,203,203,203,203,203,203,203,203,202,206,202,202,206,203,79,200,204,202,202,202,79,202,206,203,79,200,204,200,79,202,206,203,79,200,204,202,206,203,79,200,204,202,206,203,79,200,204,202,206,203,79,200,204,0,208,208,208,208,74,0,208,74,0,208,208,208,208,208,208,208,74,74,208,208,208,208,208,208,208,208,208,208,208,74,0,0,74,74,0,0,0,0,0,0,0,0,208,208,208,208,208,74,208,208,208,208,74,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,208,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,209,213,214,215,216,74,74,208,248,224,222,220,223,209,221,213,214,215,216,74,74,74,74,74,74,74,74,74,208,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,209,221,221,221,221,209,221,213,214,215,216,221,221,221,221,221,221,221,221,209,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,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,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,209,221,221,221,221,0,209,248,224,222,220,223,209,221,213,214,215,216,74,208,209,209,209,74,248,224,222,220,223,209,221,213,214,215,216,74,208,208,74,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,248,224,222,220,223,209,221,213,214,215,216,74,208,233,233,92,233,92,233,233,233,92,233,92,92,0,0,0,0,0,92,233,233,233,233,92,234,236,235,92,233,234,236,235,92,233,233,233,234,236,235,92,233,234,236,235,92,233,234,236,235,92,233,233,234,235,92,92,233,234,236,235,92,92,92,92,92,92,233,234,236,235,92,233,234,236,235,92,233,234,236,235,92,233,234,236,234,236,235,236,236,234,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,234,236,234,234,236,235,92,233,234,234,234,92,234,236,235,92,233,233,92,234,236,235,92,233,233,233,234,236,235,92,233,234,236,235,92,233,234,236,235,92,233,0,0,0,0,0,0,0,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,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,251,251,251,251,251,251,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,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,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,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,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,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,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,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,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,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,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,82,82,75,75,239,239,98,98,93,93,240,240,96,96,83,83,241,241,95,95,78,78,242,242,84,84,100,100,243,243,76,76,80,80,244,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,82,82,82,75,75,75,75,239,239,239,239,98,98,98,98,93,93,93,93,240,240,240,240,96,96,96,96,83,83,83,83,241,241,241,241,95,95,95,95,78,78,78,78,242,242,242,242,84,84,84,84,100,100,100,100,243,243,243,243,76,76,76,76,80,80,80,80,244,244,244,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,82,75,239,98,93,240,96,83,241,95,78,242,84,100,243,76,80,244,16,16,16,16,16,0,0,270,16,16,16,16],"f":"```````````````````{ce{}{}}0{bc{}}0{bd}{cc{}}{f{{n{h{l{j}}}}}}{{{A`{ce}}}{{n{h{l{j}}}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{{}b}6{c{{Bb{g}}}{}{}{{Bf{}{{Bd{e}}}}}}77{{cAn{Bh{j}}{l{{Bj{j}}}}}{{Bl{{A`{ce}}}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{{{A`{ce}}}{{Bh{g}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}{}}{f{{Bh{h}}}}{{{A`{ce}}}{{Bh{h}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{fd}{{{A`{ce}}}dAb{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{c{{n{Bn}}}{}}<{c{{Bl{C`}}}{}}{c{{Cb{i}}}{}{}{}{{Bf{}{{Bd{{Bl{eg}}}}}}}}{c{{Bl{e}}}{}{}}0{cCd{}}{ce{}{}}````````````{{cCf}d{}}11{ChCh}{{ce}d{}{}}{{{l{Ch}}{l{Ch}}}{{Bl{ChCj}}}}{bc{}}0{bd}{{ChCh}Cl}{{ce}Cl{}{}}00{{ChCn}D`}{cc{}}{{}b};;{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}=??>=``````````{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}b{l{i}}{l{c}}Ch}{{Bl{dg}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}{{Eb{E`}}}}{{{Dj{}{{Db{c}}{Df{e}}}}b}{{Bl{be}}}`{{Dl{Cj}}Dn}}```{{{Ed{}{{Df{c}}}}e}{{Bl{dc}}}{{Dl{Cj}}Dn}{}}{{{Dj{}{{Db{c}}{Df{e}}}}}{{Bl{de}}}`{{Dl{Cj}}Dn}}{{{Dj{}{{Db{c}}{Df{e}}}}}b`{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}}Cl`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}b}{{Bl{{Ef{e}}g}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{l{c}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dj{}{{Db{c}}{Df{e}}}}g}{{Bl{de}}}`{{Dl{Cj}}Dn}{{`{c}}}}``````````{{Ehb{l{c}}{l{Ej}}Ch}{{Bl{dEl}}}{{Eb{E`}}}}{{Enb}{{Bl{bEl}}}}{Eh{{Bl{{Ef{h}}El}}}}{Eh{{Fb{F`}}}}{cFd{}}{ce{}{}}00000{{Ene}{{Bl{dEl}}}{}{{`{c}}`}}{{}Eh}{bc{}}00000{bd}00{Ehh}{En{{Bl{dEl}}}}{{ElCn}D`}0{cc{}}0{FfEl}1{FhEl}{CjEl}{{}b}00<<<<<<{Eh{{l{j}}}}{Enb}{EhCl}={bEh}{{Ehb}{{Bl{{Ef{c}}El}}}{}}{Eh{{Bl{{Bh{h}}El}}}}{Eh{{l{Ej}}}}{c{{n{Bn}}}{}}00{El{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`{ce{}{}}00```````````{{Fjb{l{c}}{l{Fl}}Ch}{{Bl{dFn}}}{{Eb{E`}}}}{{G`b}{{Bl{bFn}}}}{Fj{{Bl{{n{{Ef{{Gf{{Gd{Gb}}}}}}{Fb{Gh}}}}Fn}}}}{cFd{}}444444{{G`e}{{Bl{dFn}}}{}{{`{c}}`}}{{}Fj}{bc{}}00000{bd}00{G`{{Bl{dFn}}}}{{FnCn}D`}0{cc{}}0{GjFn}{CjFn}{GlFn}{FfFn}4{{}b}00{ce{}{}}00000{G`b}{FjCl}={{Fjb}{{Bl{{Ef{c}}Fn}}}{}}{Fj{{Bl{GnFn}}}}{Fj{{l{Fl}}}}{c{{n{Bn}}}{}}00{Fn{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`;;;``````````````````````{{cCf}d{}}<<{FlFl}{{ce}d{}{}}{{FlFl}H`}{{ce}H`{}{}}{bc{}}0{bd}{{FlFl}Cl}{{ce}Cl{}{}}00{{FlCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Flc}dHj}{{}b}{ce{}{}}0{{FlFl}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````````{{cCf}d{}}66{EjEj}{{ce}d{}{}}{{EjEj}H`}{{ce}H`{}{}}{bc{}}0{bd}{{EjEj}Cl}{{ce}Cl{}{}}00{{EjCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Ejc}dHj}{{}b}{ce{}{}}0{{EjEj}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````{{Anb{l{c}}{l{Ah}}Ch}{{Bl{dHl}}}{{Eb{E`}}}}{{Hnb}{{Bl{bHl}}}}{An{{Bl{{Ef{h}}Hl}}}}{An{{Fb{F`}}}}{cFd{}}::::::{{Hne}{{Bl{dHl}}}{}{{`{c}}`}}{{}An}{bc{}}00000{bd}00{Anh}{Hn{{Bl{dHl}}}}{{HlCn}D`}0{cc{}}0{CjHl}1{FfHl}{FhHl}{{}b}00{ce{}{}}00000{An{{l{j}}}}{Hnb}{AnCl}>{bAn}{{Anb}{{Bl{{Ef{c}}Hl}}}{}}{An{{Bl{{Bh{h}}Hl}}}}{An{{l{Ah}}}}{c{{n{Bn}}}{}}00{Hl{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`===``````````````{{cCf}d{}}>>{AhAh}{{ce}d{}{}}{{AhAh}H`}{{ce}H`{}{}}{bc{}}0{bd}{{AhAh}Cl}{{ce}Cl{}{}}00{{AhCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Ahc}dHj}{{}b}{ce{}{}}0{{AhAh}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````````````````````````````````````````````````````{cFd{}}0666666{{{Bh{j}}}Cj}{bc{}}00000{bd}00{{I`Cn}D`}0{{CjCn}D`}0{{IbCn}D`}0{IdI`}{IfI`}{cc{}}{HlI`}{IhI`}{ElI`}{IjI`}{IlI`}{InI`}{J`I`}{JbI`}{JdI`}{JfI`}{JhI`}{JjI`}{CjI`}{FnI`}{JlI`}{JnI`}{K`I`}{KbI`}{KdI`}{KfI`}{KhI`}{KjI`}{KlI`}{KnI`}{L`I`}{LbI`}{FfI`}{LdI`}{LfI`}{LhI`}{LjI`}{LlI`}{LnCj}{FfCj}{M`Cj}{JbCj}{cc{}}0{{{Bh{j}}}Ib}{{}b}00{ce{}{}}00000{c{{n{Bn}}}{}}00{I`{{Bh{Fd}}}}{Cj{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}00{c{{Bl{e}}}{}{}}00000{cCd{}}00777{{j{Mb{jj}}{Bh{E`}}}{{Bl{{Ef{h}}I`}}}}``8888````{bc{}}000{bd}0==;;::```::`{{MdClE`E`}Mf}{{{Mb{j{Ef{j}}}}Cl}Mf}{{E`{Mb{jMf}}{Bh{E`}}}{{Bl{{Ef{Mh}}I`}}}}<<`99777766=={{Md{Bh{j}}{l{{Bj{j}}}}}{{Bl{EhI`}}}}{{Md{Bh{j}}{l{{Bj{j}}}}b}{{Gd{f}}}}{{Md{Bh{j}}{l{{Bj{j}}}}}{{Bl{FjI`}}}}`{ce{}{}}0887{cc{}}{{MdE`E`}{{Ml{{n{MjMj}}}}}}{{MdE`E`MjMj}{{Bl{{Bj{j}}I`}}}}{{}b}44{{E`E`{Bh{Mj}}{Bh{Mj}}b}Mn}{{MnMd}{{Ml{{Ef{Bj}}}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}{c{{Bl{e}}}{}{}}0{cCd{}}:```````````````````````````````````````{{cCf}d{}}{{{Bj{c}}}E`{{Eb{E`}}}}{{ce}{{Bl{{Nb{N`}}Ij}}}{}Nd}1===={{{Bj{c}}}{{Bj{c}}}Nf}{{ce}d{}{}}`{bc{}}000{bd}0{{{Bj{c}}Cn}D`Nh}{{{Bj{c}}Cn}D`Nj}{cc{}}{jBj}{BjBj}2{E`{{Bj{j}}}}0``{{{Nl{ceg}}}{{Bl{d}}}AbDh{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}{{}b}0{ce{}{}}000{{{Bj{c}}g}{{Bj{e}}}{}{}{{O`{c}{{Nn{e}}}}}}{c{{Bj{j}}}{{Eb{E`}}}}{{ce{l{g}}{Bh{j}}}{{Nl{cei}}}AbDh{}{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}`{{{Nl{ceg}}}{{Bl{{n{ChEfEfEfEf}}}}}AbDh{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}{{{Bj{{Bl{ce}}}}}{{Bl{{Bj{c}}e}}}{}{}}`7{{ce}{{Bl{{Od{Ob}}Ij}}}{}{{Oh{Of}}}}{c{{n{Bn}}}{}}0`{c{{Bl{C`}}}{}}08{cj{}}{c{{Bl{e}}}{}{}}000{cCd{}}0;;{{ce}{{Oj{ge}}}{}{}{}}``````````{{cCf}d{}}0===={OlOl}{MdMd}{{ce}d{}{}}0`{bc{}}000{bd}0{{OlCn}D`}{{MdCn}D`}{cc{}}0{{}b}0{ce{}{}}000{{OlOnj}Md}{{E`{Bh{E`}}}{{Bl{MdCj}}}}`{c{{n{Bn}}}{}}0{{MdE`}d}{c{{Bl{C`}}}{}}055{c{{Bl{e}}}{}{}}0{E`{{A`{Md}}}}11`{cCd{}}088`````````````````{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{dg}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ad{}{{Db{c}}{Df{e}}}}}{{Bl{{n{bCl}}e}}}`{{Dl{Cj}}DnNj}}``{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Ef{j}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}b`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNj}}0`{{{Ad{}{{Db{c}}{Df{e}}}}}{{Bl{ge}}}`{{Dl{Cj}}DnNj}{{`{c}}}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}{{Bl{eg}}}`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{{Ef{e}}g}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}`{{{Ah{}{{Df{c}}}}}{{Bl{ec}}}{{Dl{Cj}}Dn}{}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{{Bh{b}}g}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}{{Bl{dg}}}`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Ef{c}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}Ch}{{Bl{dg}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}{Bh{j}}}d`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}{l{{Bj{i}}}}}d`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNj}Aj}`````````````````````````````{{cCf}d{}}{cFd{}}{ce{}{}}00000000000{AlAl}{{ce}d{}{}}{bc{}}00000000000{bd}00000{An{{Bl{dKb}}}}{AA`{{Bl{{n{bCl}}Kb}}}}{{KbCn}D`}0{{AlCn}D`}{{AAbCn}D`}{cc{}}00{AAdKb}1{CjKb}{FfKb}{K`Kb}{JbKb}{JjKb}{AAfKb}{LlKb}8{AAhAl}9{{}b}00000{ce{}{}}00000{{AAbAAj}Cl}00111111{An{{Ef{j}}}}{AAlb}{{{Fb{AAn}}E`}{{Bl{AnKb}}}}{{{Fb{AAn}}{Fb{AB`}}j{Bj{j}}{l{Al}}}AAl}2{AAl{{Bl{cKb}}}{}}{An{{Bl{{Ef{c}}Kb}}}{}}{AA`{{Bl{{Bh{{ABd{ABb}}}}Kb}}}}{AA`{{Bl{ABfKb}}}}{AA`{{Bl{{Bh{Mj}}Kb}}}}{AA`{{Bl{ABhKb}}}}{AA`{{Bl{{Bh{Cl}}Kb}}}}{AA`{{Bl{ABjKb}}}}{AA`{{Bl{{Bh{ABj}}Kb}}}}{AA`{{Bl{{Bh{ABh}}Kb}}}}{AA`{{Bl{{ABd{ABb}}Kb}}}}{AA`{{Bl{ClKb}}}}{AA`{{Bl{{Bh{j}}Kb}}}}{AA`{{Bl{ABlKb}}}}{AA`{{Bl{MjKb}}}}{AA`{{Bl{{Bh{ABf}}Kb}}}}{AA`{{Bl{{Bh{ABl}}Kb}}}}{AA`{{Bl{jKb}}}}{An{{Bl{{Bh{b}}Kb}}}}{AAl{{Bl{dKb}}}}{An{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AnCh}{{Bl{dKb}}}}{{An{Bh{j}}}d}{{An{l{{Bj{c}}}}}dAj}{Kb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}00000000000{cCd{}}00000333333```````````````{{cCf}d{}}{cFd{}}5555555555{ABnABn}{{ce}d{}{}}{{ABnABn}H`}{{ce}H`{}{}}{bc{}}000000000{bd}0000{{ABnABn}Cl}{{ce}Cl{}{}}00{AC`{{Bl{dACb}}}}{ACd{{Bl{{n{bCl}}ACb}}}}{{ACbCn}D`}0{{ABnCn}D`}{cc{}}00{FfACb}1{CjACb}{ACfACb}{AChACb}{JbACb}5{{ce}Hb{HdHf}Hh}{{ABnc}dHj}{AC`{{Bl{{Ef{ABn}}ACb}}}}{{}b}0000{ce{}{}}000000000{AC`{{Ef{j}}}}{ACjb}{{{l{ABn}}}AC`}{{{Bj{j}}}{{Bl{ACjACb}}}}2{ACj{{Bl{cACb}}}{}}{{ABnABn}{{Bh{H`}}}}{AC`{{Bl{{Ef{c}}ACb}}}{}}{ACd{{Bl{MjACb}}}}{ACd{{Bl{{Bh{ABj}}ACb}}}}{ACd{{Bl{{Bh{{ABd{ABb}}}}ACb}}}}{ACd{{Bl{{Bh{Mj}}ACb}}}}{ACd{{Bl{{Bh{Cl}}ACb}}}}{ACd{{Bl{{Bh{j}}ACb}}}}{ACd{{Bl{ClACb}}}}{ACd{{Bl{{ABd{ABb}}ACb}}}}{ACd{{Bl{jACb}}}}{ACd{{Bl{ABjACb}}}}{AC`{{Bl{{Bh{b}}ACb}}}}{ACj{{Bl{dACb}}}}{AC`{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AC`Ch}{{Bl{dACb}}}}{{AC`{Bh{j}}}d}{{AC`{l{{Bj{c}}}}}dAj}{ACb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000{cCd{}}000033333`````````{{cCf}d{}}44444444{AClACl}{{ce}d{}{}}{{AClACl}H`}{{ce}H`{}{}}{bc{}}0000000{bd}000{{AClACl}Cl}{{ce}Cl{}{}}00{ACn{{A`{d}}}}{AD`{{A`{{n{bCl}}}}}}{{AClCn}D`}{cc{}}000{{ce}Hb{HdHf}Hh}{{AClc}dHj}{{}b}000{ce{}{}}0000000{ACn{{Ef{j}}}}{ADbb}{{{l{c}}{l{ACl}}}ACn{{Eb{E`}}}}{{{l{ACl}}{Bj{j}}}ADb}2{ADb{{A`{c}}}{}}{{AClACl}{{Bh{H`}}}}{ACn{{A`{{Ef{c}}}}}{}}{AD`{{A`{{Bh{ABj}}}}}}{AD`{{A`{{Bh{ADd}}}}}}{AD`{{A`{{ABd{ABb}}}}}}{AD`{{A`{{Bh{{ABd{ABb}}}}}}}}{AD`{{A`{{Bh{Hb}}}}}}{AD`{{A`{{Bh{Cl}}}}}}{AD`{{A`{j}}}}{AD`{{A`{Hb}}}}{AD`{{A`{Mj}}}}{AD`{{A`{{Bh{Mj}}}}}}{AD`{{A`{ADd}}}}{AD`{{A`{{Bh{j}}}}}}{AD`{{A`{ABj}}}}{AD`{{A`{Cl}}}}{ACn{{A`{{Bh{b}}}}}}{ADb{{A`{d}}}}{ACn{{Ef{c}}}{}}{c{{n{Bn}}}{}}000{{ACnCh}{{Bl{dCj}}}}{{ACn{Bh{j}}}d}{{ACn{l{{Bj{c}}}}}dAj}{c{{Bl{C`}}}{}}000{ce{}{}}{c{{Bl{e}}}{}{}}0000000{cCd{}}0002222````````````````````````````````````````````{{cCf}d{}}{cFd{}}44444444444444{ADfADf}{{ce}d{}{}}{bc{}}0000000000000{bd}000000{ADh{{Bl{dLb}}}}{ADj{{Bl{{n{bCl}}Lb}}}}{{LbCn}D`}0{{ADfCn}D`}{cc{}}0000{CjLb}1{K`Lb}{FfLb}{ADlLb}{ADnLb}{{{AE`{ADl}}}Lb}{KdLb}7{AEbADf}{AEd{{Bl{{Bh{AEf}}Kd}}}}{AEd{{Bl{{Bh{AEh}}Kd}}}}{{}b}000000{ce{}{}}0000000000000{On{{Bl{AEjLb}}}}{ADh{{Ef{j}}}}{AElb}{{{Fb{AAn}}E`b}{{Bl{ADhLb}}}}{{{AF`{AEn}}{Fb{AAn}}{Bj{j}}{l{ADf}}}AEl}2{AEl{{Bl{cLb}}}{}}{ADh{{Bl{{Ef{c}}Lb}}}{}}{ADj{{Bl{AEfLb}}}}{ADj{{Bl{{Bh{Mj}}Lb}}}}{ADj{{Bl{{Bh{AFb}}Lb}}}}{ADj{{Bl{{Bh{ABh}}Lb}}}}{ADj{{Bl{{Bh{Cl}}Lb}}}}{ADj{{Bl{{Bh{AFd}}Lb}}}}{ADj{{Bl{{Bh{AFf}}Lb}}}}{ADj{{Bl{ABjLb}}}}{ADj{{Bl{E`Lb}}}}{ADj{{Bl{{Bh{AEh}}Lb}}}}{ADj{{Bl{ADdLb}}}}{ADj{{Bl{{Bh{AEf}}Lb}}}}{ADj{{Bl{{Bh{ABf}}Lb}}}}{ADj{{Bl{{Bh{AFh}}Lb}}}}{ADj{{Bl{AFjLb}}}}{ADj{{Bl{AFbLb}}}}{ADj{{Bl{{Bh{E`}}Lb}}}}{ADj{{Bl{AFhLb}}}}{ADj{{Bl{ABlLb}}}}{ADj{{Bl{ABhLb}}}}{ADj{{Bl{{Bh{ADd}}Lb}}}}{ADj{{Bl{{l{AFh}}Lb}}}}{ADj{{Bl{{Bh{{l{AFh}}}}Lb}}}}{ADj{{Bl{AFdLb}}}}{ADj{{Bl{AEhLb}}}}{ADj{{Bl{{Bh{ABj}}Lb}}}}{ADj{{Bl{{ABd{ABb}}Lb}}}}{ADj{{Bl{{Bh{{ABd{ABb}}}}Lb}}}}{ADj{{Bl{{Bh{ABl}}Lb}}}}{ADj{{Bl{ABfLb}}}}{ADj{{Bl{{Bh{AFj}}Lb}}}}{ADj{{Bl{AFfLb}}}}{ADj{{Bl{ClLb}}}}{ADj{{Bl{MjLb}}}}{ADh{{Bl{{Bh{b}}Lb}}}}{AEl{{Bl{dLb}}}}{ADh{{Ef{c}}}{}}{c{{n{Bn}}}{}}000000{{ADhCh}{{Bl{dLb}}}}{{ADh{Bh{j}}}d}{{ADh{l{{Bj{c}}}}}dAj}{Lb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}0000000000000{cCd{}}0000003333333```````````````````````````````````````{{cCf}d{}}{cFd{}}5555555555555555{AFlAFl}{{ce}d{}{}}{bc{}}000000000000000{bd}0000000{{{AFn{c}}}{{Bl{dJn}}}Dn}{AG`{{Bl{{n{bCl}}Jn}}}}{AGb{{Bl{{n{bCl}}Jn}}}}{{JnCn}D`}0{{AFlCn}D`}{cc{}}00000{AGdJn}{FfJn}2{AGfJn}{CjJn}{IjJn}{{{n{AGhAGj}}}AFl}6{{}b}0000000{ce{}{}}000000000000000{{{AFn{c}}}{{Ef{j}}}Dn}{{{AGn{AGl}}}b}{{{AGn{AH`}}}b}{{E`b}{{Bl{{AFn{c}}Jn}}}{}}{{{AHd{AHb}}{Bj{j}}{l{AFl}}}{{AGn{c}}}{}}{{{Od{AHf}}{l{AFl}}}AG`}{{{Od{Ob}}{l{AFl}}}AGb}54{{{AGn{AGl}}}{{Bl{cJn}}}{}}{{{AGn{AH`}}}{{Bl{cJn}}}{}}{{{AFn{c}}}{{Bl{{Ef{e}}Jn}}}Dn{}}{AG`{{Bl{{Ef{AFh}}Jn}}}}{AG`{{Bl{AFdJn}}}}{AG`{{Bl{ADdJn}}}}{AG`{{Bl{{Bh{{Ef{AFh}}}}Jn}}}}{AG`{{Bl{{Bh{Hb}}Jn}}}}{AG`{{Bl{ABjJn}}}}{AG`{{Bl{AHhJn}}}}{AG`{{Bl{jJn}}}}{AG`{{Bl{ABhJn}}}}{AG`{{Bl{{Bh{ABf}}Jn}}}}{AG`{{Bl{AHjJn}}}}{AG`{{Bl{{Bh{j}}Jn}}}}{AG`{{Bl{{Bh{AHl}}Jn}}}}{AG`{{Bl{AHlJn}}}}{AG`{{Bl{HbJn}}}}{AG`{{Bl{AFfJn}}}}{AG`{{Bl{{Bh{ABh}}Jn}}}}{AG`{{Bl{AFhJn}}}}{AG`{{Bl{ABfJn}}}}{AG`{{Bl{{Bh{AHj}}Jn}}}}{AG`{{Bl{{Bh{AFb}}Jn}}}}{AG`{{Bl{ABlJn}}}}{AG`{{Bl{{Bh{AHh}}Jn}}}}{AG`{{Bl{AFbJn}}}}{AG`{{Bl{{Bh{ABj}}Jn}}}}{AG`{{Bl{{Bh{ADd}}Jn}}}}{AG`{{Bl{{Bh{AFd}}Jn}}}}{AG`{{Bl{{Bh{Mj}}Jn}}}}{AG`{{Bl{{Bh{AFf}}Jn}}}}{AG`{{Bl{AHnJn}}}}{AG`{{Bl{{Bh{AFh}}Jn}}}}{AG`{{Bl{{Bh{ABl}}Jn}}}}{AG`{{Bl{{Bh{AHn}}Jn}}}}{AG`{{Bl{MjJn}}}}{AGb{{Bl{AHjJn}}}}{AGb{{Bl{ABfJn}}}}{AGb{{Bl{AFdJn}}}}{AGb{{Bl{AHnJn}}}}{AGb{{Bl{{Bh{AHl}}Jn}}}}{AGb{{Bl{AFhJn}}}}{AGb{{Bl{{Bh{Mj}}Jn}}}}{AGb{{Bl{{Bh{ADd}}Jn}}}}{AGb{{Bl{{Bh{AFh}}Jn}}}}{AGb{{Bl{AHlJn}}}}{AGb{{Bl{{Bh{AHn}}Jn}}}}{AGb{{Bl{HbJn}}}}{AGb{{Bl{ABlJn}}}}{AGb{{Bl{ADdJn}}}}{AGb{{Bl{{Bh{AFf}}Jn}}}}{AGb{{Bl{ABjJn}}}}{AGb{{Bl{{Bh{ABl}}Jn}}}}{AGb{{Bl{{Bh{AHh}}Jn}}}}{AGb{{Bl{jJn}}}}{AGb{{Bl{{Bh{AFb}}Jn}}}}{AGb{{Bl{{Bh{ABj}}Jn}}}}{AGb{{Bl{ABhJn}}}}{AGb{{Bl{AFfJn}}}}{AGb{{Bl{{Ef{AFh}}Jn}}}}{AGb{{Bl{AHhJn}}}}{AGb{{Bl{{Bh{j}}Jn}}}}{AGb{{Bl{{Bh{ABh}}Jn}}}}{AGb{{Bl{{Bh{Hb}}Jn}}}}{AGb{{Bl{AFbJn}}}}{AGb{{Bl{{Bh{AHj}}Jn}}}}{AGb{{Bl{{Bh{{Ef{AFh}}}}Jn}}}}{AGb{{Bl{{Bh{AFd}}Jn}}}}{AGb{{Bl{MjJn}}}}{AGb{{Bl{{Bh{ABf}}Jn}}}}{{{AFn{c}}}{{Bl{{Bh{b}}Jn}}}Dn}{{{AGn{AH`}}}{{Bl{dJn}}}}{{{AGn{AGl}}}{{Bl{dJn}}}}{{{AFn{c}}}{{Ef{e}}}Dn{}}{c{{n{Bn}}}{}}0000000{{{AFn{c}}Ch}{{Bl{dJn}}}Dn}{{{AFn{c}}{Bh{j}}}dDn}{{{AFn{c}}{l{{Bj{e}}}}}dDnAj}{Jn{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000000000{cCd{}}000000033333333``````````````````````````{{cCf}d{}}{cFd{}}555555555555{AI`AI`}{{ce}d{}{}}{On{{Bl{AIbIn}}}}{bc{}}00000000000{bd}00000{AId{{Bl{dIn}}}}{AIf{{Bl{{n{bCl}}In}}}}{{InCn}D`}0{{AI`Cn}D`}{{AIhCn}D`}{cc{}}00{ADnIn}{FfIn}{AGfIn}3{CjIn}{K`In}{KfIn}6{AIjAI`}7{{}b}00000{ce{}{}}00000{{AIhAAj}Cl}0111111{AId{{Ef{j}}}}{AIlb}{{E`b}{{Bl{AIdIn}}}}{{{AHd{AIn}}{Bj{j}}{l{AI`}}}AIl}{{{AHd{AIn}}E`{l{AI`}}}{{Bl{AIfIn}}}}3{AIl{{Bl{cIn}}}{}}{AId{{Bl{{Ef{c}}In}}}{}}{AIf{{Bl{ABfIn}}}}{AIf{{Bl{{Bh{{ABd{ABb}}}}In}}}}{AIf{{Bl{MjIn}}}}{AIf{{Bl{{Bh{{Ef{AFh}}}}In}}}}{AIf{{Bl{ABjIn}}}}{AIf{{Bl{{Bh{ABj}}In}}}}{AIf{{Bl{{ABd{ABb}}In}}}}{AIf{{Bl{ABhIn}}}}{AIf{{Bl{{Bh{j}}In}}}}{AIf{{Bl{{Bh{Mj}}In}}}}{AIf{{Bl{{Bh{ABf}}In}}}}{AIf{{Bl{{Bh{ABh}}In}}}}{AIf{{Bl{jIn}}}}{AIf{{Bl{{Ef{AFh}}In}}}}{AId{{Bl{{Bh{b}}In}}}}{AIl{{Bl{dIn}}}}{AId{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AIdCh}{{Bl{dIn}}}}{{AId{Bh{j}}}d}{{AId{l{{Bj{c}}}}}dAj}{In{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}00000000000{cCd{}}00000333333````````````````````````````````````````````````````{{cCf}d{}}{cFd{}}55555555555555555555555555{AJ`AJ`}{{ce}d{}{}}{bc{}}0000000000000000000000000{bd}000000000000{{{AJb{ce}}}{{Bl{dId}}}Dn{{AJf{AJd}}NfAJhDn}}{AJj{{Bl{{n{bCl}}Id}}}}{AJl{{Bl{{n{bCl}}Id}}}}{AJn{{Bl{{n{bCl}}Id}}}}{AK`{{Bl{{n{bCl}}Id}}}}{{IdCn}D`}0{{AJ`Cn}D`}{cc{}}0000000000{AKbId}{CjId}2{FfId}{JbId}{AGfId}{KlId}{ACfId}{AKdId}{AKfAJ`}9{{}b}000000000000{ce{}{}}0000000000000000000000000{{{AJb{ce}}}{{Ef{j}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}b{{AJf{AJd}}NfAJhDn}}{{ALbcb}{{Bl{{AJb{ec}}Id}}}{{AJf{AJd}}NfAJhDn}{}}{{{AHd{{ALd{c}}}}{Bj{j}}{l{AJ`}}{l{AKf}}}{{AKj{ec}}}{{AJf{AJd}}NfAJhDn}{}}{{ALf{l{AJ`}}}AJj}{{{ALj{ALh}}{l{AJ`}}}AJl}{{ALl{l{AJ`}}}AJn}{{{Ef{ALn}}{l{AJ`}}}AK`}8976{{{AKj{AL`c}}}{{Bl{eId}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKlc}}}{{Bl{eId}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKnc}}}{{Bl{eId}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKhc}}}{{Bl{eId}}}{{AJf{AJd}}NfAJhDn}{}}{{{AJb{ce}}}{{Bl{{Ef{g}}Id}}}Dn{{AJf{AJd}}NfAJhDn}{}}{AJj{{Bl{{Bh{{ABd{ABb}}}}Id}}}}{AJj{{Bl{AFjId}}}}{AJj{{Bl{{Bh{AFd}}Id}}}}{AJj{{Bl{{Ef{j}}Id}}}}{AJj{{Bl{{Bh{E`}}Id}}}}{AJj{{Bl{{Mb{j{Bh{j}}}}Id}}}}{AJj{{Bl{{Bh{Cl}}Id}}}}{AJj{{Bl{ABjId}}}}{AJj{{Bl{{Bh{AFf}}Id}}}}{AJj{{Bl{{Bh{ABj}}Id}}}}{AJj{{Bl{{Ef{ABj}}Id}}}}{AJj{{Bl{AHnId}}}}{AJj{{Bl{{Bh{ABf}}Id}}}}{AJj{{Bl{{Bh{AHn}}Id}}}}{AJj{{Bl{{Ef{AFb}}Id}}}}{AJj{{Bl{AFdId}}}}{AJj{{Bl{{Ef{Cl}}Id}}}}{AJj{{Bl{{Bh{{Ef{AFh}}}}Id}}}}{AJj{{Bl{{Bh{ADd}}Id}}}}{AJj{{Bl{ABlId}}}}{AJj{{Bl{{Bh{AFb}}Id}}}}{AJj{{Bl{{Bh{ABl}}Id}}}}{AJj{{Bl{{Bh{{Ef{AFb}}}}Id}}}}{AJj{{Bl{{Bh{{Ef{ABj}}}}Id}}}}{AJj{{Bl{E`Id}}}}{AJj{{Bl{{Bh{{Ef{Mj}}}}Id}}}}{AJj{{Bl{ADdId}}}}{AJj{{Bl{{Bh{AFj}}Id}}}}{AJj{{Bl{MjId}}}}{AJj{{Bl{{Bh{{Ef{j}}}}Id}}}}{AJj{{Bl{{Bh{{Ef{AFd}}}}Id}}}}{AJj{{Bl{AHhId}}}}{AJj{{Bl{{Ef{Mj}}Id}}}}{AJj{{Bl{{Ef{AFd}}Id}}}}{AJj{{Bl{{Bh{ABh}}Id}}}}{AJj{{Bl{{Bh{{Ef{AFf}}}}Id}}}}{AJj{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Id}}}}{AJj{{Bl{AFbId}}}}{AJj{{Bl{{ABd{ABb}}Id}}}}{AJj{{Bl{{Ef{AFh}}Id}}}}{AJj{{Bl{{Ef{ADd}}Id}}}}{AJj{{Bl{{Bh{{Ef{Cl}}}}Id}}}}{AJj{{Bl{ClId}}}}{AJj{{Bl{{Ef{AFf}}Id}}}}{AJj{{Bl{AFfId}}}}{AJj{{Bl{ABhId}}}}{AJj{{Bl{{Bh{AHh}}Id}}}}{AJj{{Bl{ABfId}}}}{AJj{{Bl{{Bh{Mj}}Id}}}}{AJj{{Bl{{Bh{{Ef{ADd}}}}Id}}}}{AJl{{Bl{{Ef{AFd}}Id}}}}{AJl{{Bl{{Mb{j{Bh{j}}}}Id}}}}{AJl{{Bl{ABlId}}}}{AJl{{Bl{AHnId}}}}{AJl{{Bl{{Bh{{Ef{AFd}}}}Id}}}}{AJl{{Bl{{Bh{{Ef{AFh}}}}Id}}}}{AJl{{Bl{AFdId}}}}{AJl{{Bl{ClId}}}}{AJl{{Bl{{Bh{AHh}}Id}}}}{AJl{{Bl{AHhId}}}}{AJl{{Bl{{Bh{AFj}}Id}}}}{AJl{{Bl{{Ef{AFh}}Id}}}}{AJl{{Bl{{Ef{AFf}}Id}}}}{AJl{{Bl{{Bh{AFf}}Id}}}}{AJl{{Bl{{ABd{ABb}}Id}}}}{AJl{{Bl{{Bh{{Ef{AFb}}}}Id}}}}{AJl{{Bl{{Bh{{Ef{j}}}}Id}}}}{AJl{{Bl{{Bh{Cl}}Id}}}}{AJl{{Bl{MjId}}}}{AJl{{Bl{AFbId}}}}{AJl{{Bl{{Ef{Cl}}Id}}}}{AJl{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Id}}}}{AJl{{Bl{{Bh{ABf}}Id}}}}{AJl{{Bl{{Ef{Mj}}Id}}}}{AJl{{Bl{AFjId}}}}{AJl{{Bl{{Bh{{Ef{ABj}}}}Id}}}}{AJl{{Bl{{Bh{E`}}Id}}}}{AJl{{Bl{{Bh{{Ef{AFf}}}}Id}}}}{AJl{{Bl{{Ef{ABj}}Id}}}}{AJl{{Bl{{Bh{AHn}}Id}}}}{AJl{{Bl{{Ef{ADd}}Id}}}}{AJl{{Bl{E`Id}}}}{AJl{{Bl{{Bh{{Ef{Mj}}}}Id}}}}{AJl{{Bl{ADdId}}}}{AJl{{Bl{{Bh{ABj}}Id}}}}{AJl{{Bl{{Bh{AFd}}Id}}}}{AJl{{Bl{{Bh{{Ef{ADd}}}}Id}}}}{AJl{{Bl{{Bh{{Ef{Cl}}}}Id}}}}{AJl{{Bl{{Bh{{ABd{ABb}}}}Id}}}}{AJl{{Bl{{Bh{{Ef{AHn}}}}Id}}}}{AJl{{Bl{ABjId}}}}{AJl{{Bl{{Ef{AHn}}Id}}}}{AJl{{Bl{{Bh{ABh}}Id}}}}{AJl{{Bl{AFfId}}}}{AJl{{Bl{{Ef{AFb}}Id}}}}{AJl{{Bl{{Bh{Mj}}Id}}}}{AJl{{Bl{{Bh{ADd}}Id}}}}{AJl{{Bl{ABhId}}}}{AJl{{Bl{ABfId}}}}{AJl{{Bl{{Ef{j}}Id}}}}{AJl{{Bl{{Bh{ABl}}Id}}}}{AJl{{Bl{{Bh{AFb}}Id}}}}{AJn{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Id}}}}{AJn{{Bl{{Bh{E`}}Id}}}}{AJn{{Bl{AHhId}}}}{AJn{{Bl{{Bh{ADd}}Id}}}}{AJn{{Bl{{Ef{AFh}}Id}}}}{AJn{{Bl{{Ef{ABj}}Id}}}}{AJn{{Bl{{Bh{AHn}}Id}}}}{AJn{{Bl{{Bh{{Ef{Cl}}}}Id}}}}{AJn{{Bl{{Bh{{Ef{AFh}}}}Id}}}}{AJn{{Bl{{Bh{{Ef{AFf}}}}Id}}}}{AJn{{Bl{AFdId}}}}{AJn{{Bl{{Bh{Mj}}Id}}}}{AJn{{Bl{{Bh{AHh}}Id}}}}{AJn{{Bl{{ABd{ABb}}Id}}}}{AJn{{Bl{ABjId}}}}{AJn{{Bl{{Bh{{Ef{Mj}}}}Id}}}}{AJn{{Bl{ClId}}}}{AJn{{Bl{{Ef{j}}Id}}}}{AJn{{Bl{{Bh{ABl}}Id}}}}{AJn{{Bl{{Ef{ADd}}Id}}}}{AJn{{Bl{{Bh{{Ef{AFb}}}}Id}}}}{AJn{{Bl{ABhId}}}}{AJn{{Bl{{Ef{AFb}}Id}}}}{AJn{{Bl{{Bh{{Ef{AFd}}}}Id}}}}{AJn{{Bl{E`Id}}}}{AJn{{Bl{{Bh{ABj}}Id}}}}{AJn{{Bl{AFfId}}}}{AJn{{Bl{{Bh{{Ef{ABj}}}}Id}}}}{AJn{{Bl{{Bh{AFf}}Id}}}}{AJn{{Bl{ADdId}}}}{AJn{{Bl{{Ef{Cl}}Id}}}}{AJn{{Bl{MjId}}}}{AJn{{Bl{AFbId}}}}{AJn{{Bl{{Bh{ABh}}Id}}}}{AJn{{Bl{{Bh{AFj}}Id}}}}{AJn{{Bl{{Bh{{ABd{ABb}}}}Id}}}}{AJn{{Bl{ABfId}}}}{AJn{{Bl{AFjId}}}}{AJn{{Bl{{Ef{AFf}}Id}}}}{AJn{{Bl{{Ef{Mj}}Id}}}}{AJn{{Bl{AHnId}}}}{AJn{{Bl{{Bh{Cl}}Id}}}}{AJn{{Bl{{Bh{{Ef{ADd}}}}Id}}}}{AJn{{Bl{{Bh{ABf}}Id}}}}{AJn{{Bl{{Ef{AFd}}Id}}}}{AJn{{Bl{ABlId}}}}{AJn{{Bl{{Mb{j{Bh{j}}}}Id}}}}{AJn{{Bl{{Bh{AFb}}Id}}}}{AJn{{Bl{{Bh{AFd}}Id}}}}{AJn{{Bl{{Bh{{Ef{j}}}}Id}}}}{AK`{{Bl{ABfId}}}}{AK`{{Bl{{Bh{AFb}}Id}}}}{AK`{{Bl{{Bh{AHh}}Id}}}}{AK`{{Bl{{Bh{{Ef{Mj}}}}Id}}}}{AK`{{Bl{{Bh{{ABd{ABb}}}}Id}}}}{AK`{{Bl{ABhId}}}}{AK`{{Bl{{Bh{{Ef{ADd}}}}Id}}}}{AK`{{Bl{{Bh{ABf}}Id}}}}{AK`{{Bl{{Ef{AFf}}Id}}}}{AK`{{Bl{{Ef{AFd}}Id}}}}{AK`{{Bl{{Bh{E`}}Id}}}}{AK`{{Bl{{Bh{ABh}}Id}}}}{AK`{{Bl{{Bh{{Ef{AFb}}}}Id}}}}{AK`{{Bl{{Bh{{Ef{ABj}}}}Id}}}}{AK`{{Bl{{Bh{AFj}}Id}}}}{AK`{{Bl{ClId}}}}{AK`{{Bl{MjId}}}}{AK`{{Bl{{Bh{AFf}}Id}}}}{AK`{{Bl{{Bh{Mj}}Id}}}}{AK`{{Bl{{Ef{j}}Id}}}}{AK`{{Bl{{Bh{ADd}}Id}}}}{AK`{{Bl{{Bh{{Ef{AFd}}}}Id}}}}{AK`{{Bl{{Bh{ABl}}Id}}}}{AK`{{Bl{{Bh{{Ef{Cl}}}}Id}}}}{AK`{{Bl{{Bh{{Ef{j}}}}Id}}}}{AK`{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Id}}}}{AK`{{Bl{{Bh{{Ef{AFh}}}}Id}}}}{AK`{{Bl{{Mb{j{Bh{j}}}}Id}}}}{AK`{{Bl{AFfId}}}}{AK`{{Bl{{Ef{ADd}}Id}}}}{AK`{{Bl{{ABd{ABb}}Id}}}}{AK`{{Bl{{Ef{Mj}}Id}}}}{AK`{{Bl{ABjId}}}}{AK`{{Bl{AFdId}}}}{AK`{{Bl{ADdId}}}}{AK`{{Bl{{Bh{ABj}}Id}}}}{AK`{{Bl{{Bh{AHn}}Id}}}}{AK`{{Bl{AFjId}}}}{AK`{{Bl{{Bh{Cl}}Id}}}}{AK`{{Bl{E`Id}}}}{AK`{{Bl{{Ef{AFb}}Id}}}}{AK`{{Bl{AHhId}}}}{AK`{{Bl{AFbId}}}}{AK`{{Bl{{Bh{{Ef{AFf}}}}Id}}}}{AK`{{Bl{{Bh{AFd}}Id}}}}{AK`{{Bl{{Ef{AFh}}Id}}}}{AK`{{Bl{ABlId}}}}{AK`{{Bl{{Ef{Cl}}Id}}}}{AK`{{Bl{{Ef{ABj}}Id}}}}{AK`{{Bl{AHnId}}}}{{{AJb{ce}}}{{Bl{{Bh{b}}Id}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}{{Bl{dId}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}{{Bl{dId}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}{{Bl{dId}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}{{Bl{dId}}}{{AJf{AJd}}NfAJhDn}}{On{{Bl{{n{ALb{Bh{AM`}}}}Id}}}}{{{AJb{ce}}}{{Ef{g}}}Dn{{AJf{AJd}}NfAJhDn}{}}{c{{n{Bn}}}{}}000000000000{{{AJb{ce}}Ch}{{Bl{dId}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{Bh{j}}}dDn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{l{{Bj{g}}}}}dDn{{AJf{AJd}}NfAJhDn}Aj}{Id{{Bh{Fd}}}}{c{{Bl{C`}}}{}}000000000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}0000000000000000000000000{cCd{}}0000000000003333333333333`````````````````````{{cCf}d{}}{cFd{}}5555555555{AMbAMb}{{ce}d{}{}}{bc{}}000000000{bd}0000{{AMbAMb}Cl}{AMd{{Bl{dKh}}}}{AMf{{Bl{{n{bCl}}Kh}}}}{{KhCn}D`}0{{AMbCn}D`}{cc{}}00{FfKh}{CjKh}{LfKh}{ADnKh}4{AGfKh}5{{}b}0000{ce{}{}}000000000{AMd{{Ef{j}}}}{AMhb}{{E`b}{{Bl{AMdKh}}}}{{{AHd{AMj}}{Bj{j}}{l{AMb}}}AMh}{{{AHd{AMj}}E`{l{AMb}}}{{Bl{AMfKh}}}}3{AMh{{Bl{cKh}}}{}}{AMd{{Bl{{Ef{c}}Kh}}}{}}{AMf{{Bl{{Bh{{Ef{AFh}}}}Kh}}}}{AMf{{Bl{ClKh}}}}{AMf{{Bl{{Gd{E`}}Kh}}}}{AMf{{Bl{ABlKh}}}}{AMf{{Bl{{Bh{ABh}}Kh}}}}{AMf{{Bl{{Bh{ADd}}Kh}}}}{AMf{{Bl{AFdKh}}}}{AMf{{Bl{{Bh{ABl}}Kh}}}}{AMf{{Bl{ABfKh}}}}{AMf{{Bl{{Bh{ABf}}Kh}}}}{AMf{{Bl{{Bh{Mj}}Kh}}}}{AMf{{Bl{{Ef{AFh}}Kh}}}}{AMf{{Bl{{Bh{AFd}}Kh}}}}{AMf{{Bl{ABhKh}}}}{AMf{{Bl{{Bh{Cl}}Kh}}}}{AMf{{Bl{{Bh{{Gd{E`}}}}Kh}}}}{AMf{{Bl{MjKh}}}}{AMf{{Bl{{Bh{ABj}}Kh}}}}{AMf{{Bl{ABjKh}}}}{AMf{{Bl{ADdKh}}}}{AMd{{Bl{{Bh{b}}Kh}}}}{AMh{{Bl{dKh}}}}{AMd{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AMdCh}{{Bl{dKh}}}}{{AMd{Bh{j}}}d}{{AMd{l{{Bj{c}}}}}dAj}{Kh{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000{AMl{{Bl{AMbKh}}}}1{{{n{{Bh{E`}}AMl}}}{{Bl{AMbKh}}}}22222{cCd{}}000055555`````````````````````````````````````````````````````````````````````````````````````````````{cFd{}}00000000000000000666666666666666666666666666666666666666666666666666666666666666666666666666666{MjMj}{ABjABj}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABfABf}{ABlABl}{{{Bh{ABj}}}{{Bh{ABj}}}}{jj}{ABhABh}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{j}}}{{Bh{j}}}}{ClCl}{{{Bh{ABf}}}{{Bh{ABf}}}}3276984?=>;<:150:09682>451?7;=3<>?92685431912>{{{ABd{ABb}}}ABh}96{ABf{{ABd{ABb}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{ABh}}}}7{ABh{{ABd{ABb}}}}{MjMj}037=12>:{ABjABj}75:={ADdMj}{{{Bh{AFf}}}{{Bh{ABj}}}}<2{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{AEf}}}{{Bh{Mj}}}}{AEhABj}{ABlABl}={AFjj}{AEfMj}{AFhMj}:{AFdMj}{AFbAFb}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{AFh}}}{{Bh{Mj}}}}{{{l{AFh}}}{{Ef{AFh}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{E`j}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AEh}}}{{Bh{ABj}}}}{{{Bh{{l{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{AFfABj}{ABfABf}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{AFj}}}{{Bh{j}}}}{AFdADd}3=<{{{Bh{AFf}}}{{Bh{ABj}}}}:2?{ABhABh}{AEhABj}{AEfMj}{{{Bh{Mj}}}{{Bh{Mj}}}}?{{{Bh{AFd}}}{{Bh{ADd}}}}<{{{l{AFh}}}{{Ef{AFh}}}}{AFhADd}{{{Bh{ADd}}}{{Bh{ADd}}}}{ADdADd}{ClCl}={{{Bh{{l{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}{ABlABl}{MjMj}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{AFfABj}{ABjABj}{AFbAFb}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{AFh}}}{{Bh{ADd}}}}{AFjj}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{AFh}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}{ABfABf}8;9={{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}7{AFhMj}{{{l{AFh}}}{{Ef{AFh}}}}{{{Bh{{l{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{AEhABj}{ABlABl}>{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABhABh}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AFj}}}{{Bh{j}}}}{E`j}{{{Bh{AEh}}}{{Bh{ABj}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}{ADdMj}{AEfMj}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{AEf}}}{{Bh{Mj}}}}{ClCl}{{{Bh{Cl}}}{{Bh{Cl}}}}{AFdMj}{AFfABj}{{{Bh{AFd}}}{{Bh{Mj}}}}:{{{Bh{AHj}}}{{Bh{Mj}}}}{{{Bh{AFh}}}{{Bh{Mj}}}}43{MjMj}{{{Bh{AHl}}}{{Bh{Mj}}}}{ABlABl}{AFhMj}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABhABh}{AFbABj}?{{{Bh{ABj}}}{{Bh{ABj}}}}{ABfABf}{jj}{AHhj}{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}7{ADdMj}{HbABj}<;6>{{{Bh{Hb}}}{{Bh{ABj}}}}>{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}71{AHnCl}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{j}}}{{Bh{j}}}}{ABjABj}{{{Bh{ABh}}}{{Bh{ABh}}}}0{{{Bh{AHn}}}{{Bh{Cl}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{AHjMj}{AHlMj}<{{{Bh{AFh}}}{{Bh{Mj}}}}1{AFbABj}{{{Bh{AFb}}}{{Bh{ABj}}}}8><{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{AHh}}}{{Bh{j}}}}7{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}5?;9{AFdMj}{{{Bh{ABl}}}{{Bh{ABl}}}}4{{{Bh{AHj}}}{{Bh{Mj}}}}{{{Bh{j}}}{{Bh{j}}}}{{{Bh{Hb}}}{{Bh{ABj}}}}7{{{Bh{ABf}}}{{Bh{ABf}}}}{ABjABj}{AHjMj}{{{Bh{AHn}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{AFb}}}{{Bh{ABj}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}5={ABhABh}{{{Ef{AFh}}}{{Ef{AFh}}}}{MjMj}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}69{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{MjMj}{jj}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABjABj}467{{{Bh{j}}}{{Bh{j}}}}64?3<21992760<1?35488{{{Bh{AFd}}}{{Bh{Mj}}}}5{{{Bh{ADd}}}{{Bh{Mj}}}}0{{{Bh{AHh}}}{{Bh{j}}}}7{ABlABl}9{ABfABf}6:3={AFdMj}{ABhABh}8{{{Bh{ABh}}}{{Bh{ABh}}}}:{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AFj}}}{{Bh{j}}}}1{{{Bh{E`}}}{{Bh{j}}}}{AFbABj}{ClCl}>?13{{{Bh{AFb}}}{{Bh{ABj}}}}=3<{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}40{E`j}89{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{MjMj}{ADdMj}8{{{Bh{AFf}}}{{Bh{ABj}}}}{ABfABf}93018{AFdMj}{ABlABl}5?{{{Bh{ABh}}}{{Bh{ABh}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Ef{AFh}}}{{Ef{AFh}}}};{{{Bh{Mj}}}{{Bh{Mj}}}}4{ClCl}{AFbABj}19<{{{Bh{AFj}}}{{Bh{j}}}}{{{Bh{AHh}}}{{Bh{j}}}}55{{{Bh{AFb}}}{{Bh{ABj}}}}6{ABjABj}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{E`}}}{{Bh{j}}}}={{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}7{AFdMj}{ABhABh}0{ABfABf}27<{ADdMj}9{ABlABl}{{{Bh{Mj}}}{{Bh{Mj}}}}28{{{Bh{ABj}}}{{Bh{ABj}}}}1{AFbABj}{E`j}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{ABjABj}2{ClCl}=28{{{Bh{AFb}}}{{Bh{ABj}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}?{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{j}}}}?98:{{{Bh{AHh}}}{{Bh{j}}}}2;{ABfABf}1{{{Bh{Cl}}}{{Bh{Cl}}}}48{ADdMj}{ABlABl}{{{Bh{AFf}}}{{Bh{ABj}}}};63{ABhABh}31{AFdMj}58{{{Bh{ABh}}}{{Bh{ABh}}}}6{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}<{{{Bh{ABj}}}{{Bh{ABj}}}}9{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}2{{{Bh{ABf}}}{{Bh{ABf}}}}::{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}:10{MjMj}{{{Bh{AHh}}}{{Bh{j}}}}9{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{Cl}}}{{Bh{Cl}}}};{ClCl}8{ABlABl}{E`j}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{ADdMj}{{{Bh{AFd}}}{{Bh{Mj}}}}9={AFdMj}38{AHhj}{ABhABh}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Bh{E`}}}{{Bh{j}}}}92{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}?{ABjABj}1{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}504;{MjMj}<{{{Bh{AFb}}}{{Bh{ABj}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}5?79678{ABfABf}{AFbABj}{AFdMj}1{AFjj}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}7{AFfABj}1{E`j}09{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}5{{{Bh{AHh}}}{{Bh{j}}}}1{{{Ef{Cl}}}{{Ef{Cl}}}}{ABlABl}{ADdADd}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{AFd}}}{{Bh{ADd}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABj}}}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{AFjj}1{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{{Ef{ABj}}}}}{{Bh{{Ef{ABj}}}}}}8{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABj}}}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}{ABhABh}>;{{{Ef{AFd}}}{{Ef{Mj}}}}<{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}:{E`j}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{ADdADd}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Ef{ABj}}}{{Ef{ABj}}}}3{AFdADd}97{ABfABf};82{AFbAFb}{{{Bh{AFb}}}{{Bh{AFb}}}}{ClCl}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{AHhj}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}7{{{Bh{ADd}}}{{Bh{ADd}}}}5{{{Bh{{Ef{ABj}}}}}{{Bh{{Ef{ABj}}}}}}{{{Ef{AFd}}}{{Ef{Mj}}}}{{{Ef{AFb}}}{{Ef{ABj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}:{{{Bh{E`}}}{{Bh{j}}}}?03{ABjABj}6{{{Bh{AFj}}}{{Bh{j}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}6{E`j}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABj}}}}}}{ABlABl}{{{Bh{AFd}}}{{Bh{ADd}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}5{MjMj}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}75<5{{{Bh{Cl}}}{{Bh{Cl}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}48{AFdADd}2=9:>{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}8{ABfABf}5{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{{Ef{ABj}}}}}{{Bh{{Ef{ABj}}}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Ef{ABj}}}{{Ef{ABj}}}}5{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Ef{j}}}{{Ef{j}}}}{MjMj}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABj}}}}}}3{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{E`}}}{{Bh{j}}}}4;{ABhABh}98>{ADdADd}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}6{AFdADd}{{{Bh{Mj}}}{{Bh{Mj}}}}{E`j}9;{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Ef{AFd}}}{{Ef{Mj}}}}5{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}{ABlABl}2{{{Bh{ABl}}}{{Bh{ABl}}}}3{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{Mj}}}}}}01{ABjABj}8{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}49{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}6{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}5={{{Bh{ABj}}}{{Bh{ABj}}}}{{{Ef{AFd}}}{{Ef{Mj}}}}<{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}5{{{Ef{ABj}}}{{Ef{ABj}}}}{ADdADd}{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}3{ABhABh}82{ABfABf}={{{Bh{ABh}}}{{Bh{ABh}}}}:{ABlABl}{{{Bh{AFj}}}{{Bh{j}}}}42{{{Bh{{Ef{ABj}}}}}{{Bh{{Ef{ABj}}}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}9{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABj}}}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{Mj}}}}}}78{{{Bh{AFd}}}{{Bh{ADd}}}}{ABjABj}{AFbAFb}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}>{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Ef{AFf}}}{{Ef{ABj}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{AFj}}}{{Bh{j}}}}0<{ClCl}{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{AFfABj}{{{Bh{ABh}}}{{Bh{ABh}}}}5<{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Ef{AFd}}}{{Ef{Mj}}}}8{E`j}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABj}}}}}}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABj}}}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}9{ADdADd}<{{{Ef{ABj}}}{{Ef{ABj}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}5{{{Bh{AFd}}}{{Bh{ADd}}}}3{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Ef{AFb}}}{{Ef{ABj}}}}1{{{Bh{Cl}}}{{Bh{Cl}}}}{MjMj}6{ABjABj}{{{Ef{AFh}}}{{Ef{AFh}}}}{AFbAFb}>{{{Bh{AHh}}}{{Bh{j}}}}{ABlABl}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}8;{ABfABf}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABj}}}}}}{{{Ef{ABj}}}{{Ef{ABj}}}}:3=8{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{ABj}}}}}{{Bh{{Ef{ABj}}}}}}{E`j}0:{ABhABh}{{{Bh{ADd}}}{{Bh{ADd}}}}{ClCl}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{AFbAFb}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Ef{AFb}}}{{Ef{ABj}}}}{MjMj}1{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{Mj}}}}}}1<:{{{ABd{ABb}}}{{ABd{ABb}}}}4{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}?{{{Bh{AHh}}}{{Bh{j}}}}9{ABfABf};6:09{ABjABj}{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Ef{j}}}{{Ef{j}}}}1{E`j}{{{Ef{AFd}}}{{Ef{Mj}}}}?6{{{Bh{Cl}}}{{Bh{Cl}}}}8{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}5{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Ef{AFb}}}{{Ef{ABj}}}}{{{Ef{Mj}}}{{Ef{Mj}}}};{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABj}}}}}}7{AFdADd}0{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFj}}}{{Bh{j}}}}0{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}8{ClCl}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Bh{AFd}}}{{Bh{ADd}}}}{ABhABh}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}9{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}?{{{Bh{ABh}}}{{Bh{ABh}}}}{ABjABj}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}<{{{Bh{ABf}}}{{Bh{ABf}}}}{AFdADd}0{{{Ef{AFb}}}{{Ef{ABj}}}}{{{Bh{AFf}}}{{Bh{ABj}}}}{ClCl}2=0{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{AFdMj}{ABfABf}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}4{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{AFb}}}{{Bh{ABj}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{E`j}71{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}:<{{{Bh{Mj}}}{{Bh{Mj}}}}{AFbABj}{ADdMj}{AFfABj}{MjMj}=?{ABhABh}{{{Bh{AFf}}}{{Bh{ABj}}}}8:27<{ABjABj}53{ClCl}4{{{Bh{E`}}}{{Bh{j}}}}3{{{Bh{ADd}}}{{Bh{Mj}}}}5:42=?>{ABlABl}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}<{{{Bh{AFj}}}{{Bh{j}}}}485{{{Ef{AFh}}}{{Ef{AFh}}}}62{AFdMj}97;90{{{Bh{ABl}}}{{Bh{ABl}}}}{AFbABj}{{{Bh{ABh}}}{{Bh{ABh}}}}2475{E`j}{{{Bh{AFd}}}{{Bh{Mj}}}}?{{{Bh{Mj}}}{{Bh{Mj}}}}{ADdMj}<{{{Bh{AHh}}}{{Bh{j}}}}{{{Bh{AFb}}}{{Bh{ABj}}}}<{{{Bh{AFf}}}{{Bh{ABj}}}}7{{{Bh{ABj}}}{{Bh{ABj}}}}=4{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{ClCl}8:=4{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{j}}}}{MjMj}4{ABjABj}4{{{Bh{ABf}}}{{Bh{ABf}}}}0{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{AFbABj}{ABhABh}:{{{Bh{ABh}}}{{Bh{ABh}}}}0?{ABfABf}43{AHhj}=153{ABlABl}{E`j}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{ADdMj};3{{{Bh{AHh}}}{{Bh{j}}}}:5{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}3{{{Bh{ABj}}}{{Bh{ABj}}}}75{{{Bh{ADd}}}{{Bh{Mj}}}}{ABjABj}{AFdMj}4{{{Bh{Cl}}}{{Bh{Cl}}}}54{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}36{ClCl}{{{ABd{ABb}}}{{ABd{ABb}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{ABfABf}621:{AFjj}{ABlABl}:{{{Bh{AFb}}}{{Bh{ABj}}}}4?{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{j}}}}{MjMj}6{AFbABj}2?{E`j}{ABhABh}26?{{{Bh{AHh}}}{{Bh{j}}}}1?{{{Ef{AFh}}}{{Ef{AFh}}}}<9{AFdMj}{{{Bh{Cl}}}{{Bh{Cl}}}}>{{{Bh{AFf}}}{{Bh{ABj}}}}{{{Bh{{ABd{ABb}}}}}{{Bh{{ABd{ABb}}}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}4{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{ABd{ABb}}}{{ABd{ABb}}}}4>{{{Bh{AFb}}}{{Bh{ABj}}}}4{{{Bh{AFj}}}{{Bh{j}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{MjMj}6;{ADdMj}:92{ClCl}1{ABlABl}99{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}4{E`j}{ABfABf}{{{Bh{AHh}}}{{Bh{j}}}}?2{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{ABjABj}{{{ABd{ABb}}}{{ABd{ABb}}}}?{{{Bh{ABh}}}{{Bh{ABh}}}}894<{{{Gd{E`}}}j};{ABhABh}{{{Bh{ABl}}}{{Bh{ABl}}}}5{MjMj}47{AFdMj}{{{Bh{ABf}}}{{Bh{ABf}}}}{ClCl}{{{Bh{{Gd{E`}}}}}{{Bh{j}}}}{{{Ef{AFh}}}{{Ef{AFh}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{ABfABf}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}5?8{{{Bh{ADd}}}{{Bh{Mj}}}}:438<57;2{ADdMj}2{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ABlABl}{{{Gd{E`}}}j}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{AFh}}}}}}04;2>1{MjMj}=7{ABhABh}{AFdMj}8{ClCl}={ABjABj}<8={{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{c{{A`{e}}}{}{}}00000000000000000000000000000000000000000000{bc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{bd}00000000000000000000000000000000000000{{JdCn}D`}0{{IfCn}D`}0{{AMnCn}D`}0{{LdCn}D`}0{{KjCn}D`}0{{AN`Cn}D`}0{{L`Cn}D`}0{{JfCn}D`}0{{ANbCn}D`}0{{KnCn}D`}0{{IlCn}D`}0{{ANdCn}D`}0{{JhCn}D`}0{{LhCn}D`}0{{ANfCn}D`}0{{IhCn}D`}0{{J`Cn}D`}0{{ANhCn}D`}0{cc{}}000000000000000000000{CjJd}{ElJd}{KbJd}{FnIf}{CjIf}{KbIf}66{CjAMn}{KbAMn}{HlAMn}{LbLd}{CjLd};{ElLd}{LbKj}{CjKj}{FnKj}?{HlAN`}{LbAN`}{cc{}}{CjAN`}{CjL`}{ElL`}3{JnL`}4{CjJf}{FnJf}{JnJf}{HlANb}8{CjANb}{JnANb}{InKn}{CjKn}{ElKn}={FnIl}{InIl}?{CjIl}{cc{}}{InANd}{HlANd}{CjANd}{CjJh}{ElJh}{IdJh}6{IdLh}7{CjLh}{FnLh}{CjANf}:{HlANf}{IdANf}{KhIh}{CjIh}{ElIh}?{CjJ`}{FnJ`}{cc{}}{KhJ`}1{HlANh}{CjANh}{KhANh}{{}b}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{ce}{{Bl{dg}}}{}{}{}}00000000000000000000000000000000000000000000{{ce}A`{}{}}00000000000000000000000000000000000000000000{c{{n{Bn}}}{}}00000000000000000000000000000000000000{Jd{{Bh{Fd}}}}{If{{Bh{Fd}}}}{AMn{{Bh{Fd}}}}{Ld{{Bh{Fd}}}}{Kj{{Bh{Fd}}}}{AN`{{Bh{Fd}}}}{L`{{Bh{Fd}}}}{Jf{{Bh{Fd}}}}{ANb{{Bh{Fd}}}}{Kn{{Bh{Fd}}}}{Il{{Bh{Fd}}}}{ANd{{Bh{Fd}}}}{Jh{{Bh{Fd}}}}{Lh{{Bh{Fd}}}}{ANf{{Bh{Fd}}}}{Ih{{Bh{Fd}}}}{J`{{Bh{Fd}}}}{ANh{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000000000000000000000000000000000000{cj{}}00000000000000000{c{{Bl{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{cCd{}}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000```````00{c{{A`{e}}}{}{}}{{ce}{{Bl{dg}}}{}{}{}}{{ce}A`{}{}}","c":[],"p":[[1,"usize"],[1,"unit"],[10,"RecordBatchIterator",17],[5,"RecordBatch",4847],[5,"String",4848],[1,"slice"],[1,"tuple"],[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],[5,"Error",4864],[6,"ArrowError",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,"PolarsError",4870],[6,"Error",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,"PostgresSourceError",1971],[6,"BigQueryArrow2TransportError",2624],[6,"SQLiteArrowTransportError",2624],[6,"Error",4875],[6,"OracleArrow2TransportError",2624],[6,"OracleSourceError",1804],[6,"SQLiteArrow2TransportError",2624],[5,"Error",4876],[6,"BigQueryArrowTransportError",2624],[6,"MySQLArrow2TransportError",2624],[6,"PostgresArrowTransportError",2624],[6,"BQError",4877],[6,"J4RsError",4878],[6,"MySQLSourceError",1539],[6,"ParseError",4879],[6,"BigQuerySourceError",896],[6,"Error",4880],[6,"Error",4881],[6,"SQLiteSourceError",2474],[6,"MsSQLArrow2TransportError",2624],[5,"Error",4882],[6,"OracleArrowTransportError",2624],[6,"MySQLArrowTransportError",2624],[6,"MsSQLSourceError",1320],[6,"MsSQLArrowTransportError",2624],[6,"Error",4883],[6,"PostgresArrow2TransportError",2624],[6,"DataFusionError",4884],[5,"Error",4885],[6,"VarError",4886],[6,"ParserError",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,"ParseFloatError",4899],[5,"ParseIntError",4900],[6,"FieldType",4901],[1,"char"],[5,"BigQuerySourcePartition",896],[5,"Runtime",4902],[5,"Client",4903],[5,"Utc",4904],[5,"DateTime",4905],[5,"NaiveDate",4906],[5,"NaiveDateTime",4907],[1,"f64"],[5,"NaiveTime",4908],[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],[1,"f32"],[1,"i16"],[5,"Decimal",4916],[1,"u8"],[5,"Uuid",4917],[6,"MySQLTypeSystem",1539],[5,"MySQLSource",1539],[5,"MySQLBinarySourceParser",1539],[5,"MySQLTextSourceParser",1539],[6,"UrlError",4875],[5,"Error",4918],[6,"ColumnType",4919],[5,"ColumnFlags",4919],[6,"BinaryProtocol",1539],[5,"MySQLSourcePartition",1539],[6,"TextProtocol",1539],[5,"MySqlConnectionManager",4920],[5,"PooledConnection",4918],[5,"Binary",4894],[6,"Value",4921],[1,"u32"],[1,"u16"],[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],[5,"ErrorStack",4927],[6,"FromHexError",4928],[5,"Type",4929],[6,"CursorProtocol",1971],[5,"PostgresSourcePartition",1971],[6,"CSVProtocol",1971],[6,"SimpleProtocol",1971],[6,"BinaryProtocol",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%3CError%3E-for-ArrowDestinationError"],[145,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[146,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[218,"impl-Debug-for-Arrow2DestinationError"],[219,"impl-Display-for-Arrow2DestinationError"],[222,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[224,"impl-From%3CError%3E-for-Arrow2DestinationError"],[225,"impl-From%3CError%3E-for-Arrow2DestinationError"],[391,"impl-Debug-for-ArrowDestinationError"],[392,"impl-Display-for-ArrowDestinationError"],[395,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[397,"impl-From%3CError%3E-for-ArrowDestinationError"],[398,"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%3CPostgresSourceError%3E-for-ConnectorXOutError"],[563,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[565,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[566,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[567,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[568,"impl-From%3CError%3E-for-ConnectorXOutError"],[569,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[570,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[571,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[572,"impl-From%3CError%3E-for-ConnectorXOutError"],[573,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[574,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[575,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[576,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[577,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[578,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[579,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[580,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[581,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[582,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[583,"impl-From%3CError%3E-for-ConnectorXOutError"],[584,"impl-From%3CError%3E-for-ConnectorXOutError"],[585,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[586,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[587,"impl-From%3CError%3E-for-ConnectorXOutError"],[588,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[589,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[590,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[591,"impl-From%3CError%3E-for-ConnectorXOutError"],[592,"impl-From%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[593,"impl-From%3CError%3E-for-ConnectorXOutError"],[594,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[595,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[596,"impl-From%3CError%3E-for-ConnectorXOutError"],[597,"impl-From%3CVarError%3E-for-ConnectorXError"],[598,"impl-From%3CError%3E-for-ConnectorXError"],[599,"impl-From%3CParserError%3E-for-ConnectorXError"],[600,"impl-From%3CError%3E-for-ConnectorXError"],[760,"impl-Display-for-CXQuery%3CQ%3E"],[761,"impl-Debug-for-CXQuery%3CQ%3E"],[763,"impl-From%3C%26String%3E-for-CXQuery"],[764,"impl-From%3C%26CXQuery%3E-for-CXQuery"],[766,"impl-From%3C%26%26str%3E-for-CXQuery"],[767,"impl-From%3C%26str%3E-for-CXQuery"],[960,"impl-Display-for-BigQuerySourceError"],[961,"impl-Debug-for-BigQuerySourceError"],[967,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[969,"impl-From%3CConnectorXError%3E-for-BigQuerySourceError"],[970,"impl-From%3CError%3E-for-BigQuerySourceError"],[971,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[972,"impl-From%3CError%3E-for-BigQuerySourceError"],[973,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[974,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[975,"impl-From%3CError%3E-for-BigQuerySourceError"],[1007,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1008,"impl-Produce%3C\'r,+NaiveDate%3E-for-BigQuerySourceParser"],[1009,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+bool%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1019,"impl-Produce%3C\'r,+i64%3E-for-BigQuerySourceParser"],[1020,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-BigQuerySourceParser"],[1021,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-BigQuerySourceParser"],[1022,"impl-Produce%3C\'r,+String%3E-for-BigQuerySourceParser"],[1120,"impl-Display-for-CSVSourceError"],[1121,"impl-Debug-for-CSVSourceError"],[1126,"impl-From%3CError%3E-for-CSVSourceError"],[1128,"impl-From%3CConnectorXError%3E-for-CSVSourceError"],[1129,"impl-From%3CError%3E-for-CSVSourceError"],[1130,"impl-From%3CError%3E-for-CSVSourceError"],[1131,"impl-From%3CError%3E-for-CSVSourceError"],[1159,"impl-Produce%3C\'r,+i64%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,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1162,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1165,"impl-Produce%3C\'r,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1166,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+String%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1275,"impl-Produce%3C\'r,+Option%3Cf64%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,+DateTime%3CUtc%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1278,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1279,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1280,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+String%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1282,"impl-Produce%3C\'r,+u64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1283,"impl-Produce%3C\'r,+i64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1284,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1285,"impl-Produce%3C\'r,+i32%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1405,"impl-Debug-for-MsSQLSourceError"],[1406,"impl-Display-for-MsSQLSourceError"],[1413,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1415,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1416,"impl-From%3CError%3E-for-MsSQLSourceError"],[1417,"impl-From%3CError%3E-for-MsSQLSourceError"],[1418,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1419,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1420,"impl-From%3CError%3E-for-MsSQLSourceError"],[1454,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1455,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1456,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1457,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1458,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1459,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+i32%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,+Option%3CNaiveDate%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1476,"impl-Produce%3C\'r,+Option%3C%26%5Bu8%5D%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1477,"impl-Produce%3C\'r,+i16%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+FloatN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1482,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1483,"impl-Produce%3C\'r,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1484,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1625,"impl-Debug-for-MySQLSourceError"],[1626,"impl-Display-for-MySQLSourceError"],[1634,"impl-From%3CUrlError%3E-for-MySQLSourceError"],[1635,"impl-From%3CError%3E-for-MySQLSourceError"],[1637,"impl-From%3CError%3E-for-MySQLSourceError"],[1638,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1639,"impl-From%3CError%3E-for-MySQLSourceError"],[1667,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1668,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1673,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1674,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1675,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1676,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1678,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1679,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1680,"impl-Produce%3C\'r,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1681,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1682,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+NaiveDateTime%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,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1689,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1690,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1691,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+i8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+String%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1737,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1738,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%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,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1745,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%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%3CError%3E-for-OracleSourceError"],[1876,"impl-From%3CError%3E-for-OracleSourceError"],[1878,"impl-From%3CConnectorXError%3E-for-OracleSourceError"],[1879,"impl-From%3CParseError%3E-for-OracleSourceError"],[1880,"impl-From%3CError%3E-for-OracleSourceError"],[1912,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1913,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1914,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1915,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1916,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1919,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-OracleTextSourceParser%3C\'a%3E"],[1920,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[2097,"impl-Display-for-PostgresSourceError"],[2098,"impl-Debug-for-PostgresSourceError"],[2111,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2112,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2114,"impl-From%3CError%3E-for-PostgresSourceError"],[2115,"impl-From%3CError%3E-for-PostgresSourceError"],[2116,"impl-From%3CError%3E-for-PostgresSourceError"],[2117,"impl-From%3CError%3E-for-PostgresSourceError"],[2118,"impl-From%3CError%3E-for-PostgresSourceError"],[2119,"impl-From%3CFromHexError%3E-for-PostgresSourceError"],[2162,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2163,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2164,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2165,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2172,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2173,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2174,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2175,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2178,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2179,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2181,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2182,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2183,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2184,"impl-Produce%3C\'r,+Vec%3CString%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,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2187,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2188,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+i8%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2208,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2209,"impl-Produce%3C\'r,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2212,"impl-Produce%3C\'r,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2213,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Vec%3Ci16%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,+Option%3CVec%3CDecimal%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,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2220,"impl-Produce%3C\'r,+Vec%3Cu8%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%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2223,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2224,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2236,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2237,"impl-Produce%3C\'r,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2246,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2247,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+f32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2264,"impl-Produce%3C\'r,+i32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2265,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%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,+Option%3CDateTime%3CUtc%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,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2280,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2281,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%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%3CHashMap%3CString,+Option%3CString%3E%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,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2294,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2295,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+f64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%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%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2322,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2323,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2325,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2326,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+HashMap%3CString,+Option%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%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2334,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2335,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2336,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2337,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2384,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2385,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2386,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2387,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2527,"impl-Display-for-SQLiteSourceError"],[2528,"impl-Debug-for-SQLiteSourceError"],[2533,"impl-From%3CError%3E-for-SQLiteSourceError"],[2534,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2535,"impl-From%3CError%3E-for-SQLiteSourceError"],[2536,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2538,"impl-From%3CError%3E-for-SQLiteSourceError"],[2563,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2564,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2565,"impl-Produce%3C\'r,+Box%3Cstr%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%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2570,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2571,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2573,"impl-Produce%3C\'r,+Option%3Ci64%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,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%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%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+i32%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2606,"impl-TryFrom%3CType%3E-for-SQLiteTypeSystem"],[2608,"impl-TryFrom%3C(Option%3C%26str%3E,+Type)%3E-for-SQLiteTypeSystem"],[2813,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2814,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2815,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2816,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2817,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2824,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2825,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2826,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2830,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2831,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2832,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2833,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2846,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2847,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2848,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2849,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2862,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2863,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%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%3CString,+String%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%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%3Cf64,+f64%3E-for-DummyArrowTransport"],[2875,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2881,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2882,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2883,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2884,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2885,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2886,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2887,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2896,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2897,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2898,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2899,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2930,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2931,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2932,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2933,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2964,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2965,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2966,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2967,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[2998,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[2999,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3000,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3001,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3002,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3003,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3004,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3005,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3006,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3007,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3008,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3009,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3010,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3011,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3012,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3013,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3014,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3015,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3016,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3017,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3018,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3019,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3020,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3021,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3022,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3023,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3024,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3025,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3026,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3027,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3028,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3029,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3030,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3031,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3032,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3033,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3034,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3035,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3036,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3037,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3038,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3039,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3040,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3041,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3042,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3043,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3044,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3045,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3046,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3047,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3048,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3049,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3050,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3051,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3052,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3053,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3054,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3055,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3056,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3057,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3058,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3060,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3061,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3062,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3063,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3064,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3065,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3066,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3067,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3068,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3069,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3070,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3071,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3072,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3073,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3074,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3075,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3076,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3077,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3078,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3079,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3080,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3081,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3082,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3083,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3084,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3085,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3086,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3087,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3088,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3089,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3090,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3091,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3092,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3093,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3094,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3095,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3096,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3097,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3099,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3100,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3101,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3102,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3103,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3104,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3105,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3106,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3107,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3108,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3109,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3110,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3111,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3112,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3113,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3114,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3115,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3116,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3117,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3118,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3119,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3121,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3122,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3123,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3124,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3125,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3126,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3127,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3128,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3129,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3130,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3131,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3132,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3133,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3134,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3135,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3136,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3137,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3138,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3139,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3140,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3141,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3142,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3143,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3144,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3145,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3146,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3147,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3148,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3149,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3150,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3151,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3152,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3153,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3154,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3155,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3156,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3157,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3158,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3159,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3160,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3161,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3162,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3163,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3164,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3165,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3166,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3167,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3168,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3169,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3170,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3171,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3172,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3173,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3174,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3175,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3176,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3177,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3178,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3179,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3180,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3181,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3182,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3183,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3184,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3185,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3186,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3188,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3189,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3190,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3191,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3192,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3193,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3194,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3195,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3196,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3197,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3206,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3207,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3208,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3209,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3218,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3219,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3220,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3221,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3224,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3225,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3226,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3227,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3230,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3231,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3232,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3233,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3234,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3235,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3237,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3238,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3239,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3240,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3241,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3242,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3243,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3244,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3245,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3246,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3247,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3248,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3249,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3250,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3251,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3252,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3253,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3254,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3255,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3256,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3257,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3258,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3259,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3260,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3261,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3262,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3263,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3264,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3265,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3266,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3267,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3269,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3270,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3271,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3272,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3273,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3274,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3275,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3276,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3277,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3278,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3279,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3280,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3281,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3282,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3283,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3284,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3285,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3286,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3287,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3288,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3289,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3290,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3291,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3292,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3293,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3294,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3295,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3296,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3297,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3298,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3299,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3300,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3301,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3302,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3303,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3304,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3305,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3306,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3307,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3308,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3309,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3310,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3311,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3312,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3313,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3314,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3315,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3316,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3317,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3318,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3320,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3321,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3322,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3323,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3324,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3325,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3326,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3327,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3328,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3329,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3330,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3331,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3332,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3333,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3334,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3335,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3336,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3337,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3338,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3339,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3340,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3341,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3342,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3343,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3344,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3345,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3346,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3347,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3348,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3349,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3350,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3351,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3352,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3353,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3354,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3355,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3356,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3357,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3358,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3359,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3360,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3361,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3362,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3363,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3364,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3365,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3366,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3367,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3369,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3370,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3371,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3372,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3373,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3374,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3375,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3376,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3377,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3378,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3379,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3380,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3381,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3382,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3383,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3385,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3386,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3387,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3388,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3389,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3390,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3391,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3393,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3394,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3395,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3396,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3397,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3398,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3399,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3400,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3401,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3402,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3403,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3404,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3405,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3406,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3407,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3408,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3409,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3410,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3411,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3412,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3413,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3414,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3416,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3417,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3418,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3419,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3420,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3421,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3422,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3423,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3424,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3425,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3426,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3427,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3428,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3429,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3430,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3431,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3432,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3433,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3434,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3435,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3436,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3437,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3438,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3439,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3440,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3441,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3442,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3443,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3444,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3445,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3446,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3447,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3448,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3449,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3450,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3451,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3452,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3453,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3454,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3455,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3456,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3457,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3458,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3459,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3460,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3461,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3462,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3463,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3464,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3465,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3466,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3467,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3468,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3469,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3470,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3471,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3472,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3473,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3474,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3475,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3476,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3477,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3478,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3479,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3480,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3481,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3482,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3483,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3484,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3485,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3487,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3488,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3489,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3490,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3491,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3492,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3493,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3494,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3495,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3496,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3497,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3498,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3499,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3500,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3501,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3502,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3503,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3504,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3505,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3506,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3507,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3508,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3509,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3510,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3511,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3512,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3513,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3514,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3515,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3516,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3517,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3518,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3519,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3520,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3521,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3522,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3523,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3524,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3525,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3527,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3528,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3529,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3531,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3532,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3533,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3534,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3535,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3536,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3537,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3538,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3539,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3540,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3541,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3542,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3543,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3544,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3545,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3546,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3547,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3548,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3549,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3550,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3551,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3552,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3553,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3554,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3555,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3556,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3557,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3558,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3559,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3560,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3561,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3562,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3563,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3564,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3565,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3566,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3567,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3568,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3569,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3570,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3571,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3572,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3573,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3574,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3575,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3576,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3577,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3578,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3579,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3581,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3582,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3583,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3584,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3585,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3586,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3587,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3588,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3589,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3590,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3591,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3592,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3593,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3594,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3595,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3596,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3597,"impl-TypeConversion%3COption%3CVec%3Ci16%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%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3600,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3601,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3602,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3603,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3604,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3605,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3606,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3607,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3608,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3609,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3610,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3611,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3612,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3613,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3614,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3615,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3616,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3617,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3618,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3619,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3620,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3621,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3622,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3623,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3624,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3625,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3626,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3627,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3629,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3630,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3631,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3632,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3633,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3634,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3635,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3636,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3637,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3638,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3639,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3640,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3641,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3642,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3643,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3644,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3645,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3646,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3647,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3648,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3649,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3650,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3651,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3652,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3653,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3654,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3655,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3656,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3657,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3659,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3660,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3661,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3662,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3663,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3664,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3665,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3666,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3668,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3669,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3670,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3671,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3672,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3673,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3674,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3675,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3676,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3677,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3678,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3679,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3680,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3681,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3682,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3683,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3684,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3685,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3686,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3687,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3688,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3689,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3690,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3691,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3692,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3693,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3694,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3695,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3696,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3697,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3698,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3699,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3700,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3701,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3702,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3703,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3704,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3705,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3706,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3707,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3708,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3710,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3712,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3713,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3714,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3715,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3716,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3717,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3718,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3719,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3720,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3721,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3722,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3723,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3724,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3725,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3726,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3727,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3728,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3729,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3730,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3731,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3732,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3733,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3734,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3735,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3736,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3737,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3738,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3739,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3740,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3741,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3742,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3743,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3744,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3745,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3746,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3747,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3748,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3749,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3750,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3751,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3752,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3753,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3754,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3755,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3756,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3757,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3758,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3759,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3760,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3761,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3763,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3764,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3765,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3766,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3767,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3768,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3769,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3770,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3771,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3772,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3773,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3774,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3775,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3776,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3777,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3778,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3779,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3780,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3781,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3782,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3783,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3784,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3785,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3786,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3787,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3789,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3790,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3791,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3792,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3793,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3794,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3795,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3796,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3797,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3798,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3799,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3800,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3801,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3802,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3803,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3804,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3805,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3806,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3807,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3808,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3809,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3810,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3811,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3812,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3813,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3814,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3815,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3816,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3818,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3819,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3820,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3822,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3824,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3825,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3826,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3827,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3828,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3829,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3830,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3831,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3832,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3833,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3834,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3835,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3836,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3837,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3838,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3839,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3840,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3841,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3842,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3843,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3844,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3845,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3846,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3847,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3848,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3849,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3850,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3851,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3852,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3853,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3854,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3855,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3856,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3857,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3858,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3859,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3860,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3861,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3862,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3863,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3864,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3865,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3866,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3867,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3868,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3869,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3870,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3871,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3873,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3874,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3875,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3876,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3877,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3878,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3879,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3880,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3881,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3883,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3884,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3885,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3886,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3887,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3888,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3889,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3890,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3891,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3892,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3894,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3895,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3896,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3897,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3898,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3899,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3900,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3901,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3902,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3903,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3904,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3905,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3906,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3907,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3908,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3909,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3910,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3911,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3912,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3913,"impl-TypeConversion%3CNaiveTime,+NaiveTime%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%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3916,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3917,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3918,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3919,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3920,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3921,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3922,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3923,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3924,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3925,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3926,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3927,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3928,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3929,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3930,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3931,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3932,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3933,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3934,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3935,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%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%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3938,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3939,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3940,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3941,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3942,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3943,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3944,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3945,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3946,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3947,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3948,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3949,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3950,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3951,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3952,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3953,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3954,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3955,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3956,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3957,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3958,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3959,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3960,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3961,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3962,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3963,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3964,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3965,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3966,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3967,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3968,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3969,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3970,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%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%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3973,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3974,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3975,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3976,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3977,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3978,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3979,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3980,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3981,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3982,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3983,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3984,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3985,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3986,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3987,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3988,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3989,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3990,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3991,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3992,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3993,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3994,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3995,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3996,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3997,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3998,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3999,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4000,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4001,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4002,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4003,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4004,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4005,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4006,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4007,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4008,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4009,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4010,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4011,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4028,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4029,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4030,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4031,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4048,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4049,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4050,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4051,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4076,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4077,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4078,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4079,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4080,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4081,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4085,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4086,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4087,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4088,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4093,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4094,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4095,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4096,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4097,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4098,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4101,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4102,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4103,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4104,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4229,"impl-Display-for-BigQueryArrowTransportError"],[4230,"impl-Debug-for-BigQueryArrowTransportError"],[4231,"impl-Display-for-BigQueryArrow2TransportError"],[4232,"impl-Debug-for-BigQueryArrow2TransportError"],[4233,"impl-Debug-for-BigQueryArrowTransportError"],[4234,"impl-Display-for-BigQueryArrowTransportError"],[4235,"impl-Debug-for-MsSQLArrowTransportError"],[4236,"impl-Display-for-MsSQLArrowTransportError"],[4237,"impl-Display-for-MsSQLArrow2TransportError"],[4238,"impl-Debug-for-MsSQLArrow2TransportError"],[4239,"impl-Display-for-MsSQLArrowTransportError"],[4240,"impl-Debug-for-MsSQLArrowTransportError"],[4241,"impl-Debug-for-MySQLArrowTransportError"],[4242,"impl-Display-for-MySQLArrowTransportError"],[4243,"impl-Debug-for-MySQLArrow2TransportError"],[4244,"impl-Display-for-MySQLArrow2TransportError"],[4245,"impl-Display-for-MySQLArrowTransportError"],[4246,"impl-Debug-for-MySQLArrowTransportError"],[4247,"impl-Debug-for-OracleArrowTransportError"],[4248,"impl-Display-for-OracleArrowTransportError"],[4249,"impl-Display-for-OracleArrow2TransportError"],[4250,"impl-Debug-for-OracleArrow2TransportError"],[4251,"impl-Display-for-OracleArrowTransportError"],[4252,"impl-Debug-for-OracleArrowTransportError"],[4253,"impl-Debug-for-PostgresArrowTransportError"],[4254,"impl-Display-for-PostgresArrowTransportError"],[4255,"impl-Display-for-PostgresArrow2TransportError"],[4256,"impl-Debug-for-PostgresArrow2TransportError"],[4257,"impl-Display-for-PostgresArrowTransportError"],[4258,"impl-Debug-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"],[4287,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4288,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4289,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4290,"impl-From%3CArrow2DestinationError%3E-for-BigQueryArrow2TransportError"],[4291,"impl-From%3CConnectorXError%3E-for-BigQueryArrow2TransportError"],[4292,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrow2TransportError"],[4295,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4296,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4297,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4298,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4299,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4301,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4302,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrow2TransportError"],[4303,"impl-From%3CConnectorXError%3E-for-MsSQLArrow2TransportError"],[4304,"impl-From%3CArrow2DestinationError%3E-for-MsSQLArrow2TransportError"],[4306,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4307,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4309,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4310,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4311,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4313,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4315,"impl-From%3CConnectorXError%3E-for-MySQLArrow2TransportError"],[4316,"impl-From%3CArrow2DestinationError%3E-for-MySQLArrow2TransportError"],[4317,"impl-From%3CMySQLSourceError%3E-for-MySQLArrow2TransportError"],[4318,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4320,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4321,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4322,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4323,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4324,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4326,"impl-From%3CArrow2DestinationError%3E-for-OracleArrow2TransportError"],[4327,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4329,"impl-From%3CConnectorXError%3E-for-OracleArrow2TransportError"],[4331,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4332,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4333,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4334,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4335,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4336,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4338,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4340,"impl-From%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4341,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4342,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4344,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4345,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4346,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4347,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4348,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4350,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4351,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4353,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4355,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4356,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4357,"impl-From%3CSQLiteSourceError%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%3CBinaryProtocol%3E"],[4489,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4493,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4494,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4495,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4496,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4501,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4502,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4503,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4504,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4509,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4510,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4511,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4512,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4529,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4530,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4531,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4532,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4533,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4534,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4538,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4539,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4540,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4541,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4546,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4547,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4548,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4549,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4554,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4555,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4556,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4557,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+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,"polars_error"],[4871,"arrow2::error"],[4872,"polars_core::frame"],[4873,"core::cmp"],[4874,"core::hash"],[4875,"core::marker"],[4876,"tiberius::error"],[4877,"rusqlite::error"],[4878,"j4rs::errors"],[4879,"std::io::error"],[4880,"gcp_bigquery_client::error"],[4881,"oracle::error"],[4882,"datafusion_common::error"],[4883,"tokio_postgres::error"],[4884,"url::parser"],[4885,"serde_json::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::error"],[4901,"gcp_bigquery_client::model::field_type"],[4902,"tokio::runtime::runtime"],[4903,"gcp_bigquery_client"],[4904,"chrono::naive::time"],[4905,"chrono::offset::utc"],[4906,"chrono::datetime"],[4907,"chrono::naive::datetime"],[4908,"chrono::naive::date"],[4909,"regex::error"],[4910,"csv::error"],[4911,"bb8_tiberius"],[4912,"alloc::string"],[4913,"tiberius::row"],[4914,"tiberius::tds::codec::column_data"],[4915,"tiberius::client::config"],[4916,"bb8_tiberius"],[4917,"rust_decimal::decimal"],[4918,"mysql::error"],[4919,"mysql_common::constants"],[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,"hex::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,8,8,8,8,8,8,3,8,8,8,8,8,8,8,8,3,8,3,8,8,0,8,8,8,8,8,8,0,0,0,0,0,0,0,0,0,28,0,28,28,28,28,28,28,0,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,0,36,0,0,36,37,42,36,36,37,36,37,0,0,0,42,37,37,36,36,36,37,0,0,46,0,0,46,245,245,46,0,44,47,44,44,46,44,47,46,44,47,46,47,44,44,47,46,44,47,46,44,47,46,44,47,46,46,44,47,46,46,46,46,44,47,46,44,47,46,44,47,46,44,47,44,44,44,44,44,44,44,47,46,46,44,47,46,46,44,47,46,44,47,46,44,47,46,0,44,47,46,0,0,0,55,0,55,246,246,55,55,0,53,56,53,55,53,56,55,53,56,55,56,53,53,56,55,53,56,55,53,56,55,56,55,55,53,56,55,55,55,55,55,53,56,55,53,56,55,53,56,55,56,53,53,53,53,53,53,56,55,55,53,56,55,55,53,56,55,53,56,55,53,56,55,0,53,56,55,0,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,0,70,0,0,70,247,247,70,0,15,71,15,15,70,15,71,70,15,71,70,71,15,15,71,70,15,71,70,15,71,70,15,71,70,70,15,71,70,70,70,70,15,71,70,15,71,70,15,71,70,15,71,15,15,15,15,15,15,15,71,70,70,15,71,70,70,15,71,70,15,71,70,15,71,70,0,15,71,70,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,72,72,72,72,72,72,72,29,29,0,72,0,73,29,72,128,110,72,72,72,72,72,72,72,72,72,72,72,72,73,29,128,110,72,72,72,72,72,29,0,72,72,72,72,0,0,29,72,72,72,72,72,29,29,29,29,29,72,72,29,72,29,73,72,29,73,29,72,29,73,72,29,73,72,29,73,72,72,29,29,73,73,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,29,29,29,29,29,73,73,72,29,73,72,29,73,72,29,73,72,29,73,72,29,72,29,73,72,29,73,72,29,73,72,29,73,72,29,73,72,29,73,0,0,0,108,107,108,107,108,107,108,108,108,107,108,107,108,107,108,107,108,107,108,107,107,107,107,108,107,107,107,107,0,108,107,108,108,107,108,107,108,107,108,107,108,107,0,0,0,0,111,111,111,111,111,111,0,0,111,111,111,111,0,111,111,111,111,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,21,21,118,21,118,21,21,21,0,118,21,118,21,118,21,21,21,118,21,21,21,21,21,0,0,118,118,21,118,21,118,21,21,21,118,0,118,21,0,118,21,118,21,0,118,21,21,21,118,21,118,21,118,21,118,21,21,126,126,126,126,126,126,126,0,0,126,126,106,126,106,126,106,126,106,126,106,106,126,106,126,106,126,106,126,106,126,106,126,106,126,106,126,106,106,0,106,126,106,106,126,106,126,106,126,106,106,126,106,106,126,106,126,106,9,9,129,130,132,129,9,0,0,0,0,9,129,130,0,0,0,9,130,0,0,9,129,129,0,130,129,9,0,132,9,129,9,9,9,9,0,88,0,88,88,88,0,0,0,0,88,0,88,134,134,134,134,88,134,134,134,134,134,134,134,88,134,134,134,134,88,135,142,136,88,134,137,135,142,136,88,134,137,134,134,135,142,136,88,134,137,135,142,136,88,134,137,135,142,136,88,134,137,135,136,88,88,134,137,135,142,136,88,88,88,88,88,88,88,88,88,134,134,137,135,142,136,88,134,137,135,142,136,88,134,137,137,137,137,135,142,136,88,134,137,135,142,135,142,142,142,135,136,136,136,136,136,136,136,136,136,136,136,136,136,136,136,136,135,142,135,135,142,136,88,134,137,135,135,135,88,135,142,136,88,134,137,134,88,135,142,136,88,134,137,135,142,136,88,134,137,135,142,136,88,134,137,135,142,136,88,134,137,151,153,0,0,0,0,0,153,151,151,151,153,153,153,151,151,153,152,157,154,153,151,152,157,154,153,151,151,151,151,151,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,151,151,151,151,152,154,153,153,151,152,157,154,153,153,153,153,153,153,151,151,151,152,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,152,157,152,157,157,157,151,152,154,154,154,154,154,154,154,154,154,154,152,157,152,152,157,154,153,151,152,152,152,153,152,157,154,153,151,151,153,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,152,157,154,153,151,158,158,0,0,0,0,158,158,158,158,159,161,160,158,159,161,160,158,158,158,158,158,159,161,160,158,159,161,160,158,159,161,160,158,158,158,158,158,159,160,158,159,161,160,158,158,158,159,161,160,158,159,161,160,158,159,161,160,158,159,161,159,161,161,161,158,159,160,160,160,160,160,160,160,160,160,160,160,160,160,160,159,161,159,159,161,160,158,159,159,159,159,161,160,158,158,159,161,160,158,159,161,160,158,159,161,160,158,159,161,160,158,163,163,163,163,99,163,163,163,163,163,163,163,0,163,99,163,163,0,163,163,99,99,99,0,0,0,0,0,99,99,163,163,163,163,99,163,163,163,163,163,163,163,163,163,163,99,171,172,164,174,165,99,163,171,172,164,174,165,99,163,163,163,171,172,164,174,165,99,163,171,172,164,174,165,99,163,171,172,164,174,165,99,163,164,165,99,99,163,171,172,164,174,165,99,99,99,99,99,99,99,99,163,163,171,172,171,172,164,174,165,99,163,171,172,164,174,165,99,163,171,172,164,174,165,99,163,0,164,174,164,174,174,174,164,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,164,174,164,171,172,164,174,165,99,163,164,164,164,99,171,172,164,174,165,99,163,163,99,171,172,164,174,165,99,163,171,172,164,174,165,99,163,171,172,164,174,165,99,163,171,172,164,174,165,99,163,0,182,182,81,182,182,182,182,182,182,182,182,182,182,182,182,0,81,81,0,0,0,0,0,81,81,182,0,182,182,182,182,182,182,182,182,182,182,182,182,81,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,182,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,183,184,185,81,81,182,192,190,183,191,184,185,81,81,81,81,81,81,182,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,183,191,191,183,191,184,185,191,191,191,191,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,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,183,191,191,183,192,190,183,191,184,185,81,182,183,183,183,81,192,190,183,191,184,185,81,182,182,81,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,192,190,183,191,184,185,81,182,200,200,200,200,200,85,200,200,200,200,200,200,0,85,85,0,0,0,0,0,85,85,85,200,200,200,200,85,202,206,203,85,200,204,202,206,203,85,200,204,200,200,0,202,206,203,85,200,204,202,206,203,85,200,204,202,206,203,85,200,204,202,203,85,85,200,204,202,206,203,85,85,85,85,85,85,85,200,200,204,202,206,203,85,200,204,202,206,203,85,200,204,204,204,202,206,203,85,200,204,202,206,202,206,203,206,206,202,203,203,203,203,203,203,203,203,203,203,203,203,203,203,202,206,202,202,206,203,85,200,204,202,202,202,85,202,206,203,85,200,204,200,85,202,206,203,85,200,204,202,206,203,85,200,204,202,206,203,85,200,204,202,206,203,85,200,204,0,208,208,208,208,89,0,208,89,0,208,208,208,208,208,208,208,89,89,208,208,208,208,208,208,208,208,208,208,208,89,0,0,89,89,0,0,0,0,0,0,0,0,208,208,208,208,208,89,208,208,208,208,89,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,208,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,209,213,214,215,216,89,89,208,248,223,222,224,220,209,221,213,214,215,216,89,89,89,89,89,89,89,89,89,208,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,209,221,221,221,221,209,221,213,214,215,216,221,221,221,221,221,221,221,221,209,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,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,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,209,221,221,221,221,0,209,248,223,222,224,220,209,221,213,214,215,216,89,208,209,209,209,89,248,223,222,224,220,209,221,213,214,215,216,89,208,208,89,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,248,223,222,224,220,209,221,213,214,215,216,89,208,233,233,93,233,93,233,233,233,93,233,93,93,0,0,0,0,0,93,233,233,233,233,93,234,236,235,93,233,234,236,235,93,233,233,233,234,236,235,93,233,234,236,235,93,233,234,236,235,93,233,233,234,235,93,93,233,234,236,235,93,93,93,93,93,93,233,234,236,235,93,233,234,236,235,93,233,234,236,235,93,233,234,236,234,236,235,236,236,234,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,234,236,234,234,236,235,93,233,234,234,234,93,234,236,235,93,233,233,93,234,236,235,93,233,233,233,234,236,235,93,233,234,236,235,93,233,234,236,235,93,233,0,0,0,0,0,0,0,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,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,251,251,251,251,251,251,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,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,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,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,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,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,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,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,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,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,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,269,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,74,74,101,101,239,239,90,90,92,92,240,240,79,79,97,97,241,241,75,75,96,96,242,242,95,95,87,87,243,243,100,100,78,78,244,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,74,74,74,101,101,101,101,239,239,239,239,90,90,90,90,92,92,92,92,240,240,240,240,79,79,79,79,97,97,97,97,241,241,241,241,75,75,75,75,96,96,96,96,242,242,242,242,95,95,95,95,87,87,87,87,243,243,243,243,100,100,100,100,78,78,78,78,244,244,244,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,258,259,259,260,260,261,262,263,264,264,264,264,264,264,264,264,265,265,265,265,265,265,265,265,266,266,266,266,266,266,266,266,267,268,269,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,74,101,239,90,92,240,79,97,241,75,96,242,95,87,243,100,78,244,16,16,16,16,16,0,0,270,16,16,16,16],"f":"```````````````````{ce{}{}}0{bc{}}0{bd}{cc{}}{f{{n{h{l{j}}}}}}{{{A`{ce}}}{{n{h{l{j}}}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{{}b}6{c{{Bb{g}}}{}{}{{Bf{}{{Bd{e}}}}}}77{{cAn{Bh{j}}{l{{Bj{j}}}}}{{Bl{{A`{ce}}}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{{{A`{ce}}}{{Bh{g}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}{}}{f{{Bh{h}}}}{{{A`{ce}}}{{Bh{h}}}Ab{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{fd}{{{A`{ce}}}dAb{{B`{}{{Ad{}}{Af{Ah}}{Aj{c}}{Al{An}}}}}}{c{{n{Bn}}}{}}<{c{{Bl{C`}}}{}}{c{{Cb{i}}}{}{}{}{{Bf{}{{Bd{{Bl{eg}}}}}}}}{c{{Bl{e}}}{}{}}0{cCd{}}{ce{}{}}````````````{{cCf}d{}}11{ChCh}{{ce}d{}{}}{{{l{Ch}}{l{Ch}}}{{Bl{ChCj}}}}{bc{}}0{bd}{{ChCh}Cl}{{ce}Cl{}{}}00{{ChCn}D`}{cc{}}{{}b};;{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}=??>=``````````{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}b{l{i}}{l{c}}Ch}{{Bl{dg}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}{{Eb{E`}}}}{{{Dj{}{{Db{c}}{Df{e}}}}b}{{Bl{be}}}`{{Dl{Cj}}Dn}}```{{{Ed{}{{Df{c}}}}e}{{Bl{dc}}}{{Dl{Cj}}Dn}{}}{{{Dj{}{{Db{c}}{Df{e}}}}}{{Bl{de}}}`{{Dl{Cj}}Dn}}{{{Dj{}{{Db{c}}{Df{e}}}}}b`{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}}Cl`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}b}{{Bl{{Ef{e}}g}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dh{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{l{c}}}`{{Dj{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}Dn}}{{{Dj{}{{Db{c}}{Df{e}}}}g}{{Bl{de}}}`{{Dl{Cj}}Dn}{{`{c}}}}``````````{{Ehb{l{c}}{l{Ej}}Ch}{{Bl{dEl}}}{{Eb{E`}}}}{{Enb}{{Bl{bEl}}}}{Eh{{Bl{{Ef{h}}El}}}}{Eh{{Fb{F`}}}}{cFd{}}{ce{}{}}00000{{Ene}{{Bl{dEl}}}{}{{`{c}}`}}{{}Eh}{bc{}}00000{bd}00{Ehh}{En{{Bl{dEl}}}}{{ElCn}D`}0{cc{}}0{FfEl}{FhEl}2{CjEl}{{}b}00<<<<<<{Eh{{l{j}}}}{Enb}{EhCl}={bEh}{{Ehb}{{Bl{{Ef{c}}El}}}{}}{Eh{{Bl{{Bh{h}}El}}}}{Eh{{l{Ej}}}}{c{{n{Bn}}}{}}00{El{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`{ce{}{}}00```````````{{Fjb{l{c}}{l{Fl}}Ch}{{Bl{dFn}}}{{Eb{E`}}}}{{G`b}{{Bl{bFn}}}}{Fj{{Bl{{n{{Ef{{Gf{{Gd{Gb}}}}}}{Fb{Gh}}}}Fn}}}}{cFd{}}444444{{G`e}{{Bl{dFn}}}{}{{`{c}}`}}{{}Fj}{bc{}}00000{bd}00{G`{{Bl{dFn}}}}{{FnCn}D`}0{cc{}}0{GjFn}{CjFn}{GlFn}3{FhFn}{{}b}00{ce{}{}}00000{G`b}{FjCl}={{Fjb}{{Bl{{Ef{c}}Fn}}}{}}{Fj{{Bl{GnFn}}}}{Fj{{l{Fl}}}}{c{{n{Bn}}}{}}00{Fn{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`;;;``````````````````````{{cCf}d{}}<<{FlFl}{{ce}d{}{}}{{FlFl}H`}{{ce}H`{}{}}{bc{}}0{bd}{{FlFl}Cl}{{ce}Cl{}{}}00{{FlCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Flc}dHj}{{}b}{ce{}{}}0{{FlFl}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````````{{cCf}d{}}66{EjEj}{{ce}d{}{}}{{EjEj}H`}{{ce}H`{}{}}{bc{}}0{bd}{{EjEj}Cl}{{ce}Cl{}{}}00{{EjCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Ejc}dHj}{{}b}{ce{}{}}0{{EjEj}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````{{Anb{l{c}}{l{Ah}}Ch}{{Bl{dHl}}}{{Eb{E`}}}}{{Hnb}{{Bl{bHl}}}}{An{{Bl{{Ef{h}}Hl}}}}{An{{Fb{F`}}}}{cFd{}}::::::{{Hne}{{Bl{dHl}}}{}{{`{c}}`}}{{}An}{bc{}}00000{bd}00{Anh}{Hn{{Bl{dHl}}}}{{HlCn}D`}0{cc{}}0{CjHl}{FfHl}2{FhHl}{{}b}00{ce{}{}}00000{An{{l{j}}}}{Hnb}{AnCl}>{bAn}{{Anb}{{Bl{{Ef{c}}Hl}}}{}}{An{{Bl{{Bh{h}}Hl}}}}{An{{l{Ah}}}}{c{{n{Bn}}}{}}00{Hl{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}{c{{Bl{e}}}{}{}}00000{cCd{}}00`===``````````````{{cCf}d{}}>>{AhAh}{{ce}d{}{}}{{AhAh}H`}{{ce}H`{}{}}{bc{}}0{bd}{{AhAh}Cl}{{ce}Cl{}{}}00{{AhCn}D`}{cc{}}{{ce}Hb{HdHf}Hh}{{Ahc}dHj}{{}b}{ce{}{}}0{{AhAh}{{Bh{H`}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}3{c{{Bl{e}}}{}{}}0{cCd{}}5``````````````````````````````````````````````````````````{cFd{}}0666666{{{Bh{j}}}Cj}{bc{}}00000{bd}00{{I`Cn}D`}0{{CjCn}D`}0{{IbCn}D`}0{IdI`}{IfI`}{IhI`}{IjI`}{FnI`}{CjI`}{IlI`}{InI`}{ElI`}{HlI`}{J`I`}{JbI`}{JdI`}{JfI`}{FhI`}{JhI`}{JjI`}{JlI`}{JnI`}{K`I`}{KbI`}{cc{}}{KdI`}{KfI`}{KhI`}{KjI`}{KlI`}{KnI`}{L`I`}{LbI`}{LdI`}{LfI`}{LhI`}{LjI`}{LlI`}{JfCj}{LnCj}{FhCj}{cc{}}{M`Cj}{{{Bh{j}}}Ib}2{{}b}00{ce{}{}}00000{c{{n{Bn}}}{}}00{I`{{Bh{Fd}}}}{Cj{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00{cj{}}00{c{{Bl{e}}}{}{}}00000{cCd{}}00777{{j{Mb{jj}}{Bh{E`}}}{{Bl{{Ef{h}}I`}}}}``8888````{bc{}}000{bd}0>>;;::```::`{{MdClE`E`}Mf}{{{Mb{j{Ef{j}}}}Cl}Mf}{{E`{Mb{jMf}}{Bh{E`}}}{{Bl{{Ef{Mh}}I`}}}}<<`99777766=={{Md{Bh{j}}{l{{Bj{j}}}}}{{Bl{EhI`}}}}{{Md{Bh{j}}{l{{Bj{j}}}}b}{{Gd{f}}}}{{Md{Bh{j}}{l{{Bj{j}}}}}{{Bl{FjI`}}}}`{ce{}{}}0887{cc{}}{{MdE`E`}{{Ml{{n{MjMj}}}}}}{{MdE`E`MjMj}{{Bl{{Bj{j}}I`}}}}{{}b}44{{E`E`{Bh{Mj}}{Bh{Mj}}b}Mn}{{MnMd}{{Ml{{Ef{Bj}}}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}{c{{Bl{e}}}{}{}}0{cCd{}}:```````````````````````````````````````{{cCf}d{}}{{{Bj{c}}}E`{{Eb{E`}}}}{{ce}{{Bl{{Nb{N`}}Ih}}}{}Nd}1===={{{Bj{c}}}{{Bj{c}}}Nf}{{ce}d{}{}}`{bc{}}000{bd}0{{{Bj{c}}Cn}D`Nh}{{{Bj{c}}Cn}D`Nj}{cc{}}{E`{{Bj{j}}}}{BjBj}12{jBj}``{{{Nl{ceg}}}{{Bl{d}}}AbDh{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}{{}b}0{ce{}{}}000{{{Bj{c}}g}{{Bj{e}}}{}{}{{O`{c}{{Nn{e}}}}}}{c{{Bj{j}}}{{Eb{E`}}}}{{ce{l{g}}{Bh{j}}}{{Nl{cei}}}AbDh{}{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}`{{{Nl{ceg}}}{{Bl{{n{ChEfEfEfEf}}}}}AbDh{{B`{}{{Ad{}}{Af{}}{Aj{c}}{Al{e}}}}}}{{{Bj{{Bl{ce}}}}}{{Bl{{Bj{c}}e}}}{}{}}`7{{ce}{{Bl{{Od{Ob}}Ih}}}{}{{Oh{Of}}}}{c{{n{Bn}}}{}}0`{c{{Bl{C`}}}{}}08{cj{}}{c{{Bl{e}}}{}{}}000{cCd{}}0;;{{ce}{{Oj{ge}}}{}{}{}}``````````{{cCf}d{}}0===={OlOl}{MdMd}{{ce}d{}{}}0`{bc{}}000{bd}0{{OlCn}D`}{{MdCn}D`}{cc{}}0{{}b}0{ce{}{}}000{{OlOnj}Md}{{E`{Bh{E`}}}{{Bl{MdCj}}}}`{c{{n{Bn}}}{}}0{{MdE`}d}{c{{Bl{C`}}}{}}055{c{{Bl{e}}}{}{}}{E`{{A`{Md}}}}111`{cCd{}}088`````````````````{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{dg}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ad{}{{Db{c}}{Df{e}}}}}{{Bl{{n{bCl}}e}}}`{{Dl{Cj}}DnNh}}``{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Ef{j}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}b`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNh}}0`{{{Ad{}{{Db{c}}{Df{e}}}}}{{Bl{ge}}}`{{Dl{Cj}}DnNh}{{`{c}}}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}{{Bl{eg}}}`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{{Ef{e}}g}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}`{{{Ah{}{{Df{c}}}}}{{Bl{ec}}}{{Dl{Cj}}Dn}{}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Bl{{Bh{b}}g}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Af{e}}{Df{g}}}}}{{Bl{dg}}}`{{Ad{}{{Db{c}}{Df{g}}}}}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}}{{Ef{c}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}Ch}{{Bl{dg}}}`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}{Bh{j}}}d`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}}{{{Ab{}{{Db{c}}{Dd{e}}{Df{g}}}}{l{{Bj{i}}}}}d`{{Ab{}{{Db{c}}{Df{g}}}}Dn}{{Dl{Cj}}DnNh}Aj}`````````````````````````````{{cCf}d{}}{cFd{}}{ce{}{}}00000000000{AlAl}{{ce}d{}{}}{bc{}}00000000000{bd}00000{An{{Bl{dK`}}}}{AA`{{Bl{{n{bCl}}K`}}}}{{K`Cn}D`}0{{AlCn}D`}{{AAbCn}D`}{cc{}}00{FhK`}{LlK`}{JhK`}3{JfK`}{AAdK`}{LdK`}{AAfK`}{CjK`}{AAhAl}99{{}b}00000{ce{}{}}00000{{AAbAAj}Cl}00111111{An{{Ef{j}}}}{AAlb}{{{Fb{AAn}}E`}{{Bl{AnK`}}}}{{{Fb{AAn}}{Fb{AB`}}j{Bj{j}}{l{Al}}}AAl}2{AAl{{Bl{cK`}}}{}}{An{{Bl{{Ef{c}}K`}}}{}}{AA`{{Bl{ABbK`}}}}{AA`{{Bl{{Bh{{ABf{ABd}}}}K`}}}}{AA`{{Bl{{Bh{Mj}}K`}}}}{AA`{{Bl{{ABf{ABd}}K`}}}}{AA`{{Bl{ABhK`}}}}{AA`{{Bl{{Bh{ABj}}K`}}}}{AA`{{Bl{MjK`}}}}{AA`{{Bl{ClK`}}}}{AA`{{Bl{{Bh{Cl}}K`}}}}{AA`{{Bl{ABlK`}}}}{AA`{{Bl{{Bh{ABh}}K`}}}}{AA`{{Bl{{Bh{ABl}}K`}}}}{AA`{{Bl{jK`}}}}{AA`{{Bl{{Bh{j}}K`}}}}{AA`{{Bl{{Bh{ABb}}K`}}}}{AA`{{Bl{ABjK`}}}}{An{{Bl{{Bh{b}}K`}}}}{AAl{{Bl{dK`}}}}{An{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AnCh}{{Bl{dK`}}}}{{An{Bh{j}}}d}{{An{l{{Bj{c}}}}}dAj}{K`{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}00000000000{cCd{}}00000333333```````````````{{cCf}d{}}{cFd{}}5555555555{ABnABn}{{ce}d{}{}}{{ABnABn}H`}{{ce}H`{}{}}{bc{}}000000000{bd}0000{{ABnABn}Cl}{{ce}Cl{}{}}00{AC`{{Bl{dACb}}}}{ACd{{Bl{{n{bCl}}ACb}}}}{{ACbCn}D`}0{{ABnCn}D`}{cc{}}00{CjACb}{ACfACb}{AChACb}{JfACb}{FhACb}55{{ce}Hb{HdHf}Hh}{{ABnc}dHj}{AC`{{Bl{{Ef{ABn}}ACb}}}}{{}b}0000{ce{}{}}000000000{AC`{{Ef{j}}}}{ACjb}{{{l{ABn}}}AC`}{{{Bj{j}}}{{Bl{ACjACb}}}}2{ACj{{Bl{cACb}}}{}}{{ABnABn}{{Bh{H`}}}}{AC`{{Bl{{Ef{c}}ACb}}}{}}{ACd{{Bl{{Bh{Cl}}ACb}}}}{ACd{{Bl{{Bh{j}}ACb}}}}{ACd{{Bl{{Bh{ABl}}ACb}}}}{ACd{{Bl{ClACb}}}}{ACd{{Bl{{Bh{Mj}}ACb}}}}{ACd{{Bl{{Bh{{ABf{ABd}}}}ACb}}}}{ACd{{Bl{{ABf{ABd}}ACb}}}}{ACd{{Bl{ABlACb}}}}{ACd{{Bl{MjACb}}}}{ACd{{Bl{jACb}}}}{AC`{{Bl{{Bh{b}}ACb}}}}{ACj{{Bl{dACb}}}}{AC`{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AC`Ch}{{Bl{dACb}}}}{{AC`{Bh{j}}}d}{{AC`{l{{Bj{c}}}}}dAj}{ACb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000{cCd{}}000033333`````````{{cCf}d{}}44444444{AClACl}{{ce}d{}{}}{{AClACl}H`}{{ce}H`{}{}}{bc{}}0000000{bd}000{{AClACl}Cl}{{ce}Cl{}{}}00{ACn{{A`{d}}}}{AD`{{A`{{n{bCl}}}}}}{{AClCn}D`}{cc{}}000{{ce}Hb{HdHf}Hh}{{AClc}dHj}{{}b}000{ce{}{}}0000000{ACn{{Ef{j}}}}{ADbb}{{{l{c}}{l{ACl}}}ACn{{Eb{E`}}}}{{{l{ACl}}{Bj{j}}}ADb}2{ADb{{A`{c}}}{}}{{AClACl}{{Bh{H`}}}}{ACn{{A`{{Ef{c}}}}}{}}{AD`{{A`{{Bh{Cl}}}}}}{AD`{{A`{Hb}}}}{AD`{{A`{ADd}}}}{AD`{{A`{{ABf{ABd}}}}}}{AD`{{A`{{Bh{{ABf{ABd}}}}}}}}{AD`{{A`{{Bh{ABl}}}}}}{AD`{{A`{Mj}}}}{AD`{{A`{j}}}}{AD`{{A`{{Bh{j}}}}}}{AD`{{A`{{Bh{Hb}}}}}}{AD`{{A`{ABl}}}}{AD`{{A`{{Bh{ADd}}}}}}{AD`{{A`{{Bh{Mj}}}}}}{AD`{{A`{Cl}}}}{ACn{{A`{{Bh{b}}}}}}{ADb{{A`{d}}}}{ACn{{Ef{c}}}{}}{c{{n{Bn}}}{}}000{{ACnCh}{{Bl{dCj}}}}{{ACn{Bh{j}}}d}{{ACn{l{{Bj{c}}}}}dAj}{c{{Bl{C`}}}{}}000{ce{}{}}{c{{Bl{e}}}{}{}}0000000{cCd{}}0002222````````````````````````````````````````````{{cCf}d{}}{cFd{}}44444444444444{ADfADf}{{ce}d{}{}}{bc{}}0000000000000{bd}000000{ADh{{Bl{dLf}}}}{ADj{{Bl{{n{bCl}}Lf}}}}{{LfCn}D`}0{{ADfCn}D`}{cc{}}0000{ADlLf}{CjLf}{FhLf}{ADnLf}{{{AE`{ADl}}}Lf}{LdLf}6{IjLf}7{AEbADf}{AEd{{Bl{{Bh{AEf}}Ij}}}}{AEd{{Bl{{Bh{AEh}}Ij}}}}{{}b}000000{ce{}{}}0000000000000{On{{Bl{AEjLf}}}}{ADh{{Ef{j}}}}{AElb}{{{Fb{AAn}}E`b}{{Bl{ADhLf}}}}{{{AF`{AEn}}{Fb{AAn}}{Bj{j}}{l{ADf}}}AEl}2{AEl{{Bl{cLf}}}{}}{ADh{{Bl{{Ef{c}}Lf}}}{}}{ADj{{Bl{{Bh{ABb}}Lf}}}}{ADj{{Bl{ABhLf}}}}{ADj{{Bl{{Bh{AEf}}Lf}}}}{ADj{{Bl{{Bh{AFb}}Lf}}}}{ADj{{Bl{{Bh{{l{AFd}}}}Lf}}}}{ADj{{Bl{{Bh{AEh}}Lf}}}}{ADj{{Bl{MjLf}}}}{ADj{{Bl{E`Lf}}}}{ADj{{Bl{ADdLf}}}}{ADj{{Bl{{Bh{E`}}Lf}}}}{ADj{{Bl{{Bh{ABj}}Lf}}}}{ADj{{Bl{AFfLf}}}}{ADj{{Bl{{Bh{Mj}}Lf}}}}{ADj{{Bl{AEfLf}}}}{ADj{{Bl{{l{AFd}}Lf}}}}{ADj{{Bl{AFhLf}}}}{ADj{{Bl{ABjLf}}}}{ADj{{Bl{AFbLf}}}}{ADj{{Bl{{Bh{ABl}}Lf}}}}{ADj{{Bl{AFdLf}}}}{ADj{{Bl{ABlLf}}}}{ADj{{Bl{{Bh{AFf}}Lf}}}}{ADj{{Bl{AFjLf}}}}{ADj{{Bl{{Bh{AFd}}Lf}}}}{ADj{{Bl{{Bh{{ABf{ABd}}}}Lf}}}}{ADj{{Bl{{Bh{AFh}}Lf}}}}{ADj{{Bl{ClLf}}}}{ADj{{Bl{{Bh{Cl}}Lf}}}}{ADj{{Bl{AEhLf}}}}{ADj{{Bl{{Bh{AFj}}Lf}}}}{ADj{{Bl{ABbLf}}}}{ADj{{Bl{{Bh{ABh}}Lf}}}}{ADj{{Bl{{Bh{ADd}}Lf}}}}{ADj{{Bl{{ABf{ABd}}Lf}}}}{ADh{{Bl{{Bh{b}}Lf}}}}{AEl{{Bl{dLf}}}}{ADh{{Ef{c}}}{}}{c{{n{Bn}}}{}}000000{{ADhCh}{{Bl{dLf}}}}{{ADh{Bh{j}}}d}{{ADh{l{{Bj{c}}}}}dAj}{Lf{{Bh{Fd}}}}{c{{Bl{C`}}}{}}000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}0000000000000{cCd{}}0000003333333```````````````````````````````````````{{cCf}d{}}{cFd{}}5555555555555555{AFlAFl}{{ce}d{}{}}{bc{}}000000000000000{bd}0000000{{{AFn{c}}}{{Bl{dJb}}}Dn}{AG`{{Bl{{n{bCl}}Jb}}}}{AGb{{Bl{{n{bCl}}Jb}}}}{{JbCn}D`}0{{AFlCn}D`}{cc{}}00000{AGdJb}{FhJb}{CjJb}3{AGfJb}{IhJb}{{{n{AGhAGj}}}AFl}6{{}b}0000000{ce{}{}}000000000000000{{{AFn{c}}}{{Ef{j}}}Dn}{{{AGn{AGl}}}b}{{{AGn{AH`}}}b}{{E`b}{{Bl{{AFn{c}}Jb}}}{}}{{{AHd{AHb}}{Bj{j}}{l{AFl}}}{{AGn{c}}}{}}{{{Od{AHf}}{l{AFl}}}AG`}{{{Od{Ob}}{l{AFl}}}AGb}54{{{AGn{AH`}}}{{Bl{cJb}}}{}}{{{AGn{AGl}}}{{Bl{cJb}}}{}}{{{AFn{c}}}{{Bl{{Ef{e}}Jb}}}Dn{}}{AG`{{Bl{{Bh{ABj}}Jb}}}}{AG`{{Bl{AHhJb}}}}{AG`{{Bl{{Bh{ABb}}Jb}}}}{AG`{{Bl{AFjJb}}}}{AG`{{Bl{{Bh{ABl}}Jb}}}}{AG`{{Bl{{Bh{AFd}}Jb}}}}{AG`{{Bl{{Bh{AHj}}Jb}}}}{AG`{{Bl{AFdJb}}}}{AG`{{Bl{AFbJb}}}}{AG`{{Bl{{Bh{ADd}}Jb}}}}{AG`{{Bl{{Bh{AFb}}Jb}}}}{AG`{{Bl{MjJb}}}}{AG`{{Bl{{Bh{j}}Jb}}}}{AG`{{Bl{{Bh{AFj}}Jb}}}}{AG`{{Bl{ABlJb}}}}{AG`{{Bl{{Ef{AFd}}Jb}}}}{AG`{{Bl{ABhJb}}}}{AG`{{Bl{AHjJb}}}}{AG`{{Bl{AHlJb}}}}{AG`{{Bl{ADdJb}}}}{AG`{{Bl{ABbJb}}}}{AG`{{Bl{jJb}}}}{AG`{{Bl{AHnJb}}}}{AG`{{Bl{AFhJb}}}}{AG`{{Bl{{Bh{AHl}}Jb}}}}{AG`{{Bl{{Bh{AFh}}Jb}}}}{AG`{{Bl{{Bh{AHh}}Jb}}}}{AG`{{Bl{HbJb}}}}{AG`{{Bl{{Bh{Mj}}Jb}}}}{AG`{{Bl{ABjJb}}}}{AG`{{Bl{{Bh{ABh}}Jb}}}}{AG`{{Bl{{Bh{AHn}}Jb}}}}{AG`{{Bl{{Bh{Hb}}Jb}}}}{AG`{{Bl{{Bh{{Ef{AFd}}}}Jb}}}}{AGb{{Bl{ABjJb}}}}{AGb{{Bl{ABbJb}}}}{AGb{{Bl{{Bh{Mj}}Jb}}}}{AGb{{Bl{AHlJb}}}}{AGb{{Bl{AFjJb}}}}{AGb{{Bl{{Bh{j}}Jb}}}}{AGb{{Bl{{Bh{AHh}}Jb}}}}{AGb{{Bl{{Bh{ABb}}Jb}}}}{AGb{{Bl{AHnJb}}}}{AGb{{Bl{AHhJb}}}}{AGb{{Bl{ABhJb}}}}{AGb{{Bl{{Bh{ABh}}Jb}}}}{AGb{{Bl{AFdJb}}}}{AGb{{Bl{{Ef{AFd}}Jb}}}}{AGb{{Bl{{Bh{ABl}}Jb}}}}{AGb{{Bl{{Bh{AHj}}Jb}}}}{AGb{{Bl{{Bh{AFb}}Jb}}}}{AGb{{Bl{{Bh{AFh}}Jb}}}}{AGb{{Bl{MjJb}}}}{AGb{{Bl{{Bh{{Ef{AFd}}}}Jb}}}}{AGb{{Bl{{Bh{ABj}}Jb}}}}{AGb{{Bl{HbJb}}}}{AGb{{Bl{{Bh{AHl}}Jb}}}}{AGb{{Bl{AFbJb}}}}{AGb{{Bl{{Bh{Hb}}Jb}}}}{AGb{{Bl{{Bh{ADd}}Jb}}}}{AGb{{Bl{{Bh{AFd}}Jb}}}}{AGb{{Bl{ADdJb}}}}{AGb{{Bl{AFhJb}}}}{AGb{{Bl{ABlJb}}}}{AGb{{Bl{{Bh{AHn}}Jb}}}}{AGb{{Bl{AHjJb}}}}{AGb{{Bl{{Bh{AFj}}Jb}}}}{AGb{{Bl{jJb}}}}{{{AFn{c}}}{{Bl{{Bh{b}}Jb}}}Dn}{{{AGn{AH`}}}{{Bl{dJb}}}}{{{AGn{AGl}}}{{Bl{dJb}}}}{{{AFn{c}}}{{Ef{e}}}Dn{}}{c{{n{Bn}}}{}}0000000{{{AFn{c}}Ch}{{Bl{dJb}}}Dn}{{{AFn{c}}{Bh{j}}}dDn}{{{AFn{c}}{l{{Bj{e}}}}}dDnAj}{Jb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000000000{cCd{}}000000033333333``````````````````````````{{cCf}d{}}{cFd{}}555555555555{AI`AI`}{{ce}d{}{}}{On{{Bl{AIbJj}}}}{bc{}}00000000000{bd}00000{AId{{Bl{dJj}}}}{AIf{{Bl{{n{bCl}}Jj}}}}{{JjCn}D`}0{{AI`Cn}D`}{{AIhCn}D`}{cc{}}000{FhJj}{CjJj}{ADnJj}{AGfJj}{LdJj}{JlJj}6{AIjAI`}7{{}b}00000{ce{}{}}00000{{AIhAAj}Cl}0111111{AId{{Ef{j}}}}{AIlb}{{E`b}{{Bl{AIdJj}}}}{{{AHd{AIn}}{Bj{j}}{l{AI`}}}AIl}{{{AHd{AIn}}E`{l{AI`}}}{{Bl{AIfJj}}}}3{AIl{{Bl{cJj}}}{}}{AId{{Bl{{Ef{c}}Jj}}}{}}{AIf{{Bl{{ABf{ABd}}Jj}}}}{AIf{{Bl{{Bh{{ABf{ABd}}}}Jj}}}}{AIf{{Bl{{Bh{ABj}}Jj}}}}{AIf{{Bl{jJj}}}}{AIf{{Bl{{Bh{j}}Jj}}}}{AIf{{Bl{ABjJj}}}}{AIf{{Bl{{Bh{ABl}}Jj}}}}{AIf{{Bl{{Bh{ABh}}Jj}}}}{AIf{{Bl{MjJj}}}}{AIf{{Bl{{Bh{Mj}}Jj}}}}{AIf{{Bl{{Bh{{Ef{AFd}}}}Jj}}}}{AIf{{Bl{ABhJj}}}}{AIf{{Bl{{Ef{AFd}}Jj}}}}{AIf{{Bl{ABlJj}}}}{AId{{Bl{{Bh{b}}Jj}}}}{AIl{{Bl{dJj}}}}{AId{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AIdCh}{{Bl{dJj}}}}{{AId{Bh{j}}}d}{{AId{l{{Bj{c}}}}}dAj}{Jj{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}00000000000{cCd{}}00000333333````````````````````````````````````````````````````{{cCf}d{}}{cFd{}}55555555555555555555555555{AJ`AJ`}{{ce}d{}{}}{bc{}}0000000000000000000000000{bd}000000000000{{{AJb{ce}}}{{Bl{dKb}}}Dn{{AJf{AJd}}NfAJhDn}}{AJj{{Bl{{n{bCl}}Kb}}}}{AJl{{Bl{{n{bCl}}Kb}}}}{AJn{{Bl{{n{bCl}}Kb}}}}{AK`{{Bl{{n{bCl}}Kb}}}}{{KbCn}D`}0{{AJ`Cn}D`}{cc{}}0000000000{FhKb}1{AKbKb}{CjKb}{JfKb}{KlKb}{AGfKb}{AChKb}{AKdKb}8{AKfAJ`}{{}b}000000000000{ce{}{}}0000000000000000000000000{{{AJb{ce}}}{{Ef{j}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}b{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}b{{AJf{AJd}}NfAJhDn}}{{ALbcb}{{Bl{{AJb{ec}}Kb}}}{{AJf{AJd}}NfAJhDn}{}}{{{AHd{{ALd{c}}}}{Bj{j}}{l{AJ`}}{l{AKf}}}{{AKj{ec}}}{{AJf{AJd}}NfAJhDn}{}}{{ALf{l{AJ`}}}AJj}{{{ALj{ALh}}{l{AJ`}}}AJl}{{ALl{l{AJ`}}}AJn}{{{Ef{ALn}}{l{AJ`}}}AK`}9687{{{AKj{AKnc}}}{{Bl{eKb}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKhc}}}{{Bl{eKb}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AL`c}}}{{Bl{eKb}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKlc}}}{{Bl{eKb}}}{{AJf{AJd}}NfAJhDn}{}}{{{AJb{ce}}}{{Bl{{Ef{g}}Kb}}}Dn{{AJf{AJd}}NfAJhDn}{}}{AJj{{Bl{{Bh{{Ef{j}}}}Kb}}}}{AJj{{Bl{{Ef{Cl}}Kb}}}}{AJj{{Bl{{Mb{j{Bh{j}}}}Kb}}}}{AJj{{Bl{{Bh{ABj}}Kb}}}}{AJj{{Bl{{Bh{Mj}}Kb}}}}{AJj{{Bl{AHnKb}}}}{AJj{{Bl{ABlKb}}}}{AJj{{Bl{{Bh{AHn}}Kb}}}}{AJj{{Bl{ADdKb}}}}{AJj{{Bl{{Bh{E`}}Kb}}}}{AJj{{Bl{ClKb}}}}{AJj{{Bl{AFfKb}}}}{AJj{{Bl{{Bh{AFf}}Kb}}}}{AJj{{Bl{{Bh{{Ef{ADd}}}}Kb}}}}{AJj{{Bl{ABbKb}}}}{AJj{{Bl{E`Kb}}}}{AJj{{Bl{AFhKb}}}}{AJj{{Bl{{ABf{ABd}}Kb}}}}{AJj{{Bl{{Bh{AFb}}Kb}}}}{AJj{{Bl{{Bh{AFh}}Kb}}}}{AJj{{Bl{{Bh{AFj}}Kb}}}}{AJj{{Bl{AHlKb}}}}{AJj{{Bl{AFjKb}}}}{AJj{{Bl{{Ef{ABl}}Kb}}}}{AJj{{Bl{{Bh{{Ef{AFj}}}}Kb}}}}{AJj{{Bl{{Bh{{Ef{Cl}}}}Kb}}}}{AJj{{Bl{{Bh{ABl}}Kb}}}}{AJj{{Bl{{Bh{AHl}}Kb}}}}{AJj{{Bl{{Ef{AFj}}Kb}}}}{AJj{{Bl{AFbKb}}}}{AJj{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kb}}}}{AJj{{Bl{{Ef{Mj}}Kb}}}}{AJj{{Bl{{Bh{{Ef{ABl}}}}Kb}}}}{AJj{{Bl{{Bh{{Ef{AFb}}}}Kb}}}}{AJj{{Bl{{Bh{ABh}}Kb}}}}{AJj{{Bl{MjKb}}}}{AJj{{Bl{{Bh{{Ef{AFd}}}}Kb}}}}{AJj{{Bl{{Bh{ABb}}Kb}}}}{AJj{{Bl{ABjKb}}}}{AJj{{Bl{{Bh{Cl}}Kb}}}}{AJj{{Bl{{Ef{AFd}}Kb}}}}{AJj{{Bl{{Ef{ADd}}Kb}}}}{AJj{{Bl{{Ef{AFh}}Kb}}}}{AJj{{Bl{{Ef{AFb}}Kb}}}}{AJj{{Bl{ABhKb}}}}{AJj{{Bl{{Ef{j}}Kb}}}}{AJj{{Bl{{Bh{{Ef{Mj}}}}Kb}}}}{AJj{{Bl{{Bh{ADd}}Kb}}}}{AJj{{Bl{{Bh{{Ef{AFh}}}}Kb}}}}{AJj{{Bl{{Bh{{ABf{ABd}}}}Kb}}}}{AJl{{Bl{ClKb}}}}{AJl{{Bl{{Ef{AHl}}Kb}}}}{AJl{{Bl{AFhKb}}}}{AJl{{Bl{{Bh{{Ef{Cl}}}}Kb}}}}{AJl{{Bl{{Bh{{Ef{AHl}}}}Kb}}}}{AJl{{Bl{{Ef{AFd}}Kb}}}}{AJl{{Bl{{Bh{ABl}}Kb}}}}{AJl{{Bl{{Bh{{ABf{ABd}}}}Kb}}}}{AJl{{Bl{{Bh{AHl}}Kb}}}}{AJl{{Bl{{Ef{Mj}}Kb}}}}{AJl{{Bl{{Mb{j{Bh{j}}}}Kb}}}}{AJl{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kb}}}}{AJl{{Bl{E`Kb}}}}{AJl{{Bl{{Ef{Cl}}Kb}}}}{AJl{{Bl{{Bh{{Ef{AFd}}}}Kb}}}}{AJl{{Bl{{Bh{AFb}}Kb}}}}{AJl{{Bl{{Ef{AFb}}Kb}}}}{AJl{{Bl{AFjKb}}}}{AJl{{Bl{{Bh{{Ef{ABl}}}}Kb}}}}{AJl{{Bl{ABjKb}}}}{AJl{{Bl{{Bh{{Ef{ADd}}}}Kb}}}}{AJl{{Bl{{Bh{ADd}}Kb}}}}{AJl{{Bl{MjKb}}}}{AJl{{Bl{{Bh{AFj}}Kb}}}}{AJl{{Bl{AFbKb}}}}{AJl{{Bl{ABhKb}}}}{AJl{{Bl{{Bh{AFf}}Kb}}}}{AJl{{Bl{{Bh{ABj}}Kb}}}}{AJl{{Bl{{Bh{ABb}}Kb}}}}{AJl{{Bl{{Ef{ADd}}Kb}}}}{AJl{{Bl{{Bh{{Ef{j}}}}Kb}}}}{AJl{{Bl{{Bh{Mj}}Kb}}}}{AJl{{Bl{{Ef{ABl}}Kb}}}}{AJl{{Bl{AHlKb}}}}{AJl{{Bl{ADdKb}}}}{AJl{{Bl{{Bh{E`}}Kb}}}}{AJl{{Bl{{Bh{{Ef{AFb}}}}Kb}}}}{AJl{{Bl{{Bh{ABh}}Kb}}}}{AJl{{Bl{{Ef{j}}Kb}}}}{AJl{{Bl{ABlKb}}}}{AJl{{Bl{{Ef{AFj}}Kb}}}}{AJl{{Bl{AHnKb}}}}{AJl{{Bl{{ABf{ABd}}Kb}}}}{AJl{{Bl{ABbKb}}}}{AJl{{Bl{{Bh{{Ef{AFh}}}}Kb}}}}{AJl{{Bl{{Bh{Cl}}Kb}}}}{AJl{{Bl{{Bh{{Ef{Mj}}}}Kb}}}}{AJl{{Bl{{Bh{AFh}}Kb}}}}{AJl{{Bl{AFfKb}}}}{AJl{{Bl{{Bh{{Ef{AFj}}}}Kb}}}}{AJl{{Bl{{Bh{AHn}}Kb}}}}{AJl{{Bl{{Ef{AFh}}Kb}}}}{AJn{{Bl{{Bh{ABb}}Kb}}}}{AJn{{Bl{{Bh{AHn}}Kb}}}}{AJn{{Bl{{Mb{j{Bh{j}}}}Kb}}}}{AJn{{Bl{{Ef{ABl}}Kb}}}}{AJn{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kb}}}}{AJn{{Bl{{Ef{AFb}}Kb}}}}{AJn{{Bl{ABjKb}}}}{AJn{{Bl{{Bh{Cl}}Kb}}}}{AJn{{Bl{{Bh{Mj}}Kb}}}}{AJn{{Bl{{Ef{AFh}}Kb}}}}{AJn{{Bl{ABbKb}}}}{AJn{{Bl{{Bh{{Ef{Cl}}}}Kb}}}}{AJn{{Bl{AFbKb}}}}{AJn{{Bl{{Bh{{Ef{AFb}}}}Kb}}}}{AJn{{Bl{{Bh{{Ef{AFd}}}}Kb}}}}{AJn{{Bl{{Bh{{Ef{j}}}}Kb}}}}{AJn{{Bl{{Bh{ABl}}Kb}}}}{AJn{{Bl{AHnKb}}}}{AJn{{Bl{MjKb}}}}{AJn{{Bl{{Bh{{Ef{AFh}}}}Kb}}}}{AJn{{Bl{{ABf{ABd}}Kb}}}}{AJn{{Bl{E`Kb}}}}{AJn{{Bl{{Bh{AFh}}Kb}}}}{AJn{{Bl{{Ef{AFd}}Kb}}}}{AJn{{Bl{AFhKb}}}}{AJn{{Bl{ABhKb}}}}{AJn{{Bl{AFjKb}}}}{AJn{{Bl{{Bh{{Ef{ADd}}}}Kb}}}}{AJn{{Bl{{Bh{{Ef{ABl}}}}Kb}}}}{AJn{{Bl{{Ef{Cl}}Kb}}}}{AJn{{Bl{ClKb}}}}{AJn{{Bl{{Bh{AHl}}Kb}}}}{AJn{{Bl{AHlKb}}}}{AJn{{Bl{{Ef{AFj}}Kb}}}}{AJn{{Bl{AFfKb}}}}{AJn{{Bl{{Bh{AFf}}Kb}}}}{AJn{{Bl{{Bh{{Ef{Mj}}}}Kb}}}}{AJn{{Bl{ADdKb}}}}{AJn{{Bl{{Bh{{ABf{ABd}}}}Kb}}}}{AJn{{Bl{{Bh{AFb}}Kb}}}}{AJn{{Bl{{Bh{ABh}}Kb}}}}{AJn{{Bl{ABlKb}}}}{AJn{{Bl{{Ef{Mj}}Kb}}}}{AJn{{Bl{{Bh{{Ef{AFj}}}}Kb}}}}{AJn{{Bl{{Bh{ABj}}Kb}}}}{AJn{{Bl{{Bh{E`}}Kb}}}}{AJn{{Bl{{Ef{ADd}}Kb}}}}{AJn{{Bl{{Bh{ADd}}Kb}}}}{AJn{{Bl{{Bh{AFj}}Kb}}}}{AJn{{Bl{{Ef{j}}Kb}}}}{AK`{{Bl{{Ef{ADd}}Kb}}}}{AK`{{Bl{{Bh{Cl}}Kb}}}}{AK`{{Bl{{Ef{Mj}}Kb}}}}{AK`{{Bl{ABhKb}}}}{AK`{{Bl{AFjKb}}}}{AK`{{Bl{{Bh{{Ef{ABl}}}}Kb}}}}{AK`{{Bl{{ABf{ABd}}Kb}}}}{AK`{{Bl{{Bh{AFj}}Kb}}}}{AK`{{Bl{{Bh{AHl}}Kb}}}}{AK`{{Bl{AFhKb}}}}{AK`{{Bl{ADdKb}}}}{AK`{{Bl{{Bh{{Ef{ADd}}}}Kb}}}}{AK`{{Bl{{Bh{{Ef{AFb}}}}Kb}}}}{AK`{{Bl{{Ef{AFh}}Kb}}}}{AK`{{Bl{{Ef{AFj}}Kb}}}}{AK`{{Bl{{Bh{{Ef{j}}}}Kb}}}}{AK`{{Bl{{Bh{ABb}}Kb}}}}{AK`{{Bl{{Bh{{ABf{ABd}}}}Kb}}}}{AK`{{Bl{{Bh{ADd}}Kb}}}}{AK`{{Bl{{Mb{j{Bh{j}}}}Kb}}}}{AK`{{Bl{ABlKb}}}}{AK`{{Bl{{Bh{{Ef{Cl}}}}Kb}}}}{AK`{{Bl{E`Kb}}}}{AK`{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kb}}}}{AK`{{Bl{AHnKb}}}}{AK`{{Bl{{Bh{ABj}}Kb}}}}{AK`{{Bl{{Bh{{Ef{AFj}}}}Kb}}}}{AK`{{Bl{ClKb}}}}{AK`{{Bl{{Ef{AFd}}Kb}}}}{AK`{{Bl{{Ef{AFb}}Kb}}}}{AK`{{Bl{{Bh{AFf}}Kb}}}}{AK`{{Bl{{Bh{AFh}}Kb}}}}{AK`{{Bl{{Ef{j}}Kb}}}}{AK`{{Bl{AFbKb}}}}{AK`{{Bl{MjKb}}}}{AK`{{Bl{ABbKb}}}}{AK`{{Bl{{Bh{ABl}}Kb}}}}{AK`{{Bl{{Bh{AHn}}Kb}}}}{AK`{{Bl{{Bh{ABh}}Kb}}}}{AK`{{Bl{ABjKb}}}}{AK`{{Bl{{Bh{AFb}}Kb}}}}{AK`{{Bl{{Bh{{Ef{AFh}}}}Kb}}}}{AK`{{Bl{{Bh{E`}}Kb}}}}{AK`{{Bl{{Bh{Mj}}Kb}}}}{AK`{{Bl{AFfKb}}}}{AK`{{Bl{{Bh{{Ef{Mj}}}}Kb}}}}{AK`{{Bl{{Ef{ABl}}Kb}}}}{AK`{{Bl{{Ef{Cl}}Kb}}}}{AK`{{Bl{{Bh{{Ef{AFd}}}}Kb}}}}{AK`{{Bl{AHlKb}}}}{{{AJb{ce}}}{{Bl{{Bh{b}}Kb}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}{{Bl{dKb}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}{{Bl{dKb}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}{{Bl{dKb}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}{{Bl{dKb}}}{{AJf{AJd}}NfAJhDn}}{On{{Bl{{n{ALb{Bh{AM`}}}}Kb}}}}{{{AJb{ce}}}{{Ef{g}}}Dn{{AJf{AJd}}NfAJhDn}{}}{c{{n{Bn}}}{}}000000000000{{{AJb{ce}}Ch}{{Bl{dKb}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{Bh{j}}}dDn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{l{{Bj{g}}}}}dDn{{AJf{AJd}}NfAJhDn}Aj}{Kb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}000000000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}0000000000000000000000000{cCd{}}0000000000003333333333333`````````````````````{{cCf}d{}}{cFd{}}5555555555{AMbAMb}{{ce}d{}{}}{bc{}}000000000{bd}0000{{AMbAMb}Cl}{AMd{{Bl{dKj}}}}{AMf{{Bl{{n{bCl}}Kj}}}}{{KjCn}D`}0{{AMbCn}D`}{cc{}}00{AGfKj}{ADnKj}{CjKj}{J`Kj}{FhKj}55{{}b}0000{ce{}{}}000000000{AMd{{Ef{j}}}}{AMhb}{{E`b}{{Bl{AMdKj}}}}{{{AHd{AMj}}{Bj{j}}{l{AMb}}}AMh}{{{AHd{AMj}}E`{l{AMb}}}{{Bl{AMfKj}}}}3{AMh{{Bl{cKj}}}{}}{AMd{{Bl{{Ef{c}}Kj}}}{}}{AMf{{Bl{{Bh{{Gd{E`}}}}Kj}}}}{AMf{{Bl{{Ef{AFd}}Kj}}}}{AMf{{Bl{{Bh{ADd}}Kj}}}}{AMf{{Bl{{Bh{ABj}}Kj}}}}{AMf{{Bl{ADdKj}}}}{AMf{{Bl{ClKj}}}}{AMf{{Bl{AFjKj}}}}{AMf{{Bl{{Bh{AFj}}Kj}}}}{AMf{{Bl{{Gd{E`}}Kj}}}}{AMf{{Bl{{Bh{ABl}}Kj}}}}{AMf{{Bl{{Bh{{Ef{AFd}}}}Kj}}}}{AMf{{Bl{ABbKj}}}}{AMf{{Bl{{Bh{ABh}}Kj}}}}{AMf{{Bl{{Bh{Mj}}Kj}}}}{AMf{{Bl{ABhKj}}}}{AMf{{Bl{ABjKj}}}}{AMf{{Bl{ABlKj}}}}{AMf{{Bl{{Bh{ABb}}Kj}}}}{AMf{{Bl{{Bh{Cl}}Kj}}}}{AMf{{Bl{MjKj}}}}{AMd{{Bl{{Bh{b}}Kj}}}}{AMh{{Bl{dKj}}}}{AMd{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AMdCh}{{Bl{dKj}}}}{{AMd{Bh{j}}}d}{{AMd{l{{Bj{c}}}}}dAj}{Kj{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000{{{n{{Bh{E`}}AMl}}}{{Bl{AMbKj}}}}1{AMl{{Bl{AMbKj}}}}22222{cCd{}}000055555`````````````````````````````````````````````````````````````````````````````````````````````{cFd{}}00000000000000000666666666666666666666666666666666666666666666666666666666666666666666666666666{ABjABj}{ClCl}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABbABb}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{j}}}{{Bh{j}}}}{ABhABh}{ABlABl}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{jj}{MjMj}{{{Bh{ABb}}}{{Bh{ABb}}}}82;47:?093><1=568:;1>4659?02<3=754;>31<86214;652{{{ABf{ABd}}}ABh}{ABj{{ABf{ABd}}}}:{ClCl}{ABh{{ABf{ABd}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{ABh}}}}3:=7;92041{{{Bh{Mj}}}{{Bh{Mj}}}}7{{{Bh{AFj}}}{{Bh{Mj}}}}{E`j}{{{Bh{AFf}}}{{Bh{j}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{{l{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{ABjABj}{AFhABl}{ABhABh}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{MjMj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{AEhABl}{ClCl}{{{Bh{AFd}}}{{Bh{Mj}}}}{AFjMj}{{{Bh{AFb}}}{{Bh{AFb}}}}{AFdMj}{AFfj}{{{Bh{AEh}}}{{Bh{ABl}}}}{AEfMj}{{{Bh{E`}}}{{Bh{j}}}}{ABlABl}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{l{AFd}}}{{Ef{AFd}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABbABb}{{{Bh{ABl}}}{{Bh{ABl}}}}{ADdMj}{{{Bh{ADd}}}{{Bh{Mj}}}}{AFbAFb}0;8{{{Bh{AFb}}}{{Bh{AFb}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}8{{{Bh{ADd}}}{{Bh{ADd}}}}{ClCl}{AEhABl}{AFdADd}={{{Bh{AFf}}}{{Bh{j}}}}{ABlABl}{ABhABh}{{{Bh{AFj}}}{{Bh{ADd}}}}?{AFjADd}{E`j}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{ADdADd}{{{Bh{{l{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ABjABj}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{AEh}}}{{Bh{ABl}}}}{AFfj}{ABbABb}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{AFd}}}{{Bh{ADd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{AEfMj}{AFhABl}{MjMj}3{AFjMj}6;?{E`j}{ABhABh}{{{Bh{AFb}}}{{Bh{AFb}}}}{AFbAFb}{{{Bh{{l{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{l{AFd}}}{{Ef{AFd}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AEh}}}{{Bh{ABl}}}}>{ABbABb}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AFfj}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{AFf}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{AEhABl}{AEfMj}{AFdMj}{MjMj}{ADdMj}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{ABlABl}{ClCl}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{AFbABl}154{ABbABb}{AFjMj}{ABhABh}{{{Bh{AFj}}}{{Bh{Mj}}}}0{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{jj}{HbABl}{{{Bh{ADd}}}{{Bh{Mj}}}}{AHhMj}{AFdMj}9{{{Bh{j}}}{{Bh{j}}}}{ADdMj}{AHjMj}26{{{Bh{ABh}}}{{Bh{ABh}}}}{AHlCl}{{{Bh{AHj}}}{{Bh{Mj}}}}<0{ABlABl}{MjMj}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}7{ABjABj}{{{Bh{AFd}}}{{Bh{Mj}}}}4{jj}>{AFbABl}7{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{Hb}}}{{Bh{ABl}}}}{AFdMj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}{AHnj}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{AHl}}}{{Bh{Cl}}}}71{ADdMj}1{{{Bh{ABl}}}{{Bh{ABl}}}}{ABhABh}?{AFhABl}{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}1:4{{{Bh{Mj}}}{{Bh{Mj}}}}{ABbABb}24{MjMj}4{{{Bh{Hb}}}{{Bh{ABl}}}}{{{Bh{AHl}}}{{Bh{Mj}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{jj}48{{{Bh{AHh}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{ABlABl}7{AFbABl}{HbABl}={{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}>{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{j}}}{{Bh{j}}}}{AFdMj}{AFjMj}12{AHlMj}5{ADdMj}0{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{ABjABj}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}{AHjMj}6{ABbABb}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AHj}}}{{Bh{Mj}}}}6{{{Bh{AHn}}}{{Bh{j}}}}813{{{Bh{AHh}}}{{Bh{Mj}}}}{AHhMj}{{{Bh{ABl}}}{{Bh{ABl}}}}{AHnj}{{{Bh{Mj}}}{{Bh{Mj}}}}{AFjMj}46:{AFbABl}{{{Bh{ABb}}}{{Bh{ABb}}}}={HbABl}{ABlABl}{{{Bh{AFd}}}{{Bh{Mj}}}}{jj}{{{Bh{AHl}}}{{Bh{Mj}}}}{ABhABh}0{{{Bh{AFh}}}{{Bh{ABl}}}}<{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{AHjMj}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{Hb}}}{{Bh{ABl}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AHl}}}{{Bh{Cl}}}}{{{Bh{j}}}{{Bh{j}}}}=09{AHhMj}{AFdMj}{{{Bh{AFb}}}{{Bh{ABl}}}}{AFjMj}{ABjABj}{{{Bh{AFd}}}{{Bh{Mj}}}}{ABbABb}{ABhABh}5{ADdMj}{{{Bh{ABb}}}{{Bh{ABb}}}}3{MjMj}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{HbABl}{{{Ef{AFd}}}{{Ef{AFd}}}}=2{{{Bh{ADd}}}{{Bh{Mj}}}}{AHlCl}7{ABlABl}{jj}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{Mj}}}}{AHjMj}>{AHhMj}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{Hb}}}{{Bh{ABl}}}}75{AFhABl}{MjMj}{ABjABj}={{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}9{{{Bh{AFj}}}{{Bh{Mj}}}}{AHnj}{AFjMj}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{AFbABl}1{HbABl}16{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AHl}}}{{Bh{Cl}}}}>{{{Bh{Mj}}}{{Bh{Mj}}}}87{jj}5{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{ABlABl}{{{Bh{j}}}{{Bh{j}}}}{ABhABh}{{{Bh{ABl}}}{{Bh{ABl}}}}7?356{MjMj}?5312<3?<841560{{{Ef{AFd}}}{{Ef{AFd}}}}831{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{ClCl}<{{{Bh{AFj}}}{{Bh{Mj}}}};4{AFbABl}3{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{AFb}}}{{Bh{ABl}}}}8<0921>>56>4={ABbABb}72{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{E`j}{{{ABf{ABd}}}{{ABf{ABd}}}}=31{{{Bh{AFh}}}{{Bh{ABl}}}}17{ABhABh}{{{Bh{AHn}}}{{Bh{j}}}}>{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}423{AFbABl}{ABbABb}{{{Bh{E`}}}{{Bh{j}}}}40={{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AFb}}}{{Bh{ABl}}}}663893={{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}97?{E`j}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}?{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}3185{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{AHn}}}{{Bh{j}}}}12{ABhABh}{{{Bh{AFh}}}{{Bh{ABl}}}}{ADdMj}{ClCl}={AFjMj}{AFbABl}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}5{ABbABb}7{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}7{ABlABl}{ABjABj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{MjMj}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AHn}}}{{Bh{j}}}}59{{{ABf{ABd}}}{{ABf{ABd}}}}<=;{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ADdMj}{AFfj}<<{AFbABl}{AFjMj}<0{E`j}5{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}99{{{Bh{AFh}}}{{Bh{ABl}}}}<<{ABhABh}{{{Ef{AFd}}}{{Ef{AFd}}}}2{ABlABl}0<{{{Bh{AFf}}}{{Bh{j}}}}17{ABbABb}{{{Bh{AFj}}}{{Bh{Mj}}}}>2{MjMj}6:{{{Bh{ABj}}}{{Bh{ABj}}}};{{{ABf{ABd}}}{{ABf{ABd}}}}{ABjABj}13{{{Bh{ADd}}}{{Bh{Mj}}}}1;:0{ClCl}{AFbABl}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}:6{AHnj}{{{Bh{E`}}}{{Bh{j}}}}<35{ADdMj}0{{{Bh{AHn}}}{{Bh{j}}}}:{E`j}{AFjMj}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABhABh}8{AFhABl}4{ABlABl}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{ABbABb}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}8:8{{{Bh{Mj}}}{{Bh{Mj}}}}62<{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}84{ClCl}{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}6{ADdMj}{{{Bh{AHn}}}{{Bh{j}}}}6{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABl}}}}}}6{{{Bh{AFf}}}{{Bh{j}}}}{{{Ef{AFj}}}{{Ef{Mj}}}}{{{Bh{AFj}}}{{Bh{ADd}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABl}}}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}4{ADdADd}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}8?9{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}53{{{Bh{ABj}}}{{Bh{ABj}}}}{AFbAFb}{{{Bh{ABb}}}{{Bh{ABb}}}}{AFjADd}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}6{AHnj}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{{Ef{ABl}}}}}{{Bh{{Ef{ABl}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}3{{{Ef{Mj}}}{{Ef{Mj}}}}01{{{Bh{ABl}}}{{Bh{ABl}}}}{ABjABj}{{{Ef{AFb}}}{{Ef{ABl}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}4{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{ABhABh}{{{Ef{AFj}}}{{Ef{Mj}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{MjMj}{{{Bh{AFj}}}{{Bh{ADd}}}}:{{{Bh{ADd}}}{{Bh{ADd}}}}{ClCl}{{{Bh{AHn}}}{{Bh{j}}}}?{AFhABl}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}4{ABlABl}1{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}8;?4{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Ef{j}}}{{Ef{j}}}}9{AFbAFb}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{{Ef{ABl}}}}}{{Bh{{Ef{ABl}}}}}}5{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}7{{{Ef{Mj}}}{{Ef{Mj}}}}3{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABl}}}}}}1{{{Ef{ADd}}}{{Ef{Mj}}}}10{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Ef{AFb}}}{{Ef{ABl}}}}={{{Ef{AFj}}}{{Ef{Mj}}}}>={{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ABbABb}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}4<{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{E`}}}{{Bh{j}}}}{AFjADd}{{{ABf{ABd}}}{{ABf{ABd}}}}={ABhABh}{ABjABj}{{{Bh{AFj}}}{{Bh{ADd}}}}5{{{Bh{ABj}}}{{Bh{ABj}}}}7{{{Bh{ABb}}}{{Bh{ABb}}}}0{MjMj}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABl}}}}}}6{AFbAFb}{{{Bh{Cl}}}{{Bh{Cl}}}}2{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}9{ABlABl}{{{Bh{AFb}}}{{Bh{AFb}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{ABl}}}}}{{Bh{{Ef{ABl}}}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}?{{{Ef{j}}}{{Ef{j}}}}7{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{Mj}}}}}}>{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}17{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABl}}}}}}9{ABbABb}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Ef{AFj}}}{{Ef{Mj}}}}{{{Bh{AHn}}}{{Bh{j}}}}{AFjADd}{{{Bh{ABb}}}{{Bh{ABb}}}}8{{{Ef{ABl}}}{{Ef{ABl}}}}{ClCl}>={{{Bh{AFf}}}{{Bh{j}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}{E`j}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{AFj}}}{{Bh{ADd}}}}{{{Bh{AFb}}}{{Bh{AFb}}}}:{ABjABj}{ABhABh}{{{Bh{ABj}}}{{Bh{ABj}}}}1{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{ABl}}}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}<;{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{{Ef{ABl}}}}}{{Bh{{Ef{ABl}}}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Ef{ABl}}}{{Ef{ABl}}}}0{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}3{E`j}{{{Bh{AFf}}}{{Bh{j}}}}{ABlABl}{AFfj}4{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}0{ABbABb}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}08{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}9{ADdADd}{MjMj}1{AFbAFb}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}8>425:{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AFjADd}{{{Ef{ABl}}}{{Ef{ABl}}}}0{{{Bh{E`}}}{{Bh{j}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{AFj}}}{{Bh{ADd}}}}{ABjABj}59{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{ABlABl}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{E`j}3{ABhABh}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}{AFbABl}8{{{Ef{AFd}}}{{Ef{AFd}}}}{AFjMj}<6{{{Bh{E`}}}{{Bh{j}}}}8{MjMj}9;<5<{{{Bh{AHn}}}{{Bh{j}}}}0{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{AFf}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{ADdMj}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{ClCl}0=<08{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}8{{{Bh{ABj}}}{{Bh{ABj}}}}{E`j};?5{{{Bh{ABl}}}{{Bh{ABl}}}};{{{Bh{ABb}}}{{Bh{ABb}}}}{ABjABj}{AFjMj}={ABlABl}{ABhABh};{MjMj}9{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}4{AFfj}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}53:4?{{{Bh{AFf}}}{{Bh{j}}}}0{{{Ef{AFd}}}{{Ef{AFd}}}}:=6{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}0{ADdMj}?{{{Bh{AFj}}}{{Bh{Mj}}}}{AFbABl}2{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AHnj}{{{Bh{ABj}}}{{Bh{ABj}}}}{ClCl}437{ABbABb}{{{Bh{ABh}}}{{Bh{ABh}}}}{MjMj}{{{Bh{ABl}}}{{Bh{ABl}}}}=<{{{Bh{ABb}}}{{Bh{ABb}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{E`j}0{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AHn}}}{{Bh{j}}}}1{{{Bh{E`}}}{{Bh{j}}}};7>{{{Bh{ADd}}}{{Bh{Mj}}}}{AFjMj}{ABhABh}{ABjABj}{{{Bh{AFf}}}{{Bh{j}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}:;302<{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}5{{{Bh{AFb}}}{{Bh{ABl}}}}{{{Bh{AFh}}}{{Bh{ABl}}}}{ABlABl}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}45?61:844{ADdMj}1;{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}?{{{Bh{Mj}}}{{Bh{Mj}}}}{ABbABb}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AHn}}}{{Bh{j}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}:43{MjMj}{AFbABl}>>{{{Bh{AFf}}}{{Bh{j}}}}{ABhABh}:4268{{{Bh{AFb}}}{{Bh{ABl}}}}9{AFhABl}{{{Bh{E`}}}{{Bh{j}}}}982;:9{{{Bh{ADd}}}{{Bh{Mj}}}}{AFjMj}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}?{{{Bh{AFj}}}{{Bh{Mj}}}}8<81{E`j}5{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}28{ClCl}<7{{{Bh{ABl}}}{{Bh{ABl}}}};{{{Bh{Mj}}}{{Bh{Mj}}}}{ABjABj}{{{Bh{ABb}}}{{Bh{ABb}}}}{ADdMj}{{{Ef{AFd}}}{{Ef{AFd}}}}{ABbABb}{{{Bh{ABh}}}{{Bh{ABh}}}}38{{{Bh{AHn}}}{{Bh{j}}}}{MjMj}{{{Bh{AFh}}}{{Bh{ABl}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}2{AFbABl}8{{{Bh{Cl}}}{{Bh{Cl}}}};{ABhABh}{E`j}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABjABj}?{AFjMj}2>9:{{{Bh{ABl}}}{{Bh{ABl}}}}1{ADdMj}8{{{Gd{E`}}}j}{ABlABl}{{{Bh{ABh}}}{{Bh{ABh}}}}6<{{{Bh{ABb}}}{{Bh{ABb}}}}{ABbABb}{ClCl}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}<{{{Ef{AFd}}}{{Ef{AFd}}}}<{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{{Gd{E`}}}}}{{Bh{j}}}}{MjMj}{{{Bh{ADd}}}{{Bh{Mj}}}}=2>6:17<059?48{{{Bh{ABj}}}{{Bh{ABj}}}}4{ABhABh}={{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}>?:57269{{{Bh{ABl}}}{{Bh{ABl}}}}94{AFjMj}>326={ABjABj}{ADdMj}{{{Bh{ABh}}}{{Bh{ABh}}}}{c{{A`{e}}}{}{}}00000000000000000000000000000000000000000000{bc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{bd}00000000000000000000000000000000000000{{IdCn}D`}0{{LjCn}D`}0{{AMnCn}D`}0{{KdCn}D`}0{{KhCn}D`}0{{AN`Cn}D`}0{{InCn}D`}0{{LbCn}D`}0{{ANbCn}D`}0{{IfCn}D`}0{{L`Cn}D`}0{{ANdCn}D`}0{{KnCn}D`}0{{JnCn}D`}0{{ANfCn}D`}0{{LhCn}D`}0{{IlCn}D`}0{{ANhCn}D`}0{cc{}}00000000000000000000{K`Id}{ElId}{CjId}3{CjLj}{K`Lj}5{FnLj}{K`AMn}{HlAMn}{CjAMn}9{ElKd}:{LfKd}{CjKd}{CjKh}{LfKh}>{FnKh}{CjAN`}{LfAN`}{HlAN`}{cc{}}{CjIn}{JbIn}{ElIn}3{JbLb}{CjLb}{FnLb}6{JbANb}{CjANb}8{HlANb}{JjIf}{ElIf}{CjIf}<<{JjL`}{CjL`}{FnL`}{HlANd}{cc{}}{JjANd}{CjANd}{ElKn}{CjKn}{KbKn}5{FnJn}{CjJn}7{KbJn}{KbANf}{CjANf}{HlANf};{KjLh}{CjLh}{ElLh}>{KjIl}{FnIl}{CjIl}{cc{}}{CjANh}{KjANh}2{HlANh}{{}b}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{ce}{{Bl{dg}}}{}{}{}}00000000000000000000000000000000000000000000{{ce}A`{}{}}00000000000000000000000000000000000000000000{c{{n{Bn}}}{}}00000000000000000000000000000000000000{Id{{Bh{Fd}}}}{Lj{{Bh{Fd}}}}{AMn{{Bh{Fd}}}}{Kd{{Bh{Fd}}}}{Kh{{Bh{Fd}}}}{AN`{{Bh{Fd}}}}{In{{Bh{Fd}}}}{Lb{{Bh{Fd}}}}{ANb{{Bh{Fd}}}}{If{{Bh{Fd}}}}{L`{{Bh{Fd}}}}{ANd{{Bh{Fd}}}}{Kn{{Bh{Fd}}}}{Jn{{Bh{Fd}}}}{ANf{{Bh{Fd}}}}{Lh{{Bh{Fd}}}}{Il{{Bh{Fd}}}}{ANh{{Bh{Fd}}}}{c{{Bl{C`}}}{}}00000000000000000000000000000000000000{cj{}}00000000000000000{c{{Bl{e}}}{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{cCd{}}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000```````00{c{{A`{e}}}{}{}}{{ce}{{Bl{dg}}}{}{}{}}{{ce}A`{}{}}","c":[],"p":[[1,"usize"],[1,"unit"],[10,"RecordBatchIterator",17],[5,"RecordBatch",4847],[5,"String",4848],[1,"slice"],[1,"tuple"],[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,"PolarsError",4870],[6,"Error",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,"BigQueryArrowTransportError",2624],[6,"OracleArrowTransportError",2624],[6,"Error",4875],[6,"Error",4876],[6,"SQLiteArrow2TransportError",2624],[6,"MySQLArrowTransportError",2624],[6,"Error",4877],[6,"MySQLSourceError",1539],[6,"J4RsError",4878],[5,"Error",4879],[6,"BQError",4880],[6,"OracleSourceError",1804],[6,"Error",4881],[6,"PostgresArrow2TransportError",2624],[6,"BigQuerySourceError",896],[6,"PostgresSourceError",1971],[6,"MsSQLArrowTransportError",2624],[6,"DataFusionError",4882],[6,"MsSQLArrow2TransportError",2624],[6,"SQLiteSourceError",2474],[5,"Error",4883],[6,"PostgresArrowTransportError",2624],[6,"OracleArrow2TransportError",2624],[6,"MySQLArrow2TransportError",2624],[6,"ParseError",4884],[6,"MsSQLSourceError",1320],[6,"SQLiteArrowTransportError",2624],[6,"BigQueryArrow2TransportError",2624],[5,"Error",4885],[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,"Debug",4857],[10,"Display",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,"ParseFloatError",4899],[5,"ParseIntError",4900],[6,"FieldType",4901],[1,"char"],[5,"BigQuerySourcePartition",896],[5,"Runtime",4902],[5,"Client",4903],[5,"NaiveTime",4904],[5,"Utc",4905],[5,"DateTime",4906],[5,"NaiveDateTime",4907],[5,"NaiveDate",4908],[1,"f64"],[6,"CSVTypeSystem",1068],[5,"CSVSource",1068],[6,"CSVSourceError",1068],[5,"CSVSourcePartitionParser",1068],[6,"Error",4909],[5,"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],[1,"f32"],[1,"u8"],[5,"Uuid",4916],[5,"Decimal",4917],[1,"i16"],[6,"MySQLTypeSystem",1539],[5,"MySQLSource",1539],[5,"MySQLBinarySourceParser",1539],[5,"MySQLTextSourceParser",1539],[6,"UrlError",4875],[5,"Error",4918],[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,"u32"],[1,"u16"],[1,"i8"],[6,"Value",4921],[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],[5,"ErrorStack",4927],[6,"FromHexError",4928],[5,"Type",4929],[6,"SimpleProtocol",1971],[5,"PostgresSourcePartition",1971],[6,"CSVProtocol",1971],[6,"BinaryProtocol",1971],[6,"CursorProtocol",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"],[144,"impl-From%3CError%3E-for-ArrowDestinationError"],[146,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[218,"impl-Display-for-Arrow2DestinationError"],[219,"impl-Debug-for-Arrow2DestinationError"],[222,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[224,"impl-From%3CError%3E-for-Arrow2DestinationError"],[226,"impl-From%3CError%3E-for-Arrow2DestinationError"],[391,"impl-Debug-for-ArrowDestinationError"],[392,"impl-Display-for-ArrowDestinationError"],[395,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[396,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[398,"impl-From%3CError%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-Debug-for-ProduceContext"],[561,"impl-Display-for-ProduceContext"],[562,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[563,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[564,"impl-From%3CError%3E-for-ConnectorXOutError"],[565,"impl-From%3CError%3E-for-ConnectorXOutError"],[566,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[567,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[568,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[569,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[570,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[571,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[572,"impl-From%3CError%3E-for-ConnectorXOutError"],[573,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[574,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[575,"impl-From%3CError%3E-for-ConnectorXOutError"],[576,"impl-From%3CError%3E-for-ConnectorXOutError"],[577,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[578,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[579,"impl-From%3CError%3E-for-ConnectorXOutError"],[580,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[581,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[582,"impl-From%3CPostgresSourceError%3E-for-ConnectorXOutError"],[584,"impl-From%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[585,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[586,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[587,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[588,"impl-From%3CError%3E-for-ConnectorXOutError"],[589,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[590,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[591,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[592,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[593,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[594,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[595,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[596,"impl-From%3CError%3E-for-ConnectorXOutError"],[597,"impl-From%3CError%3E-for-ConnectorXError"],[598,"impl-From%3CParserError%3E-for-ConnectorXError"],[599,"impl-From%3CError%3E-for-ConnectorXError"],[601,"impl-From%3CVarError%3E-for-ConnectorXError"],[760,"impl-Debug-for-CXQuery%3CQ%3E"],[761,"impl-Display-for-CXQuery%3CQ%3E"],[763,"impl-From%3C%26%26str%3E-for-CXQuery"],[764,"impl-From%3C%26CXQuery%3E-for-CXQuery"],[765,"impl-From%3C%26str%3E-for-CXQuery"],[767,"impl-From%3C%26String%3E-for-CXQuery"],[960,"impl-Display-for-BigQuerySourceError"],[961,"impl-Debug-for-BigQuerySourceError"],[967,"impl-From%3CError%3E-for-BigQuerySourceError"],[968,"impl-From%3CError%3E-for-BigQuerySourceError"],[969,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[971,"impl-From%3CError%3E-for-BigQuerySourceError"],[972,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[973,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[974,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[975,"impl-From%3CConnectorXError%3E-for-BigQuerySourceError"],[1007,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1008,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1009,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+i64%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+bool%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1019,"impl-Produce%3C\'r,+String%3E-for-BigQuerySourceParser"],[1020,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1021,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-BigQuerySourceParser"],[1022,"impl-Produce%3C\'r,+NaiveDate%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"],[1130,"impl-From%3CError%3E-for-CSVSourceError"],[1159,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1160,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1161,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1162,"impl-Produce%3C\'r,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%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,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+i64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+String%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,+u64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1277,"impl-Produce%3C\'r,+i32%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1278,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%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,+Option%3Cf64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+i64%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,+Option%3Cu64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1285,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1405,"impl-Debug-for-MsSQLSourceError"],[1406,"impl-Display-for-MsSQLSourceError"],[1413,"impl-From%3CError%3E-for-MsSQLSourceError"],[1414,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1415,"impl-From%3CError%3E-for-MsSQLSourceError"],[1416,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1417,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1418,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1420,"impl-From%3CError%3E-for-MsSQLSourceError"],[1454,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1455,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1456,"impl-Produce%3C\'r,+Option%3CIntN%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,+Option%3C%26%5Bu8%5D%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1459,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+i32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1465,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1466,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1476,"impl-Produce%3C\'r,+i16%3E-for-MsSQLSourceParser%3C\'a%3E"],[1477,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1482,"impl-Produce%3C\'r,+FloatN%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,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1625,"impl-Debug-for-MySQLSourceError"],[1626,"impl-Display-for-MySQLSourceError"],[1634,"impl-From%3CUrlError%3E-for-MySQLSourceError"],[1635,"impl-From%3CError%3E-for-MySQLSourceError"],[1636,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1638,"impl-From%3CError%3E-for-MySQLSourceError"],[1639,"impl-From%3CError%3E-for-MySQLSourceError"],[1667,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1668,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1673,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1674,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1675,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1676,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1678,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1679,"impl-Produce%3C\'r,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1680,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1681,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1682,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1687,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1688,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1689,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1690,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1691,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+i8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Option%3Cu64%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%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1743,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1744,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1745,"impl-Produce%3C\'r,+String%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1747,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1748,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1867,"impl-Debug-for-OracleSourceError"],[1868,"impl-Display-for-OracleSourceError"],[1875,"impl-From%3CError%3E-for-OracleSourceError"],[1876,"impl-From%3CConnectorXError%3E-for-OracleSourceError"],[1877,"impl-From%3CFromUtf8Error%3E-for-OracleSourceError"],[1878,"impl-From%3CError%3E-for-OracleSourceError"],[1879,"impl-From%3CParseError%3E-for-OracleSourceError"],[1880,"impl-From%3CError%3E-for-OracleSourceError"],[1912,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1913,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1914,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1915,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1916,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1919,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1920,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[2097,"impl-Display-for-PostgresSourceError"],[2098,"impl-Debug-for-PostgresSourceError"],[2111,"impl-From%3CError%3E-for-PostgresSourceError"],[2113,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2114,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2115,"impl-From%3CError%3E-for-PostgresSourceError"],[2116,"impl-From%3CError%3E-for-PostgresSourceError"],[2117,"impl-From%3CError%3E-for-PostgresSourceError"],[2118,"impl-From%3CError%3E-for-PostgresSourceError"],[2119,"impl-From%3CFromHexError%3E-for-PostgresSourceError"],[2162,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2163,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2164,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2165,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2172,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2173,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2174,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2175,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+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%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2182,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2183,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2184,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2185,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2186,"impl-Produce%3C\'r,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2187,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2188,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+i8%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2208,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2209,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2212,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2213,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%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,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2217,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2218,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2220,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2221,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2222,"impl-Produce%3C\'r,+Vec%3Ci32%3E%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,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+Option%3CVec%3Ci8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2236,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2237,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2246,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2247,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+f32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2264,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2265,"impl-Produce%3C\'r,+i32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2268,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2269,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2270,"impl-Produce%3C\'r,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2271,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2280,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2281,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2282,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2283,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2284,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2285,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2294,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2295,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2302,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2303,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2322,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2323,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+f64%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,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2330,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2331,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2334,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2335,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2336,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2337,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2384,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2385,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2386,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2387,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2527,"impl-Debug-for-SQLiteSourceError"],[2528,"impl-Display-for-SQLiteSourceError"],[2533,"impl-From%3CError%3E-for-SQLiteSourceError"],[2534,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2535,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2536,"impl-From%3CError%3E-for-SQLiteSourceError"],[2537,"impl-From%3CError%3E-for-SQLiteSourceError"],[2563,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2564,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2565,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2566,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2567,"impl-Produce%3C\'r,+i32%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2570,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2571,"impl-Produce%3C\'r,+Box%3Cstr%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2573,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2574,"impl-Produce%3C\'r,+NaiveTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2575,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2579,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2580,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+i64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2606,"impl-TryFrom%3C(Option%3C%26str%3E,+Type)%3E-for-SQLiteTypeSystem"],[2608,"impl-TryFrom%3CType%3E-for-SQLiteTypeSystem"],[2813,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2814,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2815,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2816,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2817,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2824,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2825,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2826,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2830,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2831,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2832,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2833,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2846,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2847,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2848,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2849,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-CSVArrowTransport"],[2862,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2863,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2864,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2865,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVArrowTransport"],[2866,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3CString,+String%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2872,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2873,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2874,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrowTransport"],[2875,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrowTransport"],[2881,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2882,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrowTransport"],[2883,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2884,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2885,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2886,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2887,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2896,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2897,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2898,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2899,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2930,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2931,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2932,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2933,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2964,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2965,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2966,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2967,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2998,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2999,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3000,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3001,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3002,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3003,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3004,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3005,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3006,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3007,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3008,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3009,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3010,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3011,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3012,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3013,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3014,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3015,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3016,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3017,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3018,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%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%3CBinaryProtocol%3E"],[3021,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3022,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3023,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3024,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3025,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3026,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3027,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3028,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3029,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3030,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3031,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3032,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3033,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3034,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3035,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3036,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3037,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3038,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3039,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3040,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3041,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3042,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3043,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3044,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3045,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3046,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3047,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3048,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3049,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3050,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3051,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3052,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3053,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3054,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3055,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3056,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3057,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3058,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3060,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3061,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3062,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3063,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3064,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3065,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3066,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3067,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3068,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3069,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3070,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3071,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3072,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3073,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3074,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3075,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3076,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3077,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3078,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3079,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3080,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3081,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3082,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3083,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3084,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3085,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3086,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3087,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3088,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3089,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3090,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3091,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3092,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3093,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3094,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3095,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3096,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3097,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3099,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3100,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3101,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3102,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3103,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3104,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3105,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3106,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3107,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3108,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3109,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3110,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3111,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3112,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3113,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3114,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3115,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3116,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3117,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3118,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3119,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3121,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3122,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3123,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3124,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3125,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3126,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3127,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3128,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3129,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3130,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3131,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3132,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3133,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3134,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3135,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3136,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3137,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3138,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3139,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3140,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3141,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3142,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3143,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3144,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3145,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3146,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3147,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3148,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3149,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3150,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3151,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3152,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3153,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3154,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3155,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3156,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3157,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3158,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3159,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3160,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3161,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3162,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3163,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3164,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3165,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3166,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3167,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3168,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3169,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3170,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3171,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3172,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3173,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3174,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3175,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3176,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3177,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3178,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3179,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3180,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3181,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3182,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3183,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3184,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3185,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3186,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3188,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3189,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3190,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3191,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3192,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3193,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3194,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3195,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3196,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3197,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3206,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3207,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3208,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3209,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3218,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3219,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3220,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3221,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%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%3CString,+String%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3230,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3231,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3232,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3233,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3234,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3235,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3237,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3238,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3239,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3240,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3241,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3242,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3243,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3244,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3245,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3246,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3247,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3248,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3249,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3250,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3251,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3252,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3253,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3254,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3255,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3256,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3257,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3258,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3259,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3260,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3261,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3262,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3263,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3264,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3265,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3266,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3267,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3269,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3270,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3271,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3272,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3273,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3274,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3275,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3276,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3277,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3278,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3279,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3280,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3281,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3282,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3283,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3284,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3285,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3286,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3287,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3288,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3289,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3290,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3291,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3292,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3293,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3294,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3295,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3296,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3297,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3298,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3299,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3300,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3301,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3302,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3303,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3304,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3305,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3306,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3307,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3308,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3309,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3310,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3311,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3312,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3313,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3314,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3315,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3316,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3317,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3318,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3320,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3321,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3322,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3323,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3324,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3325,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3326,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3327,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3328,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3329,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3330,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3331,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3332,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3333,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3334,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3335,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3336,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3337,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3338,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3339,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3340,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3341,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3342,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3343,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3344,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3345,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3346,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3347,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3348,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3349,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3350,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3351,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3352,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3353,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3354,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3355,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3356,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3357,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3358,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3359,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3360,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3361,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3362,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3363,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3364,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3365,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3366,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3367,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3369,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3370,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3371,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3372,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3373,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3374,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3375,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3376,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3377,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3378,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3379,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3380,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3381,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3382,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3383,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3385,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3386,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3387,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3388,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3389,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3390,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3391,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3393,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3394,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3395,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3396,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3397,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3398,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3399,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3400,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3401,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3402,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3403,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3404,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3405,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3406,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3407,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3408,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3409,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3410,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3411,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3412,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3413,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3414,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3416,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3417,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3418,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3419,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3420,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3421,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3422,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3423,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3424,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3425,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3426,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3427,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3428,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3429,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3430,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3431,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3432,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3433,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3434,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3435,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3436,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3437,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3438,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3439,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3440,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3441,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3442,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3443,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3444,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3445,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3446,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3447,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3448,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3449,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3450,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3451,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3452,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3453,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3454,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3455,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3456,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3457,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3458,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3459,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3460,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3461,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3462,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3463,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3464,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3465,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3466,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3467,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3468,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3469,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3470,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3471,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3472,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3473,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3474,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3475,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3476,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3477,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3478,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3479,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3480,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3481,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3482,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3483,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3484,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3485,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3487,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3488,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3489,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3490,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3491,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3492,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3493,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3494,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3495,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3496,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3497,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3498,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3499,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3500,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3501,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3502,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3503,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3504,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3505,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3506,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3507,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3508,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3509,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3510,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3511,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3512,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3513,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3514,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3515,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3516,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3517,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3518,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3519,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3520,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3521,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3522,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3523,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3524,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3525,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3527,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3528,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3529,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3531,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3532,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3533,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3534,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3535,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3536,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3537,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3538,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3539,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3540,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3541,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3542,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3543,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3544,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3545,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3546,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3547,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3548,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3549,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3550,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3551,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3552,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3553,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3554,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3555,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3556,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3557,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3558,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3559,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3560,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3561,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3562,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3563,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3564,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3565,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3566,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3567,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3568,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3569,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3570,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3571,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3572,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3573,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3574,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3575,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3576,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3577,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3578,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3579,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3581,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3582,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3583,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3584,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3585,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3586,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3587,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3588,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3589,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3590,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3591,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3592,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3593,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3594,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3595,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3596,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3597,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3598,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3599,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3600,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3601,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3602,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3603,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3604,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3605,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3606,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3607,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3608,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3609,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3610,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3611,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3612,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3613,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3614,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3615,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3616,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3617,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3618,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3619,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3620,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3621,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3622,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3623,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3624,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3625,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3626,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3627,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3629,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3630,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3631,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3632,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3633,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3634,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3635,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3636,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3637,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3638,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3639,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3640,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3641,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3642,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3643,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3644,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3645,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3646,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3647,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3648,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3649,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3650,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3651,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3652,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3653,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3654,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3655,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3656,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3657,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3659,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3660,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3661,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3662,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3663,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3664,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3665,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3666,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3668,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3669,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3670,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3671,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3672,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3673,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3674,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3675,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3676,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3677,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3678,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3679,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3680,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3681,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3682,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3683,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3684,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3685,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3686,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3687,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3688,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3689,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3690,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3691,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3692,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3693,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3694,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3695,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3696,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3697,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3698,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3699,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3700,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3701,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3702,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3703,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3704,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3705,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3706,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3707,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3708,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3710,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3712,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3713,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3714,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3715,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3716,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3717,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3718,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3719,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3720,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3721,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3722,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3723,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3724,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3725,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3726,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3727,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3728,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3729,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3730,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3731,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3732,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3733,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3734,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3735,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3736,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3737,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3738,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3739,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3740,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3741,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3742,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3743,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3744,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3745,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3746,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3747,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3748,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3749,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3750,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3751,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3752,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3753,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3754,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3755,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3756,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3757,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3758,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3759,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3760,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3761,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3763,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3764,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3765,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3766,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3767,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3768,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3769,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3770,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3771,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3772,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3773,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3774,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3775,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3776,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3777,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3778,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3779,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3780,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3781,"impl-TypeConversion%3CVec%3CString%3E,+Vec%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%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3784,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3785,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3786,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3787,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3789,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3790,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3791,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3792,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3793,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3794,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3795,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3796,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3797,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3798,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3799,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3800,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3801,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3802,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3803,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3804,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3805,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3806,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3807,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3808,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3809,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3810,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3811,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3812,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3813,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3814,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3815,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3816,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3818,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3819,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3820,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3822,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3824,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3825,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3826,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3827,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3828,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3829,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3830,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3831,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3832,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3833,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3834,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3835,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3836,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3837,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3838,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3839,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3840,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3841,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3842,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3843,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3844,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3845,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3846,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3847,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3848,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3849,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3850,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3851,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3852,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3853,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3854,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3855,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3856,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3857,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3858,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3859,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3860,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3861,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3862,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3863,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3864,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3865,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3866,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3867,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3868,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3869,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3870,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3871,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3873,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3874,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3875,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3876,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3877,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3878,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3879,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3880,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3881,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3883,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3884,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3885,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3886,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3887,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3888,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3889,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3890,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3891,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3892,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3894,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3895,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3896,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3897,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3898,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3899,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3900,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3901,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3902,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3903,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3904,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3905,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3906,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3907,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3908,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3909,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3910,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3911,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3912,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3913,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3914,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3915,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3916,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3917,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3918,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3919,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3920,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3921,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3922,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3923,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3924,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3925,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3926,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3927,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3928,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3929,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3930,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3931,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3932,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3933,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3934,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3935,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3936,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3937,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3938,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3939,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3940,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3941,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3942,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3943,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3944,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3945,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3946,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3947,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3948,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3949,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3950,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3951,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3952,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3953,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3954,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3955,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3956,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3957,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3958,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3959,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3960,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3961,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3962,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3963,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3964,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3965,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3966,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3967,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3968,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3969,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3970,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3971,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3972,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3973,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3974,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3975,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3976,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3977,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3978,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3979,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3980,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3981,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3982,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3983,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3984,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3985,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3986,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3987,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3988,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3989,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3990,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3991,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3992,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3993,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3994,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3995,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3996,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3997,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3998,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3999,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4000,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4001,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4002,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4003,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4004,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4005,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4006,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4007,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4008,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4009,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4010,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4011,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4028,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4029,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4030,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4031,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4048,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4049,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4050,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4051,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%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%3CCSVProtocol,+NoTls%3E"],[4086,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4087,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4088,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4093,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4094,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+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%3CCursorProtocol,+NoTls%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4101,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4102,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4103,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4104,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4229,"impl-Debug-for-BigQueryArrowTransportError"],[4230,"impl-Display-for-BigQueryArrowTransportError"],[4231,"impl-Display-for-BigQueryArrow2TransportError"],[4232,"impl-Debug-for-BigQueryArrow2TransportError"],[4233,"impl-Debug-for-BigQueryArrowTransportError"],[4234,"impl-Display-for-BigQueryArrowTransportError"],[4235,"impl-Display-for-MsSQLArrowTransportError"],[4236,"impl-Debug-for-MsSQLArrowTransportError"],[4237,"impl-Display-for-MsSQLArrow2TransportError"],[4238,"impl-Debug-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-Display-for-OracleArrowTransportError"],[4252,"impl-Debug-for-OracleArrowTransportError"],[4253,"impl-Display-for-PostgresArrowTransportError"],[4254,"impl-Debug-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%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4287,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4288,"impl-From%3CConnectorXError%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%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4295,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4296,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4298,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4300,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4301,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4302,"impl-From%3CConnectorXError%3E-for-MsSQLArrow2TransportError"],[4303,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrow2TransportError"],[4305,"impl-From%3CArrow2DestinationError%3E-for-MsSQLArrow2TransportError"],[4306,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4307,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4308,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4310,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4311,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4312,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4314,"impl-From%3CMySQLSourceError%3E-for-MySQLArrow2TransportError"],[4315,"impl-From%3CConnectorXError%3E-for-MySQLArrow2TransportError"],[4316,"impl-From%3CArrow2DestinationError%3E-for-MySQLArrow2TransportError"],[4318,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4319,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4321,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4322,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4323,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4324,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4327,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4328,"impl-From%3CConnectorXError%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"],[4334,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4335,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4336,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4338,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4339,"impl-From%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4341,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4342,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4343,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4344,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4346,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4347,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4348,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4350,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4351,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4352,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4354,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4355,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4357,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4484,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4485,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4486,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4487,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4488,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4489,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4493,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4494,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4495,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4496,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4501,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4502,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4503,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4504,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4509,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4510,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4511,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4512,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4529,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4530,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4531,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4532,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4533,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4534,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4538,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4539,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4540,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4541,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4546,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4547,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4548,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4549,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4554,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4555,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4556,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4557,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+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 28ac453a83..966c80c899 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 CSVTypeSystem"],["impl Clone for Arrow2TypeSystem"],["impl Clone for SourceType"],["impl Clone for BigQueryTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for MySQLTypeSystem"],["impl Clone for PostgresTypeSystem"],["impl Clone for OracleTypeSystem"],["impl Clone for MsSQLTypeSystem"],["impl Clone for DataOrder"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for SQLiteTypeSystem"],["impl Clone for DummyTypeSystem"],["impl Clone for SourceConn"]] +"connectorx":[["impl Clone for Arrow2TypeSystem"],["impl Clone for DummyTypeSystem"],["impl Clone for SourceType"],["impl Clone for DataOrder"],["impl Clone for SQLiteTypeSystem"],["impl Clone for SourceConn"],["impl Clone for CSVTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for MsSQLTypeSystem"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for MySQLTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for BigQueryTypeSystem"],["impl Clone for PostgresTypeSystem"],["impl Clone for OracleTypeSystem"]] };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 7e728d6482..d61ceca4b3 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 DataOrder"],["impl Eq for ArrowTypeSystem"],["impl Eq for CSVTypeSystem"],["impl Eq for Arrow2TypeSystem"],["impl Eq for DummyTypeSystem"],["impl Eq for ArrowTypeSystem"]] +"connectorx":[["impl Eq for DummyTypeSystem"],["impl Eq for Arrow2TypeSystem"],["impl Eq for CSVTypeSystem"],["impl Eq for DataOrder"],["impl Eq for ArrowTypeSystem"],["impl Eq 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.Ord.js b/rust-docs/trait.impl/core/cmp/trait.Ord.js index 71c30cf595..0ace8149fa 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 Arrow2TypeSystem"],["impl Ord for CSVTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for DummyTypeSystem"],["impl Ord for ArrowTypeSystem"]] +"connectorx":[["impl Ord for Arrow2TypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for CSVTypeSystem"],["impl Ord 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/cmp/trait.PartialEq.js b/rust-docs/trait.impl/core/cmp/trait.PartialEq.js index 16b411e641..e8a474edde 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 ArrowTypeSystem"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for DummyTypeSystem"],["impl PartialEq for CSVTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for Arrow2TypeSystem"]] +"connectorx":[["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for Arrow2TypeSystem"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for DummyTypeSystem"],["impl PartialEq 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.PartialOrd.js b/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js index bf0204dde5..46b29f3e49 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 Arrow2TypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for DummyTypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for CSVTypeSystem"]] +"connectorx":[["impl PartialOrd for Arrow2TypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["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 705bebecaa..cadc80ea2a 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<ParseError> for OracleSourceError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<&String> for CXQuery"],["impl From<Option<String>> for ProduceContext"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for ArrowDestinationError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<Error> for OracleSourceError"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<BQError> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for PostgresSourceError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<ParserError> for ConnectorXError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<Error> for CSVSourceError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<UrlError> for MySQLSourceError"],["impl From<FromHexError> for PostgresSourceError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<VarError> for ConnectorXError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<Error> for Arrow2DestinationError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for PostgresSourceError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<ParseError> for ConnectorXOutError"],["impl From<Error> for CSVSourceError"],["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<Error> for MySQLSourceError"],["impl From<ConnectorXError> for MySQLSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<&&str> for CXQuery"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<Error> for ConnectorXError"],["impl From<Error> for MsSQLSourceError"],["impl From<Error> for SQLiteSourceError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<Error> for Arrow2DestinationError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<&CXQuery> for CXQuery"],["impl From<Error> for CSVSourceError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<PolarsError> for Arrow2DestinationError"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<Error> for MySQLSourceError"],["impl From<&str> for CXQuery"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<ParseError> for MsSQLSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<Error> for ConnectorXOutError"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<Error> for OracleSourceError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<BQError> for BigQuerySourceError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<DataFusionError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<ConnectorXError> for SQLiteSourceError"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<Error> for MySQLSourceError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<Error> for ConnectorXError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<Error> for BigQuerySourceError"]] +"connectorx":[["impl From<ConnectorXError> for SQLiteSourceError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<&&str> for CXQuery"],["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for MsSQLSourceError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<&CXQuery> for CXQuery"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for OracleSourceError"],["impl From<Error> for SQLiteSourceError"],["impl From<FromHexError> for PostgresSourceError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<Error> for ConnectorXError"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for MySQLSourceError"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl From<BQError> for ConnectorXOutError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for Arrow2DestinationError"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<BQError> for BigQuerySourceError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<Error> for MySQLSourceError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<Error> for SQLiteSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<Error> for OracleSourceError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParserError> for ConnectorXError"],["impl From<ParseError> for MsSQLSourceError"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<Error> for CSVSourceError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for MsSQLSourceError"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<&str> for CXQuery"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl From<Error> for Arrow2DestinationError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<Option<String>> for ProduceContext"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<ParseError> for OracleSourceError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<DataFusionError> for ConnectorXOutError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for MySQLSourceError"],["impl From<VarError> for ConnectorXError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<PolarsError> for Arrow2DestinationError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<ParseError> for ConnectorXOutError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl From<UrlError> for MySQLSourceError"],["impl From<&String> for CXQuery"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<ConnectorXError> for MySQLSourceError"]] };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 5db212af55..d7c34cf8a2 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<(Option<&str>, Type)> for SQLiteTypeSystem"],["impl TryFrom<&str> for SourceConn"]] +"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 445b09348e..db58e790c1 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 ArrowDestination"],["impl Default for Arrow2Destination"],["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 da87a50b1f..477ced6f4a 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 SQLiteSourceError"],["impl Error for MySQLSourceError"],["impl Error for OracleArrowTransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for MySQLArrow2TransportError"],["impl Error for OracleArrowTransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for PostgresArrow2TransportError"],["impl Error for BigQueryArrowTransportError"],["impl Error for CSVSourceError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleSourceError"],["impl Error for ArrowDestinationError"],["impl Error for MsSQLSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for ArrowDestinationError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleArrow2TransportError"],["impl Error for PostgresSourceError"],["impl Error for MsSQLArrowTransportError"],["impl Error for ConnectorXError"],["impl Error for Arrow2DestinationError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for BigQuerySourceError"],["impl Error for SQLiteArrowTransportError"],["impl Error for PostgresArrowTransportError"],["impl Error for ConnectorXOutError"],["impl Error for BigQueryArrowTransportError"]] +"connectorx":[["impl Error for PostgresArrowTransportError"],["impl Error for ArrowDestinationError"],["impl Error for MsSQLSourceError"],["impl Error for BigQueryArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleSourceError"],["impl Error for ArrowDestinationError"],["impl Error for OracleArrowTransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for Arrow2DestinationError"],["impl Error for PostgresArrow2TransportError"],["impl Error for ConnectorXOutError"],["impl Error for ConnectorXError"],["impl Error for MySQLArrow2TransportError"],["impl Error for BigQuerySourceError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for PostgresSourceError"],["impl Error for OracleArrow2TransportError"],["impl Error for BigQueryArrowTransportError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for MySQLSourceError"],["impl Error for MySQLArrowTransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for CSVSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for SQLiteSourceError"]] };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 f39e7cc19a..dea5108b13 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 PostgresArrowTransportError"],["impl Debug for MsSQLTypeSystem"],["impl Debug for OracleArrowTransportError"],["impl Debug for MySQLSourceError"],["impl Debug for BigQuerySourceError"],["impl Debug for MySQLArrowTransportError"],["impl Debug for OracleSourceError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for PostgresArrow2TransportError"],["impl Debug for BigQueryTypeSystem"],["impl Debug for MsSQLSourceError"],["impl Debug for PostgresTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for DataOrder"],["impl Debug for PostgresArrowTransportError"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for ArrowTypeSystem"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for BigQueryDialect"],["impl Debug for CSVTypeSystem"],["impl Debug for ArrowTypeSystem"],["impl Debug for OracleDialect"],["impl Debug for ProduceContext"],["impl Debug for BigQueryArrow2TransportError"],["impl Debug for OracleTypeSystem"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for OracleArrowTransportError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for SQLiteArrow2TransportError"],["impl Debug for Arrow2DestinationError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for SourceType"],["impl Debug for PostgresSourceError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for ConnectorXError"],["impl Debug for SourceConn"],["impl Debug for MySQLTypeSystem"],["impl Debug for MySQLArrow2TransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for ConnectorXOutError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for CSVSourceError"],["impl Debug for SQLiteSourceError"],["impl Debug for OracleArrow2TransportError"],["impl Debug for DummyTypeSystem"]] +"connectorx":[["impl Debug for DummyTypeSystem"],["impl Debug for MySQLSourceError"],["impl Debug for MsSQLSourceError"],["impl Debug for MySQLArrowTransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for OracleTypeSystem"],["impl Debug for OracleArrowTransportError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for ConnectorXError"],["impl Debug for SourceType"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for OracleSourceError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for OracleArrow2TransportError"],["impl Debug for SQLiteSourceError"],["impl Debug for ConnectorXOutError"],["impl Debug for PostgresTypeSystem"],["impl Debug for ArrowDestinationError"],["impl Debug for DataOrder"],["impl Debug for PostgresArrow2TransportError"],["impl Debug for MsSQLTypeSystem"],["impl Debug for ArrowTypeSystem"],["impl Debug for MySQLArrow2TransportError"],["impl Debug for BigQueryDialect"],["impl Debug for PostgresArrowTransportError"],["impl Debug for BigQuerySourceError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for OracleArrowTransportError"],["impl Debug for SQLiteArrow2TransportError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for MySQLTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for ArrowTypeSystem"],["impl Debug for Arrow2DestinationError"],["impl Debug for PostgresArrowTransportError"],["impl Debug for BigQueryArrow2TransportError"],["impl Debug for OracleDialect"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for PostgresSourceError"],["impl Debug for CSVTypeSystem"],["impl Debug for BigQueryTypeSystem"],["impl Debug for CSVSourceError"],["impl Debug for SourceConn"],["impl Debug for ProduceContext"]] };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 8001a22042..2356f70819 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 MsSQLSourceError"],["impl Display for OracleArrowTransportError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for PostgresArrow2TransportError"],["impl Display for OracleArrowTransportError"],["impl Display for MySQLArrowTransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for ProduceContext"],["impl Display for PostgresSourceError"],["impl Display for BigQueryArrowTransportError"],["impl Display for ArrowDestinationError"],["impl Display for BigQueryArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for MySQLArrow2TransportError"],["impl Display for OracleArrow2TransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for ConnectorXOutError"],["impl Display for MsSQLArrowTransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for CSVSourceError"],["impl Display for BigQueryArrow2TransportError"],["impl Display for Arrow2DestinationError"],["impl Display for SQLiteSourceError"],["impl Display for ConnectorXError"],["impl Display for MySQLSourceError"],["impl Display for BigQuerySourceError"],["impl Display for OracleSourceError"],["impl Display for PostgresArrowTransportError"],["impl Display for MySQLArrowTransportError"],["impl Display for ArrowDestinationError"],["impl<Q: Display> Display for CXQuery<Q>"]] +"connectorx":[["impl Display for MsSQLArrowTransportError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for PostgresArrow2TransportError"],["impl Display for ConnectorXError"],["impl Display for SQLiteArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for MySQLSourceError"],["impl<Q: Display> Display for CXQuery<Q>"],["impl Display for MsSQLSourceError"],["impl Display for OracleArrow2TransportError"],["impl Display for MySQLArrow2TransportError"],["impl Display for MySQLArrowTransportError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for ArrowDestinationError"],["impl Display for OracleSourceError"],["impl Display for CSVSourceError"],["impl Display for OracleArrowTransportError"],["impl Display for SQLiteSourceError"],["impl Display for ConnectorXOutError"],["impl Display for Arrow2DestinationError"],["impl Display for BigQuerySourceError"],["impl Display for MySQLArrowTransportError"],["impl Display for ProduceContext"],["impl Display for BigQueryArrow2TransportError"],["impl Display for OracleArrowTransportError"],["impl Display for ArrowDestinationError"],["impl Display for PostgresSourceError"]] };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 06e59e6627..b62e5db583 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 ArrowTypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for Arrow2TypeSystem"],["impl Hash for CSVTypeSystem"]] +"connectorx":[["impl Hash for CSVTypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for ArrowTypeSystem"],["impl Hash for ArrowTypeSystem"],["impl Hash for Arrow2TypeSystem"]] };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 af52621bf2..6f72a2d65e 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 ArrowTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for DummyTypeSystem"],["impl Copy for OracleTypeSystem"],["impl Copy for MySQLTypeSystem"],["impl Copy for BigQueryTypeSystem"],["impl Copy for Arrow2TypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for DataOrder"],["impl Copy for CSVTypeSystem"],["impl Copy for PostgresTypeSystem"]] +"connectorx":[["impl Copy for BigQueryTypeSystem"],["impl Copy for MySQLTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for CSVTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for DataOrder"],["impl Copy for Arrow2TypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for PostgresTypeSystem"],["impl Copy for DummyTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for OracleTypeSystem"]] };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 e64432ca0a..72856e0766 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.StructuralPartialEq.js b/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js index b26093c8b9..5107fb30bf 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 ArrowTypeSystem"],["impl StructuralPartialEq for DataOrder"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for CSVTypeSystem"],["impl StructuralPartialEq for DummyTypeSystem"],["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for Arrow2TypeSystem"]] +"connectorx":[["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for DataOrder"],["impl StructuralPartialEq for Arrow2TypeSystem"],["impl StructuralPartialEq for CSVTypeSystem"],["impl StructuralPartialEq 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/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/trait.impl/tiberius/from_sql/trait.FromSql.js b/rust-docs/trait.impl/tiberius/from_sql/trait.FromSql.js index 0e29cfa4a6..262d0907e4 100644 --- a/rust-docs/trait.impl/tiberius/from_sql/trait.FromSql.js +++ b/rust-docs/trait.impl/tiberius/from_sql/trait.FromSql.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl<'a> FromSql<'a> for FloatN"],["impl<'a> FromSql<'a> for IntN"]] +"connectorx":[["impl<'a> FromSql<'a> for IntN"],["impl<'a> FromSql<'a> for FloatN"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file