diff --git a/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html b/rust-docs/connectorx/destinations/arrow/enum.ArrowDestinationError.html index 55500a6e8..ebbbb88fe 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/arrow/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html index 1519c7c6a..a36bd4b9d 100644 --- a/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrow/struct.ArrowPartitionWriter.html @@ -1,6 +1,6 @@ ArrowPartitionWriter in connectorx::destinations::arrow - Rust
pub struct ArrowPartitionWriter { /* private fields */ }

Trait Implementations§

source§

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

source§

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

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

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

source§

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

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( &mut self, value: T ) -> Result<(), <Self as DestinationPartition<'a>>::Error>
where diff --git a/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html b/rust-docs/connectorx/destinations/arrow2/enum.Arrow2DestinationError.html index e4166df4f..cc68aca02 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 ffd36fcbf..6adfd2cfe 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 5e427c621..b1cb76f3a 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/destinations/arrowstream/struct.ArrowPartitionWriter.html b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html index d5482cd18..a7c9273f4 100644 --- a/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html +++ b/rust-docs/connectorx/destinations/arrowstream/struct.ArrowPartitionWriter.html @@ -1,6 +1,6 @@ ArrowPartitionWriter in connectorx::destinations::arrowstream - Rust
pub struct ArrowPartitionWriter { /* private fields */ }

Trait Implementations§

source§

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

source§

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

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

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

source§

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

§

type TypeSystem = ArrowTypeSystem

§

type Error = ArrowDestinationError

source§

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

Final clean ups
source§

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

Aquire n rows in final destination
source§

fn ncols(&self) -> usize

Number of rows this PartitionDestination controls.
source§

fn write<T>( &mut self, value: T ) -> Result<(), <Self as DestinationPartition<'a>>::Error>
where diff --git a/rust-docs/connectorx/errors/enum.ConnectorXError.html b/rust-docs/connectorx/errors/enum.ConnectorXError.html index 8b8d54d4c..711d718c4 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 dc0cd079f..621a82d43 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 fac288f28..e052d3123 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 be0fe62d8..f7d01e698 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 a3ba91b07..8c70015a3 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 cc5df53ce..ed9e6bad8 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 7f5210019..3892a85df 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 3da212cc8..22c1d9c9d 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 483209cb2..102b281a0 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 686229560..8f3be32a9 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 2bddc00e8..2e08edf37 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 ab628c7ae..2eef5eb9a 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 02d2bf71a..3fbba0bf0 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 ec8646e01..61142a17f 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 0a12812b3..7ddcfdfc1 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 cde3e30a2..01d0bff11 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 e91f02e37..c063001b7 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 c170421e6..6828007f0 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 dfd4868f7..4e9472d42 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 c9ce052a9..e312cbb40 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 5f1949734..4305a73bd 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 222063f82..ff4ce3781 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 8e9a5c17e..56267f2b0 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 0813fa596..d285a8d85 100644 --- a/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html +++ b/rust-docs/connectorx/sources/postgres/struct.PostgresSimpleSourceParser.html @@ -1,14 +1,14 @@ PostgresSimpleSourceParser in connectorx::sources::postgres - Rust -
pub struct PostgresSimpleSourceParser { /* private fields */ }

Implementations§

source§

impl<'a> PostgresSimpleSourceParser

source

pub fn new(rows: Vec<SimpleQueryMessage>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresSimpleSourceParser

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

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

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

Implementations§

source§

impl<'a> PostgresSimpleSourceParser

source

pub fn new(rows: Vec<SimpleQueryMessage>, schema: &[PostgresTypeSystem]) -> Self

Trait Implementations§

source§

impl<'a> PartitionParser<'a> for PostgresSimpleSourceParser

§

type TypeSystem = PostgresTypeSystem

§

type Error = PostgresSourceError

source§

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

Fetch next batch of rows from database, return (number of rows fetched to local, whether all rows are fechted from database). There might be rows that are not consumed yet when calling the next fetch_next. The function might be called even after the last batch is fetched.
source§

fn parse<'r, T>(&'r mut self) -> Result<T, <Self as PartitionParser<'a>>::Error>
where T: TypeAssoc<Self::TypeSystem>, Self: Produce<'r, T, Error = <Self as PartitionParser<'a>>::Error>,

Read a value T by calling Produce<T>::produce. Usually this function does not need to be -implemented.
source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, &'r str> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, DateTime<Utc>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Decimal> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, HashMap<String, Option<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDate> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveDateTime> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, NaiveTime> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<&'r str>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<DateTime<Utc>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<HashMap<String, Option<String>>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

impl<'r> Produce<'r, Option<NaiveDate>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveDateTime>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<NaiveTime>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Uuid>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Value>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<Decimal>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<String>>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Option<Vec<bool>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<f64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i16>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i32>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<i64>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<Vec<u8>>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<bool>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<f64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i16>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i32>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i64>> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Option<i8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Uuid> for PostgresSimpleSourceParser

source§

impl<'r, 'a> Produce<'r, Value> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<Decimal>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<String>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<bool>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<f64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i16>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i32>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<i64>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, Vec<u8>> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, bool> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, f64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i16> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i32> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i64> for PostgresSimpleSourceParser

source§

impl<'r> Produce<'r, i8> for PostgresSimpleSourceParser

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
§

impl<T> Conv for T

§

fn conv<T>(self) -> T
where diff --git a/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html b/rust-docs/connectorx/sources/postgres/struct.PostgresSourcePartition.html index 512cf4d64..7b6f7b790 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 9853f2459..91ac678e9 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 323e62f11..9efa3a0a6 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 f03ff2ffd..a1436d1e1 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 241cbf067..560a0448c 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.BigQueryArrowTransportError.html b/rust-docs/connectorx/transports/enum.BigQueryArrowTransportError.html index 9106b6d53..1f93d64f3 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 1d4e25e44..14eae411f 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 63d83206c..74277f65a 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 3625ce873..8172e95bf 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 362d75bbb..1d4b6b187 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 0d457a526..8aab4030f 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 95c159e18..4506bdc4c 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 dc72bac7d..48cb5d3af 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 cbc287890..51d51364d 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 806e9395e..bed349908 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 bce3412b4..051ab189d 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 4d62b51d3..f9223376f 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 e59c14144..1c2b8ce03 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 4884c752c..8a7b0062e 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 d3cfec2ff..9e9d53eed 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 fff167310..e00d380b5 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 2ac592c2f..a94b7880d 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 f88a08a64..9c494b79b 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 6039a85a8..84a6dfc44 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 78a0a3319..a8658b333 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 436552ce6..1d3a17876 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 3d544c12f..cdf4710da 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 673c097e9..5a8b5492b 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 d39f7e935..efea770c9 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 d9dc82394..7ccb607af 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 fcc4cce7d..fa82d9aea 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 72f2d246a..1eb1d7683 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 2d0de167e..66b508a25 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 d64cf31c3..e5ae2b694 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 e7c0c22b9..338a5c60d 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 c7464ea76..d8d364ce8 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 363d2d7e2..826302c10 100644 --- a/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html +++ b/rust-docs/connectorx/transports/struct.PostgresArrow2Transport.html @@ -1,7 +1,7 @@ PostgresArrow2Transport in connectorx::transports - Rust
pub struct PostgresArrow2Transport<P, C>(/* private fields */);
Expand description

Convert Postgres data types to Arrow2 data types.

-

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,14 +24,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -39,14 +39,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -54,14 +54,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -69,14 +69,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -84,14 +84,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -99,11 +99,11 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrow2Transport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = Arrow2TypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = Arrow2Destination

§

type Error = PostgresArrow2TransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination type system TSD.
source§

fn process<'s, 'd, 'r>( @@ -120,7 +120,7 @@ ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Vec<Decimal>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrow2Transport<P, C>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<Decimal>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Vec<Decimal>>) -> Option<Vec<f64>>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<String>>, Option<Vec<String>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<bool>>, Option<Vec<bool>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f32>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<f64>>, Option<Vec<f64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i16>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i32>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<i64>>, Option<Vec<i64>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i32>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrow2Transport<P, C>

source§

impl<P, C> TypeConversion<Vec<Decimal>, Vec<f64>> for PostgresArrow2Transport<P, C>

source§

fn convert(val: Vec<Decimal>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<String>, Vec<String>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Vec<bool>, Vec<bool>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f32>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f32>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<f64>, Vec<f64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<f64>) -> Vec<f64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i16>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i16>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i32>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i32>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<i64>, Vec<i64>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<i64>) -> Vec<i64>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f32, f32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f32

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i16, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i32, i32> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i32

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrow2Transport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrow2Transport<P, C>

§

impl<P, C> Send for PostgresArrow2Transport<P, C>
where C: Send, diff --git a/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html b/rust-docs/connectorx/transports/struct.PostgresArrowStreamTransport.html index e210e6cdc..5d7cf7f35 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,11 +9,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<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>( @@ -30,8 +30,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<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,11 +69,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<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>( @@ -90,8 +90,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, 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 fc1d4323d..7624b7289 100644 --- a/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html +++ b/rust-docs/connectorx/transports/struct.PostgresArrowTransport.html @@ -1,7 +1,7 @@ PostgresArrowTransport in connectorx::transports - Rust
pub struct PostgresArrowTransport<P, C>(/* private fields */);
Expand description

Convert Postgres data types to Arrow data types.

-

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +

Trait Implementations§

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -9,14 +9,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<BinaryProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<BinaryProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -24,14 +24,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -39,14 +39,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CSVProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CSVProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -54,14 +54,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -69,14 +69,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<CursorProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<CursorProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -84,14 +84,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, MakeTlsConnector>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -99,14 +99,14 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination -type system TSD.
source§

fn process<'s, 'd, 'r>( +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp> Transport for PostgresArrowTransport<SimpleProtocol, NoTls>

§

type TSS = PostgresTypeSystem

§

type TSD = ArrowTypeSystem

§

type S = PostgresSource<SimpleProtocol, NoTls>

§

type D = ArrowDestination

§

type Error = PostgresArrowTransportError

source§

fn convert_typesystem(ts: Self::TSS) -> Result<Self::TSD>

convert_typesystem convert the source type system TSS to the destination +type system TSD.
source§

fn process<'s, 'd, 'r>( ts1: Self::TSS, ts2: Self::TSD, src: &'r mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, @@ -114,13 +114,13 @@ ) -> Result<(), Self::Error>
where Self: 'd,

process will ask source to produce a value with type T1, based on TSS, and then do type conversion using convert_type to get value with type T2, which is associated to -TSD. Finally, it will write the value with type T2 to the destination.
source§

fn processor<'s, 'd>( +TSD. Finally, it will write the value with type T2 to the destination.

source§

fn processor<'s, 'd>( ts1: Self::TSS, ts2: Self::TSD ) -> Result<fn(src: &mut <<Self::S as Source>::Partition as SourcePartition>::Parser<'s>, dst: &mut <Self::D as Destination>::Partition<'d>) -> Result<(), Self::Error>>
where - Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where + Self: 'd,

source§

fn convert_type<T1, T2>(val: T1) -> T2
where Self: TypeConversion<T1, T2>,

convert_type convert the type T1 associated with the source type system -TSS to a type T2 which is associated with the destination type system TSD.
source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>
where +TSS to a type T2 which is associated with the destination type system TSD.

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<&'r str, String> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: &'r str) -> String

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<DateTime<Utc>, DateTime<Utc>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Decimal, f64> for PostgresArrowTransport<P, C>

source§

fn convert(val: Decimal) -> f64

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDate, NaiveDate> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveDateTime, NaiveDateTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<NaiveTime, NaiveTime> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<&'r str>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<DateTime<Utc>>, Option<DateTime<Utc>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<Decimal>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Option<Decimal>) -> Option<f64>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDate>, Option<NaiveDate>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveDateTime>, Option<NaiveDateTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<NaiveTime>, Option<NaiveTime>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Uuid>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Value>, Option<String>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<Vec<u8>>, Option<Vec<u8>>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<bool>, Option<bool>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f32>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<f64>, Option<f64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i16>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i32>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<Option<i64>, Option<i64>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<P, C> TypeConversion<Uuid, String> for PostgresArrowTransport<P, C>

source§

impl<P, C> TypeConversion<Value, String> for PostgresArrowTransport<P, C>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<Vec<u8>, Vec<u8>> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: Vec<u8>) -> Vec<u8>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

impl<'tp, 'r> TypeConversion<bool, bool> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f32, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f32) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<f64, f64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: f64) -> f64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i16, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i16) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i32, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i32) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<BinaryProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CSVProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<CursorProtocol, NoTls>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, MakeTlsConnector>

source§

fn convert(val: i64) -> i64

source§

impl<'tp, 'r> TypeConversion<i64, i64> for PostgresArrowTransport<SimpleProtocol, NoTls>

source§

fn convert(val: i64) -> i64

Auto Trait Implementations§

§

impl<P, C> RefUnwindSafe for PostgresArrowTransport<P, C>

§

impl<P, C> Send for PostgresArrowTransport<P, C>
where C: Send, diff --git a/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html b/rust-docs/connectorx/transports/struct.SQLiteArrow2Transport.html index 06c093a56..5724bdff0 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 7b5c67488..6edb1bc61 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§

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 23d24f6a5..0a8f02487 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§

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§

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 4a1f0c571..13c76aa8b 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,"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,"url::parser"],[4877,"oracle::error"],[4878,"mysql::error"],[4879,"tiberius::error"],[4880,"rusqlite::error"],[4881,"std::io::error"],[4882,"gcp_bigquery_client::error"],[4883,"datafusion_common::error"],[4884,"serde_json::error"],[4885,"j4rs::errors"],[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::dec2flt"],[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::time"],[4908,"chrono::naive::datetime"],[4909,"csv::error"],[4910,"regex::error"],[4911,"bb8_tiberius"],[4912,"bb8::api"],[4913,"alloc::string"],[4914,"tiberius::tds::codec::column_data"],[4915,"tiberius::client::config"],[4916,"bb8_tiberius"],[4917,"rust_decimal::decimal"],[4918,"r2d2"],[4919,"mysql::error"],[4920,"mysql_common::constants"],[4921,"r2d2"],[4922,"oracle::connection"],[4923,"oracle::sql_type::oracle_type"],[4924,"r2d2_oracle"],[4925,"tokio_postgres::socket"],[4926,"tokio_postgres::tls"],[4927,"core::marker"],[4928,"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,97,0,97,97,97,0,0,0,0,97,0,97,134,134,134,134,97,134,134,134,134,134,134,134,97,134,134,134,134,97,135,142,136,97,134,137,135,142,136,97,134,137,134,134,135,142,136,97,134,137,135,142,136,97,134,137,135,142,136,97,134,137,135,136,97,97,134,137,135,142,136,97,97,97,97,97,97,97,97,97,134,134,137,135,142,136,97,134,137,135,142,136,97,134,137,137,137,137,135,142,136,97,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,97,134,137,135,135,135,97,135,142,136,97,134,137,134,97,135,142,136,97,134,137,135,142,136,97,134,137,135,142,136,97,134,137,135,142,136,97,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,83,163,163,163,163,163,163,163,0,163,83,163,163,0,163,163,83,83,83,0,0,0,0,0,83,83,163,163,163,163,83,163,163,163,163,163,163,163,163,163,163,83,171,172,164,174,165,83,163,171,172,164,174,165,83,163,163,163,171,172,164,174,165,83,163,171,172,164,174,165,83,163,171,172,164,174,165,83,163,164,165,83,83,163,171,172,164,174,165,83,83,83,83,83,83,83,83,163,163,171,172,171,172,164,174,165,83,163,171,172,164,174,165,83,163,171,172,164,174,165,83,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,83,163,164,164,164,83,171,172,164,174,165,83,163,163,83,171,172,164,174,165,83,163,171,172,164,174,165,83,163,171,172,164,174,165,83,163,171,172,164,174,165,83,163,0,182,182,75,182,182,182,182,182,182,182,182,182,182,182,182,0,75,75,0,0,0,0,0,75,75,182,0,182,182,182,182,182,182,182,182,182,182,182,182,75,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,182,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,183,184,185,75,75,182,190,192,183,191,184,185,75,75,75,75,75,75,182,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,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,75,182,183,183,183,75,190,192,183,191,184,185,75,182,182,75,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,190,192,183,191,184,185,75,182,200,200,200,200,200,92,200,200,200,200,200,200,0,92,92,0,0,0,0,0,92,92,92,200,200,200,200,92,202,206,203,92,200,204,202,206,203,92,200,204,200,200,0,202,206,203,92,200,204,202,206,203,92,200,204,202,206,203,92,200,204,202,203,92,92,200,204,202,206,203,92,92,92,92,92,92,92,200,200,204,202,206,203,92,200,204,202,206,203,92,200,204,204,204,202,206,203,92,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,92,200,204,202,202,202,92,202,206,203,92,200,204,200,92,202,206,203,92,200,204,202,206,203,92,200,204,202,206,203,92,200,204,202,206,203,92,200,204,0,208,208,208,208,91,0,208,91,0,208,208,208,208,208,208,208,91,91,208,208,208,208,208,208,208,208,208,208,208,91,0,0,91,91,0,0,0,0,0,0,0,0,208,208,208,208,208,91,208,208,208,208,91,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,208,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,209,213,214,215,216,91,91,208,248,220,224,223,222,209,221,213,214,215,216,91,91,91,91,91,91,91,91,91,208,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,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,220,224,223,222,209,221,213,214,215,216,91,208,209,209,209,91,248,220,224,223,222,209,221,213,214,215,216,91,208,208,91,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,248,220,224,223,222,209,221,213,214,215,216,91,208,233,233,80,233,80,233,233,233,80,233,80,80,0,0,0,0,0,80,233,233,233,233,80,234,236,235,80,233,234,236,235,80,233,233,233,234,236,235,80,233,234,236,235,80,233,234,236,235,80,233,233,234,235,80,80,233,234,236,235,80,80,80,80,80,80,233,234,236,235,80,233,234,236,235,80,233,234,236,235,80,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,80,233,234,234,234,80,234,236,235,80,233,233,80,234,236,235,80,233,233,233,234,236,235,80,233,234,236,235,80,233,234,236,235,80,233,0,0,0,0,0,0,0,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,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,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,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,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,88,88,85,85,239,239,94,94,95,95,240,240,84,84,98,98,241,241,77,77,87,87,242,242,96,96,86,86,243,243,90,90,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,88,88,88,88,85,85,85,85,239,239,239,239,94,94,94,94,95,95,95,95,240,240,240,240,84,84,84,84,98,98,98,98,241,241,241,241,77,77,77,77,87,87,87,87,242,242,242,242,96,96,96,96,86,86,86,86,243,243,243,243,90,90,90,90,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,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,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,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,78,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,88,85,239,94,95,240,84,98,241,77,87,242,96,86,243,90,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}{CjEl}{FhEl}3{{}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{CjFn}{FhFn}2{GjFn}{GlFn}{{}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{FhHl}{FfHl}{CjHl}3{{}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`}{IlI`}{InI`}{J`I`}{cc{}}{JbI`}{JdI`}{FhI`}{JfI`}{JhI`}{JjI`}{ElI`}{JlI`}{JnI`}{K`I`}{KbI`}{KdI`}{KfI`}{KhI`}{CjI`}{KjI`}{KlI`}{KnI`}{L`I`}{LbI`}{LdI`}{HlI`}{LfI`}{LhI`}{FnI`}{LjI`}{LlI`}{cc{}}{LnCj}{M`Cj}{FhCj}{KjCj}4{{{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{cc{}}0<<;;```;;`{{MdClE`E`}Mf}{{{Mb{j{Ef{j}}}}Cl}Mf}{{E`{Mb{jMf}}{Bh{E`}}}{{Bl{{Ef{Mh}}I`}}}}==`::888877>>{{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{}{}}09987{{MdE`E`}{{Ml{{n{MjMj}}}}}}{{MdE`E`MjMj}{{Bl{{Bj{j}}I`}}}}{{}b}33{{E`E`{Bh{Mj}}{Bh{Mj}}b}Mn}{{MnMd}{{Ml{{Ef{Bj}}}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}{c{{Bl{e}}}{}{}}0{cCd{}}9```````````````````````````````````````{{cCf}d{}}{{{Bj{c}}}E`{{Eb{E`}}}}{{ce}{{Bl{{Nb{N`}}Jb}}}{}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}}}}10{BjBj}{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}}Jb}}}{}{{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}}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{dLb}}}}{AA`{{Bl{{n{bCl}}Lb}}}}{{LbCn}D`}0{{AlCn}D`}{{AAbCn}D`}{cc{}}00{FhLb}{KjLb}{CjLb}{AAdLb}{IhLb}5{AAfLb}{LfLb}{LjLb}8{AAhAl}9{{}b}00000{ce{}{}}00000{{AAbAAj}Cl}00111111{An{{Ef{j}}}}{AAlb}{{{Fb{AAn}}E`}{{Bl{AnLb}}}}{{{Fb{AAn}}{Fb{AB`}}j{Bj{j}}{l{Al}}}AAl}2{AAl{{Bl{cLb}}}{}}{An{{Bl{{Ef{c}}Lb}}}{}}{AA`{{Bl{{Bh{Cl}}Lb}}}}{AA`{{Bl{ABbLb}}}}{AA`{{Bl{jLb}}}}{AA`{{Bl{{Bh{{ABf{ABd}}}}Lb}}}}{AA`{{Bl{{Bh{ABh}}Lb}}}}{AA`{{Bl{{Bh{ABj}}Lb}}}}{AA`{{Bl{ABhLb}}}}{AA`{{Bl{{Bh{ABb}}Lb}}}}{AA`{{Bl{{ABf{ABd}}Lb}}}}{AA`{{Bl{MjLb}}}}{AA`{{Bl{ABlLb}}}}{AA`{{Bl{{Bh{ABl}}Lb}}}}{AA`{{Bl{ClLb}}}}{AA`{{Bl{{Bh{j}}Lb}}}}{AA`{{Bl{ABjLb}}}}{AA`{{Bl{{Bh{Mj}}Lb}}}}{An{{Bl{{Bh{b}}Lb}}}}{AAl{{Bl{dLb}}}}{An{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AnCh}{{Bl{dLb}}}}{{An{Bh{j}}}d}{{An{l{{Bj{c}}}}}dAj}{Lb{{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{ACfACb}{AChACb}{CjACb}3{KjACb}{FhACb}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{{Bh{Cl}}ACb}}}}{ACd{{Bl{{Bh{j}}ACb}}}}{ACd{{Bl{ClACb}}}}{ACd{{Bl{{Bh{ABb}}ACb}}}}{ACd{{Bl{{Bh{{ABf{ABd}}}}ACb}}}}{ACd{{Bl{jACb}}}}{ACd{{Bl{ABbACb}}}}{ACd{{Bl{MjACb}}}}{ACd{{Bl{{ABf{ABd}}ACb}}}}{ACd{{Bl{{Bh{Mj}}ACb}}}}{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`{{Bh{ABb}}}}}}{AD`{{A`{{Bh{Hb}}}}}}{AD`{{A`{ADd}}}}{AD`{{A`{{Bh{{ABf{ABd}}}}}}}}{AD`{{A`{{Bh{ADd}}}}}}{AD`{{A`{j}}}}{AD`{{A`{{Bh{j}}}}}}{AD`{{A`{Hb}}}}{AD`{{A`{{Bh{Mj}}}}}}{AD`{{A`{Cl}}}}{AD`{{A`{ABb}}}}{AD`{{A`{Mj}}}}{AD`{{A`{{ABf{ABd}}}}}}{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{dJf}}}}{ADj{{Bl{{n{bCl}}Jf}}}}{{JfCn}D`}0{{ADfCn}D`}{cc{}}0000{{{ADn{ADl}}}Jf}{CjJf}2{JdJf}{IhJf}{ADlJf}{AE`Jf}{FhJf}7{AEbADf}{AEd{{Bl{{Bh{AEf}}Jd}}}}{AEd{{Bl{{Bh{AEh}}Jd}}}}{{}b}000000{ce{}{}}0000000000000{On{{Bl{AEjJf}}}}{ADh{{Ef{j}}}}{AElb}{{{Fb{AAn}}E`b}{{Bl{ADhJf}}}}{{{AF`{AEn}}{Fb{AAn}}{Bj{j}}{l{ADf}}}AEl}2{AEl{{Bl{cJf}}}{}}{ADh{{Bl{{Ef{c}}Jf}}}{}}{ADj{{Bl{ABlJf}}}}{ADj{{Bl{{Bh{AFb}}Jf}}}}{ADj{{Bl{ABjJf}}}}{ADj{{Bl{{ABf{ABd}}Jf}}}}{ADj{{Bl{{l{AFd}}Jf}}}}{ADj{{Bl{AFfJf}}}}{ADj{{Bl{AFdJf}}}}{ADj{{Bl{ClJf}}}}{ADj{{Bl{{Bh{AFf}}Jf}}}}{ADj{{Bl{{Bh{AFd}}Jf}}}}{ADj{{Bl{{Bh{ABb}}Jf}}}}{ADj{{Bl{E`Jf}}}}{ADj{{Bl{{Bh{AEh}}Jf}}}}{ADj{{Bl{ABbJf}}}}{ADj{{Bl{AEfJf}}}}{ADj{{Bl{{Bh{ABl}}Jf}}}}{ADj{{Bl{{Bh{Mj}}Jf}}}}{ADj{{Bl{AFhJf}}}}{ADj{{Bl{{Bh{{ABf{ABd}}}}Jf}}}}{ADj{{Bl{AFbJf}}}}{ADj{{Bl{AFjJf}}}}{ADj{{Bl{{Bh{AFh}}Jf}}}}{ADj{{Bl{MjJf}}}}{ADj{{Bl{{Bh{AEf}}Jf}}}}{ADj{{Bl{{Bh{ABh}}Jf}}}}{ADj{{Bl{{Bh{Cl}}Jf}}}}{ADj{{Bl{{Bh{E`}}Jf}}}}{ADj{{Bl{{Bh{AFj}}Jf}}}}{ADj{{Bl{{Bh{ABj}}Jf}}}}{ADj{{Bl{AEhJf}}}}{ADj{{Bl{{Bh{{l{AFd}}}}Jf}}}}{ADj{{Bl{ADdJf}}}}{ADj{{Bl{ABhJf}}}}{ADj{{Bl{{Bh{ADd}}Jf}}}}{ADh{{Bl{{Bh{b}}Jf}}}}{AEl{{Bl{dJf}}}}{ADh{{Ef{c}}}{}}{c{{n{Bn}}}{}}000000{{ADhCh}{{Bl{dJf}}}}{{ADh{Bh{j}}}d}{{ADh{l{{Bj{c}}}}}dAj}{Jf{{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{dIf}}}Dn}{AG`{{Bl{{n{bCl}}If}}}}{AGb{{Bl{{n{bCl}}If}}}}{{IfCn}D`}0{{AFlCn}D`}{cc{}}00000{AGdIf}1{AGfIf}{FhIf}{JbIf}{CjIf}{{{n{AGhAGj}}}AFl}6{{}b}0000000{ce{}{}}000000000000000{{{AFn{c}}}{{Ef{j}}}Dn}{{{AGn{AGl}}}b}{{{AGn{AH`}}}b}{{E`b}{{Bl{{AFn{c}}If}}}{}}{{{AHd{AHb}}{Bj{j}}{l{AFl}}}{{AGn{c}}}{}}{{{Od{AHf}}{l{AFl}}}AG`}{{{Od{Ob}}{l{AFl}}}AGb}45{{{AGn{AH`}}}{{Bl{cIf}}}{}}{{{AGn{AGl}}}{{Bl{cIf}}}{}}{{{AFn{c}}}{{Bl{{Ef{e}}If}}}Dn{}}{AG`{{Bl{{Bh{ABj}}If}}}}{AG`{{Bl{{Bh{AFd}}If}}}}{AG`{{Bl{{Bh{AHh}}If}}}}{AG`{{Bl{AHjIf}}}}{AG`{{Bl{AFhIf}}}}{AG`{{Bl{{Bh{ADd}}If}}}}{AG`{{Bl{{Bh{AFh}}If}}}}{AG`{{Bl{AFdIf}}}}{AG`{{Bl{ABbIf}}}}{AG`{{Bl{ABlIf}}}}{AG`{{Bl{{Bh{Hb}}If}}}}{AG`{{Bl{{Bh{AFf}}If}}}}{AG`{{Bl{{Bh{AHl}}If}}}}{AG`{{Bl{{Bh{AFj}}If}}}}{AG`{{Bl{ABhIf}}}}{AG`{{Bl{HbIf}}}}{AG`{{Bl{{Bh{ABb}}If}}}}{AG`{{Bl{{Bh{ABl}}If}}}}{AG`{{Bl{{Bh{Mj}}If}}}}{AG`{{Bl{AFfIf}}}}{AG`{{Bl{MjIf}}}}{AG`{{Bl{ADdIf}}}}{AG`{{Bl{AHlIf}}}}{AG`{{Bl{AFjIf}}}}{AG`{{Bl{{Bh{j}}If}}}}{AG`{{Bl{AHnIf}}}}{AG`{{Bl{{Bh{{Ef{AFd}}}}If}}}}{AG`{{Bl{ABjIf}}}}{AG`{{Bl{{Bh{AHn}}If}}}}{AG`{{Bl{{Bh{AHj}}If}}}}{AG`{{Bl{AHhIf}}}}{AG`{{Bl{jIf}}}}{AG`{{Bl{{Bh{ABh}}If}}}}{AG`{{Bl{{Ef{AFd}}If}}}}{AGb{{Bl{HbIf}}}}{AGb{{Bl{{Bh{ABh}}If}}}}{AGb{{Bl{{Bh{j}}If}}}}{AGb{{Bl{AFhIf}}}}{AGb{{Bl{ADdIf}}}}{AGb{{Bl{AFjIf}}}}{AGb{{Bl{{Bh{Hb}}If}}}}{AGb{{Bl{{Bh{Mj}}If}}}}{AGb{{Bl{AHjIf}}}}{AGb{{Bl{ABjIf}}}}{AGb{{Bl{{Bh{AFd}}If}}}}{AGb{{Bl{ABbIf}}}}{AGb{{Bl{{Bh{ADd}}If}}}}{AGb{{Bl{{Bh{AHl}}If}}}}{AGb{{Bl{{Bh{AFf}}If}}}}{AGb{{Bl{AHhIf}}}}{AGb{{Bl{ABlIf}}}}{AGb{{Bl{MjIf}}}}{AGb{{Bl{AHlIf}}}}{AGb{{Bl{AFfIf}}}}{AGb{{Bl{AHnIf}}}}{AGb{{Bl{{Ef{AFd}}If}}}}{AGb{{Bl{{Bh{AHj}}If}}}}{AGb{{Bl{{Bh{AFj}}If}}}}{AGb{{Bl{{Bh{{Ef{AFd}}}}If}}}}{AGb{{Bl{ABhIf}}}}{AGb{{Bl{{Bh{ABb}}If}}}}{AGb{{Bl{{Bh{AHn}}If}}}}{AGb{{Bl{{Bh{ABl}}If}}}}{AGb{{Bl{AFdIf}}}}{AGb{{Bl{{Bh{AHh}}If}}}}{AGb{{Bl{{Bh{AFh}}If}}}}{AGb{{Bl{jIf}}}}{AGb{{Bl{{Bh{ABj}}If}}}}{{{AFn{c}}}{{Bl{{Bh{b}}If}}}Dn}{{{AGn{AGl}}}{{Bl{dIf}}}}{{{AGn{AH`}}}{{Bl{dIf}}}}{{{AFn{c}}}{{Ef{e}}}Dn{}}{c{{n{Bn}}}{}}0000000{{{AFn{c}}Ch}{{Bl{dIf}}}Dn}{{{AFn{c}}{Bh{j}}}dDn}{{{AFn{c}}{l{{Bj{e}}}}}dDnAj}{If{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000000000{cCd{}}000000033333333``````````````````````````{{cCf}d{}}{cFd{}}555555555555{AI`AI`}{{ce}d{}{}}{On{{Bl{AIbKh}}}}{bc{}}00000000000{bd}00000{AId{{Bl{dKh}}}}{AIf{{Bl{{n{bCl}}Kh}}}}{{KhCn}D`}0{{AI`Cn}D`}{{AIhCn}D`}{cc{}}00{InKh}{AGdKh}{AE`Kh}{IhKh}{FhKh}5{CjKh}{AIjAI`}77{{}b}00000{ce{}{}}00000{{AIhAAj}Cl}0111111{AId{{Ef{j}}}}{AIlb}{{E`b}{{Bl{AIdKh}}}}{{{AHd{AIn}}{Bj{j}}{l{AI`}}}AIl}{{{AHd{AIn}}E`{l{AI`}}}{{Bl{AIfKh}}}}3{AIl{{Bl{cKh}}}{}}{AId{{Bl{{Ef{c}}Kh}}}{}}{AIf{{Bl{ABhKh}}}}{AIf{{Bl{{ABf{ABd}}Kh}}}}{AIf{{Bl{{Bh{{Ef{AFd}}}}Kh}}}}{AIf{{Bl{{Bh{Mj}}Kh}}}}{AIf{{Bl{{Bh{ABb}}Kh}}}}{AIf{{Bl{jKh}}}}{AIf{{Bl{{Bh{ABh}}Kh}}}}{AIf{{Bl{ABlKh}}}}{AIf{{Bl{{Bh{ABl}}Kh}}}}{AIf{{Bl{{Bh{j}}Kh}}}}{AIf{{Bl{{Ef{AFd}}Kh}}}}{AIf{{Bl{MjKh}}}}{AIf{{Bl{{Bh{{ABf{ABd}}}}Kh}}}}{AIf{{Bl{ABbKh}}}}{AId{{Bl{{Bh{b}}Kh}}}}{AIl{{Bl{dKh}}}}{AId{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AIdCh}{{Bl{dKh}}}}{{AId{Bh{j}}}d}{{AId{l{{Bj{c}}}}}dAj}{Kh{{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{dKf}}}Dn{{AJf{AJd}}NfAJhDn}}{AJj{{Bl{{n{bCl}}Kf}}}}{AJl{{Bl{{n{bCl}}Kf}}}}{AJn{{Bl{{n{bCl}}Kf}}}}{AK`{{Bl{{n{bCl}}Kf}}}}{{KfCn}D`}0{{AJ`Cn}D`}{cc{}}00000000000{ACfKf}{CjKf}{AKbKf}{AKdKf}{FhKf}{IdKf}{KjKf}{AGdKf}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}}Kf}}}{{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`}7896{{{AKj{AKhc}}}{{Bl{eKf}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKlc}}}{{Bl{eKf}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AL`c}}}{{Bl{eKf}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKnc}}}{{Bl{eKf}}}{{AJf{AJd}}NfAJhDn}{}}{{{AJb{ce}}}{{Bl{{Ef{g}}Kf}}}Dn{{AJf{AJd}}NfAJhDn}{}}{AJj{{Bl{ABlKf}}}}{AJj{{Bl{MjKf}}}}{AJj{{Bl{AFjKf}}}}{AJj{{Bl{{Bh{{Ef{j}}}}Kf}}}}{AJj{{Bl{{Bh{AFj}}Kf}}}}{AJj{{Bl{{Bh{{Ef{AFj}}}}Kf}}}}{AJj{{Bl{{Bh{ABh}}Kf}}}}{AJj{{Bl{{Ef{Cl}}Kf}}}}{AJj{{Bl{{Bh{{ABf{ABd}}}}Kf}}}}{AJj{{Bl{{Ef{ABb}}Kf}}}}{AJj{{Bl{{Bh{Cl}}Kf}}}}{AJj{{Bl{{Bh{Mj}}Kf}}}}{AJj{{Bl{{Bh{ADd}}Kf}}}}{AJj{{Bl{{Ef{AFj}}Kf}}}}{AJj{{Bl{{Bh{ABb}}Kf}}}}{AJj{{Bl{ABhKf}}}}{AJj{{Bl{{Bh{AFh}}Kf}}}}{AJj{{Bl{ABjKf}}}}{AJj{{Bl{AFbKf}}}}{AJj{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kf}}}}{AJj{{Bl{{Bh{E`}}Kf}}}}{AJj{{Bl{{Bh{AFf}}Kf}}}}{AJj{{Bl{ABbKf}}}}{AJj{{Bl{{Bh{{Ef{AFf}}}}Kf}}}}{AJj{{Bl{{Bh{ABl}}Kf}}}}{AJj{{Bl{AHlKf}}}}{AJj{{Bl{{Bh{AFb}}Kf}}}}{AJj{{Bl{ClKf}}}}{AJj{{Bl{{Bh{{Ef{Cl}}}}Kf}}}}{AJj{{Bl{{Bh{{Ef{ADd}}}}Kf}}}}{AJj{{Bl{{Bh{AHl}}Kf}}}}{AJj{{Bl{E`Kf}}}}{AJj{{Bl{ADdKf}}}}{AJj{{Bl{{Bh{{Ef{ABb}}}}Kf}}}}{AJj{{Bl{{Ef{AFh}}Kf}}}}{AJj{{Bl{{Bh{AHn}}Kf}}}}{AJj{{Bl{{Mb{j{Bh{j}}}}Kf}}}}{AJj{{Bl{{Bh{{Ef{Mj}}}}Kf}}}}{AJj{{Bl{{Bh{ABj}}Kf}}}}{AJj{{Bl{{Ef{AFd}}Kf}}}}{AJj{{Bl{{Ef{ADd}}Kf}}}}{AJj{{Bl{AHnKf}}}}{AJj{{Bl{{Ef{j}}Kf}}}}{AJj{{Bl{{Ef{Mj}}Kf}}}}{AJj{{Bl{{Bh{{Ef{AFh}}}}Kf}}}}{AJj{{Bl{{ABf{ABd}}Kf}}}}{AJj{{Bl{AFhKf}}}}{AJj{{Bl{{Bh{{Ef{AFd}}}}Kf}}}}{AJj{{Bl{AFfKf}}}}{AJj{{Bl{{Ef{AFf}}Kf}}}}{AJl{{Bl{{Ef{AHl}}Kf}}}}{AJl{{Bl{{Bh{AHn}}Kf}}}}{AJl{{Bl{{Bh{AFf}}Kf}}}}{AJl{{Bl{{Bh{AFh}}Kf}}}}{AJl{{Bl{{Bh{Mj}}Kf}}}}{AJl{{Bl{ABlKf}}}}{AJl{{Bl{{Bh{{Ef{AFh}}}}Kf}}}}{AJl{{Bl{AHnKf}}}}{AJl{{Bl{{Ef{AFj}}Kf}}}}{AJl{{Bl{{Bh{{Ef{j}}}}Kf}}}}{AJl{{Bl{{Bh{Cl}}Kf}}}}{AJl{{Bl{{Ef{AFf}}Kf}}}}{AJl{{Bl{{Ef{ADd}}Kf}}}}{AJl{{Bl{AHlKf}}}}{AJl{{Bl{{Ef{Mj}}Kf}}}}{AJl{{Bl{{Bh{ABj}}Kf}}}}{AJl{{Bl{ABjKf}}}}{AJl{{Bl{{Mb{j{Bh{j}}}}Kf}}}}{AJl{{Bl{{Bh{{Ef{ADd}}}}Kf}}}}{AJl{{Bl{AFjKf}}}}{AJl{{Bl{{Bh{ABb}}Kf}}}}{AJl{{Bl{{Ef{j}}Kf}}}}{AJl{{Bl{AFfKf}}}}{AJl{{Bl{{Bh{E`}}Kf}}}}{AJl{{Bl{{Bh{ABh}}Kf}}}}{AJl{{Bl{{Bh{AHl}}Kf}}}}{AJl{{Bl{{ABf{ABd}}Kf}}}}{AJl{{Bl{{Bh{{Ef{Cl}}}}Kf}}}}{AJl{{Bl{{Bh{{Ef{AFd}}}}Kf}}}}{AJl{{Bl{{Ef{AFd}}Kf}}}}{AJl{{Bl{ABbKf}}}}{AJl{{Bl{{Bh{AFb}}Kf}}}}{AJl{{Bl{{Ef{AFh}}Kf}}}}{AJl{{Bl{ADdKf}}}}{AJl{{Bl{{Bh{AFj}}Kf}}}}{AJl{{Bl{{Bh{{Ef{ABb}}}}Kf}}}}{AJl{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kf}}}}{AJl{{Bl{MjKf}}}}{AJl{{Bl{{Bh{{Ef{AFj}}}}Kf}}}}{AJl{{Bl{AFbKf}}}}{AJl{{Bl{{Bh{{Ef{AHl}}}}Kf}}}}{AJl{{Bl{{Bh{{Ef{Mj}}}}Kf}}}}{AJl{{Bl{E`Kf}}}}{AJl{{Bl{{Ef{Cl}}Kf}}}}{AJl{{Bl{{Bh{ADd}}Kf}}}}{AJl{{Bl{ClKf}}}}{AJl{{Bl{{Bh{ABl}}Kf}}}}{AJl{{Bl{{Bh{{ABf{ABd}}}}Kf}}}}{AJl{{Bl{AFhKf}}}}{AJl{{Bl{{Bh{{Ef{AFf}}}}Kf}}}}{AJl{{Bl{{Ef{ABb}}Kf}}}}{AJl{{Bl{ABhKf}}}}{AJn{{Bl{{Bh{{Ef{ADd}}}}Kf}}}}{AJn{{Bl{{Bh{Mj}}Kf}}}}{AJn{{Bl{{Bh{{Ef{AFh}}}}Kf}}}}{AJn{{Bl{{Ef{AFd}}Kf}}}}{AJn{{Bl{{Ef{AFf}}Kf}}}}{AJn{{Bl{ABlKf}}}}{AJn{{Bl{{Bh{Cl}}Kf}}}}{AJn{{Bl{{Bh{AHl}}Kf}}}}{AJn{{Bl{ABhKf}}}}{AJn{{Bl{ABbKf}}}}{AJn{{Bl{{Bh{E`}}Kf}}}}{AJn{{Bl{AFjKf}}}}{AJn{{Bl{ADdKf}}}}{AJn{{Bl{AHlKf}}}}{AJn{{Bl{AFhKf}}}}{AJn{{Bl{AFbKf}}}}{AJn{{Bl{ClKf}}}}{AJn{{Bl{{Bh{AHn}}Kf}}}}{AJn{{Bl{{Bh{ABh}}Kf}}}}{AJn{{Bl{{Ef{Cl}}Kf}}}}{AJn{{Bl{AFfKf}}}}{AJn{{Bl{E`Kf}}}}{AJn{{Bl{{Bh{AFb}}Kf}}}}{AJn{{Bl{{Bh{ABl}}Kf}}}}{AJn{{Bl{{Bh{{Ef{j}}}}Kf}}}}{AJn{{Bl{{Ef{AFj}}Kf}}}}{AJn{{Bl{{ABf{ABd}}Kf}}}}{AJn{{Bl{{Ef{ABb}}Kf}}}}{AJn{{Bl{{Bh{ADd}}Kf}}}}{AJn{{Bl{ABjKf}}}}{AJn{{Bl{{Ef{AFh}}Kf}}}}{AJn{{Bl{{Bh{AFj}}Kf}}}}{AJn{{Bl{{Bh{AFf}}Kf}}}}{AJn{{Bl{AHnKf}}}}{AJn{{Bl{{Bh{{Ef{AFj}}}}Kf}}}}{AJn{{Bl{{Mb{j{Bh{j}}}}Kf}}}}{AJn{{Bl{{Ef{Mj}}Kf}}}}{AJn{{Bl{{Bh{{ABf{ABd}}}}Kf}}}}{AJn{{Bl{MjKf}}}}{AJn{{Bl{{Ef{j}}Kf}}}}{AJn{{Bl{{Bh{{Ef{ABb}}}}Kf}}}}{AJn{{Bl{{Ef{ADd}}Kf}}}}{AJn{{Bl{{Bh{AFh}}Kf}}}}{AJn{{Bl{{Bh{ABj}}Kf}}}}{AJn{{Bl{{Bh{{Ef{Cl}}}}Kf}}}}{AJn{{Bl{{Bh{{Ef{AFd}}}}Kf}}}}{AJn{{Bl{{Bh{{Ef{AFf}}}}Kf}}}}{AJn{{Bl{{Bh{{Ef{Mj}}}}Kf}}}}{AJn{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kf}}}}{AJn{{Bl{{Bh{ABb}}Kf}}}}{AK`{{Bl{{Bh{ADd}}Kf}}}}{AK`{{Bl{{Bh{{Ef{Mj}}}}Kf}}}}{AK`{{Bl{{Mb{j{Bh{j}}}}Kf}}}}{AK`{{Bl{{Ef{AFh}}Kf}}}}{AK`{{Bl{ABjKf}}}}{AK`{{Bl{{Bh{Mj}}Kf}}}}{AK`{{Bl{{Bh{{Ef{Cl}}}}Kf}}}}{AK`{{Bl{{Bh{ABh}}Kf}}}}{AK`{{Bl{{Bh{{Ef{AFd}}}}Kf}}}}{AK`{{Bl{{Bh{Cl}}Kf}}}}{AK`{{Bl{{Bh{{Ef{AFf}}}}Kf}}}}{AK`{{Bl{{ABf{ABd}}Kf}}}}{AK`{{Bl{{Ef{AFf}}Kf}}}}{AK`{{Bl{ADdKf}}}}{AK`{{Bl{{Bh{ABl}}Kf}}}}{AK`{{Bl{{Bh{AHl}}Kf}}}}{AK`{{Bl{AFhKf}}}}{AK`{{Bl{{Ef{AFd}}Kf}}}}{AK`{{Bl{ABbKf}}}}{AK`{{Bl{AFfKf}}}}{AK`{{Bl{{Bh{ABj}}Kf}}}}{AK`{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kf}}}}{AK`{{Bl{{Bh{AFh}}Kf}}}}{AK`{{Bl{{Bh{E`}}Kf}}}}{AK`{{Bl{{Ef{ABb}}Kf}}}}{AK`{{Bl{{Bh{{Ef{j}}}}Kf}}}}{AK`{{Bl{AFjKf}}}}{AK`{{Bl{{Bh{AFb}}Kf}}}}{AK`{{Bl{{Bh{ABb}}Kf}}}}{AK`{{Bl{{Bh{{Ef{AFj}}}}Kf}}}}{AK`{{Bl{{Ef{ADd}}Kf}}}}{AK`{{Bl{{Ef{AFj}}Kf}}}}{AK`{{Bl{E`Kf}}}}{AK`{{Bl{{Bh{{ABf{ABd}}}}Kf}}}}{AK`{{Bl{AFbKf}}}}{AK`{{Bl{{Ef{j}}Kf}}}}{AK`{{Bl{AHnKf}}}}{AK`{{Bl{{Ef{Cl}}Kf}}}}{AK`{{Bl{{Bh{AHn}}Kf}}}}{AK`{{Bl{{Bh{{Ef{ADd}}}}Kf}}}}{AK`{{Bl{ABlKf}}}}{AK`{{Bl{MjKf}}}}{AK`{{Bl{AHlKf}}}}{AK`{{Bl{{Bh{AFf}}Kf}}}}{AK`{{Bl{{Ef{Mj}}Kf}}}}{AK`{{Bl{{Bh{{Ef{ABb}}}}Kf}}}}{AK`{{Bl{{Bh{AFj}}Kf}}}}{AK`{{Bl{{Bh{{Ef{AFh}}}}Kf}}}}{AK`{{Bl{ABhKf}}}}{AK`{{Bl{ClKf}}}}{{{AJb{ce}}}{{Bl{{Bh{b}}Kf}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}{{Bl{dKf}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}{{Bl{dKf}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}{{Bl{dKf}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}{{Bl{dKf}}}{{AJf{AJd}}NfAJhDn}}{On{{Bl{{n{ALb{Bh{AM`}}}}Kf}}}}{{{AJb{ce}}}{{Ef{g}}}Dn{{AJf{AJd}}NfAJhDn}{}}{c{{n{Bn}}}{}}000000000000{{{AJb{ce}}Ch}{{Bl{dKf}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{Bh{j}}}dDn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{l{{Bj{g}}}}}dDn{{AJf{AJd}}NfAJhDn}Aj}{Kf{{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{dJ`}}}}{AMf{{Bl{{n{bCl}}J`}}}}{{J`Cn}D`}0{{AMbCn}D`}{cc{}}00{AE`J`}1{FhJ`}{KbJ`}{AGdJ`}{CjJ`}5{{}b}0000{ce{}{}}000000000{AMd{{Ef{j}}}}{AMhb}{{E`b}{{Bl{AMdJ`}}}}{{{AHd{AMj}}{Bj{j}}{l{AMb}}}AMh}{{{AHd{AMj}}E`{l{AMb}}}{{Bl{AMfJ`}}}}3{AMh{{Bl{cJ`}}}{}}{AMd{{Bl{{Ef{c}}J`}}}{}}{AMf{{Bl{{Bh{ABh}}J`}}}}{AMf{{Bl{{Gd{E`}}J`}}}}{AMf{{Bl{ClJ`}}}}{AMf{{Bl{ABjJ`}}}}{AMf{{Bl{{Bh{{Ef{AFd}}}}J`}}}}{AMf{{Bl{{Bh{ABb}}J`}}}}{AMf{{Bl{MjJ`}}}}{AMf{{Bl{{Bh{ABj}}J`}}}}{AMf{{Bl{AFfJ`}}}}{AMf{{Bl{ADdJ`}}}}{AMf{{Bl{{Bh{Mj}}J`}}}}{AMf{{Bl{{Bh{Cl}}J`}}}}{AMf{{Bl{{Ef{AFd}}J`}}}}{AMf{{Bl{ABhJ`}}}}{AMf{{Bl{{Bh{AFf}}J`}}}}{AMf{{Bl{{Bh{ABl}}J`}}}}{AMf{{Bl{{Bh{{Gd{E`}}}}J`}}}}{AMf{{Bl{ABlJ`}}}}{AMf{{Bl{ABbJ`}}}}{AMf{{Bl{{Bh{ADd}}J`}}}}{AMd{{Bl{{Bh{b}}J`}}}}{AMh{{Bl{dJ`}}}}{AMd{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AMdCh}{{Bl{dJ`}}}}{{AMd{Bh{j}}}d}{{AMd{l{{Bj{c}}}}}dAj}{J`{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}0000{{{n{{Bh{E`}}AMl}}}{{Bl{AMbJ`}}}}{AMl{{Bl{AMbJ`}}}}22222{cCd{}}000055555`````````````````````````````````````````````````````````````````````````````````````````````{cFd{}}00000000000000000666666666666666666666666666666666666666666666666666666666666666666666666666666{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{ABhABh}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABjABj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{ClCl}{MjMj}{ABlABl}{{{Bh{j}}}{{Bh{j}}}}{ABbABb}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{jj}>927850346:<1=;?2810?63<;>5=:9479?>8730451308{ABh{{ABf{ABd}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}796{{{ABf{ABd}}}ABl}4{ABl{{ABf{ABd}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{ABl}}}}380<149265=:>{{{Bh{ADd}}}{{Bh{Mj}}}}<4={AEfMj}{AEhABb}{{{Bh{AFf}}}{{Bh{Mj}}}}{ClCl}{ABhABh}?{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}{AFjABb}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABjABj}{{{Bh{Cl}}}{{Bh{Cl}}}}{AFdMj}{{{Bh{E`}}}{{Bh{j}}}}{AFbj}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{AFb}}}{{Bh{j}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{AFhAFh}{{{l{AFd}}}{{Ef{AFd}}}}{E`j}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{{l{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{AEh}}}{{Bh{ABb}}}}{AFfMj}{ADdMj};2{ABhABh}567{AFjABb}{ABlABl}{AEfMj}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABbABb}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AFd}}}{{Bh{ADd}}}}{{{l{AFd}}}{{Ef{AFd}}}}{{{Bh{AFb}}}{{Bh{j}}}}{AEhABb}{{{Bh{AFf}}}{{Bh{ADd}}}}{ABjABj}{AFfADd}{{{Bh{ADd}}}{{Bh{ADd}}}}{E`j}{{{Bh{AEf}}}{{Bh{Mj}}}}{ClCl}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{AFhAFh}{AFbj}{{{Bh{AFh}}}{{Bh{AFh}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{AFdADd}{ADdADd}{MjMj}3>{{{Bh{ABb}}}{{Bh{ABb}}}}{ADdMj}2{{{Bh{{l{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{E`j}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{l{AFd}}}{{Ef{AFd}}}}{ABhABh}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{E`}}}{{Bh{j}}}}{ClCl}{ABbABb}{AFdMj}{{{Bh{AFd}}}{{Bh{Mj}}}}{AFjABb}{AFhAFh}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AEfMj}{ABlABl}{AFfMj}{AEhABb}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{AFbj}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AEh}}}{{Bh{ABb}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{AFb}}}{{Bh{j}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{j}}}{{Bh{j}}}}{MjMj}{ADdMj}<{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}?{{{Bh{Hb}}}{{Bh{ABb}}}}5{AHhMj}{{{Bh{AFf}}}{{Bh{Mj}}}}{ABlABl}{ABbABb}7{{{Bh{AHj}}}{{Bh{Mj}}}}{AHlCl}{AFhABb}{HbABb}16{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}{AFjABb}{AFdMj}{ABjABj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{AFh}}}{{Bh{ABb}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}39{AHjMj}12{{{Bh{AHl}}}{{Bh{Cl}}}}7{{{Ef{AFd}}}{{Ef{AFd}}}}7{jj}0{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}0{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{Mj}}}}{HbABb}{{{Bh{ABh}}}{{Bh{ABh}}}}{AHhMj}4{AHnj}8{{{Bh{AFj}}}{{Bh{ABb}}}}{ABbABb}{AFfMj}{{{Bh{Hb}}}{{Bh{ABb}}}}?;{ABhABh}{MjMj}{{{Bh{AHn}}}{{Bh{j}}}}{AHjMj}31{ADdMj}>{AFhABb}{AFjABb}{AHlMj}{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}?{HbABb}5{{{Bh{AHj}}}{{Bh{Mj}}}}{{{Bh{AFd}}}{{Bh{Mj}}}}:{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}36{{{Bh{AFh}}}{{Bh{ABb}}}}{jj}{{{Bh{Mj}}}{{Bh{Mj}}}}7{{{Bh{j}}}{{Bh{j}}}}5{ABlABl}{ABjABj}25{ABbABb}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{AFdMj}{{{Bh{Hb}}}{{Bh{ABb}}}}{{{Bh{AHl}}}{{Bh{Mj}}}}032{ABhABh}{MjMj}{AHjMj}<{{{Bh{ABh}}}{{Bh{ABh}}}}{AFfMj}{AHlMj}{AHnj}6>24;{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}9{ADdMj}8{ABbABb}4>{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{ABjABj}{jj}{AHhMj}8{AFhABb}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}{ABlABl}7{HbABb}{AFdMj}{{{Bh{AFh}}}{{Bh{ABb}}}}={{{Ef{AFd}}}{{Ef{AFd}}}}9<{AFfMj}{{{Bh{j}}}{{Bh{j}}}}{{{Bh{AHl}}}{{Bh{Cl}}}}{ADdMj}{{{Bh{ABl}}}{{Bh{ABl}}}}<4{ABhABh}4{{{Bh{Mj}}}{{Bh{Mj}}}}7{ABbABb}{AHjMj}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}>{{{Bh{Hb}}}{{Bh{ABb}}}}{ABjABj}{{{Bh{ABb}}}{{Bh{ABb}}}}3:85{jj}{{{Bh{ADd}}}{{Bh{Mj}}}}{ABlABl}{AHhMj}2{AHnj};{MjMj}{{{Bh{AFd}}}{{Bh{Mj}}}}{{{Bh{AHn}}}{{Bh{j}}}}89{{{Bh{AHl}}}{{Bh{Cl}}}}{HbABb}{AHlCl}{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{AFh}}}{{Bh{ABb}}}}97{AFjABb}{ABhABh}{{{Bh{AHh}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{Mj}}}}{ABbABb}{{{Bh{Hb}}}{{Bh{ABb}}}}32{{{Bh{ABh}}}{{Bh{ABh}}}}0>2{{{Bh{Mj}}}{{Bh{Mj}}}}{jj}{{{Bh{j}}}{{Bh{j}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{ABlABl}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}28639{MjMj}8615=2=:25489701632{{{Bh{AHn}}}{{Bh{j}}}}{E`j}{ABjABj}5>:97{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}{AFhABb}{{{Bh{ADd}}}{{Bh{Mj}}}}3{ABhABh}?91{{{Bh{ABj}}}{{Bh{ABj}}}}06{ABbABb}8{{{Bh{ABh}}}{{Bh{ABh}}}}{AFfMj}23>7?{{{Bh{ABb}}}{{Bh{ABb}}}}>{ClCl}{{{Ef{AFd}}}{{Ef{AFd}}}}09;{{{ABf{ABd}}}{{ABf{ABd}}}}?{{{Bh{AFb}}}{{Bh{j}}}}{E`j}{{{Bh{AHn}}}{{Bh{j}}}}{MjMj}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}<{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{ABbABb}3>82;1{AHnj}{ADdMj}0;0>{AFhABb}{ClCl}{ABhABh}3=0{{{Bh{ABj}}}{{Bh{ABj}}}}?{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}8{ABjABj}{{{Bh{AFb}}}{{Bh{j}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}9{AFfMj}4{{{Bh{ABh}}}{{Bh{ABh}}}}{MjMj}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABbABb}7{{{Bh{AFj}}}{{Bh{ABb}}}}9>{{{Bh{ABb}}}{{Bh{ABb}}}}44=389{{{Bh{AHn}}}{{Bh{j}}}}68{{{Bh{AFh}}}{{Bh{ABb}}}}8{E`j}9?{ABlABl}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABhABh}{ClCl}{{{Bh{AFb}}}{{Bh{j}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}<{{{Bh{ADd}}}{{Bh{Mj}}}}5857{{{Bh{ABh}}}{{Bh{ABh}}}}::738352{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}2<{{{Bh{Cl}}}{{Bh{Cl}}}}8{{{Bh{ABl}}}{{Bh{ABl}}}}7;?{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{MjMj}{AFhABb}8{ABjABj}{{{Bh{E`}}}{{Bh{j}}}}={{{Bh{ABb}}}{{Bh{ABb}}}}7{{{ABf{ABd}}}{{ABf{ABd}}}}0{{{Bh{AFj}}}{{Bh{ABb}}}}:{AFbj}>;:{{{Bh{AFh}}}{{Bh{ABb}}}}99{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}6{{{Bh{AFb}}}{{Bh{j}}}}{ADdMj}9{AFfMj}{{{Bh{AHn}}}{{Bh{j}}}}4:5?{{{Bh{ABj}}}{{Bh{ABj}}}}9<5{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}};{{{Bh{Cl}}}{{Bh{Cl}}}}2={{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABl}}}{{Bh{ABl}}}};2{{{Bh{ADd}}}{{Bh{Mj}}}}{ABlABl}{ClCl}9{{{Bh{E`}}}{{Bh{j}}}}{ABjABj}0{{{Bh{AFf}}}{{Bh{Mj}}}}4{{{Bh{AFj}}}{{Bh{ABb}}}}{ABhABh}{AFjABb}6{{{Bh{AFh}}}{{Bh{ABb}}}}{AFhABb}{AFfMj}{{{Bh{AFb}}}{{Bh{j}}}}7{ADdMj}7{{{Bh{AHn}}}{{Bh{j}}}}{ABbABb}{E`j}?{MjMj}24{ABlABl}5;0{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}:998{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Ef{AFf}}}{{Ef{Mj}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}9{AFhAFh}{{{Bh{E`}}}{{Bh{j}}}}{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}9{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}4{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{ABjABj}{{{Bh{ABj}}}{{Bh{ABj}}}}{AFfADd}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}{MjMj}:74{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}{ADdADd}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{AFf}}}{{Bh{ADd}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{AFhAFh}{{{Ef{ABb}}}{{Ef{ABb}}}}?{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}80{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Ef{AFf}}}{{Ef{Mj}}}}<{{{Bh{AHn}}}{{Bh{j}}}}?9{ABbABb}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{AFbj}{ABhABh}<{{{Bh{AFj}}}{{Bh{ABb}}}}{ABlABl}6{{{Bh{AFf}}}{{Bh{ADd}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABjABj}{AFfADd}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{E`j}{{{Bh{AFb}}}{{Bh{j}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}17{ADdADd}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}5{{{Bh{E`}}}{{Bh{j}}}}8{{{Ef{Mj}}}{{Ef{Mj}}}}?:{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABb}}}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}2{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}3{{{Bh{ABb}}}{{Bh{ABb}}}}{ClCl}{{{Bh{ADd}}}{{Bh{ADd}}}}:{AFfADd}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}:90{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}>42{{{ABf{ABd}}}{{ABf{ABd}}}}50{MjMj}{ABbABb}{{{Ef{AFf}}}{{Ef{Mj}}}}{ABjABj}{ADdADd}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{AFf}}}{{Bh{ADd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}7{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}{E`j}{ABhABh}{AHnj}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{E`}}}{{Bh{j}}}}{MjMj}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}?{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}?;{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}5{ABjABj}{{{Bh{AFb}}}{{Bh{j}}}}5{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}43{{{Bh{Cl}}}{{Bh{Cl}}}}03{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{AFf}}}{{Bh{ADd}}}}54{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AFh}}}{{Bh{AFh}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{ClCl}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}4{{{Bh{ABl}}}{{Bh{ABl}}}}{MjMj}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}7{{{Ef{ABb}}}{{Ef{ABb}}}}7{ADdADd}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{E`}}}{{Bh{j}}}}4<{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{ABhABh}{{{Bh{AFb}}}{{Bh{j}}}}1?{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Ef{j}}}{{Ef{j}}}}6{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}6{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Ef{AFf}}}{{Ef{Mj}}}}7{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}72?357287{{{Ef{AFj}}}{{Ef{ABb}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}={{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}>9{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}6{ABlABl}{ADdADd}{{{Bh{ADd}}}{{Bh{ADd}}}}={{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{AFfADd}7{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Ef{ABb}}}{{Ef{ABb}}}}{ClCl}{{{Bh{Mj}}}{{Bh{Mj}}}}9{E`j}{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Ef{AFf}}}{{Ef{Mj}}}}5{{{Ef{AFd}}}{{Ef{AFd}}}}?{{{Bh{AHn}}}{{Bh{j}}}}{ABlABl}<{{{Ef{Cl}}}{{Ef{Cl}}}}38{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{ABbABb}2{{{Ef{Mj}}}{{Ef{Mj}}}}9{{{Bh{ABl}}}{{Bh{ABl}}}}>{{{Bh{ABj}}}{{Bh{ABj}}}}{AFhAFh}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{ABhABh}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{E`j}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{ADdADd}{{{Bh{AHn}}}{{Bh{j}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}72>{ABbABb}5{AFjABb}{AFfADd}5<6{{{Bh{AFb}}}{{Bh{j}}}}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}>{MjMj}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}{{{Ef{j}}}{{Ef{j}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}4{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABb}}}}}}{ABlABl}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{ClCl}<{ABhABh}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}2{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}1?{MjMj}{{{Bh{E`}}}{{Bh{j}}}}4{ADdADd}?{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{AFf}}}{{Bh{ADd}}}}10{{{Ef{ABb}}}{{Ef{ABb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}15{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Bh{{Ef{AFh}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{AFb}}}{{Bh{j}}}}06{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{Mj}}}}}}??6{ClCl}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{AFhAFh}{{{ABf{ABd}}}{{ABf{ABd}}}}1{{{Bh{AHn}}}{{Bh{j}}}}{ABbABb}{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}4{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}2{AFfADd}4{E`j}{{{Ef{ABb}}}{{Ef{ABb}}}}4{{{Bh{AFh}}}{{Bh{AFh}}}}{ABlABl}:{{{Ef{AFh}}}{{Ef{ABb}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{ABhABh}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{AFj}}}{{Bh{ABb}}}}{ABbABb}740{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}6{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABb}}}{{Bh{ABb}}}};{ABjABj}{MjMj}{{{Ef{AFd}}}{{Ef{AFd}}}}{{{Bh{AFb}}}{{Bh{j}}}}2{{{Bh{AFh}}}{{Bh{ABb}}}}2910{{{Bh{AHn}}}{{Bh{j}}}}2{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}<{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}={{{Bh{ABl}}}{{Bh{ABl}}}};{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{AFhABb}{ABbABb}<:{ABlABl}36{{{Bh{AFj}}}{{Bh{ABb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}<<{{{Bh{ABh}}}{{Bh{ABh}}}}{AHnj}>3>{{{Ef{AFd}}}{{Ef{AFd}}}}{MjMj}{{{Bh{ABb}}}{{Bh{ABb}}}};6{ADdMj}992{ClCl}{{{Bh{ABj}}}{{Bh{ABj}}}}{E`j}{ABjABj}7;76{ABhABh}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AFfMj}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}7{{{Bh{Mj}}}{{Bh{Mj}}}}{ABlABl}:457{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AFj}}}{{Bh{ABb}}}};;{{{Bh{AHn}}}{{Bh{j}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}06{{{Bh{ABb}}}{{Bh{ABb}}}};3{AFhABb}{{{ABf{ABd}}}{{ABf{ABd}}}}4{MjMj}53{ABjABj}261{ADdMj}6=3?7{ClCl}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Bh{ABj}}}{{Bh{ABj}}}}{E`j}1:;{AFjABb}:{ABbABb}{AFfMj}78{{{Ef{AFd}}}{{Ef{AFd}}}}4{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AFf}}}{{Bh{Mj}}}}979{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{AFd}}}}}}<4{ABhABh}{{{Bh{AFh}}}{{Bh{ABb}}}}4{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{AFhABb}{{{Bh{E`}}}{{Bh{j}}}}0?{ClCl}{MjMj}8{{{Bh{Mj}}}{{Bh{Mj}}}}2=74704?{{{Bh{ADd}}}{{Bh{Mj}}}}8{{{Bh{Cl}}}{{Bh{Cl}}}};;{ADdMj}{ABbABb}{{{Bh{AFj}}}{{Bh{ABb}}}}{ABjABj}{{{Bh{ABb}}}{{Bh{ABb}}}}>3{ABlABl}{{{Bh{AFb}}}{{Bh{j}}}}{{{ABf{ABd}}}{{ABf{ABd}}}}7{{{Bh{ABh}}}{{Bh{ABh}}}}{AFfMj}8;75?:{AFhABb}3??{{{Bh{AFf}}}{{Bh{Mj}}}}6{{{Bh{ABl}}}{{Bh{ABl}}}}{{{Ef{AFd}}}{{Ef{AFd}}}}8=7{ClCl}{{{Bh{ABj}}}{{Bh{ABj}}}}{{{Bh{{ABf{ABd}}}}}{{Bh{{ABf{ABd}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AHn}}}{{Bh{j}}}}{ADdMj}<{{{Bh{AFj}}}{{Bh{ABb}}}}=25{MjMj}{{{Bh{ABj}}}{{Bh{ABj}}}}{MjMj}4{ABhABh}94;8<{ABjABj}7;{{{Ef{AFd}}}{{Ef{AFd}}}}?{{{Bh{AFf}}}{{Bh{Mj}}}}{AFfMj}{{{Bh{ABh}}}{{Bh{ABh}}}}<3{ABbABb}{{{Bh{ABb}}}{{Bh{ABb}}}}?;9:<8{{{Bh{Mj}}}{{Bh{Mj}}}}48?57{ClCl}4?{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{{Gd{E`}}}}}{{Bh{j}}}}{c{{A`{e}}}{}{}}00000000000000000000000000000000000000000000{bc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{bd}00000000000000000000000000000000000000{{K`Cn}D`}0{{JjCn}D`}0{{AMnCn}D`}0{{KlCn}D`}0{{KnCn}D`}0{{AN`Cn}D`}0{{JhCn}D`}0{{LdCn}D`}0{{ANbCn}D`}0{{IjCn}D`}0{{JnCn}D`}0{{ANdCn}D`}0{{L`Cn}D`}0{{JlCn}D`}0{{ANfCn}D`}0{{KdCn}D`}0{{IlCn}D`}0{{ANhCn}D`}0{cc{}}00000000000000000000{CjK`}1{LbK`}{ElK`}3{LbJj}{FnJj}{CjJj}6{LbAMn}{CjAMn}{HlAMn}{JfKl}:{CjKl}{ElKl}<{FnKn}{JfKn}{CjKn}?{HlAN`}{JfAN`}{CjAN`}{CjJh}{ElJh}{cc{}}{IfJh}{IfLd}{FnLd}{CjLd}4{IfANb}{CjANb}{HlANb}77{CjIj}{KhIj}{ElIj}{FnJn}{CjJn}{KhJn}={HlANd}{KhANd}?{CjANd}{KfL`}{CjL`}{cc{}}{ElL`}{CjJl}{FnJl}3{KfJl}{HlANf}{CjANf}{KfANf}77{J`Kd}{ElKd}{CjKd}:{FnIl}{CjIl}{J`Il}{HlANh}{CjANh}{J`ANh}{cc{}}{{}b}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{ce}{{Bl{dg}}}{}{}{}}00000000000000000000000000000000000000000000{{ce}A`{}{}}00000000000000000000000000000000000000000000{c{{n{Bn}}}{}}00000000000000000000000000000000000000{K`{{Bh{Fd}}}}{Jj{{Bh{Fd}}}}{AMn{{Bh{Fd}}}}{Kl{{Bh{Fd}}}}{Kn{{Bh{Fd}}}}{AN`{{Bh{Fd}}}}{Jh{{Bh{Fd}}}}{Ld{{Bh{Fd}}}}{ANb{{Bh{Fd}}}}{Ij{{Bh{Fd}}}}{Jn{{Bh{Fd}}}}{ANd{{Bh{Fd}}}}{L`{{Bh{Fd}}}}{Jl{{Bh{Fd}}}}{ANf{{Bh{Fd}}}}{Kd{{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],[5,"Error",4875],[6,"MySQLSourceError",1539],[6,"ParseError",4876],[6,"OracleArrowTransportError",2624],[6,"SQLiteArrow2TransportError",2624],[6,"Error",4877],[6,"SQLiteSourceError",2474],[6,"Error",4878],[6,"Error",4879],[6,"MsSQLSourceError",1320],[6,"MySQLArrowTransportError",2624],[6,"BigQueryArrow2TransportError",2624],[6,"PostgresArrow2TransportError",2624],[6,"OracleArrow2TransportError",2624],[6,"BigQueryArrowTransportError",2624],[6,"Error",4880],[6,"SQLiteArrowTransportError",2624],[6,"PostgresSourceError",1971],[6,"OracleSourceError",1804],[5,"Error",4881],[6,"MsSQLArrowTransportError",2624],[6,"MsSQLArrow2TransportError",2624],[6,"PostgresArrowTransportError",2624],[6,"BigQuerySourceError",896],[6,"MySQLArrow2TransportError",2624],[6,"BQError",4882],[6,"DataFusionError",4883],[5,"Error",4884],[6,"J4RsError",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,"ParseIntError",4899],[5,"ParseFloatError",4900],[6,"FieldType",4901],[1,"char"],[5,"BigQuerySourcePartition",896],[5,"Runtime",4902],[5,"Client",4903],[1,"f64"],[5,"Utc",4904],[5,"DateTime",4905],[5,"NaiveDate",4906],[5,"NaiveTime",4907],[5,"NaiveDateTime",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],[6,"RunError",4912],[5,"FromUtf8Error",4848],[6,"ColumnType",4913],[6,"ColumnData",4914],[5,"IntN",1320],[5,"FloatN",1320],[5,"Config",4915],[5,"MsSQLSourcePartition",1320],[5,"ConnectionManager",4911],[5,"Pool",4912],[5,"Uuid",4916],[1,"u8"],[1,"i16"],[1,"f32"],[5,"Decimal",4917],[6,"MySQLTypeSystem",1539],[5,"MySQLSource",1539],[5,"MySQLBinarySourceParser",1539],[5,"MySQLTextSourceParser",1539],[5,"Error",4918],[6,"UrlError",4878],[6,"ColumnType",4919],[5,"ColumnFlags",4919],[6,"BinaryProtocol",1539],[5,"MySQLSourcePartition",1539],[6,"TextProtocol",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,"BinaryProtocol",1971],[5,"PostgresSourcePartition",1971],[6,"SimpleProtocol",1971],[6,"CursorProtocol",1971],[6,"CSVProtocol",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%3CConnectorXError%3E-for-ArrowDestinationError"],[145,"impl-From%3CError%3E-for-ArrowDestinationError"],[218,"impl-Debug-for-Arrow2DestinationError"],[219,"impl-Display-for-Arrow2DestinationError"],[222,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CError%3E-for-Arrow2DestinationError"],[225,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[226,"impl-From%3CError%3E-for-Arrow2DestinationError"],[391,"impl-Debug-for-ArrowDestinationError"],[392,"impl-Display-for-ArrowDestinationError"],[395,"impl-From%3CError%3E-for-ArrowDestinationError"],[396,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[397,"impl-From%3CConnectorXError%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%3CError%3E-for-ConnectorXOutError"],[563,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[564,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[565,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[566,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[567,"impl-From%3CError%3E-for-ConnectorXOutError"],[568,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[570,"impl-From%3CError%3E-for-ConnectorXOutError"],[571,"impl-From%3CError%3E-for-ConnectorXOutError"],[572,"impl-From%3CError%3E-for-ConnectorXOutError"],[573,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[574,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[575,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[576,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[577,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[578,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[579,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[580,"impl-From%3CError%3E-for-ConnectorXOutError"],[581,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[582,"impl-From%3CPostgresSourceError%3E-for-ConnectorXOutError"],[583,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[584,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[585,"impl-From%3CError%3E-for-ConnectorXOutError"],[586,"impl-From%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[587,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[588,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[589,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[590,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[591,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[592,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[593,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[594,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[595,"impl-From%3CError%3E-for-ConnectorXOutError"],[596,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[598,"impl-From%3CVarError%3E-for-ConnectorXError"],[599,"impl-From%3CParserError%3E-for-ConnectorXError"],[600,"impl-From%3CError%3E-for-ConnectorXError"],[601,"impl-From%3CError%3E-for-ConnectorXError"],[760,"impl-Display-for-CXQuery%3CQ%3E"],[761,"impl-Debug-for-CXQuery%3CQ%3E"],[763,"impl-From%3C%26%26str%3E-for-CXQuery"],[765,"impl-From%3C%26str%3E-for-CXQuery"],[766,"impl-From%3C%26CXQuery%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%3CConnectorXError%3E-for-BigQuerySourceError"],[970,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[971,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[973,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[974,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[975,"impl-From%3CError%3E-for-BigQuerySourceError"],[1007,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1008,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1009,"impl-Produce%3C\'r,+String%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+NaiveDate%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+i64%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1019,"impl-Produce%3C\'r,+bool%3E-for-BigQuerySourceParser"],[1020,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1021,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1022,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1120,"impl-Debug-for-CSVSourceError"],[1121,"impl-Display-for-CSVSourceError"],[1126,"impl-From%3CError%3E-for-CSVSourceError"],[1127,"impl-From%3CError%3E-for-CSVSourceError"],[1128,"impl-From%3CConnectorXError%3E-for-CSVSourceError"],[1130,"impl-From%3CError%3E-for-CSVSourceError"],[1131,"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,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1162,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+String%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1165,"impl-Produce%3C\'r,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1166,"impl-Produce%3C\'r,+i64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1275,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1276,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1277,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1278,"impl-Produce%3C\'r,+i32%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1279,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1280,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+String%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1282,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1283,"impl-Produce%3C\'r,+u64%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,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+i64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1405,"impl-Debug-for-MsSQLSourceError"],[1406,"impl-Display-for-MsSQLSourceError"],[1413,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1414,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1416,"impl-From%3CError%3E-for-MsSQLSourceError"],[1417,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1418,"impl-From%3CError%3E-for-MsSQLSourceError"],[1419,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1420,"impl-From%3CError%3E-for-MsSQLSourceError"],[1454,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1455,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1456,"impl-Produce%3C\'r,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1457,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1458,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1459,"impl-Produce%3C\'r,+i16%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1465,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1466,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1476,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1477,"impl-Produce%3C\'r,+Option%3CIntN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+Option%3CDecimal%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,+FloatN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1484,"impl-Produce%3C\'r,+Option%3C%26%5Bu8%5D%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+i32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1625,"impl-Display-for-MySQLSourceError"],[1626,"impl-Debug-for-MySQLSourceError"],[1634,"impl-From%3CError%3E-for-MySQLSourceError"],[1636,"impl-From%3CUrlError%3E-for-MySQLSourceError"],[1637,"impl-From%3CError%3E-for-MySQLSourceError"],[1638,"impl-From%3CError%3E-for-MySQLSourceError"],[1639,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1667,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1668,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1673,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1674,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1675,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1676,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1678,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1679,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1680,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1681,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1682,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1687,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1688,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1689,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1690,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1691,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+i8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1737,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1738,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1743,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1744,"impl-Produce%3C\'r,+String%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1745,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%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"],[1874,"impl-From%3CError%3E-for-OracleSourceError"],[1875,"impl-From%3CError%3E-for-OracleSourceError"],[1876,"impl-From%3CFromUtf8Error%3E-for-OracleSourceError"],[1877,"impl-From%3CParseError%3E-for-OracleSourceError"],[1878,"impl-From%3CError%3E-for-OracleSourceError"],[1880,"impl-From%3CConnectorXError%3E-for-OracleSourceError"],[1912,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1913,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1914,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1915,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1916,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+Option%3CNaiveDate%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%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[2097,"impl-Debug-for-PostgresSourceError"],[2098,"impl-Display-for-PostgresSourceError"],[2112,"impl-From%3CError%3E-for-PostgresSourceError"],[2113,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2114,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2115,"impl-From%3CFromHexError%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%3CError%3E-for-PostgresSourceError"],[2162,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2163,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2164,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2165,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2172,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2173,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2174,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2175,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2178,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2179,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2181,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2182,"impl-Produce%3C\'r,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2183,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2184,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2185,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2186,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2187,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2188,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+i8%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2208,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2209,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2212,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2213,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2215,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2216,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2217,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2218,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+Option%3CNaiveTime%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,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2223,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2224,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2236,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2237,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2246,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2247,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+Vec%3Cf32%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%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2268,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2269,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2270,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2271,"impl-Produce%3C\'r,+Option%3CVec%3Ci8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+f32%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,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2282,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2283,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2284,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2285,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+f64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2294,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2295,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2302,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2303,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2322,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2323,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2325,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2326,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2330,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2331,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2334,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2335,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2336,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2337,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2384,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2385,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2386,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2387,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2527,"impl-Display-for-SQLiteSourceError"],[2528,"impl-Debug-for-SQLiteSourceError"],[2533,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2535,"impl-From%3CError%3E-for-SQLiteSourceError"],[2536,"impl-From%3CError%3E-for-SQLiteSourceError"],[2537,"impl-From%3CError%3E-for-SQLiteSourceError"],[2538,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2563,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2564,"impl-Produce%3C\'r,+Box%3Cstr%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2565,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2566,"impl-Produce%3C\'r,+NaiveTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2567,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+i64%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,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+i32%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,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2575,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2579,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2580,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2607,"impl-TryFrom%3C(Option%3C%26str%3E,+Type)%3E-for-SQLiteTypeSystem"],[2608,"impl-TryFrom%3CType%3E-for-SQLiteTypeSystem"],[2813,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2814,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2815,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2816,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2817,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2824,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2825,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2826,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2830,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2831,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2832,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2833,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2846,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2847,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2848,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2849,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2862,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2863,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVArrowTransport"],[2864,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2865,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2866,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3CString,+String%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2872,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2873,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrowTransport"],[2874,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2875,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%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%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2884,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2885,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2886,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2887,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2896,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2897,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2898,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2899,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2930,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2931,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2932,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2933,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2964,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2965,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2966,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2967,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[2998,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2999,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3000,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3001,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3002,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3003,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3004,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3005,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3006,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3007,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3008,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3009,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3010,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3011,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3012,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3013,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3014,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3015,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3016,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3017,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3018,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3019,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3020,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3021,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3022,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3023,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3024,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3025,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3026,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3027,"impl-TypeConversion%3COption%3Cu32%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%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3030,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3031,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3032,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3033,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3034,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3035,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3036,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3037,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3038,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3039,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3040,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3041,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3042,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3043,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3044,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3045,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3046,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3047,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3048,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3049,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3050,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3051,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3052,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3053,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3054,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3055,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3056,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3057,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3058,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3060,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3061,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3062,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3063,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3064,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3065,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3066,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3067,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3068,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3069,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3070,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3071,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3072,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3073,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3074,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3075,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3076,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3077,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3078,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3079,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3080,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3081,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3082,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3083,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3084,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3085,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3086,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3087,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3088,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3089,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3090,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3091,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3092,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3093,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3094,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3095,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3096,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3097,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3099,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3100,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3101,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3102,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3103,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3104,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3105,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3106,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3107,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3108,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3109,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3110,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3111,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3112,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3113,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3114,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3115,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3116,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3117,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3118,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3119,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3121,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3122,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3123,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3124,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3125,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3126,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3127,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3128,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3129,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3130,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3131,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3132,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3133,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3134,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3135,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3136,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3137,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3138,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3139,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3140,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3141,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3142,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3143,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3144,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3145,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3146,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3147,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3148,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3149,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3150,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3151,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3152,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3153,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3154,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3155,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3156,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3157,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3158,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3159,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3160,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3161,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3162,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3163,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3164,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3165,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3166,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3167,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3168,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3169,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3170,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3171,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3172,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3173,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3174,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3175,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3176,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3177,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3178,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3179,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3180,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3181,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3182,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3183,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3184,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3185,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3186,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3188,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3189,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3190,"impl-TypeConversion%3COption%3Cu16%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%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3193,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3194,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3195,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3196,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3197,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3206,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3207,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3208,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3209,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3218,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3219,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3220,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3221,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3224,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3225,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3226,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3227,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3230,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3231,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3232,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3233,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3234,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3235,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3237,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3238,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3239,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3240,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3241,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3242,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3243,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3244,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3245,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3246,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3247,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3248,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3249,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3250,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3251,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3252,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3253,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3254,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3255,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3256,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3257,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3258,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3259,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3260,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3261,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3262,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3263,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3264,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3265,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3266,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3267,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3269,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3270,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3271,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3272,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3273,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3274,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3275,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3276,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3277,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3278,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3279,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3280,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3281,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3282,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3283,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3284,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3285,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3286,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3287,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3288,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3289,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3290,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3291,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3292,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3293,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3294,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3295,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3296,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3297,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3298,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3299,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3300,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3301,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3302,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3303,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3304,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3305,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3306,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3307,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3308,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3309,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3310,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3311,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3312,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3313,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3314,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3315,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3316,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3317,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3318,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3320,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3321,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3322,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3323,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3324,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3325,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3326,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3327,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3328,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3329,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3330,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3331,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3332,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3333,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3334,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3335,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3336,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3337,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3338,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3339,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3340,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3341,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3342,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%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%3CCursorProtocol,+MakeTlsConnector%3E"],[3345,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3346,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3347,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3348,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3349,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3350,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3351,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3352,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3353,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3354,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3355,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3356,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3357,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3358,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3359,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3360,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3361,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3362,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3363,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3364,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3365,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3366,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3367,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3369,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3370,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3371,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3372,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3373,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3374,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3375,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3376,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3377,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3378,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3379,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3380,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3381,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3382,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3383,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3385,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3386,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3387,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3388,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3389,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3390,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3391,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3393,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3394,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3395,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3396,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3397,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3398,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3399,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3400,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3401,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3402,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3403,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3404,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3405,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3406,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3407,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3408,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3409,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3410,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3411,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3412,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3413,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3414,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3416,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3417,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3418,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3419,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3420,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3421,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3422,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3423,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3424,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3425,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3426,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3427,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3428,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3429,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3430,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3431,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3432,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3433,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3434,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3435,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3436,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3437,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3438,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3439,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3440,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3441,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3442,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3443,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3444,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3445,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3446,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3447,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3448,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3449,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3450,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3451,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3452,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3453,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3454,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3455,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3456,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3457,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3458,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3459,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3460,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3461,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3462,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3463,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3464,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3465,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3466,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3467,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3468,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3469,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3470,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3471,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3472,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3473,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3474,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3475,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3476,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3477,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3478,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3479,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3480,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3481,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3482,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3483,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3484,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3485,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3487,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3488,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3489,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3490,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3491,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3492,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3493,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3494,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3495,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3496,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3497,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3498,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3499,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3500,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3501,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3502,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3503,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3504,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3505,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3506,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3507,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3508,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3509,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3510,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3511,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3512,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3513,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3514,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3515,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3516,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3517,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3518,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3519,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3520,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3521,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3522,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3523,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3524,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3525,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3527,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3528,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3529,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3531,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3532,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3533,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3534,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3535,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3536,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3537,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3538,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3539,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3540,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3541,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3542,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3543,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3544,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3545,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3546,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3547,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3548,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3549,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3550,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3551,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3552,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3553,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3554,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3555,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3556,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3557,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3558,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3559,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3560,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3561,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3562,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3563,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3564,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3565,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3566,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3567,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3568,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3569,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3570,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3571,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3572,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3573,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3574,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3575,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3576,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3577,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3578,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3579,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3581,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3582,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3583,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3584,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3585,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3586,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3587,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3588,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3589,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3590,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3591,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3592,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3593,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3594,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3595,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3596,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3597,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3598,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3599,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3600,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3601,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3602,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3603,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3604,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3605,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3606,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3607,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3608,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3609,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3610,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3611,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3612,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3613,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3614,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3615,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3616,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3617,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3618,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3619,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3620,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3621,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3622,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3623,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3624,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3625,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3626,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3627,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3629,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3630,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3631,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3632,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3633,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3634,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3635,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3636,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3637,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3638,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3639,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3640,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3641,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3642,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3643,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3644,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3645,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3646,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3647,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3648,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3649,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3650,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3651,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3652,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3653,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3654,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3655,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3656,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3657,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3659,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3660,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3661,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3662,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3663,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3664,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3665,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3666,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3668,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3669,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3670,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3671,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3672,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3673,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3674,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3675,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3676,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3677,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3678,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3679,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3680,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3681,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3682,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3683,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3684,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3685,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3686,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3687,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3688,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3689,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3690,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3691,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3692,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3693,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3694,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3695,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3696,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3697,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3698,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3699,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3700,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3701,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3702,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3703,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3704,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3705,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3706,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3707,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3708,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3710,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3712,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3713,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3714,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3715,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3716,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3717,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3718,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3719,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3720,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3721,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3722,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3723,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3724,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3725,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3726,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3727,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3728,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3729,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3730,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3731,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3732,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3733,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3734,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3735,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3736,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3737,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3738,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3739,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3740,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3741,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3742,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3743,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3744,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3745,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3746,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3747,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3748,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3749,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3750,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3751,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3752,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3753,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3754,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3755,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3756,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3757,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3758,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3759,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3760,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3761,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3763,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3764,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3765,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3766,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3767,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3768,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3769,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3770,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3771,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3772,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3773,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3774,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3775,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3776,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3777,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3778,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3779,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3780,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3781,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3782,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3783,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3784,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3785,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3786,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3787,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3789,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3790,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3791,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3792,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3793,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3794,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3795,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3796,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3797,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3798,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3799,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3800,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3801,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3802,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3803,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3804,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3805,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3806,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%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%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3809,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3810,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3811,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3812,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3813,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3814,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3815,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3816,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3818,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3819,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3820,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3822,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3824,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3825,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3826,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3827,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3828,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3829,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3830,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3831,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3832,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3833,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3834,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3835,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3836,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3837,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3838,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3839,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3840,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3841,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3842,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3843,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3844,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3845,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3846,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3847,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3848,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3849,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3850,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3851,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3852,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3853,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3854,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3855,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3856,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3857,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3858,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3859,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3860,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3861,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3862,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3863,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3864,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3865,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3866,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3867,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3868,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3869,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3870,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3871,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3873,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3874,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3875,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3876,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3877,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3878,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3879,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3880,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3881,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3883,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3884,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3885,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3886,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3887,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3888,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3889,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3890,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3891,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3892,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3894,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3895,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3896,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3897,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3898,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3899,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3900,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3901,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3902,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3903,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3904,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3905,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3906,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3907,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3908,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3909,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3910,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3911,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3912,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3913,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3914,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3915,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3916,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3917,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3918,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3919,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3920,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3921,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3922,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3923,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3924,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3925,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3926,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3927,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3928,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3929,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3930,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3931,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3932,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3933,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3934,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3935,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3936,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3937,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3938,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3939,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3940,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3941,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3942,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3943,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3944,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3945,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3946,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3947,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3948,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3949,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3950,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3951,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3952,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3953,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3954,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3955,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3956,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3957,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3958,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3959,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3960,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3961,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3962,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3963,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3964,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3965,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3966,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3967,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3968,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3969,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3970,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3971,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3972,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3973,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3974,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3975,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3976,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3977,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3978,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3979,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3980,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3981,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3982,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3983,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3984,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3985,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3986,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3987,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3988,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3989,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3990,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3991,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3992,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3993,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3994,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3995,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3996,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3997,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3998,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3999,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4000,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4001,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4002,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4003,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4004,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4005,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4006,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4007,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4008,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4009,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4010,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4011,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4028,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4029,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4030,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4031,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4048,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4049,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4050,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4051,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4076,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4077,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4078,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4079,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4080,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4081,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4085,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4086,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4087,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4088,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4093,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4094,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4095,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4096,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4097,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4098,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4101,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4102,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4103,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4104,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4229,"impl-Display-for-BigQueryArrowTransportError"],[4230,"impl-Debug-for-BigQueryArrowTransportError"],[4231,"impl-Debug-for-BigQueryArrow2TransportError"],[4232,"impl-Display-for-BigQueryArrow2TransportError"],[4233,"impl-Display-for-BigQueryArrowTransportError"],[4234,"impl-Debug-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-Debug-for-MySQLArrow2TransportError"],[4244,"impl-Display-for-MySQLArrow2TransportError"],[4245,"impl-Debug-for-MySQLArrowTransportError"],[4246,"impl-Display-for-MySQLArrowTransportError"],[4247,"impl-Debug-for-OracleArrowTransportError"],[4248,"impl-Display-for-OracleArrowTransportError"],[4249,"impl-Debug-for-OracleArrow2TransportError"],[4250,"impl-Display-for-OracleArrow2TransportError"],[4251,"impl-Debug-for-OracleArrowTransportError"],[4252,"impl-Display-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-Display-for-SQLiteArrowTransportError"],[4260,"impl-Debug-for-SQLiteArrowTransportError"],[4261,"impl-Display-for-SQLiteArrow2TransportError"],[4262,"impl-Debug-for-SQLiteArrow2TransportError"],[4263,"impl-Display-for-SQLiteArrowTransportError"],[4264,"impl-Debug-for-SQLiteArrowTransportError"],[4286,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4288,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4289,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4291,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrow2TransportError"],[4292,"impl-From%3CArrow2DestinationError%3E-for-BigQueryArrow2TransportError"],[4293,"impl-From%3CConnectorXError%3E-for-BigQueryArrow2TransportError"],[4295,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4296,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4297,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4298,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4300,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4301,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4303,"impl-From%3CArrow2DestinationError%3E-for-MsSQLArrow2TransportError"],[4304,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrow2TransportError"],[4305,"impl-From%3CConnectorXError%3E-for-MsSQLArrow2TransportError"],[4307,"impl-From%3CArrowDestinationError%3E-for-MsSQLArrowTransportError"],[4308,"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"],[4314,"impl-From%3CMySQLSourceError%3E-for-MySQLArrow2TransportError"],[4315,"impl-From%3CArrow2DestinationError%3E-for-MySQLArrow2TransportError"],[4316,"impl-From%3CConnectorXError%3E-for-MySQLArrow2TransportError"],[4318,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4319,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4320,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4323,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4324,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4325,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4326,"impl-From%3CArrow2DestinationError%3E-for-OracleArrow2TransportError"],[4327,"impl-From%3CConnectorXError%3E-for-OracleArrow2TransportError"],[4328,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4330,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4331,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4333,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4334,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4335,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4337,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4338,"impl-From%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4339,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4341,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4342,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4343,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4344,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4347,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4348,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4349,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4351,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4352,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4353,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4354,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4355,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4356,"impl-From%3CSQLiteSourceError%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%3CSimpleProtocol,+MakeTlsConnector%3E"],[4494,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4495,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4496,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4501,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4502,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4503,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4504,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4509,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4510,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4511,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4512,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4529,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4530,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4531,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4532,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4533,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4534,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4538,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4539,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4540,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4541,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4546,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4547,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4548,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4549,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4554,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4555,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4556,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4557,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"]]}]\ +["connectorx",{"doc":"ConnectorX","t":"CCCCCCCCCQQCCCCCCFKNNNNNNMNNNNNNNNMNMNNHNNNNNNSSSSSSSSSPGPNNNNNHNNNNNNNNNNNNNNNNNNNKTKKRRRRRRMMCCCMMMMMMNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNFGEPFPPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGPFEPPPPINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNGPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPGPGPPPPPPPPPPPPPPPPPPPPPPPPPPPIPPPPGIPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHFFNNNNOOOONNNNNNNNNNNNOOONNONNHNNONNNNNNNNNNHHHFNNNNNNHHNNNNHNNNNNNEEEEEEEEEGEEEEEEFEEEEPEEEEEEEEEEEEEEEEPNNNNNNNNNNENNNNNNNNNNNNNNEENNNNNNNNNNENNENNNNENNNNNNNNNNNNNPPPPPPPFGPNNNNNNNNNNONNNNNNNNNNNNNNNNNHONNNNNNNNNNNNONNNNTRRRRRRKKKKRRRCCCMMCCMMMCNMMCMMMMMMMCPFPPPFGFFPGPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFFFGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPPPFPPPPPFGFFGPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPPPPPPPPPPPFPPFGFFGPPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFPPFGFFGPPPPPPNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPPPPGPPGPPPPPPPPPPPPPPPPPPPPPFFPPFFFGFFGGPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPFGFFGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGFGFGFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPFFFGFGFGFGFGFGFGFGFGFGFGFGFGFGFGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRRRRRKKMNMMM","n":["arrow_batch_iter","constants","data_order","destinations","errors","fed_dispatcher","fed_rewriter","get_arrow","get_arrow2","impl_transport","impl_typesystem","partition","prelude","source_router","sources","transports","typesystem","ArrowBatchIter","RecordBatchIterator","borrow","borrow_mut","deref","deref_mut","drop","from","get_schema","get_schema","init","into","into_fallible","into_iter","lift_into","new","next","next_batch","next_batch","prepare","prepare","sculpt","set_global_num_thread","subset","transpose_into_fallible","try_from","try_into","type_id","vzip","CONNECTORX_PROTOCOL","CX_REWRITER_PATH","DB_BUFFER_SIZE","DUCKDB_JDBC_DRIVER","J4RS_BASE_PATH","MYSQL_JDBC_DRIVER","ORACLE_ARRAY_SIZE","POSTGRES_JDBC_DRIVER","RECORD_BATCH_SIZE","ColumnMajor","DataOrder","RowMajor","__clone_box","borrow","borrow_mut","clone","clone_into","coordinate","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","init","into","lift_into","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Consume","DATA_ORDERS","Destination","DestinationPartition","Error","Error","Error","Partition","TypeSystem","TypeSystem","allocate","aquire_row","arrow","arrow2","arrowstream","consume","finalize","ncols","needs_count","partition","schema","write","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2Destination","Arrow2DestinationError","Arrow2TypeSystem","ArrowError","ArrowPartitionWriter","ConnectorXError","Err","Ok","Other","PolarsError","Result","allocate","aquire_row","arrow","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finalize","fmt","fmt","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","ncols","needs_count","new","partition","polars","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","Arrow2TypeSystem","BoolArray","Boolean","Date32","Date64","DateTimeTz","Float32","Float32Array","Float64","Float64Array","Int32","Int32Array","Int64","Int64Array","LargeBinary","LargeUtf8","Time64","UInt32","UInt32Array","UInt64","UInt64Array","Utf8Array","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","ArrowDestination","ArrowDestinationError","ArrowError","ArrowPartitionWriter","ArrowTypeSystem","ConnectorXError","Err","Ok","Other","Result","allocate","aquire_row","arrow","arrow_schema","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","consume","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","empty_batch","finalize","fmt","fmt","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","names","ncols","needs_count","new","new_with_batch_size","partition","record_batch","schema","sculpt","sculpt","sculpt","source","subset","subset","subset","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","typesystem","vzip","vzip","vzip","ArrowTypeSystem","Boolean","Date32","Date64","DateTimeTz","Float32","Float64","Int32","Int64","LargeBinary","LargeUtf8","Time64","UInt32","UInt64","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","lift_into","partial_cmp","sculpt","subset","to_owned","try_from","try_into","type_id","vzip","Arrow2Error","ArrowError","ArrowStreamError","BigQueryError","BigQuerySourceError","BigqueryArrow2TransportError","BigqueryArrowTransportError","CannotProduce","CannotResolveDataOrder","ConnectorXError","ConnectorXInternalError","ConnectorXOutError","Context","CountError","DataFusionError","Err","Err","FileNotFoundError","IOError","J4RSError","JsonError","MsSQL","MsSQLArrow2TransportError","MsSQLArrowTransportError","MsSQLSourceError","MySQLArrow2TransportError","MySQLArrowTransportError","MySQLSourceError","MysqlError","NoContext","NoConversionRule","Ok","Ok","OracleArrow2TransportError","OracleArrowTransportError","OracleError","OracleSourceError","Other","Other","OutResult","PostgresArrow2TransportError","PostgresArrowTransportError","PostgresError","PostgresSourceError","ProduceContext","Result","SQLParserError","SQLiteArrow2TransportError","SQLiteArrowTransportError","SQLiteError","SQLiteSourceError","SourceNotSupport","SqlQueryNotSupported","StdIOError","StdVarError","TypeCheckFailed","UnsupportedDataOrder","UrlParseError","as_error_source","as_error_source","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cannot_produce","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","into","into","into","lift_into","lift_into","lift_into","sculpt","sculpt","sculpt","source","source","subset","subset","subset","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","run","FederatedDataSourceInfo","Plan","borrow","borrow","borrow_mut","borrow_mut","cardinality","conn_str_info","db_alias","db_name","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","is_local","jdbc_driver","jdbc_url","lift_into","lift_into","manual_info","new_from_conn_str","new_from_manual_schema","rewrite_sql","sculpt","sculpt","sql","subset","subset","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","get_arrow","new_record_batch_iter","get_arrow2","PartitionQuery","borrow","borrow_mut","deref","deref_mut","drop","from","get_col_range","get_part_query","init","into","lift_into","new","partition","sculpt","subset","try_from","try_into","type_id","vzip","Arrow2Destination","ArrowDestination","ArrowPartitionWriter","ArrowStreamDestination","ArrowStreamPartitionWriter","ArrowStreamTypeSystem","ArrowTypeSystem","BigQuerySource","CSVSource","CXQuery","ConnectorXError","ConnectorXOutError","Consume","DataOrder","Destination","DestinationPartition","Dispatcher","DummySource","FederatedDataSourceInfo","MsSQLSource","MySQLSource","Naked","OracleSource","ParameterizedFunc","ParameterizedOn","PartitionParser","Plan","PostgresSource","Produce","Realize","RecordBatchIterator","SQLiteSource","Source","SourcePartition","Transport","TypeAssoc","TypeConversion","TypeSystem","Wrapped","__clone_box","as_ref","as_statement","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","coordinate","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from","from","from","from","get_arrow","get_arrow2","get_meta","init","init","into","into","lift_into","lift_into","map","naked","new","new_record_batch_iter","prepare","result","rewrite_sql","run","run","sculpt","sculpt","set_global_num_thread","subset","subset","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","with","BigQuery","DuckDB","MsSQL","MySQL","Oracle","Postgres","SQLite","SourceConn","SourceType","Unknown","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conn","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","into","into","lift_into","lift_into","new","parse_source","proto","sculpt","sculpt","set_protocol","subset","subset","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","ty","type_id","type_id","vzip","vzip","DATA_ORDERS","Error","Error","Error","Error","Parser","Partition","PartitionParser","Produce","Source","SourcePartition","TypeSystem","TypeSystem","TypeSystem","bigquery","csv","dummy","fetch_metadata","fetch_next","mssql","mysql","names","ncols","nrows","oracle","parse","parser","partition","postgres","produce","result_rows","result_rows","schema","set_data_order","set_origin_query","set_queries","sqlite","BQError","BigQueryDialect","BigQueryJsonError","BigQueryParseFloatError","BigQueryParseIntError","BigQuerySource","BigQuerySourceError","BigQuerySourceParser","BigQuerySourcePartition","BigQueryStdError","BigQueryTypeSystem","BigQueryUrlError","Bignumeric","Bool","Boolean","Bytes","ConnectorXError","Date","Datetime","Float","Float64","Int64","Integer","Numeric","Other","String","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_delimited_identifier_start","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Bool","CSVError","CSVSource","CSVSourceError","CSVSourcePartition","CSVSourcePartitionParser","CSVTypeSystem","ConnectorXError","DateTime","F64","I64","IOError","Other","RegexError","String","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","get_hash","hash","infer_schema","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","Bool","DateTime","DummySource","DummySourcePartition","DummySourcePartitionParser","DummyTypeSystem","F64","I64","String","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","fetch_metadata","fetch_next","fmt","from","from","from","from","get_hash","hash","init","init","init","init","into","into","into","into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","nrows","parser","partial_cmp","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","subset","subset","subset","subset","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","Bigint","Binary","Bit","Char","ConnectorXError","Date","Datetime","Datetime2","Datetimeoffset","Decimal","Float24","Float53","FloatN","Floatn","GetNRowsFailed","Image","Int","IntN","Intn","Money","MsSQLError","MsSQLPoolError","MsSQLRuntimeError","MsSQLSource","MsSQLSourceError","MsSQLSourceParser","MsSQLSourcePartition","MsSQLTypeSystem","MsSQLUrlDecodeError","MsSQLUrlError","Nchar","Ntext","Numeric","Nvarchar","Other","SmallMoney","Smalldatetime","Smallint","Text","Time","Tinyint","Uniqueidentifier","Varbinary","Varchar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_sql","from_sql","init","init","init","init","init","init","init","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","mssql_config","names","ncols","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Blob","Char","ConnectorXError","Date","Datetime","Decimal","Double","Enum","Float","Int24","Json","Long","LongBlob","LongLong","MediumBlob","MySQLBinarySourceParser","MySQLError","MySQLPoolError","MySQLSource","MySQLSourceError","MySQLSourcePartition","MySQLTextSourceParser","MySQLTypeSystem","MySQLUrlError","Other","Short","TextProtocol","Time","Timestamp","Tiny","TinyBlob","UInt24","ULong","ULongLong","UShort","UTiny","VarChar","Year","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","new","new","new","new","nrows","nrows","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BinaryDouble","BinaryFloat","Blob","Char","Clob","ConnectorXError","Date","Float","NChar","NVarChar","NumFloat","NumInt","OracleDialect","OracleError","OraclePoolError","OracleSource","OracleSourceError","OracleSourcePartition","OracleTextSourceParser","OracleTypeSystem","OracleUrlDecodeError","OracleUrlError","Other","Timestamp","TimestampTz","VarChar","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","connect_oracle","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","is_identifier_part","is_identifier_start","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","BinaryProtocol","Bool","BoolArray","BpChar","ByteA","CSVError","CSVProtocol","Char","ConnectorXError","CursorProtocol","Date","Enum","Float4","Float4Array","Float8","Float8Array","HSTORE","HexError","IOError","Int2","Int2Array","Int4","Int4Array","Int8","Int8Array","JSON","JSONB","Name","Numeric","NumericArray","Other","PostgresBinarySourcePartitionParser","PostgresCSVSourceParser","PostgresError","PostgresPoolError","PostgresRawSourceParser","PostgresSimpleSourceParser","PostgresSource","PostgresSourceError","PostgresSourcePartition","PostgresTypePairs","PostgresTypeSystem","SimpleProtocol","Text","TextArray","Time","Timestamp","TimestampTz","TlsError","UUID","VarChar","VarcharArray","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fetch_metadata","fetch_next","fetch_next","fetch_next","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","ncols","ncols","ncols","new","new","new","new","new","new","nrows","nrows","nrows","nrows","parser","parser","parser","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","result_rows","result_rows","result_rows","rewrite_tls_args","schema","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Blob","Bool","ConnectorXError","Date","InferTypeFromNull","Int2","Int4","Int8","Other","Real","SQLiteError","SQLitePoolError","SQLiteSource","SQLiteSourceError","SQLiteSourcePartition","SQLiteSourcePartitionParser","SQLiteTypeSystem","SQLiteUrlDecodeError","Text","Time","Timestamp","__clone_box","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","fetch_metadata","fetch_next","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","names","ncols","new","new","new","nrows","parser","partition","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","produce","result_rows","result_rows","schema","sculpt","sculpt","sculpt","sculpt","sculpt","set_data_order","set_origin_query","set_queries","source","subset","subset","subset","subset","subset","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","BigQueryArrow2Transport","BigQueryArrow2TransportError","BigQueryArrowStreamTransport","BigQueryArrowStreamTransportError","BigQueryArrowTransport","BigQueryArrowTransportError","CSVArrowTransport","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","ConnectorX","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","Destination","DummyArrow2Transport","DummyArrowTransport","MsSQLArrow2Transport","MsSQLArrow2TransportError","MsSQLArrowStreamTransport","MsSQLArrowStreamTransportError","MsSQLArrowTransport","MsSQLArrowTransportError","MySQLArrow2Transport","MySQLArrow2TransportError","MySQLArrowStreamTransport","MySQLArrowStreamTransportError","MySQLArrowTransport","MySQLArrowTransportError","OracleArrow2Transport","OracleArrow2TransportError","OracleArrowStreamTransport","OracleArrowStreamTransportError","OracleArrowTransport","OracleArrowTransportError","PostgresArrow2Transport","PostgresArrow2TransportError","PostgresArrowStreamTransport","PostgresArrowStreamTransportError","PostgresArrowTransport","PostgresArrowTransportError","SQLiteArrow2Transport","SQLiteArrow2TransportError","SQLiteArrowStreamTransport","SQLiteArrowStreamTransportError","SQLiteArrowTransport","SQLiteArrowTransportError","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","Source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","as_error_source","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","convert_typesystem","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","lift_into","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","process","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","processor","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","sculpt","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","source","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","subset","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","D","Error","S","TSD","TSS","Transport","TypeConversion","convert","convert_type","convert_typesystem","process","processor"],"q":[[0,"connectorx"],[17,"connectorx::arrow_batch_iter"],[46,"connectorx::constants"],[55,"connectorx::data_order"],[83,"connectorx::destinations"],[105,"connectorx::destinations::arrow"],[185,"connectorx::destinations::arrow2"],[263,"connectorx::destinations::arrow2::typesystem"],[314,"connectorx::destinations::arrow::typesystem"],[357,"connectorx::destinations::arrowstream"],[437,"connectorx::destinations::arrowstream::typesystem"],[480,"connectorx::errors"],[636,"connectorx::fed_dispatcher"],[637,"connectorx::fed_rewriter"],[681,"connectorx::get_arrow"],[683,"connectorx::get_arrow2"],[684,"connectorx::partition"],[704,"connectorx::prelude"],[802,"connectorx::source_router"],[859,"connectorx::sources"],[896,"connectorx::sources::bigquery"],[1068,"connectorx::sources::csv"],[1208,"connectorx::sources::dummy"],[1320,"connectorx::sources::mssql"],[1539,"connectorx::sources::mysql"],[1804,"connectorx::sources::oracle"],[1971,"connectorx::sources::postgres"],[2474,"connectorx::sources::sqlite"],[2624,"connectorx::transports"],[4835,"connectorx::typesystem"],[4847,"arrow_array::record_batch"],[4848,"alloc::string"],[4849,"fallible_iterator"],[4850,"core::iter::traits::iterator"],[4851,"core::option"],[4852,"core::result"],[4853,"frunk_core::hlist"],[4854,"frunk_core::coproduct"],[4855,"fallible_iterator"],[4856,"dyn_clone::sealed"],[4857,"core::fmt"],[4858,"core::fmt"],[4859,"core::marker"],[4860,"core::convert"],[4861,"arrow_schema::schema"],[4862,"alloc::sync"],[4863,"core::error"],[4864,"arrow_schema::error"],[4865,"anyhow"],[4866,"arrow2::array"],[4867,"alloc::boxed"],[4868,"arrow2::chunk"],[4869,"arrow2::datatypes::schema"],[4870,"polars_error"],[4871,"arrow2::error"],[4872,"polars_core::frame"],[4873,"core::cmp"],[4874,"core::hash"],[4875,"core::marker"],[4876,"tokio_postgres::error"],[4877,"url::parser"],[4878,"mysql::error"],[4879,"j4rs::errors"],[4880,"oracle::error"],[4881,"rusqlite::error"],[4882,"tiberius::error"],[4883,"std::io::error"],[4884,"gcp_bigquery_client::error"],[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::datetime"],[4905,"chrono::naive::date"],[4906,"chrono::naive::time"],[4907,"chrono::offset::utc"],[4908,"chrono::datetime"],[4909,"csv::error"],[4910,"regex::error"],[4911,"bb8_tiberius"],[4912,"alloc::string"],[4913,"tiberius::row"],[4914,"tiberius::tds::codec::column_data"],[4915,"tiberius::client::config"],[4916,"bb8_tiberius"],[4917,"uuid"],[4918,"r2d2"],[4919,"mysql::error"],[4920,"mysql_common::constants"],[4921,"r2d2"],[4922,"oracle::connection"],[4923,"oracle::sql_type::oracle_type"],[4924,"r2d2_oracle"],[4925,"tokio_postgres::socket"],[4926,"tokio_postgres::tls"],[4927,"core::marker"],[4928,"openssl::error"],[4929,"postgres_types"],[4930,"postgres::config"],[4931,"r2d2_postgres"],[4932,"postgres::binary_copy"],[4933,"postgres::copy_out_reader"],[4934,"csv::reader"],[4935,"postgres::row_iter"],[4936,"tokio_postgres"],[4937,"postgres_openssl"],[4938,"r2d2_sqlite"],[4939,"rusqlite::types"]],"d":["","","This module provides two data orders: row-wise and …","This module defines three traits Destination, …","","","","","","A macro to help define a Transport.","Associate physical representations to a typesystem.","","","","This module defines four traits Source, SourcePartition, …","This module contains transport definitions for the sources …","This module defines traits that required to define a …","The iterator that returns arrow in RecordBatch","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Convert an iterator of anything into FallibleIterator by …","","","","NOTE: not thread safe","","","","","","","","Convert an iterator of Results into FallibleIterator by …","","","","","","","","","","","","","","","","","","","","","","Given the supported data order from source and …","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","A type implemented Consume<T> means that it can consume a …","","A Destination is associated with a TypeSystem and a …","PartitionDestination writes values to its own region. …","","","","","","","Construct the Destination. This allocates the memory based …","Aquire n rows in final destination","Destination implementation for Arrow and Polars.","Destination implementation for Arrow2.","Destination implementation for Arrow and Polars.","","Final clean ups","Number of rows this PartitionDestination controls.","Specify whether the destination needs total rows in advance","Create a bunch of partition destinations, with each write …","Return the schema of the destination.","Write a value of type T to the location (row, col). If T …","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Contains the error value","Contains the success value","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Errors that can be raised from this library.","","","","","","Contains the error value","Contains the error value","","","","","","","","","","","","","","","Contains the success value","Contains the success value","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","The required type does not same as the schema defined.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","A dispatcher takes a S: Source, a D: Destination, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Only fetch the metadata (header) of the destination.","","","Calls U::from(self).","Calls U::from(self).","","","","","Create a new dispatcher by providing a source, a …","","","","","Start the data loading process.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Supported data orders, ordering by preference.","","","","","","","","A type implemented Produce<T> means that it can produce a …","","In general, a DataSource abstracts the data source as a …","The type system this Source associated with.","","","Source implementation for Google BigQuery","Source implementation for CSV files.","A dummy source that generates different values based on an …","","Fetch next batch of rows from database, return (number of …","Source implementation for SQL Server.","Source implementation for MySQL database.","","Number of cols this DataSource got.","Number of rows this DataSource got. Sometimes it is not …","","Read a value T by calling Produce<T>::produce. Usually …","","","Source implementation for Postgres database, including the …","","Get total number of rows if available","Count total number of rows in each partition.","","","","","Source implementation for SQLite embedded database.","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","The parameter query is the path of the csv file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This is a dummy type system used in this library. For all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol - Binary based bulk load","","","","","","Protocol - CSV based bulk load","","","Protocol - use Cursor","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","Protocol - use Simple Query","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Any other errors that are too trivial to be put here …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert BigQuery data types to Arrow data types.","","Convert CSV data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Convert Dummy data types to Arrow2 data types.","Convert Dummy data types to Arrow data types.","Convert MsSQL data types to Arrow2 data types.","","Convert MsSQL data types to Arrow data types.","","Convert MsSQL data types to Arrow data types.","","Convert MySQL data types to Arrow2 data types.","","Convert MySQL data types to Arrow data types.","","Convert MySQL data types to Arrow data types.","","","","","","","","Convert Postgres data types to Arrow2 data types.","","Convert Postgres data types to Arrow data types.","","Convert Postgres data types to Arrow data types.","","Convert SQLite data types to Arrow2 data types.","","Convert SQLite data types to Arrow data types.","","Convert SQLite data types to Arrow data types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transport asks the source to produce a value, do type …","Defines a rule to convert a type T to a type U.","","convert_type convert the type T1 associated with the …","convert_typesystem convert the source type system TSS to …","process will ask source to produce a value with type T1, …",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,86,0,86,86,86,0,0,0,0,86,0,86,134,134,134,134,86,134,134,134,134,134,134,134,86,134,134,134,134,86,135,142,136,86,134,137,135,142,136,86,134,137,134,134,135,142,136,86,134,137,135,142,136,86,134,137,135,142,136,86,134,137,135,136,86,86,134,137,135,142,136,86,86,86,86,86,86,86,86,86,134,134,137,135,142,136,86,134,137,135,142,136,86,134,137,137,137,137,135,142,136,86,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,86,134,137,135,135,135,86,135,142,136,86,134,137,134,86,135,142,136,86,134,137,135,142,136,86,134,137,135,142,136,86,134,137,135,142,136,86,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,84,163,163,163,163,163,163,163,0,163,84,163,163,0,163,163,84,84,84,0,0,0,0,0,84,84,163,163,163,163,84,163,163,163,163,163,163,163,163,163,163,84,171,172,164,174,165,84,163,171,172,164,174,165,84,163,163,163,171,172,164,174,165,84,163,171,172,164,174,165,84,163,171,172,164,174,165,84,163,164,165,84,84,163,171,172,164,174,165,84,84,84,84,84,84,84,84,163,163,171,172,171,172,164,174,165,84,163,171,172,164,174,165,84,163,171,172,164,174,165,84,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,84,163,164,164,164,84,171,172,164,174,165,84,163,163,84,171,172,164,174,165,84,163,171,172,164,174,165,84,163,171,172,164,174,165,84,163,171,172,164,174,165,84,163,0,182,182,97,182,182,182,182,182,182,182,182,182,182,182,182,0,97,97,0,0,0,0,0,97,97,182,0,182,182,182,182,182,182,182,182,182,182,182,182,97,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,182,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,183,184,185,97,97,182,190,192,183,191,184,185,97,97,97,97,97,97,182,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,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,97,182,183,183,183,97,190,192,183,191,184,185,97,182,182,97,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,190,192,183,191,184,185,97,182,200,200,200,200,200,81,200,200,200,200,200,200,0,81,81,0,0,0,0,0,81,81,81,200,200,200,200,81,202,206,203,81,200,204,202,206,203,81,200,204,200,200,0,202,206,203,81,200,204,202,206,203,81,200,204,202,206,203,81,200,204,202,203,81,81,200,204,202,206,203,81,81,81,81,81,81,81,200,200,204,202,206,203,81,200,204,202,206,203,81,200,204,204,204,202,206,203,81,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,81,200,204,202,202,202,81,202,206,203,81,200,204,200,81,202,206,203,81,200,204,202,206,203,81,200,204,202,206,203,81,200,204,202,206,203,81,200,204,0,208,208,208,208,94,0,208,94,0,208,208,208,208,208,208,208,94,94,208,208,208,208,208,208,208,208,208,208,208,94,0,0,94,94,0,0,0,0,0,0,0,0,208,208,208,208,208,94,208,208,208,208,94,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,208,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,209,213,214,215,216,94,94,208,248,220,222,223,224,209,221,213,214,215,216,94,94,94,94,94,94,94,94,94,208,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,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,220,222,223,224,209,221,213,214,215,216,94,208,209,209,209,94,248,220,222,223,224,209,221,213,214,215,216,94,208,208,94,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,248,220,222,223,224,209,221,213,214,215,216,94,208,233,233,82,233,82,233,233,233,82,233,82,82,0,0,0,0,0,82,233,233,233,233,82,234,236,235,82,233,234,236,235,82,233,233,233,234,236,235,82,233,234,236,235,82,233,234,236,235,82,233,233,234,235,82,82,233,234,236,235,82,82,82,82,82,82,233,234,236,235,82,233,234,236,235,82,233,234,236,235,82,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,82,233,234,234,234,82,234,236,235,82,233,233,82,234,236,235,82,233,233,233,234,236,235,82,233,234,236,235,82,233,234,236,235,82,233,0,0,0,0,0,0,0,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,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,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,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,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,89,89,76,76,239,239,74,74,101,101,240,240,85,85,100,100,241,241,79,79,90,90,242,242,98,98,87,87,243,243,93,93,88,88,244,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,89,89,89,76,76,76,76,239,239,239,239,74,74,74,74,101,101,101,101,240,240,240,240,85,85,85,85,100,100,100,100,241,241,241,241,79,79,79,79,90,90,90,90,242,242,242,242,98,98,98,98,87,87,87,87,243,243,243,243,93,93,93,93,88,88,88,88,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,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,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,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,244,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,89,76,239,74,101,240,85,100,241,79,90,242,98,87,243,93,88,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{CjEl}{FfEl}{FhEl}3{{}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}{GlFn}{CjFn}{FhFn}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`}{IhI`}{IjI`}{IlI`}{InI`}{cc{}}{J`I`}{JbI`}{JdI`}{JfI`}{JhI`}{FnI`}{JjI`}{JlI`}{JnI`}{FhI`}{K`I`}{KbI`}{KdI`}{KfI`}{HlI`}{KhI`}{KjI`}{KlI`}{KnI`}{CjI`}{L`I`}{LbI`}{LdI`}{ElI`}{LfI`}{LhI`}{LjI`}{LlI`}{FhCj}{cc{}}{LnCj}{L`Cj}{M`Cj}{{{Bh{j}}}Ib}4{{}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{cc{}}0<<;;```;;`{{MdClE`E`}Mf}{{{Mb{j{Ef{j}}}}Cl}Mf}{{E`{Mb{jMf}}{Bh{E`}}}{{Bl{{Ef{Mh}}I`}}}}==`::888877>>{{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{}{}}09987{{MdE`E`}{{Ml{{n{MjMj}}}}}}{{MdE`E`MjMj}{{Bl{{Bj{j}}I`}}}}{{}b}33{{E`E`{Bh{Mj}}{Bh{Mj}}b}Mn}{{MnMd}{{Ml{{Ef{Bj}}}}}}{c{{n{Bn}}}{}}{c{{Bl{C`}}}{}}{c{{Bl{e}}}{}{}}0{cCd{}}9```````````````````````````````````````{{cCf}d{}}{{{Bj{c}}}E`{{Eb{E`}}}}{{ce}{{Bl{{Nb{N`}}J`}}}{}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}}}}{jBj}21{BjBj}``{{{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}}J`}}}{}{{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{dJl}}}}{AA`{{Bl{{n{bCl}}Jl}}}}{{JlCn}D`}0{{AlCn}D`}{{AAbCn}D`}{cc{}}00{LfJl}{L`Jl}2{AAdJl}{LlJl}{AAfJl}{FhJl}{CjJl}{IlJl}8{AAhAl}9{{}b}00000{ce{}{}}00000{{AAbAAj}Cl}00111111{An{{Ef{j}}}}{AAlb}{{{Fb{AAn}}E`}{{Bl{AnJl}}}}{{{Fb{AAn}}{Fb{AB`}}j{Bj{j}}{l{Al}}}AAl}2{AAl{{Bl{cJl}}}{}}{An{{Bl{{Ef{c}}Jl}}}{}}{AA`{{Bl{{Bh{Cl}}Jl}}}}{AA`{{Bl{{Bh{j}}Jl}}}}{AA`{{Bl{ABbJl}}}}{AA`{{Bl{ABdJl}}}}{AA`{{Bl{{Bh{ABd}}Jl}}}}{AA`{{Bl{ABfJl}}}}{AA`{{Bl{{Bh{Mj}}Jl}}}}{AA`{{Bl{ABhJl}}}}{AA`{{Bl{{Bh{ABb}}Jl}}}}{AA`{{Bl{{ABl{ABj}}Jl}}}}{AA`{{Bl{{Bh{{ABl{ABj}}}}Jl}}}}{AA`{{Bl{jJl}}}}{AA`{{Bl{MjJl}}}}{AA`{{Bl{{Bh{ABf}}Jl}}}}{AA`{{Bl{{Bh{ABh}}Jl}}}}{AA`{{Bl{ClJl}}}}{An{{Bl{{Bh{b}}Jl}}}}{AAl{{Bl{dJl}}}}{An{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AnCh}{{Bl{dJl}}}}{{An{Bh{j}}}d}{{An{l{{Bj{c}}}}}dAj}{Jl{{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{ACfACb}{L`ACb}{AChACb}{CjACb}{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{ABbACb}}}}{ACd{{Bl{{Bh{{ABl{ABj}}}}ACb}}}}{ACd{{Bl{{Bh{Cl}}ACb}}}}{ACd{{Bl{{ABl{ABj}}ACb}}}}{ACd{{Bl{{Bh{ABb}}ACb}}}}{ACd{{Bl{jACb}}}}{ACd{{Bl{ClACb}}}}{ACd{{Bl{{Bh{j}}ACb}}}}{ACd{{Bl{MjACb}}}}{ACd{{Bl{{Bh{Mj}}ACb}}}}{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{ADd}}}}}}{AD`{{A`{Hb}}}}{AD`{{A`{j}}}}{AD`{{A`{{Bh{j}}}}}}{AD`{{A`{Mj}}}}{AD`{{A`{{Bh{{ABl{ABj}}}}}}}}{AD`{{A`{{Bh{Cl}}}}}}{AD`{{A`{{ABl{ABj}}}}}}{AD`{{A`{ADd}}}}{AD`{{A`{{Bh{Hb}}}}}}{AD`{{A`{Cl}}}}{AD`{{A`{{Bh{ABb}}}}}}{AD`{{A`{ABb}}}}{AD`{{A`{{Bh{Mj}}}}}}{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{dJh}}}}{ADj{{Bl{{n{bCl}}Jh}}}}{{JhCn}D`}0{{ADfCn}D`}{cc{}}0000{ADlJh}1{IlJh}{FhJh}{CjJh}{ADnJh}{KnJh}{{{AE`{ADl}}}Jh}7{AEbADf}{AEd{{Bl{{Bh{AEf}}Kn}}}}{AEd{{Bl{{Bh{AEh}}Kn}}}}{{}b}000000{ce{}{}}0000000000000{On{{Bl{AEjJh}}}}{ADh{{Ef{j}}}}{AElb}{{{Fb{AAn}}E`b}{{Bl{ADhJh}}}}{{{AF`{AEn}}{Fb{AAn}}{Bj{j}}{l{ADf}}}AEl}2{AEl{{Bl{cJh}}}{}}{ADh{{Bl{{Ef{c}}Jh}}}{}}{ADj{{Bl{{Bh{{ABl{ABj}}}}Jh}}}}{ADj{{Bl{AFbJh}}}}{ADj{{Bl{{Bh{E`}}Jh}}}}{ADj{{Bl{{Bh{ABf}}Jh}}}}{ADj{{Bl{{Bh{Cl}}Jh}}}}{ADj{{Bl{AFdJh}}}}{ADj{{Bl{ABdJh}}}}{ADj{{Bl{{Bh{AFd}}Jh}}}}{ADj{{Bl{{l{AFb}}Jh}}}}{ADj{{Bl{AFfJh}}}}{ADj{{Bl{E`Jh}}}}{ADj{{Bl{{Bh{AFb}}Jh}}}}{ADj{{Bl{AFhJh}}}}{ADj{{Bl{{Bh{ABh}}Jh}}}}{ADj{{Bl{AEhJh}}}}{ADj{{Bl{AEfJh}}}}{ADj{{Bl{ClJh}}}}{ADj{{Bl{{Bh{ABd}}Jh}}}}{ADj{{Bl{{Bh{AFh}}Jh}}}}{ADj{{Bl{{Bh{AFf}}Jh}}}}{ADj{{Bl{{Bh{AEf}}Jh}}}}{ADj{{Bl{AFjJh}}}}{ADj{{Bl{{Bh{{l{AFb}}}}Jh}}}}{ADj{{Bl{ABfJh}}}}{ADj{{Bl{MjJh}}}}{ADj{{Bl{{Bh{AEh}}Jh}}}}{ADj{{Bl{ADdJh}}}}{ADj{{Bl{{Bh{AFj}}Jh}}}}{ADj{{Bl{{Bh{Mj}}Jh}}}}{ADj{{Bl{{ABl{ABj}}Jh}}}}{ADj{{Bl{{Bh{ABb}}Jh}}}}{ADj{{Bl{ABhJh}}}}{ADj{{Bl{ABbJh}}}}{ADj{{Bl{{Bh{ADd}}Jh}}}}{ADh{{Bl{{Bh{b}}Jh}}}}{AEl{{Bl{dJh}}}}{ADh{{Ef{c}}}{}}{c{{n{Bn}}}{}}000000{{ADhCh}{{Bl{dJh}}}}{{ADh{Bh{j}}}d}{{ADh{l{{Bj{c}}}}}dAj}{Jh{{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{dLb}}}Dn}{AG`{{Bl{{n{bCl}}Lb}}}}{AGb{{Bl{{n{bCl}}Lb}}}}{{LbCn}D`}0{{AFlCn}D`}{cc{}}00000{CjLb}{AGdLb}2{J`Lb}{AGfLb}{FhLb}5{{{n{AGhAGj}}}AFl}{{}b}0000000{ce{}{}}000000000000000{{{AFn{c}}}{{Ef{j}}}Dn}{{{AGn{AGl}}}b}{{{AGn{AH`}}}b}{{E`b}{{Bl{{AFn{c}}Lb}}}{}}{{{AHd{AHb}}{Bj{j}}{l{AFl}}}{{AGn{c}}}{}}{{{Od{AHf}}{l{AFl}}}AG`}{{{Od{Ob}}{l{AFl}}}AGb}45{{{AGn{AH`}}}{{Bl{cLb}}}{}}{{{AGn{AGl}}}{{Bl{cLb}}}{}}{{{AFn{c}}}{{Bl{{Ef{e}}Lb}}}Dn{}}{AG`{{Bl{{Bh{ABd}}Lb}}}}{AG`{{Bl{{Bh{{Ef{AFb}}}}Lb}}}}{AG`{{Bl{{Bh{AHh}}Lb}}}}{AG`{{Bl{{Bh{Hb}}Lb}}}}{AG`{{Bl{{Bh{Mj}}Lb}}}}{AG`{{Bl{{Ef{AFb}}Lb}}}}{AG`{{Bl{jLb}}}}{AG`{{Bl{{Bh{AFb}}Lb}}}}{AG`{{Bl{MjLb}}}}{AG`{{Bl{{Bh{AHj}}Lb}}}}{AG`{{Bl{{Bh{ABh}}Lb}}}}{AG`{{Bl{{Bh{j}}Lb}}}}{AG`{{Bl{{Bh{AHl}}Lb}}}}{AG`{{Bl{ADdLb}}}}{AG`{{Bl{{Bh{AFj}}Lb}}}}{AG`{{Bl{AFdLb}}}}{AG`{{Bl{ABbLb}}}}{AG`{{Bl{AHjLb}}}}{AG`{{Bl{{Bh{ABf}}Lb}}}}{AG`{{Bl{HbLb}}}}{AG`{{Bl{AFbLb}}}}{AG`{{Bl{AHnLb}}}}{AG`{{Bl{{Bh{AFf}}Lb}}}}{AG`{{Bl{{Bh{ADd}}Lb}}}}{AG`{{Bl{AFfLb}}}}{AG`{{Bl{AFjLb}}}}{AG`{{Bl{{Bh{ABb}}Lb}}}}{AG`{{Bl{AHhLb}}}}{AG`{{Bl{ABdLb}}}}{AG`{{Bl{ABhLb}}}}{AG`{{Bl{AHlLb}}}}{AG`{{Bl{{Bh{AFd}}Lb}}}}{AG`{{Bl{ABfLb}}}}{AG`{{Bl{{Bh{AHn}}Lb}}}}{AGb{{Bl{{Bh{Hb}}Lb}}}}{AGb{{Bl{{Bh{AFf}}Lb}}}}{AGb{{Bl{ABbLb}}}}{AGb{{Bl{ABfLb}}}}{AGb{{Bl{ADdLb}}}}{AGb{{Bl{AHhLb}}}}{AGb{{Bl{{Bh{j}}Lb}}}}{AGb{{Bl{{Bh{AHh}}Lb}}}}{AGb{{Bl{{Bh{ABb}}Lb}}}}{AGb{{Bl{{Bh{ABd}}Lb}}}}{AGb{{Bl{AFbLb}}}}{AGb{{Bl{AFjLb}}}}{AGb{{Bl{{Bh{Mj}}Lb}}}}{AGb{{Bl{{Bh{AFd}}Lb}}}}{AGb{{Bl{ABdLb}}}}{AGb{{Bl{MjLb}}}}{AGb{{Bl{{Bh{{Ef{AFb}}}}Lb}}}}{AGb{{Bl{AFfLb}}}}{AGb{{Bl{{Bh{ABh}}Lb}}}}{AGb{{Bl{ABhLb}}}}{AGb{{Bl{{Ef{AFb}}Lb}}}}{AGb{{Bl{{Bh{AFb}}Lb}}}}{AGb{{Bl{{Bh{ABf}}Lb}}}}{AGb{{Bl{{Bh{AHj}}Lb}}}}{AGb{{Bl{{Bh{AHn}}Lb}}}}{AGb{{Bl{{Bh{ADd}}Lb}}}}{AGb{{Bl{HbLb}}}}{AGb{{Bl{AFdLb}}}}{AGb{{Bl{AHjLb}}}}{AGb{{Bl{AHlLb}}}}{AGb{{Bl{{Bh{AHl}}Lb}}}}{AGb{{Bl{AHnLb}}}}{AGb{{Bl{{Bh{AFj}}Lb}}}}{AGb{{Bl{jLb}}}}{{{AFn{c}}}{{Bl{{Bh{b}}Lb}}}Dn}{{{AGn{AGl}}}{{Bl{dLb}}}}{{{AGn{AH`}}}{{Bl{dLb}}}}{{{AFn{c}}}{{Ef{e}}}Dn{}}{c{{n{Bn}}}{}}0000000{{{AFn{c}}Ch}{{Bl{dLb}}}Dn}{{{AFn{c}}{Bh{j}}}dDn}{{{AFn{c}}{l{{Bj{e}}}}}dDnAj}{Lb{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000000000000000{cCd{}}000000033333333``````````````````````````{{cCf}d{}}{cFd{}}555555555555{AI`AI`}{{ce}d{}{}}{On{{Bl{AIbJb}}}}{bc{}}00000000000{bd}00000{AId{{Bl{dJb}}}}{AIf{{Bl{{n{bCl}}Jb}}}}{{JbCn}D`}0{{AI`Cn}D`}{{AIhCn}D`}{cc{}}00{FhJb}{AGdJb}{CjJb}{ADnJb}{KfJb}{IlJb}6{AIjAI`}77{{}b}00000{ce{}{}}00000{{AIhAAj}Cl}0111111{AId{{Ef{j}}}}{AIlb}{{E`b}{{Bl{AIdJb}}}}{{{AHd{AIn}}{Bj{j}}{l{AI`}}}AIl}{{{AHd{AIn}}E`{l{AI`}}}{{Bl{AIfJb}}}}3{AIl{{Bl{cJb}}}{}}{AId{{Bl{{Ef{c}}Jb}}}{}}{AIf{{Bl{{Ef{AFb}}Jb}}}}{AIf{{Bl{{Bh{ABf}}Jb}}}}{AIf{{Bl{{Bh{ABb}}Jb}}}}{AIf{{Bl{{Bh{{ABl{ABj}}}}Jb}}}}{AIf{{Bl{ABdJb}}}}{AIf{{Bl{{Bh{{Ef{AFb}}}}Jb}}}}{AIf{{Bl{{ABl{ABj}}Jb}}}}{AIf{{Bl{{Bh{j}}Jb}}}}{AIf{{Bl{ABbJb}}}}{AIf{{Bl{MjJb}}}}{AIf{{Bl{{Bh{ABd}}Jb}}}}{AIf{{Bl{jJb}}}}{AIf{{Bl{ABfJb}}}}{AIf{{Bl{{Bh{Mj}}Jb}}}}{AId{{Bl{{Bh{b}}Jb}}}}{AIl{{Bl{dJb}}}}{AId{{Ef{c}}}{}}{c{{n{Bn}}}{}}00000{{AIdCh}{{Bl{dJb}}}}{{AId{Bh{j}}}d}{{AId{l{{Bj{c}}}}}dAj}{Jb{{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{dKl}}}Dn{{AJf{AJd}}NfAJhDn}}{AJj{{Bl{{n{bCl}}Kl}}}}{AJl{{Bl{{n{bCl}}Kl}}}}{AJn{{Bl{{n{bCl}}Kl}}}}{AK`{{Bl{{n{bCl}}Kl}}}}{{KlCn}D`}0{{AJ`Cn}D`}{cc{}}0000000000{AKbKl}1{ACfKl}{IjKl}{CjKl}{AGdKl}{AKdKl}{L`Kl}{FhKl}{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}}Kl}}}{{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`}6978{{{AKj{AL`c}}}{{Bl{eKl}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKhc}}}{{Bl{eKl}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKnc}}}{{Bl{eKl}}}{{AJf{AJd}}NfAJhDn}{}}{{{AKj{AKlc}}}{{Bl{eKl}}}{{AJf{AJd}}NfAJhDn}{}}{{{AJb{ce}}}{{Bl{{Ef{g}}Kl}}}Dn{{AJf{AJd}}NfAJhDn}{}}{AJj{{Bl{AFfKl}}}}{AJj{{Bl{{Bh{{Ef{Cl}}}}Kl}}}}{AJj{{Bl{{Ef{Cl}}Kl}}}}{AJj{{Bl{{Mb{j{Bh{j}}}}Kl}}}}{AJj{{Bl{{Bh{{Ef{j}}}}Kl}}}}{AJj{{Bl{AHnKl}}}}{AJj{{Bl{{Bh{Cl}}Kl}}}}{AJj{{Bl{{Bh{AFf}}Kl}}}}{AJj{{Bl{ADdKl}}}}{AJj{{Bl{{Ef{AFj}}Kl}}}}{AJj{{Bl{{Bh{AFh}}Kl}}}}{AJj{{Bl{AHjKl}}}}{AJj{{Bl{{Bh{AFd}}Kl}}}}{AJj{{Bl{E`Kl}}}}{AJj{{Bl{{Bh{E`}}Kl}}}}{AJj{{Bl{{Bh{{ABl{ABj}}}}Kl}}}}{AJj{{Bl{ABbKl}}}}{AJj{{Bl{{Bh{Mj}}Kl}}}}{AJj{{Bl{{Ef{ABb}}Kl}}}}{AJj{{Bl{AFjKl}}}}{AJj{{Bl{ClKl}}}}{AJj{{Bl{ABdKl}}}}{AJj{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kl}}}}{AJj{{Bl{{Bh{{Ef{ADd}}}}Kl}}}}{AJj{{Bl{AFdKl}}}}{AJj{{Bl{{ABl{ABj}}Kl}}}}{AJj{{Bl{{Bh{ABh}}Kl}}}}{AJj{{Bl{{Bh{AHn}}Kl}}}}{AJj{{Bl{{Bh{{Ef{AFf}}}}Kl}}}}{AJj{{Bl{{Ef{AFf}}Kl}}}}{AJj{{Bl{{Bh{{Ef{Mj}}}}Kl}}}}{AJj{{Bl{{Ef{Mj}}Kl}}}}{AJj{{Bl{{Ef{ADd}}Kl}}}}{AJj{{Bl{{Bh{AHj}}Kl}}}}{AJj{{Bl{{Bh{ABb}}Kl}}}}{AJj{{Bl{{Bh{{Ef{ABb}}}}Kl}}}}{AJj{{Bl{ABhKl}}}}{AJj{{Bl{{Ef{AFb}}Kl}}}}{AJj{{Bl{MjKl}}}}{AJj{{Bl{ABfKl}}}}{AJj{{Bl{{Bh{AFj}}Kl}}}}{AJj{{Bl{{Bh{{Ef{AFb}}}}Kl}}}}{AJj{{Bl{{Bh{ABd}}Kl}}}}{AJj{{Bl{{Bh{ADd}}Kl}}}}{AJj{{Bl{{Bh{{Ef{AFd}}}}Kl}}}}{AJj{{Bl{{Bh{ABf}}Kl}}}}{AJj{{Bl{{Ef{AFd}}Kl}}}}{AJj{{Bl{{Ef{j}}Kl}}}}{AJj{{Bl{{Bh{{Ef{AFj}}}}Kl}}}}{AJj{{Bl{AFhKl}}}}{AJl{{Bl{{Ef{AFf}}Kl}}}}{AJl{{Bl{{Bh{AFd}}Kl}}}}{AJl{{Bl{{Ef{j}}Kl}}}}{AJl{{Bl{{Bh{{Ef{AFf}}}}Kl}}}}{AJl{{Bl{{Bh{AHn}}Kl}}}}{AJl{{Bl{{Ef{AFb}}Kl}}}}{AJl{{Bl{AFjKl}}}}{AJl{{Bl{{Bh{Mj}}Kl}}}}{AJl{{Bl{{Bh{{Ef{ADd}}}}Kl}}}}{AJl{{Bl{AFfKl}}}}{AJl{{Bl{{ABl{ABj}}Kl}}}}{AJl{{Bl{{Bh{{Ef{Mj}}}}Kl}}}}{AJl{{Bl{AFdKl}}}}{AJl{{Bl{{Ef{ABb}}Kl}}}}{AJl{{Bl{{Ef{AFd}}Kl}}}}{AJl{{Bl{{Bh{{Ef{AFd}}}}Kl}}}}{AJl{{Bl{{Bh{AFj}}Kl}}}}{AJl{{Bl{E`Kl}}}}{AJl{{Bl{{Bh{ADd}}Kl}}}}{AJl{{Bl{AHnKl}}}}{AJl{{Bl{{Bh{ABf}}Kl}}}}{AJl{{Bl{{Bh{E`}}Kl}}}}{AJl{{Bl{AHjKl}}}}{AJl{{Bl{{Bh{AFh}}Kl}}}}{AJl{{Bl{{Bh{{Ef{AFb}}}}Kl}}}}{AJl{{Bl{ClKl}}}}{AJl{{Bl{{Mb{j{Bh{j}}}}Kl}}}}{AJl{{Bl{MjKl}}}}{AJl{{Bl{{Bh{AHj}}Kl}}}}{AJl{{Bl{{Bh{ABb}}Kl}}}}{AJl{{Bl{{Bh{ABh}}Kl}}}}{AJl{{Bl{{Bh{Cl}}Kl}}}}{AJl{{Bl{ABfKl}}}}{AJl{{Bl{ABhKl}}}}{AJl{{Bl{{Ef{Cl}}Kl}}}}{AJl{{Bl{{Bh{{Ef{Cl}}}}Kl}}}}{AJl{{Bl{{Ef{ADd}}Kl}}}}{AJl{{Bl{{Bh{{Ef{j}}}}Kl}}}}{AJl{{Bl{{Ef{AFj}}Kl}}}}{AJl{{Bl{{Ef{AHn}}Kl}}}}{AJl{{Bl{{Bh{{Ef{AHn}}}}Kl}}}}{AJl{{Bl{{Ef{Mj}}Kl}}}}{AJl{{Bl{{Bh{{Ef{ABb}}}}Kl}}}}{AJl{{Bl{ABdKl}}}}{AJl{{Bl{{Bh{ABd}}Kl}}}}{AJl{{Bl{{Bh{AFf}}Kl}}}}{AJl{{Bl{{Bh{{ABl{ABj}}}}Kl}}}}{AJl{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kl}}}}{AJl{{Bl{AFhKl}}}}{AJl{{Bl{ADdKl}}}}{AJl{{Bl{ABbKl}}}}{AJl{{Bl{{Bh{{Ef{AFj}}}}Kl}}}}{AJn{{Bl{MjKl}}}}{AJn{{Bl{{Bh{{Ef{j}}}}Kl}}}}{AJn{{Bl{{Ef{AFj}}Kl}}}}{AJn{{Bl{{Bh{AFh}}Kl}}}}{AJn{{Bl{{Bh{AHj}}Kl}}}}{AJn{{Bl{{Bh{ABb}}Kl}}}}{AJn{{Bl{AFfKl}}}}{AJn{{Bl{{Ef{AFf}}Kl}}}}{AJn{{Bl{{Bh{ABh}}Kl}}}}{AJn{{Bl{{Ef{Mj}}Kl}}}}{AJn{{Bl{ABfKl}}}}{AJn{{Bl{{Bh{{Ef{Cl}}}}Kl}}}}{AJn{{Bl{{Mb{j{Bh{j}}}}Kl}}}}{AJn{{Bl{{Bh{{Ef{AFj}}}}Kl}}}}{AJn{{Bl{{Bh{{Ef{Mj}}}}Kl}}}}{AJn{{Bl{{Ef{j}}Kl}}}}{AJn{{Bl{{Bh{ABf}}Kl}}}}{AJn{{Bl{{Bh{AFj}}Kl}}}}{AJn{{Bl{AFjKl}}}}{AJn{{Bl{{Bh{AFf}}Kl}}}}{AJn{{Bl{AFhKl}}}}{AJn{{Bl{{Ef{AFd}}Kl}}}}{AJn{{Bl{{Bh{{Ef{AFf}}}}Kl}}}}{AJn{{Bl{{Bh{Mj}}Kl}}}}{AJn{{Bl{{Bh{Cl}}Kl}}}}{AJn{{Bl{{Bh{{Ef{AFb}}}}Kl}}}}{AJn{{Bl{{Bh{{Ef{ADd}}}}Kl}}}}{AJn{{Bl{ABbKl}}}}{AJn{{Bl{{Bh{{Ef{AFd}}}}Kl}}}}{AJn{{Bl{ClKl}}}}{AJn{{Bl{{Bh{{ABl{ABj}}}}Kl}}}}{AJn{{Bl{{Bh{ABd}}Kl}}}}{AJn{{Bl{{Bh{E`}}Kl}}}}{AJn{{Bl{{Bh{AHn}}Kl}}}}{AJn{{Bl{AHjKl}}}}{AJn{{Bl{E`Kl}}}}{AJn{{Bl{{Bh{ADd}}Kl}}}}{AJn{{Bl{AHnKl}}}}{AJn{{Bl{{Ef{ADd}}Kl}}}}{AJn{{Bl{{Bh{AFd}}Kl}}}}{AJn{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kl}}}}{AJn{{Bl{{Ef{ABb}}Kl}}}}{AJn{{Bl{{Ef{Cl}}Kl}}}}{AJn{{Bl{ABhKl}}}}{AJn{{Bl{{Ef{AFb}}Kl}}}}{AJn{{Bl{{ABl{ABj}}Kl}}}}{AJn{{Bl{ADdKl}}}}{AJn{{Bl{ABdKl}}}}{AJn{{Bl{AFdKl}}}}{AJn{{Bl{{Bh{{Ef{ABb}}}}Kl}}}}{AK`{{Bl{{Bh{{Ef{AFd}}}}Kl}}}}{AK`{{Bl{{Ef{AFd}}Kl}}}}{AK`{{Bl{{Ef{j}}Kl}}}}{AK`{{Bl{AHnKl}}}}{AK`{{Bl{{Bh{{Ef{ADd}}}}Kl}}}}{AK`{{Bl{{Bh{Mj}}Kl}}}}{AK`{{Bl{ABfKl}}}}{AK`{{Bl{{Bh{{ABl{ABj}}}}Kl}}}}{AK`{{Bl{{Bh{ABh}}Kl}}}}{AK`{{Bl{{Bh{AFh}}Kl}}}}{AK`{{Bl{ClKl}}}}{AK`{{Bl{E`Kl}}}}{AK`{{Bl{{Ef{AFf}}Kl}}}}{AK`{{Bl{{Bh{AHj}}Kl}}}}{AK`{{Bl{ABhKl}}}}{AK`{{Bl{{Bh{{Ef{Cl}}}}Kl}}}}{AK`{{Bl{{Bh{{Ef{AFj}}}}Kl}}}}{AK`{{Bl{{Bh{AFj}}Kl}}}}{AK`{{Bl{{Bh{{Ef{Mj}}}}Kl}}}}{AK`{{Bl{AFfKl}}}}{AK`{{Bl{{Bh{ADd}}Kl}}}}{AK`{{Bl{{Bh{ABd}}Kl}}}}{AK`{{Bl{{Bh{ABf}}Kl}}}}{AK`{{Bl{{Bh{E`}}Kl}}}}{AK`{{Bl{{ABl{ABj}}Kl}}}}{AK`{{Bl{AFdKl}}}}{AK`{{Bl{{Bh{AHn}}Kl}}}}{AK`{{Bl{{Bh{{Ef{j}}}}Kl}}}}{AK`{{Bl{AFjKl}}}}{AK`{{Bl{MjKl}}}}{AK`{{Bl{{Bh{{Mb{j{Bh{j}}}}}}Kl}}}}{AK`{{Bl{{Ef{Cl}}Kl}}}}{AK`{{Bl{ABdKl}}}}{AK`{{Bl{{Bh{AFf}}Kl}}}}{AK`{{Bl{AHjKl}}}}{AK`{{Bl{{Bh{{Ef{AFf}}}}Kl}}}}{AK`{{Bl{{Bh{ABb}}Kl}}}}{AK`{{Bl{{Bh{{Ef{AFb}}}}Kl}}}}{AK`{{Bl{{Ef{ABb}}Kl}}}}{AK`{{Bl{{Bh{Cl}}Kl}}}}{AK`{{Bl{{Ef{ADd}}Kl}}}}{AK`{{Bl{AFhKl}}}}{AK`{{Bl{ABbKl}}}}{AK`{{Bl{{Ef{Mj}}Kl}}}}{AK`{{Bl{{Ef{AFj}}Kl}}}}{AK`{{Bl{{Mb{j{Bh{j}}}}Kl}}}}{AK`{{Bl{{Ef{AFb}}Kl}}}}{AK`{{Bl{ADdKl}}}}{AK`{{Bl{{Bh{{Ef{ABb}}}}Kl}}}}{AK`{{Bl{{Bh{AFd}}Kl}}}}{{{AJb{ce}}}{{Bl{{Bh{b}}Kl}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AKj{AKnc}}}{{Bl{dKl}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKlc}}}{{Bl{dKl}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AKhc}}}{{Bl{dKl}}}{{AJf{AJd}}NfAJhDn}}{{{AKj{AL`c}}}{{Bl{dKl}}}{{AJf{AJd}}NfAJhDn}}{On{{Bl{{n{ALb{Bh{AM`}}}}Kl}}}}{{{AJb{ce}}}{{Ef{g}}}Dn{{AJf{AJd}}NfAJhDn}{}}{c{{n{Bn}}}{}}000000000000{{{AJb{ce}}Ch}{{Bl{dKl}}}Dn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{Bh{j}}}dDn{{AJf{AJd}}NfAJhDn}}{{{AJb{ce}}{l{{Bj{g}}}}}dDn{{AJf{AJd}}NfAJhDn}Aj}{Kl{{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{dJd}}}}{AMf{{Bl{{n{bCl}}Jd}}}}{{JdCn}D`}0{{AMbCn}D`}{cc{}}00{CjJd}{FhJd}2{KhJd}{ADnJd}{AGdJd}5{{}b}0000{ce{}{}}000000000{AMd{{Ef{j}}}}{AMhb}{{E`b}{{Bl{AMdJd}}}}{{{AHd{AMj}}{Bj{j}}{l{AMb}}}AMh}{{{AHd{AMj}}E`{l{AMb}}}{{Bl{AMfJd}}}}3{AMh{{Bl{cJd}}}{}}{AMd{{Bl{{Ef{c}}Jd}}}{}}{AMf{{Bl{{Bh{ABf}}Jd}}}}{AMf{{Bl{AFjJd}}}}{AMf{{Bl{{Bh{AFj}}Jd}}}}{AMf{{Bl{ClJd}}}}{AMf{{Bl{{Bh{ABb}}Jd}}}}{AMf{{Bl{ABfJd}}}}{AMf{{Bl{{Bh{ABh}}Jd}}}}{AMf{{Bl{{Gd{E`}}Jd}}}}{AMf{{Bl{{Bh{ADd}}Jd}}}}{AMf{{Bl{{Bh{Mj}}Jd}}}}{AMf{{Bl{MjJd}}}}{AMf{{Bl{ABhJd}}}}{AMf{{Bl{ABbJd}}}}{AMf{{Bl{ABdJd}}}}{AMf{{Bl{{Bh{{Gd{E`}}}}Jd}}}}{AMf{{Bl{{Bh{{Ef{AFb}}}}Jd}}}}{AMf{{Bl{{Ef{AFb}}Jd}}}}{AMf{{Bl{{Bh{Cl}}Jd}}}}{AMf{{Bl{{Bh{ABd}}Jd}}}}{AMf{{Bl{ADdJd}}}}{AMd{{Bl{{Bh{b}}Jd}}}}{AMh{{Bl{dJd}}}}{AMd{{Ef{c}}}{}}{c{{n{Bn}}}{}}0000{{AMdCh}{{Bl{dJd}}}}{{AMd{Bh{j}}}d}{{AMd{l{{Bj{c}}}}}dAj}{Jd{{Bh{Fd}}}}{c{{Bl{C`}}}{}}0000{ce{}{}}{cj{}}{c{{Bl{e}}}{}{}}000{{{n{{Bh{E`}}AMl}}}{{Bl{AMbJd}}}}1{AMl{{Bl{AMbJd}}}}22222{cCd{}}000055555`````````````````````````````````````````````````````````````````````````````````````````````{cFd{}}00000000000000000666666666666666666666666666666666666666666666666666666666666666666666666666666{{{Bh{j}}}{{Bh{j}}}}{jj}{ClCl}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{ABdABd}{ABbABb}{ABfABf}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{MjMj}{{{Bh{ABb}}}{{Bh{ABb}}}}{ABhABh}>:906;524<8=?371240?>8719:5;<3=6>=2714?93;19=;{ABd{{ABl{ABj}}}}?35{{{Bh{{ABl{ABj}}}}}{{Bh{ABd}}}}{{{ABl{ABj}}}ABd}{ABf{{ABl{ABj}}}}{{{Bh{j}}}{{Bh{j}}}}70{jj}43?{ClCl}36;8{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}=>?{AFhj}{{{Bh{E`}}}{{Bh{j}}}}6{E`j}{{{Bh{{l{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{AFbMj}{AFjMj}{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{AEh}}}{{Bh{ABb}}}}{AFdAFd}{AFfABb}{{{Bh{AFd}}}{{Bh{AFd}}}}{{{l{AFb}}}{{Ef{AFb}}}}{ABbABb}{{{Bh{AFh}}}{{Bh{j}}}}{AEfMj}{ABhABh}{{{Bh{ADd}}}{{Bh{Mj}}}}{ABdABd}{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{ADdMj}{AEhABb}{ABfABf}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFb}}}{{Bh{Mj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{{l{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{AFbADd}<:9{{{l{AFb}}}{{Ef{AFb}}}}?{E`j}{{{Bh{Cl}}}{{Bh{Cl}}}}8{ClCl}{{{Bh{ABf}}}{{Bh{ABf}}}}{ABbABb}{AFdAFd}?{{{Bh{AFb}}}{{Bh{ADd}}}}{{{Bh{AFd}}}{{Bh{AFd}}}}{MjMj}{AFjADd}{AEhABb}{AFfABb}{{{ABl{ABj}}}{{ABl{ABj}}}}{AFhj}{AEfMj}{{{Bh{AEh}}}{{Bh{ABb}}}}{{{Bh{AEf}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{ADd}}}}{ADdADd}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{AFd}}}{{Bh{AFd}}}}8{ABfABf}{ABdABd}?3{AFdAFd}{AFbMj}{AEhABb}{{{Bh{AFb}}}{{Bh{Mj}}}}{MjMj}{{{Bh{AFh}}}{{Bh{j}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}{AEfMj}{ADdMj}{AFjMj}{{{Bh{{l{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ABhABh}{ClCl}{{{Bh{ABb}}}{{Bh{ABb}}}}{ABbABb}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{AEh}}}{{Bh{ABb}}}}{AFhj}{{{Bh{Mj}}}{{Bh{Mj}}}}{E`j}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{l{AFb}}}{{Ef{AFb}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}{AHlMj}{{{Bh{AFd}}}{{Bh{ABb}}}}{ADdMj}{HbABb}<{{{Bh{AHl}}}{{Bh{Mj}}}}{{{Bh{AFb}}}{{Bh{Mj}}}}{AHhMj}{AFjMj}{ABbABb}{AHjj}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}4{{{Bh{ABb}}}{{Bh{ABb}}}}{AHnCl}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{j}}}{{Bh{j}}}}{AFfABb}{jj};{{{Bh{Hb}}}{{Bh{ABb}}}}>9{{{Bh{AHh}}}{{Bh{Mj}}}}10{ABhABh}{{{Bh{AHn}}}{{Bh{Cl}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}<{AFbMj}{MjMj}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}{AHlMj}{ABdABd}8{{{Bh{Mj}}}{{Bh{Mj}}}}6{{{Bh{ABh}}}{{Bh{ABh}}}}9{{{Bh{AFd}}}{{Bh{ABb}}}}23{ADdMj}{{{Bh{AHj}}}{{Bh{j}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}1{{{Bh{AHl}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{AFjMj}{{{Bh{j}}}{{Bh{j}}}}{jj}?>{ABfABf}{{{Bh{AFj}}}{{Bh{Mj}}}}{AFdABb}{ABhABh}8{MjMj}42{AHlMj}={ABbABb}967{{{Bh{ABh}}}{{Bh{ABh}}}}<{AFbMj}:69812{ABdABd}{AHhMj}{{{Bh{ABd}}}{{Bh{ABd}}}}7{{{Bh{AHl}}}{{Bh{Mj}}}}:{{{Ef{AFb}}}{{Ef{AFb}}}}{AHnMj}1{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}};{ADdMj}{{{Bh{AFb}}}{{Bh{Mj}}}}3{AHjj}{{{Bh{Hb}}}{{Bh{ABb}}}}:{AFfABb}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AHn}}}{{Bh{Mj}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}8{{{Bh{ABb}}}{{Bh{ABb}}}}46{{{Bh{j}}}{{Bh{j}}}}{{{Bh{AHj}}}{{Bh{j}}}}4{{{Bh{ABd}}}{{Bh{ABd}}}}{AHhMj}{HbABb}{{{Bh{AFd}}}{{Bh{ABb}}}}7{ABhABh}{{{Bh{AHl}}}{{Bh{Mj}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}4{AHlMj};{{{Bh{ADd}}}{{Bh{Mj}}}}250{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{{{Bh{AHn}}}{{Bh{Mj}}}}{{{Bh{AFb}}}{{Bh{Mj}}}}{AFjMj};{AFbMj}{{{Bh{Hb}}}{{Bh{ABb}}}}9{{{Bh{AHn}}}{{Bh{Cl}}}}{ABfABf}{AFdABb}8{MjMj}2:1{ABbABb}={{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{AHl}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{j}}}}{{{Bh{j}}}{{Bh{j}}}}{{{Bh{AHh}}}{{Bh{Mj}}}}2{{{Bh{Mj}}}{{Bh{Mj}}}}<{ABhABh}<;?7{ABdABd}?{{{Bh{ABb}}}{{Bh{ABb}}}}4{AFfABb}{{{Bh{ADd}}}{{Bh{Mj}}}}{AHjj}:{AHlMj}9{AFbMj}{{{Bh{ABd}}}{{Bh{ABd}}}}2{MjMj}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{AFjMj}{jj}{HbABb}{AHhMj}{AHnCl}{{{Bh{AFd}}}{{Bh{ABb}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{ADdMj}{ABdABd};7{{{Bh{ABh}}}{{Bh{ABh}}}}{ABhABh}{{{Ef{AFb}}}{{Ef{AFb}}}}8{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{AFb}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}357<9{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}:{MjMj}{jj}59{ABbABb}5{{{Bh{j}}}{{Bh{j}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}9426073=815{ABdABd}794:6512>830>{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{ADdMj}{ABhABh}{{{Bh{AFh}}}{{Bh{j}}}}1{{{Bh{AFj}}}{{Bh{Mj}}}}{ClCl}={{{Bh{AFd}}}{{Bh{ABb}}}}{{{Bh{AHj}}}{{Bh{j}}}}?{{{Bh{ABd}}}{{Bh{ABd}}}}63{{{Bh{Mj}}}{{Bh{Mj}}}}{AFjMj}{{{Bh{ABb}}}{{Bh{ABb}}}}{ABbABb}67{MjMj}5{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}6{{{Ef{AFb}}}{{Ef{AFb}}}}>34;{{{ABl{ABj}}}{{ABl{ABj}}}}835:{E`j}>{{{Bh{AFf}}}{{Bh{ABb}}}}1?>{ABdABd}06?<<{{{Bh{Cl}}}{{Bh{Cl}}}}<{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}7{ABfABf}1:5{{{Bh{AFd}}}{{Bh{ABb}}}}2{ClCl}{{{Bh{Mj}}}{{Bh{Mj}}}}{AFhj}5{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{AFdABb}{ABbABb}9{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}9{{{Bh{ABb}}}{{Bh{ABb}}}}46<{{{Bh{AHj}}}{{Bh{j}}}}>3{{{Bh{AFj}}}{{Bh{Mj}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}7{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{E`}}}{{Bh{j}}}}:{ADdMj}{E`j}5{AFjMj}{{{Bh{AFd}}}{{Bh{ABb}}}}{{{Bh{AFh}}}{{Bh{j}}}}33{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}:8{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}<{ABbABb}:{ABdABd}{ABhABh}2={{{Bh{ABh}}}{{Bh{ABh}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{ABfABf}3?69082>?;78{{{Bh{Mj}}}{{Bh{Mj}}}}{AFdABb};<5>1>?{ADdMj}{{{Bh{AFf}}}{{Bh{ABb}}}}{ClCl}5{AFjMj};{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABb}}}{{Bh{ABb}}}};3{{{Bh{AFd}}}{{Bh{ABb}}}}:7{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}9{E`j}>{ABdABd}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}>{{{Bh{ABd}}}{{Bh{ABd}}}}4{{{ABl{ABj}}}{{ABl{ABj}}}}15;>{MjMj}8{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}3??{AHjj}>{ADdMj}3{ABhABh};{AFdABb}{{{Bh{E`}}}{{Bh{j}}}}{AFjMj}{{{Bh{AHj}}}{{Bh{j}}}}5{{{Bh{AFd}}}{{Bh{ABb}}}}>{ABfABf}>{{{Bh{ADd}}}{{Bh{Mj}}}}{AFfABb}{{{Bh{ABf}}}{{Bh{ABf}}}}8{ClCl}>8{{{Bh{AFh}}}{{Bh{j}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}{ABdABd}={{{Bh{ABh}}}{{Bh{ABh}}}}2<{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}86{MjMj}{ABbABb}{E`j};<={{{Bh{AHj}}}{{Bh{j}}}};8{AFdABb};{ABhABh}2{ABfABf}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}:9{{{Bh{ABf}}}{{Bh{ABf}}}}9>{AHjj}{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}{{{Ef{j}}}{{Ef{j}}}}5{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}1{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABb}}}}}}>{{{Bh{AFd}}}{{Bh{AFd}}}}{ClCl}{AFjADd}={{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}5{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}<5{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}5{{{Bh{ABh}}}{{Bh{ABh}}}}{MjMj}{ADdADd}0{{{Ef{AFd}}}{{Ef{ABb}}}}5{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{ABb}}}}}}{ABhABh}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{AFj}}}{{Bh{ADd}}}}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}51;0<{{{Ef{ABb}}}{{Ef{ABb}}}}9:{{{Bh{AHj}}}{{Bh{j}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Bh{AFd}}}{{Bh{AFd}}}}{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}<{{{Bh{E`}}}{{Bh{j}}}}2{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{ADd}}}{{Bh{ADd}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{E`j}{{{Ef{AFj}}}{{Ef{Mj}}}}{ABhABh}{{{Ef{Mj}}}{{Ef{Mj}}}};2{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{ABb}}}}}};{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}68{MjMj}>{AFjADd}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Ef{AFd}}}{{Ef{ABb}}}}91{{{Bh{AHj}}}{{Bh{j}}}}1{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}6={{{Bh{AFf}}}{{Bh{ABb}}}}{ABbABb}:{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}};{AFdAFd}{ABdABd}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{ABb}}}}}}3{{{Ef{ABb}}}{{Ef{ABb}}}}={{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{{Ef{ABb}}}}}{{Bh{{Ef{ABb}}}}}}4{AFfABb}{{{Bh{ABb}}}{{Bh{ABb}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}08{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}81{{{Bh{AFj}}}{{Bh{ADd}}}}{ABfABf}={AFjADd}{{{Bh{AHj}}}{{Bh{j}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}0{{{Bh{AFh}}}{{Bh{j}}}}:{{{Bh{{Ef{j}}}}}{{Bh{{Ef{j}}}}}}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{ADd}}}{{Bh{ADd}}}};{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{ClCl}{AFdAFd}5{{{Bh{ABf}}}{{Bh{ABf}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Ef{AFd}}}{{Ef{ABb}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{ABhABh}>{{{Ef{j}}}{{Ef{j}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}9{AFhj}{{{Ef{AFb}}}{{Ef{AFb}}}}3?{MjMj}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{{Ef{Cl}}}}}{{Bh{{Ef{Cl}}}}}}{{{Bh{{Ef{AFd}}}}}{{Bh{{Ef{ABb}}}}}}{{{Ef{ABb}}}{{Ef{ABb}}}}71{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{AFjADd}{{{Ef{Mj}}}{{Ef{Mj}}}}{E`j}={ABbABb}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}1{{{Bh{AFh}}}{{Bh{j}}}}>8{{{Bh{{Ef{AFj}}}}}{{Bh{{Ef{Mj}}}}}}8{{{Bh{ADd}}}{{Bh{ADd}}}}{ADdADd}6{ABdABd}1{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}}67{{{Bh{ABh}}}{{Bh{ABh}}}}>{{{Bh{AFf}}}{{Bh{ABb}}}}>{{{Bh{{Ef{AFf}}}}}{{Bh{{Ef{ABb}}}}}}{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}7{AFdAFd}{{{Ef{Mj}}}{{Ef{Mj}}}}{{{Bh{AHj}}}{{Bh{j}}}}{{{Ef{ABb}}}{{Ef{ABb}}}}>{{{Bh{AFd}}}{{Bh{AFd}}}}5{{{Ef{j}}}{{Ef{j}}}}{ClCl}{{{Bh{Cl}}}{{Bh{Cl}}}}0{{{Ef{AFj}}}{{Ef{Mj}}}}{ABhABh}{MjMj}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Ef{Cl}}}{{Ef{Cl}}}}{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{AFh}}}{{Bh{j}}}}0{AFjADd}0{{{Bh{{Ef{Mj}}}}}{{Bh{{Ef{Mj}}}}}};;{{{Ef{Mj}}}{{Ef{Mj}}}}67><{ABdABd}?>{{{Ef{ABb}}}{{Ef{ABb}}}}{{{Bh{AFd}}}{{Bh{AFd}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{ClCl};{{{Bh{ABb}}}{{Bh{ABb}}}}{E`j}1{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{j}}}}{{{Ef{ADd}}}{{Ef{Mj}}}}{{{Bh{{Ef{ADd}}}}}{{Bh{{Ef{Mj}}}}}}459{AFhj}3:{ABbABb}>{{{Bh{E`}}}{{Bh{j}}}}{{{Bh{AFh}}}{{Bh{j}}}}{ABhABh}{AFdABb}0{ADdMj}{ABfABf}0<{{{Bh{AFf}}}{{Bh{ABb}}}}0{{{ABl{ABj}}}{{ABl{ABj}}}}>{ClCl}84{AFjMj}{{{Bh{AFd}}}{{Bh{ABb}}}}?{{{Bh{ABb}}}{{Bh{ABb}}}}93;:5{{{Bh{ADd}}}{{Bh{Mj}}}}{AFfABb};:>{ABdABd}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{E`j}86=5<;0{ABbABb}{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{AHj}}}{{Bh{j}}}}0{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}66{ABhABh}12{AFdABb}1>94{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFh}}}{{Bh{j}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{ABb}}}{{Bh{ABb}}}}0<{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}0;>{ADdMj}6307{ABfABf}{MjMj}{{{Bh{AFd}}}{{Bh{ABb}}}}6{ClCl}{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{E`}}}{{Bh{j}}}}={{{Bh{AHj}}}{{Bh{j}}}}3;{ABdABd}5{ABbABb}{{{Bh{ABd}}}{{Bh{ABd}}}}12{{{Bh{ADd}}}{{Bh{Mj}}}}{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}7={{{Bh{ABf}}}{{Bh{ABf}}}}2{E`j}4{AFdABb}732{{{ABl{ABj}}}{{ABl{ABj}}}}3{{{Bh{ABh}}}{{Bh{ABh}}}}<{ADdMj}9?3{ABfABf}0{{{Bh{Cl}}}{{Bh{Cl}}}}{ABhABh}{{{Bh{AFh}}}{{Bh{j}}}}{ClCl}73{MjMj}2{ABdABd}{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{AFj}}}{{Bh{Mj}}}}0{{{Bh{ABd}}}{{Bh{ABd}}}}{{{Bh{AFd}}}{{Bh{ABb}}}}{{{Ef{AFb}}}{{Ef{AFb}}}}{ABbABb}{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{E`}}}{{Bh{j}}}}9{{{Bh{ABh}}}{{Bh{ABh}}}}18{{{Bh{AFf}}}{{Bh{ABb}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}{{{ABl{ABj}}}{{ABl{ABj}}}}5{ADdMj}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{AHj}}}{{Bh{j}}}}{{{Bh{ABf}}}{{Bh{ABf}}}}6{E`j}>6{AFdABb}2{MjMj}3{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{{{Bh{AFj}}}{{Bh{Mj}}}};;89{AFjMj}=33006{{{Bh{ABb}}}{{Bh{ABb}}}}<>;{{{Bh{AFh}}}{{Bh{j}}}}2:{AHjj}{ABfABf}2<{{{Bh{Mj}}}{{Bh{Mj}}}}{{{Bh{ABh}}}{{Bh{ABh}}}}{{{Bh{AFd}}}{{Bh{ABb}}}}0{ABhABh}{ABdABd}{{{Bh{Cl}}}{{Bh{Cl}}}}5?{ABbABb}<7;{{{Bh{{ABl{ABj}}}}}{{Bh{{ABl{ABj}}}}}}{{{Bh{E`}}}{{Bh{j}}}}3{{{Bh{ABd}}}{{Bh{ABd}}}}9{MjMj}{{{ABl{ABj}}}{{ABl{ABj}}}}{{{Bh{ADd}}}{{Bh{Mj}}}}7{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Bh{ABb}}}{{Bh{ABb}}}};{{{Bh{ABf}}}{{Bh{ABf}}}}58{ClCl}8?{AFjMj}1:54:{E`j}{{{Bh{ABh}}}{{Bh{ABh}}}}4{{{Bh{AFj}}}{{Bh{Mj}}}}{ADdMj}{ABdABd}{{{Bh{Cl}}}{{Bh{Cl}}}}{{{Bh{Mj}}}{{Bh{Mj}}}}>7{ABbABb}{ABhABh}{{{Bh{{Gd{E`}}}}}{{Bh{j}}}};{{{Bh{ABd}}}{{Bh{ABd}}}}>{{{Bh{{Ef{AFb}}}}}{{Bh{{Ef{AFb}}}}}}{ABfABf}{{{Ef{AFb}}}{{Ef{AFb}}}}{{{Gd{E`}}}j}{{{Bh{ADd}}}{{Bh{Mj}}}}14={ClCl}<917?:3;={{{Bh{ABf}}}{{Bh{ABf}}}}9{{{Bh{ABb}}}{{Bh{ABb}}}}{AFjMj}9{MjMj}896{ADdMj}<4=6{ABdABd}36{{{Bh{AFj}}}{{Bh{Mj}}}}{{{Bh{Cl}}}{{Bh{Cl}}}};4{{{Bh{Mj}}}{{Bh{Mj}}}}?{{{Bh{ABh}}}{{Bh{ABh}}}}>{ABbABb}9{c{{A`{e}}}{}{}}00000000000000000000000000000000000000000000{bc{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{bd}00000000000000000000000000000000000000{{KbCn}D`}0{{IhCn}D`}0{{AMnCn}D`}0{{IdCn}D`}0{{LjCn}D`}0{{AN`Cn}D`}0{{JjCn}D`}0{{LhCn}D`}0{{ANbCn}D`}0{{InCn}D`}0{{KdCn}D`}0{{ANdCn}D`}0{{LdCn}D`}0{{JnCn}D`}0{{ANfCn}D`}0{{KjCn}D`}0{{K`Cn}D`}0{{ANhCn}D`}0{cc{}}00000000000000000000{JlKb}1{CjKb}{ElKb}3{JlIh}{CjIh}{FnIh}{HlAMn}{JlAMn}8{CjAMn}9{CjId}{JhId}{ElId}{JhLj}{CjLj}{FnLj}?{HlAN`}{cc{}}{CjAN`}{JhAN`}{LbJj}{CjJj}{ElJj}5{CjLh}6{FnLh}{LbLh}{HlANb}{LbANb}:{CjANb}{ElIn}<{JbIn}{CjIn}{CjKd}{JbKd}{cc{}}{FnKd}{CjANd}2{JbANd}{HlANd}{ElLd}{CjLd}{KlLd}7{CjJn}8{KlJn}{FnJn}{HlANf};{KlANf}{CjANf}{CjKj}{ElKj}?{JdKj}{CjK`}{cc{}}{FnK`}{JdK`}2{JdANh}{HlANh}{CjANh}{{}b}00000000000000000000000000000000000000{ce{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000{{ce}{{Bl{dg}}}{}{}{}}00000000000000000000000000000000000000000000{{ce}A`{}{}}00000000000000000000000000000000000000000000{c{{n{Bn}}}{}}00000000000000000000000000000000000000{Kb{{Bh{Fd}}}}{Ih{{Bh{Fd}}}}{AMn{{Bh{Fd}}}}{Id{{Bh{Fd}}}}{Lj{{Bh{Fd}}}}{AN`{{Bh{Fd}}}}{Jj{{Bh{Fd}}}}{Lh{{Bh{Fd}}}}{ANb{{Bh{Fd}}}}{In{{Bh{Fd}}}}{Kd{{Bh{Fd}}}}{ANd{{Bh{Fd}}}}{Ld{{Bh{Fd}}}}{Jn{{Bh{Fd}}}}{ANf{{Bh{Fd}}}}{Kj{{Bh{Fd}}}}{K`{{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,"MsSQLArrowTransportError",2624],[6,"DataFusionError",4875],[6,"BigQueryArrow2TransportError",2624],[5,"Error",4876],[6,"ParseError",4877],[6,"OracleArrowTransportError",2624],[6,"Error",4878],[6,"OracleSourceError",1804],[6,"SQLiteSourceError",2474],[6,"J4RsError",4879],[6,"MsSQLSourceError",1320],[6,"MySQLArrowTransportError",2624],[6,"BigQuerySourceError",896],[6,"PostgresArrow2TransportError",2624],[6,"SQLiteArrow2TransportError",2624],[6,"BigQueryArrowTransportError",2624],[6,"OracleArrow2TransportError",2624],[6,"Error",4880],[6,"Error",4881],[6,"SQLiteArrowTransportError",2624],[6,"PostgresSourceError",1971],[6,"Error",4882],[5,"Error",4883],[6,"MySQLSourceError",1539],[6,"PostgresArrowTransportError",2624],[6,"BQError",4884],[6,"MySQLArrow2TransportError",2624],[6,"MsSQLArrow2TransportError",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],[1,"f64"],[5,"NaiveDateTime",4904],[5,"NaiveDate",4905],[5,"NaiveTime",4906],[5,"Utc",4907],[5,"DateTime",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,"u8"],[1,"f32"],[5,"Decimal",4916],[5,"Uuid",4917],[1,"i16"],[6,"MySQLTypeSystem",1539],[5,"MySQLSource",1539],[5,"MySQLBinarySourceParser",1539],[5,"MySQLTextSourceParser",1539],[5,"Error",4918],[6,"UrlError",4878],[6,"ColumnType",4919],[5,"ColumnFlags",4919],[6,"BinaryProtocol",1539],[5,"MySQLSourcePartition",1539],[6,"TextProtocol",1539],[5,"MySqlConnectionManager",4920],[5,"PooledConnection",4918],[5,"Binary",4894],[1,"u32"],[6,"Value",4921],[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],[6,"FromHexError",4927],[5,"ErrorStack",4928],[5,"Type",4929],[6,"BinaryProtocol",1971],[5,"PostgresSourcePartition",1971],[6,"CSVProtocol",1971],[6,"CursorProtocol",1971],[6,"SimpleProtocol",1971],[5,"Config",4930],[5,"PostgresConnectionManager",4931],[5,"BinaryCopyOutIter",4932],[5,"CopyOutReader",4933],[5,"StringRecordsIntoIter",4934],[5,"RowIter",4935],[6,"SimpleQueryMessage",4936],[5,"MakeTlsConnector",4937],[6,"SQLiteTypeSystem",2474],[5,"SQLiteSource",2474],[5,"SQLiteSourcePartitionParser",2474],[5,"SQLiteSourcePartition",2474],[5,"SqliteConnectionManager",4938],[6,"Type",4939],[6,"BigQueryArrowStreamTransportError",2624],[6,"MsSQLArrowStreamTransportError",2624],[6,"MySQLArrowStreamTransportError",2624],[6,"OracleArrowStreamTransportError",2624],[6,"PostgresArrowStreamTransportError",2624],[6,"SQLiteArrowStreamTransportError",2624],[8,"Result",105],[8,"Result",185],[8,"Result",357],[5,"PostgresTypePairs",1971],[5,"BigQueryArrowTransport",2624],[5,"BigQueryArrow2Transport",2624],[5,"BigQueryArrowStreamTransport",2624],[5,"CSVArrowTransport",2624],[5,"DummyArrowTransport",2624],[5,"DummyArrow2Transport",2624],[5,"MsSQLArrowTransport",2624],[5,"MsSQLArrow2Transport",2624],[5,"MsSQLArrowStreamTransport",2624],[5,"MySQLArrowTransport",2624],[5,"MySQLArrow2Transport",2624],[5,"MySQLArrowStreamTransport",2624],[5,"OracleArrowTransport",2624],[5,"OracleArrow2Transport",2624],[5,"OracleArrowStreamTransport",2624],[5,"PostgresArrowTransport",2624],[5,"PostgresArrow2Transport",2624],[5,"PostgresArrowStreamTransport",2624],[5,"SQLiteArrowTransport",2624],[5,"SQLiteArrow2Transport",2624],[5,"SQLiteArrowStreamTransport",2624],[10,"TypeConversion",4835]],"b":[[139,"impl-Display-for-ArrowDestinationError"],[140,"impl-Debug-for-ArrowDestinationError"],[143,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[144,"impl-From%3CArrowError%3E-for-ArrowDestinationError"],[145,"impl-From%3CError%3E-for-ArrowDestinationError"],[218,"impl-Debug-for-Arrow2DestinationError"],[219,"impl-Display-for-Arrow2DestinationError"],[222,"impl-From%3CPolarsError%3E-for-Arrow2DestinationError"],[223,"impl-From%3CError%3E-for-Arrow2DestinationError"],[224,"impl-From%3CConnectorXError%3E-for-Arrow2DestinationError"],[225,"impl-From%3CError%3E-for-Arrow2DestinationError"],[391,"impl-Display-for-ArrowDestinationError"],[392,"impl-Debug-for-ArrowDestinationError"],[395,"impl-From%3CConnectorXError%3E-for-ArrowDestinationError"],[397,"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%3CMsSQLArrowTransportError%3E-for-ConnectorXOutError"],[563,"impl-From%3CDataFusionError%3E-for-ConnectorXOutError"],[564,"impl-From%3CBigQueryArrow2TransportError%3E-for-ConnectorXOutError"],[565,"impl-From%3CError%3E-for-ConnectorXOutError"],[566,"impl-From%3CParseError%3E-for-ConnectorXOutError"],[567,"impl-From%3COracleArrowTransportError%3E-for-ConnectorXOutError"],[569,"impl-From%3CError%3E-for-ConnectorXOutError"],[570,"impl-From%3COracleSourceError%3E-for-ConnectorXOutError"],[571,"impl-From%3CSQLiteSourceError%3E-for-ConnectorXOutError"],[572,"impl-From%3CJ4RsError%3E-for-ConnectorXOutError"],[573,"impl-From%3CMsSQLSourceError%3E-for-ConnectorXOutError"],[574,"impl-From%3CArrow2DestinationError%3E-for-ConnectorXOutError"],[575,"impl-From%3CMySQLArrowTransportError%3E-for-ConnectorXOutError"],[576,"impl-From%3CBigQuerySourceError%3E-for-ConnectorXOutError"],[577,"impl-From%3CPostgresArrow2TransportError%3E-for-ConnectorXOutError"],[578,"impl-From%3CError%3E-for-ConnectorXOutError"],[579,"impl-From%3CSQLiteArrow2TransportError%3E-for-ConnectorXOutError"],[580,"impl-From%3CBigQueryArrowTransportError%3E-for-ConnectorXOutError"],[581,"impl-From%3COracleArrow2TransportError%3E-for-ConnectorXOutError"],[582,"impl-From%3CError%3E-for-ConnectorXOutError"],[583,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[584,"impl-From%3CError%3E-for-ConnectorXOutError"],[585,"impl-From%3CSQLiteArrowTransportError%3E-for-ConnectorXOutError"],[586,"impl-From%3CPostgresSourceError%3E-for-ConnectorXOutError"],[587,"impl-From%3CError%3E-for-ConnectorXOutError"],[588,"impl-From%3CConnectorXError%3E-for-ConnectorXOutError"],[589,"impl-From%3CError%3E-for-ConnectorXOutError"],[590,"impl-From%3CMySQLSourceError%3E-for-ConnectorXOutError"],[591,"impl-From%3CPostgresArrowTransportError%3E-for-ConnectorXOutError"],[592,"impl-From%3CArrowDestinationError%3E-for-ConnectorXOutError"],[593,"impl-From%3CBQError%3E-for-ConnectorXOutError"],[594,"impl-From%3CMySQLArrow2TransportError%3E-for-ConnectorXOutError"],[595,"impl-From%3CMsSQLArrow2TransportError%3E-for-ConnectorXOutError"],[596,"impl-From%3CError%3E-for-ConnectorXOutError"],[597,"impl-From%3CError%3E-for-ConnectorXError"],[599,"impl-From%3CParserError%3E-for-ConnectorXError"],[600,"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%26str%3E-for-CXQuery"],[764,"impl-From%3C%26String%3E-for-CXQuery"],[766,"impl-From%3C%26%26str%3E-for-CXQuery"],[767,"impl-From%3C%26CXQuery%3E-for-CXQuery"],[960,"impl-Display-for-BigQuerySourceError"],[961,"impl-Debug-for-BigQuerySourceError"],[967,"impl-From%3CBQError%3E-for-BigQuerySourceError"],[968,"impl-From%3CError%3E-for-BigQuerySourceError"],[970,"impl-From%3CParseFloatError%3E-for-BigQuerySourceError"],[971,"impl-From%3CError%3E-for-BigQuerySourceError"],[972,"impl-From%3CParseIntError%3E-for-BigQuerySourceError"],[973,"impl-From%3CError%3E-for-BigQuerySourceError"],[974,"impl-From%3CConnectorXError%3E-for-BigQuerySourceError"],[975,"impl-From%3CParseError%3E-for-BigQuerySourceError"],[1007,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-BigQuerySourceParser"],[1008,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-BigQuerySourceParser"],[1009,"impl-Produce%3C\'r,+f64%3E-for-BigQuerySourceParser"],[1010,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-BigQuerySourceParser"],[1011,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-BigQuerySourceParser"],[1012,"impl-Produce%3C\'r,+NaiveDate%3E-for-BigQuerySourceParser"],[1013,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-BigQuerySourceParser"],[1014,"impl-Produce%3C\'r,+NaiveTime%3E-for-BigQuerySourceParser"],[1015,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-BigQuerySourceParser"],[1016,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-BigQuerySourceParser"],[1017,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQuerySourceParser"],[1018,"impl-Produce%3C\'r,+String%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,+bool%3E-for-BigQuerySourceParser"],[1120,"impl-Display-for-CSVSourceError"],[1121,"impl-Debug-for-CSVSourceError"],[1126,"impl-From%3CError%3E-for-CSVSourceError"],[1127,"impl-From%3CError%3E-for-CSVSourceError"],[1128,"impl-From%3CError%3E-for-CSVSourceError"],[1129,"impl-From%3CConnectorXError%3E-for-CSVSourceError"],[1130,"impl-From%3CError%3E-for-CSVSourceError"],[1159,"impl-Produce%3C\'r,+f64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1160,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1161,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1162,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1163,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1164,"impl-Produce%3C\'r,+String%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1165,"impl-Produce%3C\'r,+bool%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1166,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1167,"impl-Produce%3C\'r,+i64%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1168,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-CSVSourcePartitionParser%3C\'a%3E"],[1275,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1276,"impl-Produce%3C\'r,+u64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1277,"impl-Produce%3C\'r,+String%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1278,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1279,"impl-Produce%3C\'r,+i64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1280,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1281,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1282,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1283,"impl-Produce%3C\'r,+i32%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,+bool%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1286,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1287,"impl-Produce%3C\'r,+f64%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1288,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-DummySourcePartitionParser%3C\'a%3E"],[1405,"impl-Display-for-MsSQLSourceError"],[1406,"impl-Debug-for-MsSQLSourceError"],[1413,"impl-From%3CError%3E-for-MsSQLSourceError"],[1415,"impl-From%3CParseError%3E-for-MsSQLSourceError"],[1416,"impl-From%3CError%3E-for-MsSQLSourceError"],[1417,"impl-From%3CConnectorXError%3E-for-MsSQLSourceError"],[1418,"impl-From%3CFromUtf8Error%3E-for-MsSQLSourceError"],[1419,"impl-From%3CError%3E-for-MsSQLSourceError"],[1420,"impl-From%3CRunError%3CError%3E%3E-for-MsSQLSourceError"],[1454,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1455,"impl-Produce%3C\'r,+u8%3E-for-MsSQLSourceParser%3C\'a%3E"],[1456,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1457,"impl-Produce%3C\'r,+Option%3CNaiveDate%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,+f32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1460,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1461,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1462,"impl-Produce%3C\'r,+%26%5Bu8%5D%3E-for-MsSQLSourceParser%3C\'a%3E"],[1463,"impl-Produce%3C\'r,+Decimal%3E-for-MsSQLSourceParser%3C\'a%3E"],[1464,"impl-Produce%3C\'r,+%26str%3E-for-MsSQLSourceParser%3C\'a%3E"],[1465,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1466,"impl-Produce%3C\'r,+Uuid%3E-for-MsSQLSourceParser%3C\'a%3E"],[1467,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1468,"impl-Produce%3C\'r,+FloatN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1469,"impl-Produce%3C\'r,+IntN%3E-for-MsSQLSourceParser%3C\'a%3E"],[1470,"impl-Produce%3C\'r,+bool%3E-for-MsSQLSourceParser%3C\'a%3E"],[1471,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1472,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1473,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1474,"impl-Produce%3C\'r,+Option%3CIntN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1475,"impl-Produce%3C\'r,+i16%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,+NaiveDate%3E-for-MsSQLSourceParser%3C\'a%3E"],[1478,"impl-Produce%3C\'r,+i64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1479,"impl-Produce%3C\'r,+Option%3CFloatN%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1480,"impl-Produce%3C\'r,+i32%3E-for-MsSQLSourceParser%3C\'a%3E"],[1481,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1482,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1483,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1484,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1485,"impl-Produce%3C\'r,+NaiveTime%3E-for-MsSQLSourceParser%3C\'a%3E"],[1486,"impl-Produce%3C\'r,+f64%3E-for-MsSQLSourceParser%3C\'a%3E"],[1487,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MsSQLSourceParser%3C\'a%3E"],[1625,"impl-Debug-for-MySQLSourceError"],[1626,"impl-Display-for-MySQLSourceError"],[1634,"impl-From%3CConnectorXError%3E-for-MySQLSourceError"],[1635,"impl-From%3CError%3E-for-MySQLSourceError"],[1637,"impl-From%3CError%3E-for-MySQLSourceError"],[1638,"impl-From%3CUrlError%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%3CTextProtocol%3E"],[1674,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1675,"impl-SourcePartition-for-MySQLSourcePartition%3CTextProtocol%3E"],[1676,"impl-SourcePartition-for-MySQLSourcePartition%3CBinaryProtocol%3E"],[1678,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1679,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1680,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1681,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1682,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1683,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1684,"impl-Produce%3C\'r,+String%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1685,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1686,"impl-Produce%3C\'r,+i64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1687,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1688,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%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,+i32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1692,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1693,"impl-Produce%3C\'r,+f32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1694,"impl-Produce%3C\'r,+f64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1695,"impl-Produce%3C\'r,+Value%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1696,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1697,"impl-Produce%3C\'r,+u64%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1698,"impl-Produce%3C\'r,+u8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1699,"impl-Produce%3C\'r,+i8%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1700,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1701,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1702,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1703,"impl-Produce%3C\'r,+i16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1704,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1705,"impl-Produce%3C\'r,+u32%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1706,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1707,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1708,"impl-Produce%3C\'r,+u16%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1709,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1710,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1711,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-MySQLBinarySourceParser%3C\'a%3E"],[1712,"impl-Produce%3C\'r,+Option%3Cu64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1713,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1714,"impl-Produce%3C\'r,+f64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1715,"impl-Produce%3C\'r,+NaiveDate%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1716,"impl-Produce%3C\'r,+i32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1717,"impl-Produce%3C\'r,+u32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1718,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1719,"impl-Produce%3C\'r,+Option%3Cu32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1720,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1721,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1722,"impl-Produce%3C\'r,+u8%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1723,"impl-Produce%3C\'r,+i16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1724,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1725,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1726,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1727,"impl-Produce%3C\'r,+i64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1728,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1729,"impl-Produce%3C\'r,+Decimal%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1730,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1731,"impl-Produce%3C\'r,+NaiveTime%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1732,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1733,"impl-Produce%3C\'r,+Option%3Cu8%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1734,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1735,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1736,"impl-Produce%3C\'r,+Option%3Ci8%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,+u64%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1739,"impl-Produce%3C\'r,+f32%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1740,"impl-Produce%3C\'r,+Value%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1741,"impl-Produce%3C\'r,+u16%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1742,"impl-Produce%3C\'r,+Option%3Cu16%3E%3E-for-MySQLTextSourceParser%3C\'a%3E"],[1743,"impl-Produce%3C\'r,+i8%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-Display-for-OracleSourceError"],[1868,"impl-Debug-for-OracleSourceError"],[1874,"impl-From%3CError%3E-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"],[1912,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1913,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1914,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1915,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1916,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-OracleTextSourceParser%3C\'a%3E"],[1917,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1918,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1919,"impl-Produce%3C\'r,+Option%3CString%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1920,"impl-Produce%3C\'r,+f64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1921,"impl-Produce%3C\'r,+i64%3E-for-OracleTextSourceParser%3C\'a%3E"],[1922,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[1923,"impl-Produce%3C\'r,+String%3E-for-OracleTextSourceParser%3C\'a%3E"],[1924,"impl-Produce%3C\'r,+NaiveDate%3E-for-OracleTextSourceParser%3C\'a%3E"],[1925,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-OracleTextSourceParser%3C\'a%3E"],[2097,"impl-Debug-for-PostgresSourceError"],[2098,"impl-Display-for-PostgresSourceError"],[2111,"impl-From%3CFromHexError%3E-for-PostgresSourceError"],[2113,"impl-From%3CError%3E-for-PostgresSourceError"],[2114,"impl-From%3CError%3E-for-PostgresSourceError"],[2115,"impl-From%3CConnectorXError%3E-for-PostgresSourceError"],[2116,"impl-From%3CError%3E-for-PostgresSourceError"],[2117,"impl-From%3CErrorStack%3E-for-PostgresSourceError"],[2118,"impl-From%3CError%3E-for-PostgresSourceError"],[2119,"impl-From%3CError%3E-for-PostgresSourceError"],[2162,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2163,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2164,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2165,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2172,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2173,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2174,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2175,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2176,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2177,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2178,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2179,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2181,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2182,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2183,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2184,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2185,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2186,"impl-Produce%3C\'r,+i8%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,+Option%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2189,"impl-Produce%3C\'r,+i32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2190,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2191,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2192,"impl-Produce%3C\'r,+Value%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2193,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2194,"impl-Produce%3C\'r,+%26str%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2195,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2196,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2197,"impl-Produce%3C\'r,+f64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2198,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2199,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2200,"impl-Produce%3C\'r,+i16%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2201,"impl-Produce%3C\'r,+bool%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2202,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2203,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2204,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2205,"impl-Produce%3C\'r,+f32%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2206,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2207,"impl-Produce%3C\'r,+Option%3CNaiveTime%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,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2210,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2211,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%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,+Vec%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2214,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2215,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2216,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2217,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2218,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2219,"impl-Produce%3C\'r,+i64%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2220,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2221,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2222,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2223,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2224,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2225,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2226,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2227,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2228,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2229,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2230,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresBinarySourcePartitionParser%3C\'a%3E"],[2231,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2232,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2233,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2234,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2235,"impl-Produce%3C\'r,+Option%3Ci8%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,+i16%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2238,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2239,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2240,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2241,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2242,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2243,"impl-Produce%3C\'r,+f32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2244,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2245,"impl-Produce%3C\'r,+Vec%3Cf32%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%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2248,"impl-Produce%3C\'r,+%26str%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2249,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2250,"impl-Produce%3C\'r,+i8%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2251,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2252,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2253,"impl-Produce%3C\'r,+Value%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2254,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2255,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2256,"impl-Produce%3C\'r,+bool%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2257,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2258,"impl-Produce%3C\'r,+i64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2259,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2260,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2261,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2262,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2263,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2264,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2265,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2266,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2267,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2268,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2269,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2270,"impl-Produce%3C\'r,+Vec%3Ci8%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2271,"impl-Produce%3C\'r,+Option%3CVec%3Ci8%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2272,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2273,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2274,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2275,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2276,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2277,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2278,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2279,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2280,"impl-Produce%3C\'r,+i32%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2281,"impl-Produce%3C\'r,+f64%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2282,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresCSVSourceParser%3C\'a%3E"],[2283,"impl-Produce%3C\'r,+i64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2284,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2285,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2286,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2287,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2288,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2289,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2290,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2291,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2292,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2293,"impl-Produce%3C\'r,+NaiveDate%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,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2296,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2297,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2298,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2299,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2300,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2301,"impl-Produce%3C\'r,+i16%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2302,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2303,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2304,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2305,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2306,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2307,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2308,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2309,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2310,"impl-Produce%3C\'r,+f64%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2311,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2312,"impl-Produce%3C\'r,+bool%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2313,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2314,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2315,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2316,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2317,"impl-Produce%3C\'r,+Value%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2318,"impl-Produce%3C\'r,+%26str%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2319,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2320,"impl-Produce%3C\'r,+i8%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2321,"impl-Produce%3C\'r,+Vec%3Ci32%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%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2324,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2325,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2326,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2327,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2328,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2329,"impl-Produce%3C\'r,+i32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2330,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2331,"impl-Produce%3C\'r,+f32%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2332,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresRawSourceParser%3C\'a%3E"],[2333,"impl-Produce%3C\'r,+Option%3CVec%3Cf32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2334,"impl-Produce%3C\'r,+Vec%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2335,"impl-Produce%3C\'r,+Vec%3CString%3E%3E-for-PostgresSimpleSourceParser"],[2336,"impl-Produce%3C\'r,+i8%3E-for-PostgresSimpleSourceParser"],[2337,"impl-Produce%3C\'r,+Option%3CVec%3Ci32%3E%3E%3E-for-PostgresSimpleSourceParser"],[2338,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2339,"impl-Produce%3C\'r,+NaiveDate%3E-for-PostgresSimpleSourceParser"],[2340,"impl-Produce%3C\'r,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresSimpleSourceParser"],[2341,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-PostgresSimpleSourceParser"],[2342,"impl-Produce%3C\'r,+Option%3CUuid%3E%3E-for-PostgresSimpleSourceParser"],[2343,"impl-Produce%3C\'r,+bool%3E-for-PostgresSimpleSourceParser"],[2344,"impl-Produce%3C\'r,+%26str%3E-for-PostgresSimpleSourceParser"],[2345,"impl-Produce%3C\'r,+Vec%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2346,"impl-Produce%3C\'r,+Option%3CValue%3E%3E-for-PostgresSimpleSourceParser"],[2347,"impl-Produce%3C\'r,+NaiveTime%3E-for-PostgresSimpleSourceParser"],[2348,"impl-Produce%3C\'r,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresSimpleSourceParser"],[2349,"impl-Produce%3C\'r,+Option%3CVec%3Ci16%3E%3E%3E-for-PostgresSimpleSourceParser"],[2350,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2351,"impl-Produce%3C\'r,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2352,"impl-Produce%3C\'r,+Decimal%3E-for-PostgresSimpleSourceParser"],[2353,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2354,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-PostgresSimpleSourceParser"],[2355,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-PostgresSimpleSourceParser"],[2356,"impl-Produce%3C\'r,+Option%3C%26str%3E%3E-for-PostgresSimpleSourceParser"],[2357,"impl-Produce%3C\'r,+DateTime%3CUtc%3E%3E-for-PostgresSimpleSourceParser"],[2358,"impl-Produce%3C\'r,+f32%3E-for-PostgresSimpleSourceParser"],[2359,"impl-Produce%3C\'r,+Option%3Ci8%3E%3E-for-PostgresSimpleSourceParser"],[2360,"impl-Produce%3C\'r,+Option%3CVec%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2361,"impl-Produce%3C\'r,+i16%3E-for-PostgresSimpleSourceParser"],[2362,"impl-Produce%3C\'r,+i64%3E-for-PostgresSimpleSourceParser"],[2363,"impl-Produce%3C\'r,+Option%3CHashMap%3CString,+Option%3CString%3E%3E%3E%3E-for-PostgresSimpleSourceParser"],[2364,"impl-Produce%3C\'r,+Vec%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2365,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-PostgresSimpleSourceParser"],[2366,"impl-Produce%3C\'r,+Option%3CDecimal%3E%3E-for-PostgresSimpleSourceParser"],[2367,"impl-Produce%3C\'r,+Value%3E-for-PostgresSimpleSourceParser"],[2368,"impl-Produce%3C\'r,+Option%3CVec%3CDecimal%3E%3E%3E-for-PostgresSimpleSourceParser"],[2369,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2370,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresSimpleSourceParser"],[2371,"impl-Produce%3C\'r,+Vec%3Cf64%3E%3E-for-PostgresSimpleSourceParser"],[2372,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-PostgresSimpleSourceParser"],[2373,"impl-Produce%3C\'r,+Vec%3Ci32%3E%3E-for-PostgresSimpleSourceParser"],[2374,"impl-Produce%3C\'r,+Uuid%3E-for-PostgresSimpleSourceParser"],[2375,"impl-Produce%3C\'r,+f64%3E-for-PostgresSimpleSourceParser"],[2376,"impl-Produce%3C\'r,+Vec%3Ci64%3E%3E-for-PostgresSimpleSourceParser"],[2377,"impl-Produce%3C\'r,+Vec%3Ci16%3E%3E-for-PostgresSimpleSourceParser"],[2378,"impl-Produce%3C\'r,+HashMap%3CString,+Option%3CString%3E%3E%3E-for-PostgresSimpleSourceParser"],[2379,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-PostgresSimpleSourceParser"],[2380,"impl-Produce%3C\'r,+i32%3E-for-PostgresSimpleSourceParser"],[2381,"impl-Produce%3C\'r,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresSimpleSourceParser"],[2382,"impl-Produce%3C\'r,+Option%3Cf32%3E%3E-for-PostgresSimpleSourceParser"],[2384,"impl-SourcePartition-for-PostgresSourcePartition%3CCursorProtocol,+C%3E"],[2385,"impl-SourcePartition-for-PostgresSourcePartition%3CCSVProtocol,+C%3E"],[2386,"impl-SourcePartition-for-PostgresSourcePartition%3CBinaryProtocol,+C%3E"],[2387,"impl-SourcePartition-for-PostgresSourcePartition%3CSimpleProtocol,+C%3E"],[2527,"impl-Display-for-SQLiteSourceError"],[2528,"impl-Debug-for-SQLiteSourceError"],[2533,"impl-From%3CConnectorXError%3E-for-SQLiteSourceError"],[2534,"impl-From%3CError%3E-for-SQLiteSourceError"],[2536,"impl-From%3CError%3E-for-SQLiteSourceError"],[2537,"impl-From%3CFromUtf8Error%3E-for-SQLiteSourceError"],[2538,"impl-From%3CError%3E-for-SQLiteSourceError"],[2563,"impl-Produce%3C\'r,+Option%3CNaiveDate%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2564,"impl-Produce%3C\'r,+i16%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2565,"impl-Produce%3C\'r,+Option%3Ci16%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2566,"impl-Produce%3C\'r,+bool%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2567,"impl-Produce%3C\'r,+Option%3Cf64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2568,"impl-Produce%3C\'r,+NaiveDate%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2569,"impl-Produce%3C\'r,+Option%3CNaiveTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2570,"impl-Produce%3C\'r,+Box%3Cstr%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2571,"impl-Produce%3C\'r,+Option%3Ci32%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2572,"impl-Produce%3C\'r,+Option%3Ci64%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2573,"impl-Produce%3C\'r,+i64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2574,"impl-Produce%3C\'r,+NaiveTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2575,"impl-Produce%3C\'r,+f64%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2576,"impl-Produce%3C\'r,+NaiveDateTime%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2577,"impl-Produce%3C\'r,+Option%3CBox%3Cstr%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2578,"impl-Produce%3C\'r,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2579,"impl-Produce%3C\'r,+Vec%3Cu8%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2580,"impl-Produce%3C\'r,+Option%3Cbool%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2581,"impl-Produce%3C\'r,+Option%3CNaiveDateTime%3E%3E-for-SQLiteSourcePartitionParser%3C\'a%3E"],[2582,"impl-Produce%3C\'r,+i32%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%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2814,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2815,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2816,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2817,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2818,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2819,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2820,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2821,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2822,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2823,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%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%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2827,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2828,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2829,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrow2Transport"],[2830,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrow2Transport"],[2831,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrow2Transport"],[2832,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrow2Transport"],[2833,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrow2Transport"],[2834,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrow2Transport"],[2835,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrow2Transport"],[2836,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrow2Transport"],[2837,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrow2Transport"],[2838,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrow2Transport"],[2839,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrow2Transport"],[2840,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrow2Transport"],[2841,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrow2Transport"],[2842,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrow2Transport"],[2843,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrow2Transport"],[2844,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrow2Transport"],[2845,"impl-TypeConversion%3Ci64,+i64%3E-for-BigQueryArrowTransport"],[2846,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-BigQueryArrowTransport"],[2847,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-BigQueryArrowTransport"],[2848,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-BigQueryArrowTransport"],[2849,"impl-TypeConversion%3CString,+String%3E-for-BigQueryArrowTransport"],[2850,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-BigQueryArrowTransport"],[2851,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-BigQueryArrowTransport"],[2852,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-BigQueryArrowTransport"],[2853,"impl-TypeConversion%3Cf64,+f64%3E-for-BigQueryArrowTransport"],[2854,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-BigQueryArrowTransport"],[2855,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-BigQueryArrowTransport"],[2856,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-BigQueryArrowTransport"],[2857,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-BigQueryArrowTransport"],[2858,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-BigQueryArrowTransport"],[2859,"impl-TypeConversion%3Cbool,+bool%3E-for-BigQueryArrowTransport"],[2860,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-BigQueryArrowTransport"],[2861,"impl-TypeConversion%3CString,+String%3E-for-CSVArrowTransport"],[2862,"impl-TypeConversion%3Cbool,+bool%3E-for-CSVArrowTransport"],[2863,"impl-TypeConversion%3Ci64,+i64%3E-for-CSVArrowTransport"],[2864,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-CSVArrowTransport"],[2865,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-CSVArrowTransport"],[2866,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-CSVArrowTransport"],[2867,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-CSVArrowTransport"],[2868,"impl-TypeConversion%3Cf64,+f64%3E-for-CSVArrowTransport"],[2869,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-CSVArrowTransport"],[2870,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-CSVArrowTransport"],[2871,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrowTransport"],[2872,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrowTransport"],[2873,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrowTransport"],[2874,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrowTransport"],[2875,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2876,"impl-TypeConversion%3CString,+String%3E-for-DummyArrowTransport"],[2877,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrowTransport"],[2878,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrowTransport"],[2879,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrowTransport"],[2880,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrowTransport"],[2881,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrowTransport"],[2882,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrowTransport"],[2883,"impl-TypeConversion%3Ci64,+i64%3E-for-DummyArrow2Transport"],[2884,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-DummyArrow2Transport"],[2885,"impl-TypeConversion%3CString,+String%3E-for-DummyArrow2Transport"],[2886,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CNaiveDateTime%3E%3E-for-DummyArrow2Transport"],[2887,"impl-TypeConversion%3CDateTime%3CUtc%3E,+NaiveDateTime%3E-for-DummyArrow2Transport"],[2888,"impl-TypeConversion%3Cf64,+f64%3E-for-DummyArrow2Transport"],[2889,"impl-TypeConversion%3Cbool,+bool%3E-for-DummyArrow2Transport"],[2890,"impl-TypeConversion%3CNaiveDate,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2891,"impl-TypeConversion%3CNaiveDateTime,+DateTime%3CUtc%3E%3E-for-DummyArrow2Transport"],[2892,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-DummyArrow2Transport"],[2893,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-DummyArrow2Transport"],[2894,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-DummyArrow2Transport"],[2895,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2896,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2897,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2898,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2899,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2900,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2901,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2902,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2903,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2904,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2905,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2906,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2907,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2908,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2909,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2910,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2911,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2912,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2913,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2914,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2915,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2916,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2917,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2918,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2919,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2920,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2921,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2922,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2923,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2924,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2925,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2926,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2927,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2928,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2929,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrow2Transport"],[2930,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrow2Transport"],[2931,"impl-TypeConversion%3Cu8,+i32%3E-for-MsSQLArrow2Transport"],[2932,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrow2Transport"],[2933,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrow2Transport"],[2934,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrow2Transport"],[2935,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrow2Transport"],[2936,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2937,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrow2Transport"],[2938,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrow2Transport"],[2939,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrow2Transport"],[2940,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrow2Transport"],[2941,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrow2Transport"],[2942,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrow2Transport"],[2943,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrow2Transport"],[2944,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2945,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2946,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrow2Transport"],[2947,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrow2Transport"],[2948,"impl-TypeConversion%3Ci16,+i32%3E-for-MsSQLArrow2Transport"],[2949,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrow2Transport"],[2950,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrow2Transport"],[2951,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrow2Transport"],[2952,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrow2Transport"],[2953,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrow2Transport"],[2954,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2955,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2956,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrow2Transport"],[2957,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrow2Transport"],[2958,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2959,"impl-TypeConversion%3Ci32,+i32%3E-for-MsSQLArrow2Transport"],[2960,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrow2Transport"],[2961,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-MsSQLArrow2Transport"],[2962,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrow2Transport"],[2963,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-MsSQLArrowTransport"],[2964,"impl-TypeConversion%3COption%3CIntN%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2965,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MsSQLArrowTransport"],[2966,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MsSQLArrowTransport"],[2967,"impl-TypeConversion%3CDecimal,+f64%3E-for-MsSQLArrowTransport"],[2968,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-MsSQLArrowTransport"],[2969,"impl-TypeConversion%3Cf32,+f32%3E-for-MsSQLArrowTransport"],[2970,"impl-TypeConversion%3Cu8,+i64%3E-for-MsSQLArrowTransport"],[2971,"impl-TypeConversion%3CFloatN,+f64%3E-for-MsSQLArrowTransport"],[2972,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2973,"impl-TypeConversion%3Ci64,+i64%3E-for-MsSQLArrowTransport"],[2974,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2975,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MsSQLArrowTransport"],[2976,"impl-TypeConversion%3CIntN,+i64%3E-for-MsSQLArrowTransport"],[2977,"impl-TypeConversion%3Ci32,+i64%3E-for-MsSQLArrowTransport"],[2978,"impl-TypeConversion%3Ci16,+i64%3E-for-MsSQLArrowTransport"],[2979,"impl-TypeConversion%3COption%3C%26%5Bu8%5D%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MsSQLArrowTransport"],[2980,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MsSQLArrowTransport"],[2981,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MsSQLArrowTransport"],[2982,"impl-TypeConversion%3Cbool,+bool%3E-for-MsSQLArrowTransport"],[2983,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2984,"impl-TypeConversion%3Cf64,+f64%3E-for-MsSQLArrowTransport"],[2985,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-MsSQLArrowTransport"],[2986,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2987,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-MsSQLArrowTransport"],[2988,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2989,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MsSQLArrowTransport"],[2990,"impl-TypeConversion%3COption%3CFloatN%3E,+Option%3Cf64%3E%3E-for-MsSQLArrowTransport"],[2991,"impl-TypeConversion%3CUuid,+String%3E-for-MsSQLArrowTransport"],[2992,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2993,"impl-TypeConversion%3C%26str,+String%3E-for-MsSQLArrowTransport"],[2994,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-MsSQLArrowTransport"],[2995,"impl-TypeConversion%3C%26%5Bu8%5D,+Vec%3Cu8%3E%3E-for-MsSQLArrowTransport"],[2996,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MsSQLArrowTransport"],[2997,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2998,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[2999,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3000,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3001,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3002,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3003,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3004,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3005,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3006,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3007,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3008,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3009,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3010,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3011,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3012,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3013,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3014,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3015,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3016,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3017,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3018,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3019,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3020,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3021,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3022,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3023,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3024,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3025,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3026,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3027,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3028,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3029,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3030,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3031,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3032,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3033,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3034,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3035,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3036,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3037,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3038,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3039,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3040,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3041,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3042,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3043,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3044,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3045,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3046,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3047,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3048,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3049,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3050,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3051,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3052,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3053,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3054,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3055,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3056,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3057,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3058,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3059,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3060,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3061,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3062,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3063,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3064,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3065,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3066,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3067,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3068,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3069,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3070,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3071,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3072,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3073,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3074,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3075,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3076,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3077,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3078,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3079,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3080,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3081,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3082,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3083,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3084,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3085,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3086,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3087,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3088,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3089,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3090,"impl-TypeConversion%3Ci8,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3091,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrow2Transport%3CP%3E"],[3092,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3093,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3094,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrow2Transport%3CP%3E"],[3095,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3096,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3097,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3098,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3099,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3100,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3101,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3102,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3103,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3104,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3105,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3106,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3107,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3108,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3109,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3110,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3111,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3112,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3113,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3114,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3115,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3116,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3117,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3118,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3119,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3120,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3121,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3122,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3123,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3124,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3125,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3126,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[3127,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrow2Transport%3CTextProtocol%3E"],[3128,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3129,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3130,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3131,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3132,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3133,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3134,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3135,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3136,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3137,"impl-TypeConversion%3Cf32,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3138,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3139,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3140,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3141,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3142,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3143,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3144,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3145,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3146,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3147,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3148,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3149,"impl-TypeConversion%3COption%3Cu64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3150,"impl-TypeConversion%3COption%3Ci8%3E,+Option%3Cbool%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3151,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3152,"impl-TypeConversion%3Cf64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3153,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3154,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3155,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3156,"impl-TypeConversion%3COption%3Cu32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3157,"impl-TypeConversion%3CDecimal,+f64%3E-for-MySQLArrowTransport%3CP%3E"],[3158,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3159,"impl-TypeConversion%3CValue,+String%3E-for-MySQLArrowTransport%3CP%3E"],[3160,"impl-TypeConversion%3COption%3Cu16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3161,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3162,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3163,"impl-TypeConversion%3Cu8,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3164,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3165,"impl-TypeConversion%3Cu16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3166,"impl-TypeConversion%3Ci64,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3167,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3168,"impl-TypeConversion%3Ci16,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3169,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3170,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3171,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3172,"impl-TypeConversion%3Ci8,+bool%3E-for-MySQLArrowTransport%3CP%3E"],[3173,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3174,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3175,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3176,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3177,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3178,"impl-TypeConversion%3CString,+String%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3179,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3180,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3181,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3182,"impl-TypeConversion%3Cu32,+i64%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3183,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3184,"impl-TypeConversion%3COption%3Cu8%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3185,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3186,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3187,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3188,"impl-TypeConversion%3Ci32,+i64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3189,"impl-TypeConversion%3Cu64,+f64%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3190,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[3191,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3192,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-MySQLArrowTransport%3CTextProtocol%3E"],[3193,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3194,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3195,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3196,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3197,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3198,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3199,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3200,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3201,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3202,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3203,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3204,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3205,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrow2Transport"],[3206,"impl-TypeConversion%3CString,+String%3E-for-OracleArrow2Transport"],[3207,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrow2Transport"],[3208,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrow2Transport"],[3209,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrow2Transport"],[3210,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrow2Transport"],[3211,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrow2Transport"],[3212,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrow2Transport"],[3213,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrow2Transport"],[3214,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrow2Transport"],[3215,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrow2Transport"],[3216,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrow2Transport"],[3217,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-OracleArrowTransport"],[3218,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-OracleArrowTransport"],[3219,"impl-TypeConversion%3Cf64,+f64%3E-for-OracleArrowTransport"],[3220,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-OracleArrowTransport"],[3221,"impl-TypeConversion%3Ci64,+i64%3E-for-OracleArrowTransport"],[3222,"impl-TypeConversion%3CString,+String%3E-for-OracleArrowTransport"],[3223,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-OracleArrowTransport"],[3224,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-OracleArrowTransport"],[3225,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-OracleArrowTransport"],[3226,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-OracleArrowTransport"],[3227,"impl-TypeConversion%3COption%3CString%3E,+Option%3CString%3E%3E-for-OracleArrowTransport"],[3228,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-OracleArrowTransport"],[3229,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3230,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3231,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3232,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3233,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3234,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3235,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3236,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3237,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3238,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3239,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3240,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3241,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3242,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3243,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3244,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3245,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3246,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3247,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3248,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3249,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3250,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3251,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3252,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3253,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3254,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3255,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3256,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3257,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3258,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3259,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3260,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3261,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3262,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3263,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3264,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3265,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3266,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3267,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3268,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3269,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3270,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3271,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3272,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3273,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3274,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3275,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3276,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3277,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3278,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3279,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3280,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3281,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3282,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3283,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3284,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3285,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3286,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3287,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3288,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3289,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3290,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3291,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3292,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3293,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3294,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3295,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3296,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3297,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3298,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3299,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3300,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3301,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3302,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3303,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3304,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3305,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3306,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3307,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3308,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3309,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3310,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3311,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3312,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3313,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3314,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3315,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3316,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3317,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3318,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3319,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3320,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3321,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3322,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3323,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3324,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3325,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3326,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3327,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3328,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3329,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3330,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3331,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3332,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3333,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3334,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3335,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3336,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3337,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3338,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3339,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3340,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3341,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3342,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3343,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3344,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3345,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3346,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3347,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3348,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3349,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3350,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3351,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3352,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3353,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3354,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3355,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3356,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3357,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3358,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3359,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3360,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3361,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3362,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3363,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3364,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3365,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3366,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3367,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3368,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3369,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3370,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3371,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3372,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3373,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3374,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3375,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3376,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3377,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3378,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3379,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3380,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3381,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3382,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3383,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3384,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3385,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3386,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3387,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3388,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3389,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3390,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3391,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3392,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3393,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3394,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3395,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3396,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3397,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3398,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3399,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3400,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3401,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3402,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3403,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3404,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3405,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3406,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3407,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3408,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3409,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3410,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3411,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3412,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3413,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3414,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3415,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3416,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3417,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3418,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3419,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3420,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3421,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3422,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3423,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3424,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3425,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3426,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3427,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3428,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3429,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3430,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3431,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3432,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3433,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3434,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3435,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3436,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3437,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3438,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3439,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3440,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3441,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3442,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3443,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3444,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3445,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3446,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3447,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3448,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3449,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3450,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3451,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3452,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3453,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3454,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3455,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3456,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3457,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3458,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3459,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3460,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3461,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3462,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3463,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3464,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3465,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3466,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3467,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3468,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3469,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3470,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3471,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3472,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3473,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3474,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3475,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3476,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3477,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3478,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3479,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3480,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3481,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3482,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3483,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3484,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3485,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3486,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3487,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3488,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3489,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3490,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3491,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3492,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3493,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3494,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3495,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3496,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3497,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3498,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3499,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3500,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3501,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3502,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3503,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3504,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3505,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3506,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3507,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3508,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3509,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3510,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3511,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3512,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3513,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3514,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3515,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3516,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3517,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3518,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3519,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3520,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3521,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3522,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3523,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3524,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3525,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3526,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3527,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3528,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3529,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3530,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3531,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3532,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3533,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3534,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3535,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3536,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3537,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3538,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3539,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3540,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3541,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3542,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3543,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3544,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3545,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3546,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3547,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3548,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3549,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3550,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3551,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3552,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3553,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3554,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3555,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3556,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3557,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3558,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3559,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3560,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3561,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3562,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3563,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3564,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3565,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3566,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3567,"impl-TypeConversion%3CVec%3CDecimal%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3568,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3569,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3570,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3571,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3572,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3573,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3574,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3575,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3576,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3577,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3578,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3579,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3580,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3581,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3582,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3583,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3584,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3585,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3586,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3587,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3588,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3589,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3590,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3591,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3592,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3593,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3594,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3595,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3596,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3597,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3598,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3599,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3600,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3601,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3602,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3603,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3604,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3605,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3606,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3607,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3608,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3609,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3610,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3611,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3612,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3613,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3614,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3615,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3616,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3617,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3618,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3619,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3620,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3621,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3622,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3623,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3624,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3625,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3626,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3627,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3628,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3629,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3630,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3631,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3632,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3633,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3634,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3635,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3636,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3637,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3638,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3639,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3640,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3641,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3642,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3643,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3644,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3645,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3646,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3647,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3648,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3649,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3650,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3651,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3652,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3653,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3654,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3655,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3656,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3657,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3658,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3659,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3660,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3661,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3662,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3663,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3664,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3665,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3666,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3667,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3668,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3669,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3670,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3671,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3672,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3673,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3674,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3675,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3676,"impl-TypeConversion%3COption%3CVec%3Cf64%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3677,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3678,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3679,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3680,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3681,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3682,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3683,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3684,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3685,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3686,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3687,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3688,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3689,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3690,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3691,"impl-TypeConversion%3CVec%3Cf32%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3692,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3693,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3694,"impl-TypeConversion%3COption%3CVec%3CString%3E%3E,+Option%3CVec%3CString%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3695,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3696,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3697,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3698,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrow2Transport%3CP,+C%3E"],[3699,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3700,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3701,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3702,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3703,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3704,"impl-TypeConversion%3COption%3CVec%3Cbool%3E%3E,+Option%3CVec%3Cbool%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3705,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3706,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3707,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3708,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3709,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3710,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3711,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3712,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3713,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3714,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3715,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3716,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3717,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3718,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3719,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3720,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3721,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3722,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci32%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3723,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3724,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3725,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3726,"impl-TypeConversion%3Ci32,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3727,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3728,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3729,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3730,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3731,"impl-TypeConversion%3COption%3CVec%3Cf32%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3732,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3733,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3734,"impl-TypeConversion%3COption%3CVec%3CDecimal%3E%3E,+Option%3CVec%3Cf64%3E%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3735,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3736,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3737,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3738,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3739,"impl-TypeConversion%3Cf32,+f32%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3740,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3741,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3742,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3743,"impl-TypeConversion%3COption%3CVec%3Ci16%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3744,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3745,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3746,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3747,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3748,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3749,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3750,"impl-TypeConversion%3CVec%3Ci16%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3751,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3752,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3753,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3754,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3755,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3756,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3757,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3758,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%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%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3761,"impl-TypeConversion%3Ci16,+i32%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3762,"impl-TypeConversion%3COption%3CVec%3Ci64%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3763,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3764,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3765,"impl-TypeConversion%3CVec%3Ci64%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3766,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3767,"impl-TypeConversion%3CVec%3Cbool%3E,+Vec%3Cbool%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3768,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3769,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3770,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3771,"impl-TypeConversion%3CVec%3CString%3E,+Vec%3CString%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[3772,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3773,"impl-TypeConversion%3CVec%3Cf64%3E,+Vec%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3774,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf32%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3775,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3776,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3777,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3778,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3779,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3780,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[3781,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3782,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[3783,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[3784,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[3785,"impl-TypeConversion%3CVec%3Ci32%3E,+Vec%3Ci64%3E%3E-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3786,"impl-TypeConversion%3COption%3CVec%3Ci32%3E%3E,+Option%3CVec%3Ci64%3E%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3787,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[3788,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3789,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3790,"impl-TypeConversion%3CUuid,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3791,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3792,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3793,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3794,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3795,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3796,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3797,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3798,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3799,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3800,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3801,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3802,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3803,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3804,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3805,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3806,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3807,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3808,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3809,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3810,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3811,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3812,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3813,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3814,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3815,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3816,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3817,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3818,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3819,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3820,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3821,"impl-TypeConversion%3CDecimal,+f64%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3822,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3823,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3824,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3825,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3826,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3827,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3828,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3829,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3830,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3831,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3832,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3833,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3834,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3835,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3836,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3837,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3838,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3839,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3840,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3841,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3842,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3843,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3844,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3845,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3846,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3847,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3848,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3849,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3850,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3851,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3852,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3853,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3854,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3855,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3856,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3857,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3858,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3859,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3860,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3861,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3862,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3863,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3864,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3865,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3866,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3867,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3868,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3869,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3870,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3871,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3872,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3873,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3874,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3875,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3876,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3877,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3878,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3879,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3880,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3881,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3882,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3883,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3884,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3885,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3886,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3887,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3888,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3889,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3890,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3891,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3892,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3893,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3894,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3895,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3896,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3897,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3898,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3899,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3900,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3901,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3902,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3903,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3904,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3905,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3906,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3907,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3908,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3909,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3910,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3911,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3912,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3913,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3914,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3915,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3916,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3917,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3918,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3919,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3920,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3921,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3922,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3923,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3924,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3925,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3926,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3927,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3928,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3929,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3930,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3931,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3932,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3933,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3934,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3935,"impl-TypeConversion%3COption%3CValue%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3936,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3937,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3938,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3939,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3940,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3941,"impl-TypeConversion%3Cf32,+f64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3942,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3943,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3944,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3945,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3946,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3947,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3948,"impl-TypeConversion%3COption%3CDecimal%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3949,"impl-TypeConversion%3Ci32,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3950,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3951,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3952,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3953,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3954,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3955,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3956,"impl-TypeConversion%3Ci16,+i64%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%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3959,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3960,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3961,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3962,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3963,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3964,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3965,"impl-TypeConversion%3CValue,+String%3E-for-PostgresArrowTransport%3CP,+C%3E"],[3966,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3967,"impl-TypeConversion%3COption%3CUuid%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3968,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3969,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3970,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3971,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3972,"impl-TypeConversion%3COption%3Cf32%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3973,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3974,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3975,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3976,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3977,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3978,"impl-TypeConversion%3Cf64,+f64%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3979,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[3980,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3981,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3982,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3983,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[3984,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3985,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%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%3Ci64,+i64%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3988,"impl-TypeConversion%3CDateTime%3CUtc%3E,+DateTime%3CUtc%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3989,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3990,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3991,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3992,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[3993,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3994,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[3995,"impl-TypeConversion%3Ci64,+i64%3E-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[3996,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[3997,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[3998,"impl-TypeConversion%3COption%3C%26str%3E,+Option%3CString%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[3999,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4000,"impl-TypeConversion%3Ci16,+i64%3E-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4001,"impl-TypeConversion%3Cbool,+bool%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4002,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4003,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4004,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4005,"impl-TypeConversion%3COption%3CDateTime%3CUtc%3E%3E,+Option%3CDateTime%3CUtc%3E%3E%3E-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4006,"impl-TypeConversion%3C%26str,+String%3E-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4007,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4008,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4009,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4010,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4011,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4012,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4013,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4014,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4015,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4016,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4017,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4018,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4019,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4020,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4021,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4022,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4023,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4024,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4025,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4026,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4027,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrow2Transport"],[4028,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrow2Transport"],[4029,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4030,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrow2Transport"],[4031,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrow2Transport"],[4032,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrow2Transport"],[4033,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4034,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrow2Transport"],[4035,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrow2Transport"],[4036,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrow2Transport"],[4037,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrow2Transport"],[4038,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrow2Transport"],[4039,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrow2Transport"],[4040,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrow2Transport"],[4041,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrow2Transport"],[4042,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrow2Transport"],[4043,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrow2Transport"],[4044,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrow2Transport"],[4045,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrow2Transport"],[4046,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrow2Transport"],[4047,"impl-TypeConversion%3COption%3CVec%3Cu8%3E%3E,+Option%3CVec%3Cu8%3E%3E%3E-for-SQLiteArrowTransport"],[4048,"impl-TypeConversion%3CBox%3Cstr%3E,+String%3E-for-SQLiteArrowTransport"],[4049,"impl-TypeConversion%3Ci32,+i64%3E-for-SQLiteArrowTransport"],[4050,"impl-TypeConversion%3COption%3CBox%3Cstr%3E%3E,+Option%3CString%3E%3E-for-SQLiteArrowTransport"],[4051,"impl-TypeConversion%3COption%3CNaiveDate%3E,+Option%3CNaiveDate%3E%3E-for-SQLiteArrowTransport"],[4052,"impl-TypeConversion%3CNaiveTime,+NaiveTime%3E-for-SQLiteArrowTransport"],[4053,"impl-TypeConversion%3COption%3Ci32%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4054,"impl-TypeConversion%3CNaiveDateTime,+NaiveDateTime%3E-for-SQLiteArrowTransport"],[4055,"impl-TypeConversion%3Ci16,+i64%3E-for-SQLiteArrowTransport"],[4056,"impl-TypeConversion%3Cbool,+bool%3E-for-SQLiteArrowTransport"],[4057,"impl-TypeConversion%3COption%3Ci16%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4058,"impl-TypeConversion%3COption%3Cbool%3E,+Option%3Cbool%3E%3E-for-SQLiteArrowTransport"],[4059,"impl-TypeConversion%3CVec%3Cu8%3E,+Vec%3Cu8%3E%3E-for-SQLiteArrowTransport"],[4060,"impl-TypeConversion%3Ci64,+i64%3E-for-SQLiteArrowTransport"],[4061,"impl-TypeConversion%3COption%3Ci64%3E,+Option%3Ci64%3E%3E-for-SQLiteArrowTransport"],[4062,"impl-TypeConversion%3COption%3CNaiveDateTime%3E,+Option%3CNaiveDateTime%3E%3E-for-SQLiteArrowTransport"],[4063,"impl-TypeConversion%3COption%3CNaiveTime%3E,+Option%3CNaiveTime%3E%3E-for-SQLiteArrowTransport"],[4064,"impl-TypeConversion%3CNaiveDate,+NaiveDate%3E-for-SQLiteArrowTransport"],[4065,"impl-TypeConversion%3Cf64,+f64%3E-for-SQLiteArrowTransport"],[4066,"impl-TypeConversion%3COption%3Cf64%3E,+Option%3Cf64%3E%3E-for-SQLiteArrowTransport"],[4076,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4077,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4078,"impl-Transport-for-MySQLArrow2Transport%3CTextProtocol%3E"],[4079,"impl-Transport-for-MySQLArrow2Transport%3CBinaryProtocol%3E"],[4080,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4081,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4085,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4086,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4087,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4088,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4089,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4090,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4091,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4092,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4093,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4094,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4095,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4096,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4097,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4098,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4099,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4100,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4101,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4102,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4103,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4104,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4105,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4106,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4107,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4108,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4229,"impl-Display-for-BigQueryArrowTransportError"],[4230,"impl-Debug-for-BigQueryArrowTransportError"],[4231,"impl-Debug-for-BigQueryArrow2TransportError"],[4232,"impl-Display-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-Debug-for-MsSQLArrowTransportError"],[4240,"impl-Display-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-Debug-for-OracleArrow2TransportError"],[4250,"impl-Display-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-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-Debug-for-SQLiteArrowTransportError"],[4264,"impl-Display-for-SQLiteArrowTransportError"],[4286,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4288,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4289,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4291,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrow2TransportError"],[4292,"impl-From%3CConnectorXError%3E-for-BigQueryArrow2TransportError"],[4293,"impl-From%3CArrow2DestinationError%3E-for-BigQueryArrow2TransportError"],[4294,"impl-From%3CArrowDestinationError%3E-for-BigQueryArrowTransportError"],[4295,"impl-From%3CBigQuerySourceError%3E-for-BigQueryArrowTransportError"],[4297,"impl-From%3CConnectorXError%3E-for-BigQueryArrowTransportError"],[4299,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4300,"impl-From%3CMsSQLSourceError%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"],[4308,"impl-From%3CConnectorXError%3E-for-MsSQLArrowTransportError"],[4309,"impl-From%3CMsSQLSourceError%3E-for-MsSQLArrowTransportError"],[4310,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4311,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4312,"impl-From%3CArrowDestinationError%3E-for-MySQLArrowTransportError"],[4314,"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"],[4319,"impl-From%3CMySQLSourceError%3E-for-MySQLArrowTransportError"],[4321,"impl-From%3CConnectorXError%3E-for-MySQLArrowTransportError"],[4322,"impl-From%3CArrowDestinationError%3E-for-OracleArrowTransportError"],[4324,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4325,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4326,"impl-From%3CConnectorXError%3E-for-OracleArrow2TransportError"],[4327,"impl-From%3COracleSourceError%3E-for-OracleArrow2TransportError"],[4329,"impl-From%3CArrow2DestinationError%3E-for-OracleArrow2TransportError"],[4330,"impl-From%3CConnectorXError%3E-for-OracleArrowTransportError"],[4332,"impl-From%3COracleSourceError%3E-for-OracleArrowTransportError"],[4333,"impl-From%3CArrowDestinationError%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%3CConnectorXError%3E-for-PostgresArrow2TransportError"],[4340,"impl-From%3CPostgresSourceError%3E-for-PostgresArrow2TransportError"],[4341,"impl-From%3CArrow2DestinationError%3E-for-PostgresArrow2TransportError"],[4342,"impl-From%3CArrowDestinationError%3E-for-PostgresArrowTransportError"],[4344,"impl-From%3CPostgresSourceError%3E-for-PostgresArrowTransportError"],[4345,"impl-From%3CConnectorXError%3E-for-PostgresArrowTransportError"],[4346,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4347,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4349,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4350,"impl-From%3CConnectorXError%3E-for-SQLiteArrow2TransportError"],[4352,"impl-From%3CArrow2DestinationError%3E-for-SQLiteArrow2TransportError"],[4353,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrow2TransportError"],[4355,"impl-From%3CSQLiteSourceError%3E-for-SQLiteArrowTransportError"],[4356,"impl-From%3CArrowDestinationError%3E-for-SQLiteArrowTransportError"],[4357,"impl-From%3CConnectorXError%3E-for-SQLiteArrowTransportError"],[4484,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4485,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%3E"],[4486,"impl-Transport-for-MySQLArrow2Transport%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%3CSimpleProtocol,+MakeTlsConnector%3E"],[4494,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4495,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4496,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4497,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4498,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4499,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4500,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4501,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4502,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4503,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4504,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4505,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4506,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4507,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4508,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4509,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4510,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4511,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4512,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4513,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4514,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4515,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4516,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4529,"impl-Transport-for-MySQLArrowTransport%3CTextProtocol%3E"],[4530,"impl-Transport-for-MySQLArrowTransport%3CBinaryProtocol%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%3CBinaryProtocol,+NoTls%3E"],[4541,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4542,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4543,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4544,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4545,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4546,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+MakeTlsConnector%3E"],[4547,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+MakeTlsConnector%3E"],[4548,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+NoTls%3E"],[4549,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+MakeTlsConnector%3E"],[4550,"impl-Transport-for-PostgresArrow2Transport%3CCSVProtocol,+NoTls%3E"],[4551,"impl-Transport-for-PostgresArrow2Transport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4552,"impl-Transport-for-PostgresArrow2Transport%3CSimpleProtocol,+NoTls%3E"],[4553,"impl-Transport-for-PostgresArrow2Transport%3CCursorProtocol,+NoTls%3E"],[4554,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+NoTls%3E"],[4555,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+MakeTlsConnector%3E"],[4556,"impl-Transport-for-PostgresArrowTransport%3CBinaryProtocol,+NoTls%3E"],[4557,"impl-Transport-for-PostgresArrowTransport%3CCursorProtocol,+MakeTlsConnector%3E"],[4558,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+MakeTlsConnector%3E"],[4559,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+NoTls%3E"],[4560,"impl-Transport-for-PostgresArrowTransport%3CCSVProtocol,+NoTls%3E"],[4561,"impl-Transport-for-PostgresArrowTransport%3CSimpleProtocol,+MakeTlsConnector%3E"]]}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); diff --git a/rust-docs/trait.impl/core/clone/trait.Clone.js b/rust-docs/trait.impl/core/clone/trait.Clone.js index 1eda855bc..6b576a92d 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 ArrowTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for DummyTypeSystem"],["impl Clone for PostgresTypeSystem"],["impl Clone for DataOrder"],["impl Clone for SourceConn"],["impl Clone for CSVTypeSystem"],["impl Clone for OracleTypeSystem"],["impl Clone for SQLiteTypeSystem"],["impl Clone for MySQLTypeSystem"],["impl Clone for BigQueryTypeSystem"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for MsSQLTypeSystem"],["impl Clone for Arrow2TypeSystem"],["impl Clone for SourceType"]] +"connectorx":[["impl Clone for Arrow2TypeSystem"],["impl<Q: Clone> Clone for CXQuery<Q>"],["impl Clone for PostgresTypeSystem"],["impl Clone for DataOrder"],["impl Clone for BigQueryTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for MsSQLTypeSystem"],["impl Clone for OracleTypeSystem"],["impl Clone for MySQLTypeSystem"],["impl Clone for ArrowTypeSystem"],["impl Clone for DummyTypeSystem"],["impl Clone for CSVTypeSystem"],["impl Clone for SourceConn"],["impl Clone for SQLiteTypeSystem"],["impl Clone for SourceType"]] };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 d92fa93a3..9759b85f0 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 ArrowTypeSystem"],["impl Eq for Arrow2TypeSystem"],["impl Eq for CSVTypeSystem"],["impl Eq for ArrowTypeSystem"],["impl Eq for DataOrder"],["impl Eq for DummyTypeSystem"]] +"connectorx":[["impl Eq for DataOrder"],["impl Eq for ArrowTypeSystem"],["impl Eq for ArrowTypeSystem"],["impl Eq for CSVTypeSystem"],["impl Eq for Arrow2TypeSystem"],["impl Eq 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.Ord.js b/rust-docs/trait.impl/core/cmp/trait.Ord.js index 2d97910ce..f2ccdad0a 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 CSVTypeSystem"],["impl Ord for Arrow2TypeSystem"],["impl Ord for DummyTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for ArrowTypeSystem"]] +"connectorx":[["impl Ord for CSVTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for ArrowTypeSystem"],["impl Ord for Arrow2TypeSystem"],["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 7f6f24eb2..c7342c6c8 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 DummyTypeSystem"],["impl PartialEq for CSVTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for Arrow2TypeSystem"]] +"connectorx":[["impl PartialEq for ArrowTypeSystem"],["impl PartialEq for DummyTypeSystem"],["impl PartialEq for DataOrder"],["impl PartialEq for SQLiteTypeSystem"],["impl PartialEq for CSVTypeSystem"],["impl PartialEq for ArrowTypeSystem"],["impl PartialEq 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/cmp/trait.PartialOrd.js b/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js index 8d419e960..58b0b871e 100644 --- a/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js +++ b/rust-docs/trait.impl/core/cmp/trait.PartialOrd.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"connectorx":[["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for Arrow2TypeSystem"],["impl PartialOrd for DummyTypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for CSVTypeSystem"]] +"connectorx":[["impl PartialOrd for CSVTypeSystem"],["impl PartialOrd for DummyTypeSystem"],["impl PartialOrd for ArrowTypeSystem"],["impl PartialOrd for Arrow2TypeSystem"],["impl PartialOrd 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/convert/trait.From.js b/rust-docs/trait.impl/core/convert/trait.From.js index 86b0220f2..a823c0a48 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<ArrowDestinationError> for OracleArrowTransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<Error> for SQLiteSourceError"],["impl From<Error> for MySQLSourceError"],["impl From<BQError> for BigQuerySourceError"],["impl From<Error> for ConnectorXError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<ParserError> for ConnectorXError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<Error> for CSVSourceError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParseError> for ConnectorXOutError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<Error> for MySQLSourceError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<&str> for CXQuery"],["impl From<Error> for MsSQLSourceError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl From<Error> for ConnectorXError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<VarError> for ConnectorXError"],["impl From<BQError> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<Error> for ArrowDestinationError"],["impl From<Error> for Arrow2DestinationError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<&CXQuery> for CXQuery"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<DataFusionError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<ParseError> for MsSQLSourceError"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<Error> for MySQLSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<Error> for CSVSourceError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<ParseError> for OracleSourceError"],["impl From<&String> for CXQuery"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<Error> for ConnectorXOutError"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<Error> for Arrow2DestinationError"],["impl From<Error> for MsSQLSourceError"],["impl From<Error> for OracleSourceError"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for PostgresSourceError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<FromHexError> for PostgresSourceError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<&&str> for CXQuery"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<Error> for ArrowDestinationError"],["impl From<Option<String>> for ProduceContext"],["impl From<PolarsError> for Arrow2DestinationError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for CSVSourceError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"],["impl From<ConnectorXError> for MySQLSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<Error> for BigQuerySourceError"],["impl From<ConnectorXError> for SQLiteSourceError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<Error> for SQLiteSourceError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<Error> for OracleSourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl From<UrlError> for MySQLSourceError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"]] +"connectorx":[["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<MsSQLSourceError> for ConnectorXOutError"],["impl From<ParseFloatError> for BigQuerySourceError"],["impl From<MsSQLArrowTransportError> for ConnectorXOutError"],["impl From<SQLiteArrow2TransportError> for ConnectorXOutError"],["impl From<BigQueryArrowTransportError> for ConnectorXOutError"],["impl From<Error> for BigQuerySourceError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<MySQLSourceError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl<'a> From<BigQueryTypeSystem> for FieldType"],["impl From<Error> for PostgresSourceError"],["impl From<BigQuerySourceError> for BigQueryArrow2TransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<MySQLSourceError> for MySQLArrow2TransportError"],["impl<'a> From<&'a OracleType> for OracleTypeSystem"],["impl From<Error> for MySQLSourceError"],["impl From<ParseError> for OracleSourceError"],["impl From<FromUtf8Error> for SQLiteSourceError"],["impl From<ParseError> for ConnectorXOutError"],["impl From<SQLiteArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for CSVSourceError"],["impl From<&String> for CXQuery"],["impl From<Error> for SQLiteSourceError"],["impl From<SQLiteSourceError> for ConnectorXOutError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<Arrow2DestinationError> for MsSQLArrow2TransportError"],["impl From<ConnectorXError> for PostgresArrow2TransportError"],["impl From<Error> for ArrowDestinationError"],["impl From<OracleSourceError> for OracleArrow2TransportError"],["impl From<PostgresArrow2TransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<Error> for Arrow2DestinationError"],["impl From<Error> for ArrowDestinationError"],["impl From<Error> for ConnectorXOutError"],["impl From<MySQLArrow2TransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for Arrow2DestinationError"],["impl From<ConnectorXError> for MySQLArrow2TransportError"],["impl From<UrlError> for MySQLSourceError"],["impl From<Arrow2DestinationError> for BigQueryArrow2TransportError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for BigQuerySourceError"],["impl From<Error> for PostgresSourceError"],["impl From<ArrowDestinationError> for OracleArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<OracleArrow2TransportError> for ConnectorXOutError"],["impl From<ParserError> for ConnectorXError"],["impl From<MsSQLSourceError> for MsSQLArrow2TransportError"],["impl From<FromUtf8Error> for OracleSourceError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl<'a> From<&'a Type> for PostgresTypeSystem"],["impl From<Error> for CSVSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for OracleSourceError"],["impl From<MySQLArrowTransportError> for ConnectorXOutError"],["impl From<Error> for ConnectorXError"],["impl From<Error> for CSVSourceError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<PostgresSourceError> for ConnectorXOutError"],["impl From<Error> for MsSQLSourceError"],["impl From<ConnectorXError> for SQLiteArrowTransportError"],["impl From<Error> for OracleSourceError"],["impl From<Arrow2DestinationError> for OracleArrow2TransportError"],["impl From<ParseError> for MsSQLSourceError"],["impl From<PostgresArrowTransportError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrow2TransportError"],["impl<'a> From<&'a FieldType> for BigQueryTypeSystem"],["impl From<ArrowDestinationError> for MySQLArrowTransportError"],["impl From<&str> for CXQuery"],["impl<'a> From<(&'a ColumnType, &'a ColumnFlags)> for MySQLTypeSystem"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl From<PolarsError> for Arrow2DestinationError"],["impl From<BQError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Error> for SQLiteSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<ArrowDestinationError> for BigQueryArrowTransportError"],["impl From<Error> for ConnectorXOutError"],["impl From<MySQLSourceError> for MySQLArrowTransportError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<Error> for PostgresSourceError"],["impl From<ConnectorXError> for PostgresArrowTransportError"],["impl From<ConnectorXError> for SQLiteArrow2TransportError"],["impl From<Arrow2DestinationError> for SQLiteArrow2TransportError"],["impl From<BigQuerySourceError> for ConnectorXOutError"],["impl From<Error> for Arrow2DestinationError"],["impl From<Error> for ConnectorXOutError"],["impl From<Error> for ConnectorXError"],["impl From<BigQuerySourceError> for BigQueryArrowTransportError"],["impl From<PostgresSourceError> for PostgresArrow2TransportError"],["impl<'a> From<&'a ColumnType> for MsSQLTypeSystem"],["impl From<Arrow2DestinationError> for MySQLArrow2TransportError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<Error> for MsSQLSourceError"],["impl From<Error> for MySQLSourceError"],["impl From<ConnectorXError> for BigQuerySourceError"],["impl From<OracleArrowTransportError> for ConnectorXOutError"],["impl From<ConnectorXError> for OracleArrow2TransportError"],["impl From<ConnectorXError> for MySQLArrowTransportError"],["impl From<VarError> for ConnectorXError"],["impl From<ConnectorXError> for ArrowDestinationError"],["impl From<MsSQLArrow2TransportError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for PostgresArrowTransportError"],["impl<'a> From<PostgresTypePairs<'a>> for Type"],["impl From<FromHexError> for PostgresSourceError"],["impl From<ArrowDestinationError> for SQLiteArrowTransportError"],["impl From<ConnectorXError> for PostgresSourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<DataFusionError> for ConnectorXOutError"],["impl From<ArrowDestinationError> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<MsSQLSourceError> for MsSQLArrowTransportError"],["impl From<Arrow2DestinationError> for PostgresArrow2TransportError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<Error> for OracleSourceError"],["impl From<ConnectorXError> for OracleArrowTransportError"],["impl From<&CXQuery> for CXQuery"],["impl From<&&str> for CXQuery"],["impl From<ConnectorXError> for MsSQLArrow2TransportError"],["impl From<ErrorStack> for PostgresSourceError"],["impl From<Arrow2DestinationError> for ConnectorXOutError"],["impl From<FromUtf8Error> for MsSQLSourceError"],["impl From<ArrowError> for ArrowDestinationError"],["impl From<BQError> for BigQuerySourceError"],["impl From<Error> for CSVSourceError"],["impl From<ConnectorXError> for MsSQLArrowTransportError"],["impl From<OracleSourceError> for OracleArrowTransportError"],["impl From<J4RsError> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQueryArrow2TransportError"],["impl From<ConnectorXError> for OracleSourceError"],["impl From<ConnectorXError> for SQLiteSourceError"],["impl From<Option<String>> for ProduceContext"],["impl From<ConnectorXError> for MySQLSourceError"],["impl From<OracleSourceError> for ConnectorXOutError"],["impl From<Error> for MySQLSourceError"],["impl From<Error> for CSVSourceError"],["impl From<ConnectorXError> for MsSQLSourceError"],["impl From<PostgresSourceError> for PostgresArrowTransportError"],["impl From<ParseIntError> for BigQuerySourceError"],["impl From<Error> for ConnectorXOutError"],["impl From<ConnectorXError> for BigQueryArrowTransportError"],["impl From<ParseError> for BigQuerySourceError"],["impl From<Error> for PostgresSourceError"],["impl From<RunError<Error>> for MsSQLSourceError"],["impl From<Error> for BigQuerySourceError"],["impl From<BigQueryArrow2TransportError> for ConnectorXOutError"],["impl From<SQLiteSourceError> for SQLiteArrowTransportError"],["impl From<ArrowDestinationError> for MsSQLArrowTransportError"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/convert/trait.TryFrom.js b/rust-docs/trait.impl/core/convert/trait.TryFrom.js index 995457601..97ca3e8e1 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<&str> for SourceConn"],["impl TryFrom<Type> for SQLiteTypeSystem"],["impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem"]] +"connectorx":[["impl TryFrom<(Option<&str>, Type)> for SQLiteTypeSystem"],["impl TryFrom<&str> for SourceConn"],["impl TryFrom<Type> for SQLiteTypeSystem"]] };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 df978fb52..201ee0a88 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 MySQLArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for MySQLArrowTransportError"],["impl Error for OracleSourceError"],["impl Error for OracleArrow2TransportError"],["impl Error for BigQueryArrowTransportError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for Arrow2DestinationError"],["impl Error for ConnectorXOutError"],["impl Error for PostgresArrow2TransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for PostgresArrowTransportError"],["impl Error for MySQLSourceError"],["impl Error for MsSQLArrowTransportError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for ArrowDestinationError"],["impl Error for SQLiteSourceError"],["impl Error for MySQLArrow2TransportError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for CSVSourceError"],["impl Error for PostgresArrowTransportError"],["impl Error for MsSQLSourceError"],["impl Error for PostgresSourceError"],["impl Error for BigQueryArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for ArrowDestinationError"],["impl Error for ConnectorXError"],["impl Error for SQLiteArrowTransportError"],["impl Error for BigQuerySourceError"]] +"connectorx":[["impl Error for OracleSourceError"],["impl Error for BigQueryArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for MsSQLArrowTransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for BigQueryArrowTransportError"],["impl Error for MsSQLSourceError"],["impl Error for BigQuerySourceError"],["impl Error for ArrowDestinationError"],["impl Error for SQLiteSourceError"],["impl Error for SQLiteArrow2TransportError"],["impl Error for PostgresArrow2TransportError"],["impl Error for OracleArrow2TransportError"],["impl Error for PostgresSourceError"],["impl Error for MySQLSourceError"],["impl Error for MySQLArrowTransportError"],["impl Error for ConnectorXError"],["impl Error for MsSQLArrow2TransportError"],["impl Error for SQLiteArrowTransportError"],["impl Error for PostgresArrowTransportError"],["impl Error for OracleArrowTransportError"],["impl Error for ArrowDestinationError"],["impl Error for MySQLArrowTransportError"],["impl Error for MySQLArrow2TransportError"],["impl Error for CSVSourceError"],["impl Error for Arrow2DestinationError"],["impl Error for MsSQLArrowTransportError"],["impl Error for BigQueryArrow2TransportError"],["impl Error for ConnectorXOutError"],["impl Error for PostgresArrowTransportError"]] };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 f7afbf359..ce93092ee 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 MySQLArrow2TransportError"],["impl Debug for DummyTypeSystem"],["impl Debug for SQLiteArrow2TransportError"],["impl Debug for Arrow2DestinationError"],["impl Debug for ProduceContext"],["impl Debug for PostgresArrowTransportError"],["impl Debug for ArrowTypeSystem"],["impl Debug for ArrowDestinationError"],["impl Debug for PostgresArrow2TransportError"],["impl Debug for BigQuerySourceError"],["impl Debug for PostgresTypeSystem"],["impl Debug for OracleDialect"],["impl Debug for PostgresArrowTransportError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for MySQLTypeSystem"],["impl Debug for SourceType"],["impl Debug for OracleArrowTransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for BigQueryArrow2TransportError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for SourceConn"],["impl Debug for ConnectorXOutError"],["impl Debug for BigQueryTypeSystem"],["impl Debug for MsSQLTypeSystem"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for ArrowTypeSystem"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for BigQueryDialect"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for CSVTypeSystem"],["impl Debug for OracleTypeSystem"],["impl Debug for ConnectorXError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for SQLiteSourceError"],["impl Debug for ArrowDestinationError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for OracleArrowTransportError"],["impl Debug for DataOrder"],["impl Debug for MySQLArrowTransportError"],["impl Debug for OracleSourceError"],["impl Debug for OracleArrow2TransportError"],["impl Debug for CSVSourceError"],["impl Debug for MsSQLSourceError"],["impl Debug for MySQLSourceError"],["impl Debug for PostgresSourceError"]] +"connectorx":[["impl Debug for SQLiteSourceError"],["impl Debug for ArrowTypeSystem"],["impl Debug for SourceType"],["impl Debug for OracleSourceError"],["impl Debug for OracleArrow2TransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for ProduceContext"],["impl Debug for BigQueryArrow2TransportError"],["impl Debug for MySQLSourceError"],["impl Debug for SQLiteArrow2TransportError"],["impl Debug for PostgresArrowTransportError"],["impl Debug for BigQuerySourceError"],["impl Debug for OracleArrowTransportError"],["impl Debug for PostgresSourceError"],["impl Debug for CSVSourceError"],["impl Debug for ConnectorXError"],["impl Debug for CSVTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for Arrow2DestinationError"],["impl Debug for ArrowTypeSystem"],["impl Debug for OracleDialect"],["impl Debug for ConnectorXOutError"],["impl Debug for MsSQLArrowTransportError"],["impl Debug for Arrow2TypeSystem"],["impl Debug for SourceConn"],["impl Debug for BigQueryDialect"],["impl Debug for MySQLArrow2TransportError"],["impl Debug for OracleArrowTransportError"],["impl Debug for ArrowDestinationError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for MySQLTypeSystem"],["impl Debug for MsSQLTypeSystem"],["impl Debug for DummyTypeSystem"],["impl Debug for PostgresTypeSystem"],["impl Debug for MySQLArrowTransportError"],["impl Debug for PostgresArrowTransportError"],["impl Debug for SQLiteArrowTransportError"],["impl Debug for BigQueryArrowTransportError"],["impl Debug for OracleTypeSystem"],["impl Debug for MsSQLArrowTransportError"],["impl<Q: Debug> Debug for CXQuery<Q>"],["impl Debug for PostgresArrow2TransportError"],["impl Debug for MsSQLArrow2TransportError"],["impl Debug for BigQueryTypeSystem"],["impl Debug for DataOrder"],["impl Debug for MsSQLSourceError"],["impl Debug for SQLiteTypeSystem"],["impl Debug for BigQueryArrowTransportError"]] };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 76cb681e7..56ebd7989 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 ConnectorXError"],["impl Display for BigQueryArrowTransportError"],["impl Display for CSVSourceError"],["impl Display for MySQLArrow2TransportError"],["impl Display for OracleArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for OracleArrowTransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for OracleSourceError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for ArrowDestinationError"],["impl Display for BigQueryArrowTransportError"],["impl Display for MsSQLSourceError"],["impl Display for SQLiteSourceError"],["impl Display for MySQLSourceError"],["impl Display for MySQLArrowTransportError"],["impl Display for PostgresSourceError"],["impl<Q: Display> Display for CXQuery<Q>"],["impl Display for Arrow2DestinationError"],["impl Display for PostgresArrow2TransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for MySQLArrowTransportError"],["impl Display for ArrowDestinationError"],["impl Display for BigQueryArrow2TransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for ConnectorXOutError"],["impl Display for SQLiteArrowTransportError"],["impl Display for OracleArrow2TransportError"],["impl Display for BigQuerySourceError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for ProduceContext"]] +"connectorx":[["impl<Q: Display> Display for CXQuery<Q>"],["impl Display for MsSQLSourceError"],["impl Display for BigQueryArrow2TransportError"],["impl Display for OracleArrowTransportError"],["impl Display for CSVSourceError"],["impl Display for OracleSourceError"],["impl Display for PostgresArrow2TransportError"],["impl Display for SQLiteArrow2TransportError"],["impl Display for ConnectorXOutError"],["impl Display for MySQLSourceError"],["impl Display for ProduceContext"],["impl Display for OracleArrow2TransportError"],["impl Display for ConnectorXError"],["impl Display for SQLiteArrowTransportError"],["impl Display for SQLiteSourceError"],["impl Display for MsSQLArrowTransportError"],["impl Display for Arrow2DestinationError"],["impl Display for MySQLArrowTransportError"],["impl Display for BigQueryArrowTransportError"],["impl Display for PostgresArrowTransportError"],["impl Display for SQLiteArrowTransportError"],["impl Display for MySQLArrow2TransportError"],["impl Display for ArrowDestinationError"],["impl Display for ArrowDestinationError"],["impl Display for PostgresArrowTransportError"],["impl Display for PostgresSourceError"],["impl Display for OracleArrowTransportError"],["impl Display for BigQuerySourceError"],["impl Display for MsSQLArrow2TransportError"],["impl Display for MySQLArrowTransportError"],["impl Display for MsSQLArrowTransportError"],["impl Display for BigQueryArrowTransportError"]] };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 bdea5dc72..d15cfa94e 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 CSVTypeSystem"],["impl Hash for ArrowTypeSystem"],["impl Hash for ArrowTypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for Arrow2TypeSystem"]] +"connectorx":[["impl Hash for ArrowTypeSystem"],["impl Hash for DummyTypeSystem"],["impl Hash for Arrow2TypeSystem"],["impl Hash for CSVTypeSystem"],["impl Hash for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.Copy.js b/rust-docs/trait.impl/core/marker/trait.Copy.js index 574efb910..57eea09a1 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 CSVTypeSystem"],["impl Copy for MySQLTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for BigQueryTypeSystem"],["impl Copy for Arrow2TypeSystem"],["impl Copy for PostgresTypeSystem"],["impl Copy for ArrowTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for OracleTypeSystem"],["impl Copy for DataOrder"],["impl Copy for ArrowTypeSystem"],["impl Copy for DummyTypeSystem"]] +"connectorx":[["impl Copy for ArrowTypeSystem"],["impl Copy for OracleTypeSystem"],["impl Copy for CSVTypeSystem"],["impl Copy for PostgresTypeSystem"],["impl Copy for DummyTypeSystem"],["impl Copy for DataOrder"],["impl Copy for MySQLTypeSystem"],["impl Copy for MsSQLTypeSystem"],["impl Copy for SQLiteTypeSystem"],["impl Copy for Arrow2TypeSystem"],["impl Copy for BigQueryTypeSystem"],["impl Copy for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js b/rust-docs/trait.impl/core/marker/trait.StructuralPartialEq.js index 5750f4577..ed909fea5 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 Arrow2TypeSystem"],["impl StructuralPartialEq for DataOrder"],["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for DummyTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for CSVTypeSystem"]] +"connectorx":[["impl StructuralPartialEq for CSVTypeSystem"],["impl StructuralPartialEq for DummyTypeSystem"],["impl StructuralPartialEq for SQLiteTypeSystem"],["impl StructuralPartialEq for Arrow2TypeSystem"],["impl StructuralPartialEq for ArrowTypeSystem"],["impl StructuralPartialEq for DataOrder"],["impl StructuralPartialEq for ArrowTypeSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file