From 3cb8c63235b24fb341d9486baa28fd0d208b6a5b Mon Sep 17 00:00:00 2001 From: ritchie46 Date: Wed, 2 Aug 2023 08:36:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20pola-rs/?= =?UTF-8?q?polars@2a6fa38fbf425d8babaf41b66e4f7dfe8ade81e9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- polars_plan/utils/fn.aexpr_to_leaf_name.html | 2 +- polars_plan/utils/fn.aexpr_to_leaf_names.html | 2 +- polars_plan/utils/fn.aexpr_to_leaf_names_iter.html | 2 +- polars_plan/utils/fn.combine_predicates_expr.html | 2 +- polars_plan/utils/fn.expr_is_projected_upstream.html | 2 +- polars_plan/utils/fn.expr_to_leaf_column_name.html | 2 +- polars_plan/utils/fn.expr_to_leaf_column_names.html | 2 +- .../utils/fn.expr_to_leaf_column_names_iter.html | 4 ++-- polars_plan/utils/fn.expressions_to_schema.html | 2 +- polars_plan/utils/fn.rename_cse_tmp_series.html | 2 +- polars_plan/utils/index.html | 2 +- reqwest/header/struct.HeaderMap.html | 4 ++-- reqwest/header/struct.HeaderName.html | 4 ++-- reqwest/header/struct.HeaderValue.html | 4 ++-- reqwest/struct.Method.html | 4 ++-- reqwest/struct.StatusCode.html | 4 ++-- reqwest/struct.Url.html | 4 ++-- reqwest/struct.Version.html | 4 ++-- reqwest/tls/struct.Version.html | 4 ++-- search-index.js | 4 ++-- src/polars_plan/utils.rs.html | 10 +++++++--- 21 files changed, 37 insertions(+), 33 deletions(-) diff --git a/polars_plan/utils/fn.aexpr_to_leaf_name.html b/polars_plan/utils/fn.aexpr_to_leaf_name.html index c6cb2b00776b..5b06481cec5f 100644 --- a/polars_plan/utils/fn.aexpr_to_leaf_name.html +++ b/polars_plan/utils/fn.aexpr_to_leaf_name.html @@ -1 +1 @@ -aexpr_to_leaf_name in polars_plan::utils - Rust
pub fn aexpr_to_leaf_name(node: Node, arena: &Arena<AExpr>) -> Arc<str>
\ No newline at end of file +aexpr_to_leaf_name in polars_plan::utils - Rust
pub fn aexpr_to_leaf_name(node: Node, arena: &Arena<AExpr>) -> Arc<str>
\ No newline at end of file diff --git a/polars_plan/utils/fn.aexpr_to_leaf_names.html b/polars_plan/utils/fn.aexpr_to_leaf_names.html index b71198e8f603..b9f45f65364a 100644 --- a/polars_plan/utils/fn.aexpr_to_leaf_names.html +++ b/polars_plan/utils/fn.aexpr_to_leaf_names.html @@ -1 +1 @@ -aexpr_to_leaf_names in polars_plan::utils - Rust
pub fn aexpr_to_leaf_names(node: Node, arena: &Arena<AExpr>) -> Vec<Arc<str>>
\ No newline at end of file +aexpr_to_leaf_names in polars_plan::utils - Rust
pub fn aexpr_to_leaf_names(node: Node, arena: &Arena<AExpr>) -> Vec<Arc<str>>
\ No newline at end of file diff --git a/polars_plan/utils/fn.aexpr_to_leaf_names_iter.html b/polars_plan/utils/fn.aexpr_to_leaf_names_iter.html index 715dc1fba1d4..34035bed714e 100644 --- a/polars_plan/utils/fn.aexpr_to_leaf_names_iter.html +++ b/polars_plan/utils/fn.aexpr_to_leaf_names_iter.html @@ -1,4 +1,4 @@ -aexpr_to_leaf_names_iter in polars_plan::utils - Rust
pub fn aexpr_to_leaf_names_iter(
+aexpr_to_leaf_names_iter in polars_plan::utils - Rust
pub fn aexpr_to_leaf_names_iter(
     node: Node,
     arena: &Arena<AExpr>
 ) -> impl Iterator<Item = Arc<str>> + '_
\ No newline at end of file diff --git a/polars_plan/utils/fn.combine_predicates_expr.html b/polars_plan/utils/fn.combine_predicates_expr.html index b4b5a9e378d3..c9039a062908 100644 --- a/polars_plan/utils/fn.combine_predicates_expr.html +++ b/polars_plan/utils/fn.combine_predicates_expr.html @@ -1,2 +1,2 @@ -combine_predicates_expr in polars_plan::utils - Rust
pub fn combine_predicates_expr<I>(iter: I) -> Exprwhere
+combine_predicates_expr in polars_plan::utils - Rust
pub fn combine_predicates_expr<I>(iter: I) -> Exprwhere
     I: Iterator<Item = Expr>,
\ No newline at end of file diff --git a/polars_plan/utils/fn.expr_is_projected_upstream.html b/polars_plan/utils/fn.expr_is_projected_upstream.html index e476313c1efa..c6156e95537b 100644 --- a/polars_plan/utils/fn.expr_is_projected_upstream.html +++ b/polars_plan/utils/fn.expr_is_projected_upstream.html @@ -1,4 +1,4 @@ -expr_is_projected_upstream in polars_plan::utils - Rust
pub fn expr_is_projected_upstream(
+expr_is_projected_upstream in polars_plan::utils - Rust
pub fn expr_is_projected_upstream(
     e: &Node,
     input: Node,
     lp_arena: &Arena<ALogicalPlan>,
diff --git a/polars_plan/utils/fn.expr_to_leaf_column_name.html b/polars_plan/utils/fn.expr_to_leaf_column_name.html
index 6c0762dacafb..a95403e4458e 100644
--- a/polars_plan/utils/fn.expr_to_leaf_column_name.html
+++ b/polars_plan/utils/fn.expr_to_leaf_column_name.html
@@ -1,2 +1,2 @@
-expr_to_leaf_column_name in polars_plan::utils - Rust
pub fn expr_to_leaf_column_name(expr: &Expr) -> PolarsResult<Arc<str>>
Expand description

unpack alias(col) to name of the root column name

+expr_to_leaf_column_name in polars_plan::utils - Rust
pub fn expr_to_leaf_column_name(expr: &Expr) -> PolarsResult<Arc<str>>
Expand description

unpack alias(col) to name of the root column name

\ No newline at end of file diff --git a/polars_plan/utils/fn.expr_to_leaf_column_names.html b/polars_plan/utils/fn.expr_to_leaf_column_names.html index f44b529e0fbf..a4249007abd3 100644 --- a/polars_plan/utils/fn.expr_to_leaf_column_names.html +++ b/polars_plan/utils/fn.expr_to_leaf_column_names.html @@ -1,2 +1,2 @@ -expr_to_leaf_column_names in polars_plan::utils - Rust
pub fn expr_to_leaf_column_names(expr: &Expr) -> Vec<Arc<str>>
Expand description

This should gradually replace expr_to_root_column as this will get all names in the tree.

+expr_to_leaf_column_names in polars_plan::utils - Rust
pub fn expr_to_leaf_column_names(expr: &Expr) -> Vec<Arc<str>>
Expand description

This should gradually replace expr_to_root_column as this will get all names in the tree.

\ No newline at end of file diff --git a/polars_plan/utils/fn.expr_to_leaf_column_names_iter.html b/polars_plan/utils/fn.expr_to_leaf_column_names_iter.html index 1ca157b98f10..10c443812473 100644 --- a/polars_plan/utils/fn.expr_to_leaf_column_names_iter.html +++ b/polars_plan/utils/fn.expr_to_leaf_column_names_iter.html @@ -1,3 +1,3 @@ -expr_to_leaf_column_names_iter in polars_plan::utils - Rust
pub fn expr_to_leaf_column_names_iter(
+expr_to_leaf_column_names_iter in polars_plan::utils - Rust
pub fn expr_to_leaf_column_names_iter(
     expr: &Expr
-) -> Map<IntoIter<Expr>, fn(_: Expr) -> Arc<str>>
\ No newline at end of file +) -> FlatMap<IntoIter<Expr>, Option<Arc<str>>, fn(_: Expr) -> Option<Arc<str>>>
\ No newline at end of file diff --git a/polars_plan/utils/fn.expressions_to_schema.html b/polars_plan/utils/fn.expressions_to_schema.html index 613d8cd6d2ae..53050b43681f 100644 --- a/polars_plan/utils/fn.expressions_to_schema.html +++ b/polars_plan/utils/fn.expressions_to_schema.html @@ -1,4 +1,4 @@ -expressions_to_schema in polars_plan::utils - Rust
pub fn expressions_to_schema(
+expressions_to_schema in polars_plan::utils - Rust
pub fn expressions_to_schema(
     expr: &[Expr],
     schema: &Schema,
     ctxt: Context
diff --git a/polars_plan/utils/fn.rename_cse_tmp_series.html b/polars_plan/utils/fn.rename_cse_tmp_series.html
index bafbc4a79ee5..0b901fbc39c8 100644
--- a/polars_plan/utils/fn.rename_cse_tmp_series.html
+++ b/polars_plan/utils/fn.rename_cse_tmp_series.html
@@ -1 +1 @@
-rename_cse_tmp_series in polars_plan::utils - Rust
pub fn rename_cse_tmp_series(s: &mut Series)
\ No newline at end of file +rename_cse_tmp_series in polars_plan::utils - Rust
pub fn rename_cse_tmp_series(s: &mut Series)
\ No newline at end of file diff --git a/polars_plan/utils/index.html b/polars_plan/utils/index.html index 6caca6fd9ef9..2cc7aecae7e7 100644 --- a/polars_plan/utils/index.html +++ b/polars_plan/utils/index.html @@ -1 +1 @@ -polars_plan::utils - Rust

Module polars_plan::utils

source ·

Traits

Functions

\ No newline at end of file +polars_plan::utils - Rust

Module polars_plan::utils

source ·

Traits

Functions

\ No newline at end of file diff --git a/reqwest/header/struct.HeaderMap.html b/reqwest/header/struct.HeaderMap.html index 3091241e5d9d..7067fa7577ff 100644 --- a/reqwest/header/struct.HeaderMap.html +++ b/reqwest/header/struct.HeaderMap.html @@ -434,9 +434,9 @@

Examples

T: UnwindSafe,

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/header/struct.HeaderName.html b/reqwest/header/struct.HeaderName.html index 1ede1c11d263..718d4b6c4d2d 100644 --- a/reqwest/header/struct.HeaderName.html +++ b/reqwest/header/struct.HeaderName.html @@ -114,9 +114,9 @@
Examples
) -> Result<HeaderName, <HeaderName as TryFrom<Vec<u8, Global>>>::Error>

Performs the conversion.
source§

impl<'a> AsHeaderName for &'a HeaderName

source§

impl AsHeaderName for HeaderName

source§

impl Eq for HeaderName

source§

impl<'a> IntoHeaderName for &'a HeaderName

source§

impl IntoHeaderName for HeaderName

source§

impl StructuralEq for HeaderName

source§

impl StructuralPartialEq for HeaderName

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/header/struct.HeaderValue.html b/reqwest/header/struct.HeaderValue.html index 9b6d56072954..bd90147fe29a 100644 --- a/reqwest/header/struct.HeaderValue.html +++ b/reqwest/header/struct.HeaderValue.html @@ -181,9 +181,9 @@
Examples
) -> Result<HeaderValue, <HeaderValue as TryFrom<Vec<u8, Global>>>::Error>

Performs the conversion.
source§

impl Eq for HeaderValue

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/struct.Method.html b/reqwest/struct.Method.html index ca047b5cb6b0..02b85785ce0b 100644 --- a/reqwest/struct.Method.html +++ b/reqwest/struct.Method.html @@ -49,9 +49,9 @@

Examples

sufficient, and should not be overridden without very good reason.

source§

impl<'a> TryFrom<&'a [u8]> for Method

§

type Error = InvalidMethod

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

fn try_from(t: &'a [u8]) -> Result<Method, <Method as TryFrom<&'a [u8]>>::Error>

Performs the conversion.
source§

impl<'a> TryFrom<&'a str> for Method

§

type Error = InvalidMethod

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

fn try_from(t: &'a str) -> Result<Method, <Method as TryFrom<&'a str>>::Error>

Performs the conversion.
source§

impl Eq for Method

source§

impl StructuralEq for Method

source§

impl StructuralPartialEq for Method

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/struct.StatusCode.html b/reqwest/struct.StatusCode.html index eb7afd8ef006..05051352bcbc 100644 --- a/reqwest/struct.StatusCode.html +++ b/reqwest/struct.StatusCode.html @@ -197,9 +197,9 @@

Example

) -> Result<StatusCode, <StatusCode as TryFrom<&'a str>>::Error>

Performs the conversion.
source§

impl TryFrom<u16> for StatusCode

§

type Error = InvalidStatusCode

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

fn try_from(t: u16) -> Result<StatusCode, <StatusCode as TryFrom<u16>>::Error>

Performs the conversion.
source§

impl Copy for StatusCode

source§

impl Eq for StatusCode

source§

impl StructuralEq for StatusCode

source§

impl StructuralPartialEq for StatusCode

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/struct.Url.html b/reqwest/struct.Url.html index 4a76dffd401d..8b48b1b07ec5 100644 --- a/reqwest/struct.Url.html +++ b/reqwest/struct.Url.html @@ -770,9 +770,9 @@
Examples

source§

impl IntoUrl for Url

Auto Trait Implementations§

§

impl RefUnwindSafe for Url

§

impl Send for Url

§

impl Sync for Url

§

impl Unpin for Url

§

impl UnwindSafe for Url

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/struct.Version.html b/reqwest/struct.Version.html index 2035d226bca4..ae8bafeed65e 100644 --- a/reqwest/struct.Version.html +++ b/reqwest/struct.Version.html @@ -17,9 +17,9 @@ operator. Read more

source§

impl Copy for Version

source§

impl Eq for Version

source§

impl StructuralEq for Version

source§

impl StructuralPartialEq for Version

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/reqwest/tls/struct.Version.html b/reqwest/tls/struct.Version.html index aa42d60430ce..cdebba29fb87 100644 --- a/reqwest/tls/struct.Version.html +++ b/reqwest/tls/struct.Version.html @@ -13,9 +13,9 @@ operator. Read more

source§

impl Copy for Version

source§

impl Eq for Version

source§

impl StructuralEq for Version

source§

impl StructuralPartialEq for Version

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere - T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere + T: ?Sized,

source§

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

Mutably borrows from an owned value. Read more
source§

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

source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ K: Borrow<Q> + ?Sized,
source§

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

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

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for Twhere diff --git a/search-index.js b/search-index.js index d94bd2f741d0..247d00aa8430 100644 --- a/search-index.js +++ b/search-index.js @@ -136,10 +136,10 @@ var searchIndex = JSON.parse('{\ "polars_error":{"doc":"","t":"ENNNNDNNNNNNNNNNEGNNNNNLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLFLLLFOOOOOLLFLFLLLLLLLLLLLLL","n":["ArrowError","ArrowError","ColumnNotFound","ComputeError","Duplicate","ErrString","External","ExternalFormat","InvalidArgumentError","InvalidOperation","Io","Io","NoData","NotYetImplemented","OutOfSpec","Overflow","PolarsError","PolarsResult","SchemaFieldNotFound","SchemaMismatch","ShapeMismatch","StringCacheMismatch","StructFieldNotFound","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","feature_gated","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_external_error","get_warning_function","into","into","into","map_err","polars_bail","polars_ensure","polars_err","polars_warn","polars_warn","provide","provide","set_warning_function","source","to_compute_err","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","wrap_msg"],"q":[[0,"polars_error"]],"d":["Enum with all errors in this crate.","","","","","","Wrapper for an error triggered by a dependency","Error during import or export to/from a format","When an invalid argument is passed to a function.","","","Wrapper for IO errors","","Returned when functionality is not yet available.","Whenever incoming data from the C data interface, IPC or …","Whenever pushing to a container fails because it does not …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","Wraps an external error in an Error.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Set the function that will be called by the polars_warn! …","","","","","","","","","","","","","","",""],"i":[0,4,4,4,4,0,5,5,5,4,4,5,4,5,5,5,0,0,4,4,4,4,4,1,4,5,1,4,5,1,0,1,1,4,4,5,5,1,1,4,4,4,4,5,5,5,5,5,5,5,5,5,5,0,1,4,5,0,0,0,0,0,0,4,5,0,4,0,1,4,5,1,4,5,1,4,5,1,4,5,4],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[1],0,[[1,2],3],[[1,2],3],[[4,2],3],[[4,2],3],[[5,2],[[7,[6]]]],[[5,2],[[7,[6]]]],[[[10,[[9,[8]]]]],1],[[]],[11,4],[[]],[12,4],[5,4],[13,5],[14,5],[15,5],[16,5],[[]],[17,5],[18,5],[19,5],[12,5],[[[0,[20,21,22]]],5],[[]],[[]],[[]],[[]],[20,4],0,0,0,0,0,[23],[23],[[]],[4,[[24,[20]]]],[25,4],[[],26],[[],26],[[],26],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],27],[[],27],[[],27],[[4,28],4]],"c":[],"p":[[3,"ErrString"],[3,"Formatter"],[6,"Result"],[4,"PolarsError"],[4,"ArrowError"],[3,"Error"],[4,"Result"],[15,"str"],[4,"Cow"],[8,"Into"],[4,"Error"],[3,"Error"],[4,"Error"],[3,"TryReserveError"],[4,"OutOfSpecKind"],[3,"Utf8Error"],[3,"Utf8Error"],[3,"Error"],[3,"FromUtf8Error"],[8,"Error"],[8,"Send"],[8,"Sync"],[3,"Demand"],[4,"Option"],[8,"Display"],[3,"String"],[3,"TypeId"],[8,"Fn"]]},\ "polars_io":{"doc":"","t":"IDIIILLLLLKALLLLLLLLAKKKLLLLAFAAMAKKKMAAALLLLLLNNEDDNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLFFFFDDLLLLFMMLLLLLLLMMMMMMLLLLDEDDDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGNENDDLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLADIDQIDDQDDDDDDDDDLKLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFNNINELLLLLLLLLLLLLLLLADDLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAQIDQDLKLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDNDDNNDDNNNEEDDNNNNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLIILKKCCF","n":["ArrowReader","RowCount","SerReader","SerWriter","WriterFactory","__clone_box","borrow","borrow_mut","clone","clone_into","create_writer","csv","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","export","extension","finish","finish","fmt","from","init","into","ipc","is_cloud_url","json","mmap","name","ndjson","new","new","next_record_batch","offset","parquet","predicates","prelude","set_rechunk","to_owned","try_from","try_into","type_id","vzip","AllColumns","AllColumnsSingle","CsvEncoding","CsvReader","CsvWriter","LossyUtf8","Named","NullValues","Utf8","__clone_box","__clone_box","batched_borrowed_mmap","batched_borrowed_read","batched_mmap","batched_read","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","finish","fmt","fmt","from","from","from","from","from_path","has_header","has_header","infer_schema","init","init","init","init","into","into","into","into","low_memory","new","new","read_impl","sample_size","to_owned","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","utils","vzip","vzip","vzip","vzip","with_batch_size","with_chunk_size","with_columns","with_comment_char","with_date_format","with_datetime_format","with_delimiter","with_delimiter","with_dtypes","with_dtypes_slice","with_encoding","with_end_of_line_char","with_float_precision","with_ignore_errors","with_missing_is_null","with_n_rows","with_n_threads","with_null_value","with_null_values","with_path","with_predicate","with_projection","with_quote_char","with_quoting_char","with_rechunk","with_row_count","with_schema","with_skip_rows","with_skip_rows_after_header","with_time_format","with_try_parse_dates","BatchedCsvReaderMmap","BatchedCsvReaderRead","OwnedBatchedCsvReader","OwnedBatchedCsvReaderMmap","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","next_batches","next_batches","next_batches","next_batches","to_batched_owned_mmap","to_batched_owned_read","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","get_reader_bytes","infer_file_schema","infer_file_schema_inner","is_compressed","ParquetStatistics","Statistics","borrow","borrow_mut","deref","deref_mut","deserialize","distinct_count","distinct_count","drop","eq","fmt","from","from","init","into","max_value","max_value","min_value","min_value","null_count","null_count","try_from","try_into","type_id","vzip","BatchedWriter","IpcCompression","IpcReader","IpcWriter","IpcWriterOption","LZ4","ZSTD","__clone_box","arrow_schema","batched","batched_async","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","create_writer","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","extension","finish","finish","finish","finish_with_scan_ops","fmt","from","from","from","from","from","hash","init","init","init","init","init","into","into","into","into","into","memory_mapped","new","new","new","new_async","schema","set_rechunk","to_owned","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","with_columns","with_compression","with_compression","with_extension","with_n_rows","with_projection","with_row_count","write_batch","ArrowResult","Json","JsonFormat","JsonLines","JsonReader","JsonWriter","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","finish","finish","from","from","from","infer_schema_len","init","init","init","into","into","into","json","new","new","set_rechunk","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","with_batch_size","with_ignore_errors","with_json_format","with_json_format","with_projection","with_schema","with_schema_overwrite","write","Convert","DoubleEndedFallibleStreamingIterator","Empty","Error","FallibleStreamingIterator","Filter","Fuse","Item","Map","MapErr","MapRef","RecordSerializer","Serializer","Skip","SkipWhile","Take","TakeWhile","__clone_box","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance","advance_back","advance_back","advance_back","advance_back","advance_back","advance_back","all","any","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","by_ref","clone","clone_into","convert","count","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","empty","filter","find","fmt","for_each","from","from","from","from","from","from","from","from","from","from","from","from","from","fuse","get","get","get","get","get","get","get","get","get","get","get","get","get","get","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","map","map_err","map_ref","new","new","next","next","next","next_back","next_back","nth","position","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","skip","skip_while","take","take_while","to_owned","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","write","Borrowed","Mapped","MmapBytesReader","Owned","ReaderBytes","borrow","borrow_mut","deref","deref","deref_mut","drop","from","from","init","into","to_bytes","to_file","try_from","try_into","type_id","vzip","core","JsonLineReader","StructArray","__clone_box","arced","arrow_ndjson","as_any","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","boxed","clone","clone_into","data_type","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fields","finish","fmt","from","from","from","from","from_path","get_fields","infer_schema_len","init","init","into","into","into_data","into_iter","iter","len","low_memory","new","new","new_empty","new_null","set_validity","slice","slice","slice_typed","slice_typed_unchecked","slice_unchecked","slice_unchecked","sliced","sliced_unchecked","to_boxed","to_owned","try_from","try_from","try_into","try_into","try_new","type_id","type_id","validity","validity","values","values_iter","vzip","vzip","with_chunk_size","with_n_rows","with_n_threads","with_path","with_rechunk","with_schema","with_schema_overwrite","with_validity","with_validity","write","Error","FallibleStreamingIterator","FileWriter","Item","Serializer","__clone_box","advance","advance","all","any","borrow","borrow","borrow_mut","borrow_mut","by_ref","clone","clone_into","count","deref","deref","deref_mut","deref_mut","drop","drop","filter","find","fmt","for_each","from","from","fuse","get","get","init","init","into","into","into_inner","into_iter","map","map_err","map_ref","new","new","next","next","nth","position","size_hint","skip","skip_while","take","take_while","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Auto","BatchedParquetReader","BatchedWriter","Brotli","BrotliLevel","BrotliLevel","Columns","Gzip","GzipLevel","GzipLevel","Lz4Raw","Lzo","None","ParallelStrategy","ParquetCompression","ParquetReader","ParquetWriter","RowGroups","Snappy","Uncompressed","Zstd","ZstdLevel","ZstdLevel","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_finish_with_scan_ops","batched","batched","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","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","finish","finish","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","iter","new","new","new","next_batches","num_rows","predicates","read_parallel","schema","set_low_memory","set_parallel","set_rechunk","to_owned","to_owned","to_owned","to_owned","to_owned","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_new","try_new","try_new","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","use_statistics","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_columns","with_compression","with_data_pagesize_limit","with_n_rows","with_projection","with_row_count","with_row_group_size","with_statistics","write_batch","BatchStats","ColumnStats","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","dtype","fmt","from","from","get_stats","init","init","into","into","null_count","schema","to_max","to_min","to_min_max","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","PhysicalIoExpr","StatsEvaluator","as_stats_evaluator","evaluate","should_read","SerReader","SerWriter","resolve_homedir"],"q":[[0,"polars_io"],[47,"polars_io::csv"],[171,"polars_io::csv::read_impl"],[231,"polars_io::csv::utils"],[235,"polars_io::export"],[261,"polars_io::ipc"],[365,"polars_io::json"],[421,"polars_io::json::json"],[422,"polars_io::json::json::write"],[673,"polars_io::mmap"],[694,"polars_io::ndjson"],[695,"polars_io::ndjson::core"],[774,"polars_io::ndjson::core::arrow_ndjson"],[775,"polars_io::ndjson::core::arrow_ndjson::write"],[837,"polars_io::parquet"],[1055,"polars_io::parquet::predicates"],[1089,"polars_io::predicates"],[1094,"polars_io::prelude"]],"d":["","","","","","","","","","","","(De)serializing CSV files","","","","","","","","","","","Take the SerReader and return a parsed DataFrame.","","","Returns the argument unchanged.","","Calls U::from(self).","","Check if the path is a cloud url.","(De)serialize JSON files.","","","","Create a new instance of the [SerReader]","","","","Reading Apache parquet files.","","","Make sure that all columns are contiguous in memory by …","","","","","","Multiple values that are used for all columns","A single value that’s used for all columns","","Create a new DataFrame by reading a csv file.","Write a DataFrame to csv.","Utf8 encoding and unknown bytes are replaced with �","Tuples that map column names to null value of that column","","Utf8 encoding","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Read the file and create the DataFrame.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","This is the recommended way to create a csv reader as this …","Set whether the CSV file has headers","Set whether to write headers","Set the CSV reader to infer the schema of the file","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Reduce memory consumption at the expense of performance","Create a new CsvReader from a file/ stream","","","Sets the size of the sample taken from the CSV file. The …","","","","","","","","","","","","","","","","","","","","","Sets the chunk size used by the parser. This influences …","Columns to select/ project","Set the comment character. Lines starting with this …","Set the CSV file’s date format","Set the CSV file’s datetime format","Set the CSV file’s column delimiter as a byte character","Set the CSV file’s column delimiter as a byte character","Overwrite the schema with the dtypes in this given Schema. …","Overwrite the dtypes in the schema in the order of the …","Set CsvEncoding","","Set the CSV file’s float precision","Continue with next batch when a ParserError is encountered.","Treat missing fields as null.","Try to stop parsing when n rows are parsed. During …","Set the number of threads used in CSV reading. The default …","Set the CSV file’s null value representation","Set values that will be interpreted as missing/ null. Note …","The preferred way to initialize this builder. This allows …","","Set the reader’s column projection. This counts from 0, …","Set the char used as quote char. The default is b'"'. If …","Set the single byte character used for quoting","Rechunk the DataFrame to contiguous memory after the CSV …","Add a row_count column.","Set the CSV file’s schema. This only accepts datatypes …","Skip the first n rows during parsing. The header will be …","Skip these rows after the header","Set the CSV file’s time format","Automatically try to parse dates/ datetimes and time. If …","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","Infer the schema of a CSV file by reading through the …","","check if csv file is compressed","Arrow-deserialized parquet Statistics of a file","Arrow-deserialized parquet Statistics of a file","","","","","Deserializes the statistics in the column chunks from all …","number of dictinct values. This is a UInt64Array for …","number of dictinct values. This is a UInt64Array for …","","","","","Returns the argument unchanged.","","Calls U::from(self).","Maximum","Maximum","Minimum","Minimum","number of nulls. This is a UInt64Array for non-nested types","number of nulls. This is a UInt64Array for non-nested types","","","","","","Compression codec","Read Arrows IPC format into a DataFrame","Write a DataFrame to Arrow’s IPC format","","LZ4 (framed)","ZSTD","","Get arrow schema of the Ipc File, this is faster than …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes the footer of the IPC file.","","","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).","Set if the file is to be memory_mapped. Only works with …","","","","","Get schema of the Ipc File","","","","","","","","","","","","","","","","","","","","","","","Columns to select/ project","Set the compression used. Defaults to None.","Set the compression used. Defaults to None.","Set the extension. Defaults to “.ipc”.","Stop reading when n rows are read.","Set the reader’s column projection. This counts from 0, …","Add a row_count column.","Write a batch to the parquet writer.","Typedef for a std::result::Result of an Error.","A single JSON array containing each DataFrame row as an …","The format to use to write the DataFrame to JSON: Json (a …","Each DataFrame row is serialized as a JSON object on a …","Reads JSON in one of the formats in JsonFormat into a …","Writes a DataFrame to JSON.","","","","","","","","","","","","","","","","","Take the SerReader and return a parsed DataFrame.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Set the JSON reader to infer the schema of the file. …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Convert data between the Arrow memory format and JSON …","Create a new JsonWriter writing to buffer with format …","","","","","","","","","","","","","","","Set the batch size (number of records to load at one time)","Return a null if an error occurs during parsing.","","","Set the reader’s column projection: the names of the …","Set the JSON file’s schema","Overwrite parts of the inferred schema.","APIs to write to JSON","An iterator which wraps a normal Iterator.","A fallible, streaming iterator which can be advanced from …","An iterator over no items.","The error type of iteration.","A fallible, streaming iterator.","An iterator which filters elements with a predicate.","An iterator which is well-behaved at the beginning and end …","The type being iterated over.","An iterator which applies a transform to elements.","An iterator which applies a transform to errors.","An iterator which applies a transform to elements.","FallibleStreamingIterator that serializes a Chunk into …","FallibleStreamingIterator that serializes an Array to …","An iterator which skips a number of initial elements.","An iterator which skips initial elements matching a …","An iterator which only returns a number of initial …","An iterator which only returns initial elements matching a …","","Advances the iterator to the next position.","","","","","","","","","","","","","","Advances the state of the iterator to the next item from …","","","","","","Determines if all elements of the iterator satisfy a …","Determines if any elements of the iterator satisfy a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrows an iterator, rather than consuming it.","","","Converts a normal Iterator over Results of references into …","Returns the number of remaining elements in the iterator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator over no items.","Returns an iterator which filters elements by a predicate.","Returns the first element of the iterator which satisfies …","","Calls a closure on each element of an iterator.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns an iterator which is well-behaved at the beginning …","Returns the current element.","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns an iterator which applies a transform to elements.","Returns an iterator that applies a transform to errors.","Returns an iterator which applies a transform to elements.","Creates a new RecordSerializer.","Creates a new Serializer.","Advances the iterator, returning the next element.","","","Advances the back of the iterator, returning the last …","","Returns the nth element of the iterator.","Returns the position of the first element matching a …","Returns bounds on the number of remaining elements in the …","","","","","","","","","","","","Returns an iterator which skips the first n elements.","Returns an iterator which skips the first sequence of …","Returns an iterator which only returns the first n …","Returns an iterator which only returns the first sequence …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes valid JSON from an iterator of (assumed …","","","Trait used to get a hold to file handler or to the …","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","A StructArray is a nested Array with an optional validity …","","Arcs this array into a std::sync::Arc<dyn Array>.","APIs to read from and write to NDJSON","","","","","","","Boxes this array into a Box<dyn Array>.","","","","","","","","","","","","Returns the fields of this StructArray.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","This is the recommended way to create a json reader as …","Returns the fields the DataType::Struct.","","","","Calls U::from(self).","Calls U::from(self).","Deconstructs the StructArray into its individual …","","Returns an iterator of Option<Box<dyn Array>>","","Reduce memory consumption at the expense of performance","Create a new JsonLineReader from a file/ stream","Returns a new StructArray","Creates an empty StructArray.","Creates a null StructArray of length length.","Sets the validity of this array.","","Slices this StructArray.","","","","Slices this StructArray.","Returns this array sliced.","Returns this array sliced.","","","","","","","Returns a new StructArray.","","","","The optional validity.","Returns the values of this StructArray.","Returns an iterator of Box<dyn Array>","","","Sets the chunk size used by the parser. This influences …","","","","","","","","Returns this array with a new validity.","APIs to serialize and write to NDJSON.","The error type of iteration.","A fallible, streaming iterator.","An iterator adapter that receives an implementer of Write …","The type being iterated over.","FallibleStreamingIterator that serializes an Array to …","","Advances the iterator to the next position.","","Determines if all elements of the iterator satisfy a …","Determines if any elements of the iterator satisfy a …","","","","","Borrows an iterator, rather than consuming it.","","","Returns the number of remaining elements in the iterator.","","","","","","","Returns an iterator which filters elements by a predicate.","Returns the first element of the iterator which satisfies …","","Calls a closure on each element of an iterator.","Returns the argument unchanged.","Returns the argument unchanged.","Returns an iterator which is well-behaved at the beginning …","Returns the current element.","","","","Calls U::from(self).","Calls U::from(self).","Returns the inner content of this iterator","","Returns an iterator which applies a transform to elements.","Returns an iterator that applies a transform to errors.","Returns an iterator which applies a transform to elements.","Creates a new FileWriter.","Creates a new Serializer.","Advances the iterator, returning the next element.","","Returns the nth element of the iterator.","Returns the position of the first element matching a …","Returns bounds on the number of remaining elements in the …","Returns an iterator which skips the first n elements.","Returns an iterator which skips the first sequence of …","Returns an iterator which only returns the first n …","Returns an iterator which only returns the first sequence …","","","","","","","","","","Automatically determine over which unit to parallelize …","","","","","","Parallelize over the columns","","","","","","Don’t parallelize","","","Read Apache parquet format into a DataFrame.","Write a DataFrame to parquet format","Parallelize over the row groups","","","","Represents a valid zstd compression level.","Represents a valid zstd compression level.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Write the given DataFrame in the the writer W. Returns the …","Writes the footer of the parquet file. Returns the total …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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).","Turn the batched reader into an iterator.","Create a new ParquetReader from an existing Reader.","","Create a new writer","","Number of rows in the parquet file.","","Read the parquet file in parallel (default). The single …","Schema of the file.","Try to reduce memory pressure at the expense of …","Serialize columns in parallel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use statistics in the parquet to determine if pages can be …","","","","","","","","","","Columns to select/ project","Set the compression used. Defaults to Zstd.","Sets the maximum bytes size of a data page. If None will …","Stop parsing when n rows are parsed. By settings this …","Set the reader’s column projection. This counts from 0, …","Add a row_count column.","Set the row group size (in number of rows) during writing. …","Compute and write statistic","Write a batch to the parquet writer.","A collection of column stats with a known schema.","The statistics for a column in a Parquet file they …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Can take &dyn Statistics and determine of a file should be …","Take a DataFrame and produces a boolean Series that serves …","","","",""],"i":[0,0,0,0,0,2,2,2,2,2,117,0,2,2,2,2,2,2,2,2,0,117,118,4,2,2,2,2,0,0,0,0,2,0,118,4,119,2,0,0,0,118,2,2,2,2,2,29,29,0,0,0,28,29,0,28,28,29,22,22,22,22,22,30,28,29,22,30,28,29,28,29,28,29,22,30,28,29,22,30,28,29,22,30,28,29,28,29,28,28,28,28,29,29,29,29,22,30,28,29,22,30,28,29,22,22,30,22,22,30,28,29,22,30,28,29,22,22,30,0,22,28,29,22,30,28,29,22,30,28,29,22,30,28,29,0,22,30,28,29,30,22,22,22,30,30,22,30,22,22,22,22,30,22,22,22,22,30,22,22,22,22,22,30,22,22,22,22,22,30,22,0,0,0,0,23,26,24,27,23,26,24,27,23,26,24,27,23,26,24,27,23,26,26,24,27,27,23,26,24,27,23,26,24,27,23,26,24,27,23,26,24,27,0,0,23,26,24,27,23,26,24,27,23,26,24,27,23,26,24,27,0,0,0,0,0,0,45,45,45,45,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,0,0,0,0,56,56,56,49,51,51,49,51,52,57,56,49,51,52,57,56,56,56,57,57,56,49,51,52,57,56,49,51,52,57,56,49,51,52,57,56,56,56,56,56,56,57,49,51,52,49,56,49,51,52,57,56,56,49,51,52,57,56,49,51,52,57,56,49,49,51,57,51,49,49,56,49,51,52,57,56,49,51,52,57,56,49,51,52,57,56,49,51,52,57,56,49,51,57,57,49,49,49,52,0,61,0,61,0,0,61,59,60,61,59,60,61,59,60,61,59,60,61,59,60,59,60,61,59,60,60,61,59,60,61,59,60,0,59,60,60,61,59,60,61,59,60,61,59,60,61,59,60,60,60,59,60,60,60,60,0,0,0,0,65,0,0,0,65,0,0,0,0,0,0,0,0,0,79,65,63,64,67,68,69,71,72,73,74,75,76,77,79,81,63,64,69,71,72,65,65,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,65,79,79,0,65,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,0,65,65,79,65,63,64,67,68,69,71,72,73,74,75,76,77,79,65,65,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,65,65,65,77,79,65,68,72,81,72,65,65,65,63,64,67,68,69,71,72,73,74,75,76,65,65,65,65,79,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,63,64,67,68,69,71,72,73,74,75,76,77,79,0,41,41,0,41,0,41,41,41,41,41,41,41,41,41,41,21,21,41,41,41,41,0,0,0,86,86,0,86,86,89,86,89,86,86,86,86,86,89,86,89,86,89,86,86,86,86,89,86,89,86,86,86,89,86,89,89,86,89,86,86,86,86,86,89,89,86,86,86,86,86,86,86,86,86,86,86,86,86,86,89,86,89,86,86,89,86,86,86,86,86,89,86,89,89,89,89,89,89,89,86,86,0,65,0,0,65,0,97,65,97,65,65,98,97,98,97,65,97,97,65,98,97,98,97,98,97,65,65,97,65,98,97,65,65,97,98,97,98,97,98,98,65,65,65,98,97,65,98,65,65,65,65,65,65,65,97,98,97,98,97,98,97,98,97,103,0,0,107,0,0,103,107,0,0,107,107,103,0,0,0,0,103,107,107,107,0,0,103,104,105,106,107,99,99,101,99,100,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,103,104,105,106,107,103,104,105,106,107,103,107,99,100,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,103,104,105,106,107,103,103,103,103,104,104,104,104,105,105,105,105,106,106,106,106,107,107,107,107,99,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,104,105,106,107,99,100,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,100,99,100,101,100,99,0,99,99,99,101,99,103,104,105,106,107,99,100,101,102,103,104,105,106,107,99,100,101,102,103,104,105,106,107,104,105,106,99,100,101,102,103,104,105,106,107,99,99,100,101,102,103,104,105,106,107,99,101,101,99,99,99,101,101,102,0,0,113,112,113,112,113,112,113,112,113,112,112,112,113,112,113,113,112,113,112,112,113,112,112,112,113,112,113,112,113,112,113,112,0,0,38,38,116,0,0,0],"f":[0,0,0,0,0,[1],[[]],[[]],[2,2],[[]],[3,[[5,[4]]]],0,[6],[6],[6],[[2,2],7],[[],7],[[],7],[[],7],[[],7],0,[[],8],[[],[[10,[9]]]],[9,10],[[2,11],12],[[]],[[],6],[[]],0,[[[14,[13]]],7],0,0,0,0,[[]],[[],15],[[],[[18,[[17,[16]]]]]],0,0,0,0,[[15,7],15],[[]],[[],19],[[],19],[[],20],[[]],0,0,0,0,0,0,0,0,0,[1],[1],[[[22,[21]]],[[10,[23]]]],[[[22,[21]]],[[10,[24]]]],[[[22,[[5,[21]]]],[17,[25]]],[[10,[26]]]],[[[22,[[5,[21]]]],[17,[25]]],[[10,[27]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[28,28],[29,29],[[]],[[]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[28,28],7],[[29,29],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[[22,[21]]],[[10,[9]]]],[[[30,[3]],9],10],[[28,11],12],[[29,11],12],[[]],[[]],[[]],[[]],[[[31,[8]]],[[10,[[22,[32]]]]]],[[[22,[21]],7],[[22,[21]]]],[[[30,[3]],7],[[30,[3]]]],[[[22,[21]],[17,[6]]],[[22,[21]]]],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[[22,[21]],7],[[22,[21]]]],[21,[[22,[21]]]],[3,[[30,[3]]]],0,[[[22,[21]],6],[[22,[21]]]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[],20],[[],20],0,[[]],[[]],[[]],[[]],[[[30,[3]],6],[[30,[3]]]],[[[22,[21]],6],[[22,[21]]]],[[[22,[21]],[17,[[34,[33]]]]],[[22,[21]]]],[[[22,[21]],[17,[35]]],[[22,[21]]]],[[[30,[3]],[17,[33]]],[[30,[3]]]],[[[30,[3]],[17,[33]]],[[30,[3]]]],[[[22,[21]],35],[[22,[21]]]],[[[30,[3]],35],[[30,[3]]]],[[[22,[21]],[17,[25]]],[[22,[21]]]],[[[22,[21]],[17,[[37,[36]]]]],[[22,[21]]]],[[[22,[21]],28],[[22,[21]]]],[[[22,[21]],35],[[22,[21]]]],[[[30,[3]],[17,[6]]],[[30,[3]]]],[[[22,[21]],7],[[22,[21]]]],[[[22,[21]],7],[[22,[21]]]],[[[22,[21]],[17,[6]]],[[22,[21]]]],[[[22,[21]],[17,[6]]],[[22,[21]]]],[[[30,[3]],33],[[30,[3]]]],[[[22,[21]],[17,[29]]],[[22,[21]]]],[[[22,[21]],[17,[[31,[8]]]]],[[22,[21]]]],[[[22,[21]],[17,[[39,[38]]]]],[[22,[21]]]],[[[22,[21]],[17,[[34,[6]]]]],[[22,[21]]]],[[[22,[21]],[17,[35]]],[[22,[21]]]],[[[30,[3]],35],[[30,[3]]]],[[[22,[21]],7],[[22,[21]]]],[[[22,[21]],[17,[2]]],[[22,[21]]]],[[[22,[21]],25],[[22,[21]]]],[[[22,[21]],6],[[22,[21]]]],[[[22,[21]],6],[[22,[21]]]],[[[30,[3]],[17,[33]]],[[30,[3]]]],[[[22,[21]],7],[[22,[21]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[26],[6],[6],[6],[27],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[23,6],[[10,[[17,[[34,[9]]]]]]]],[[26,6],[[10,[[17,[[34,[9]]]]]]]],[[24,6],[[10,[[17,[[34,[9]]]]]]]],[[27,6],[[10,[[17,[[34,[9]]]]]]]],[[[22,[[5,[21]]]],25],26],[[[22,[[5,[21]]]],25],27],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[[0,[40,21,15]]],[[10,[41]]]],[[41,35,[17,[6]],7,[17,[42]],6,6,[17,[35]],[17,[35]],35,[17,[29]],7],10],[[41,35,[17,[6]],7,[17,[42]],6,6,[17,[35]],[17,[35]],35,[17,[29]],7,35],10],[[[37,[35]]],7],0,0,[[]],[[]],[6],[6],[[43,[37,[44]]],[[19,[45,46]]]],0,0,[6],[[45,45],7],[[45,11],[[19,[47]]]],[48,45],[[]],[[],6],[[]],0,0,0,0,0,0,[[],19],[[],19],[[],20],[[]],0,0,0,0,0,0,0,[1],[[[49,[21]]],[[10,[50]]]],[[[51,[3]],42],[[10,[[52,[3]]]]]],[[[51,[[0,[53,54,55]]]],42],[[10,[[0,[[0,[53,54,55]]]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[56,56],[[]],[[57,3],[[5,[4]]]],[[],57],[[],56],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[56,56],7],[[],7],[[],7],[[],7],[[],7],[57,8],[[[49,[21]]],[[10,[9]]]],[[[51,[3]],9],10],[[[52,[3]]],10],[[[49,[21]],[17,[[39,[38]]]],7],[[10,[9]]]],[[56,11],12],[[]],[[]],[[]],[[]],[[]],[[56,58]],[[],6],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[]],[[[49,[21]],7],[[49,[21]]]],[21,[[49,[21]]]],[3,[[51,[3]]]],[[],57],[[[0,[53,54,55]]],[[51,[[0,[53,54,55]]]]]],[[[49,[21]]],[[10,[42]]]],[[[49,[21]],7],[[49,[21]]]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[]],[[[49,[21]],[17,[[34,[33]]]]],[[49,[21]]]],[[[51,[3]],[17,[56]]],[[51,[3]]]],[[57,[17,[56]]],57],[[57,8],57],[[[49,[21]],[17,[6]]],[[49,[21]]]],[[[49,[21]],[17,[[34,[6]]]]],[[49,[21]]]],[[[49,[21]],[17,[2]]],[[49,[21]]]],[[[52,[3]],9],10],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[[59,[3]],9],10],[[[60,[21]]],[[10,[9]]]],[[]],[[]],[[]],[[[60,[21]],[17,[6]]],[[60,[21]]]],[[],6],[[],6],[[],6],[[]],[[]],[[]],0,[3,[[59,[3]]]],[21,[[60,[21]]]],[[[60,[21]],7],[[60,[21]]]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[[60,[21]],6],[[60,[21]]]],[[[60,[21]],7],[[60,[21]]]],[[[59,[3]],61],[[59,[3]]]],[[[60,[21]],61],[[60,[21]]]],[[[60,[21]],[17,[[34,[33]]]]],[[60,[21]]]],[[[60,[21]],25],[[60,[21]]]],[[[60,[21]],42],[[60,[21]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[],19],[[[63,[62]]],19],[64,19],[[[67,[65,66]]],19],[[[68,[65]]],19],[[[69,[65,66]]],19],[[[71,[65,70]]],19],[[[72,[65,70]]],19],[[[73,[65]]],19],[[[74,[65,66]]],19],[[[75,[65]]],19],[[[76,[65,66]]],19],[77,[[19,[46]]]],[[[79,[[14,[78]],62]]],[[19,[46]]]],[[],19],[[[63,[80]]],19],[64,19],[[[69,[81,66]]],19],[[[71,[81,70]]],19],[[[72,[81,70]]],19],[[15,66],[[19,[7]]]],[[15,66],[[19,[7]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,15],[[[79,[[0,[82,[14,[78]]]],[0,[82,62]]]]],[[79,[[0,[82,[14,[78]]]],[0,[82,62]]]]]],[[]],[62,[[63,[62]]]],[15,[[19,[6]]]],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[],64],[[15,66],[[67,[15,66]]]],[[15,66],[[19,[17]]]],[[[79,[[0,[83,[14,[78]]]],[0,[83,62]]]],11],[[19,[47]]]],[[15,66],19],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[15,[[68,[15]]]],[[],17],[[[63,[62]]],17],[64,17],[[[67,[65,66]]],17],[[[68,[65]]],17],[[[69,[65,66]]],17],[[[71,[65,70]]],[[17,[15]]]],[[[72,[65,70]]],17],[[[73,[65]]],17],[[[74,[65,66]]],17],[[[75,[65]]],17],[[[76,[65,66]]],17],[77,17],[[[79,[[14,[78]],62]]],17],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[15,66],[[69,[15,66]]]],[[15,70],[[72,[15,70]]]],[[15,70],[[71,[15,70]]]],[[50,[84,[[14,[78]]]],[34,[35,85]]],77],[[62,[34,[35,85]]],[[79,[[14,[78]],62]]]],[[],[[19,[17]]]],[[[68,[65]]],[[19,[17]]]],[[[72,[65,70]]],[[19,[17]]]],[[],[[19,[17]]]],[[[72,[81,70]]],[[19,[17]]]],[6,[[19,[17]]]],[[15,66],[[19,[[17,[6]]]]]],[[]],[[[63,[62]]]],[64],[[[67,[65,66]]]],[[[68,[65]]]],[[[69,[65,66]]]],[[[71,[65,70]]]],[[[72,[65,70]]]],[[[73,[65]]]],[[[74,[65,66]]]],[[[75,[65]]]],[[[76,[65,66]]]],[[15,6],[[73,[15]]]],[[15,66],[[74,[15,66]]]],[[15,6],[[75,[15]]]],[[15,66],[[76,[15,66]]]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[3,65],[[19,[46]]]],0,0,0,0,0,[[]],[[]],[6],[41,[[37,[35]]]],[6],[6],[[]],[21,41],[[],6],[[]],[[],[[17,[[37,[35]]]]]],[[],[[17,[32]]]],[[],19],[[],19],[[],20],[[]],0,0,0,[1],[86,[[39,[78,85]]]],0,[86,87],[86,87],[[]],[[]],[[]],[[]],[86,[[5,[78,85]]]],[86,86],[[]],[86,88],[6],[6],[6],[6],[6],[6],[[86,78],7],[[86,86],7],[86,[[37,[43]]]],[[[89,[21]]],[[10,[9]]]],[[86,11],[[19,[47]]]],[[]],[90,86],[91,86],[[]],[[[31,[8]]],[[10,[[89,[32]]]]]],[88,[[37,[43]]]],[[[89,[21]],[17,[6]]],[[89,[21]]]],[[],6],[[],6],[[]],[[]],[86],[86],[86,[[95,[[34,[[5,[92,85]],85]],93,94]]]],[86,6],[[[89,[21]],7],[[89,[21]]]],[21,[[89,[21]]]],[[88,[34,[[5,[78,85]],85]],[17,[96]]],86],[88,86],[[88,6],86],[[86,[17,[96]]]],[[86,6,6]],[[86,6,6]],[[6,6]],[[6,6]],[[86,6,6]],[[86,6,6]],[[86,6,6],86],[[86,6,6],86],[86,[[5,[78,85]]]],[[]],[[],19],[[],19],[[],19],[[],19],[[88,[34,[[5,[78,85]],85]],[17,[96]]],[[19,[86,46]]]],[[],20],[[],20],[86,[[17,[96]]]],[86,[[17,[96]]]],[86,[[37,[[5,[78,85]]]]]],[86,93],[[]],[[]],[[[89,[21]],[17,[6]]],[[89,[21]]]],[[[89,[21]],[17,[6]]],[[89,[21]]]],[[[89,[21]],[17,[6]]],[[89,[21]]]],[[[89,[21]],[17,[[31,[8]]]]],[[89,[21]]]],[[[89,[21]],7],[[89,[21]]]],[[[89,[21]],25],[[89,[21]]]],[[[89,[21]],42],[[89,[21]]]],[[86,[17,[96]]],[[5,[78,85]]]],[[86,[17,[96]]],86],0,0,0,0,0,0,[1],[[],19],[[[97,[[14,[78]],62]]],[[19,[46]]]],[[15,66],[[19,[7]]]],[[15,66],[[19,[7]]]],[[]],[[]],[[]],[[]],[15,15],[[[97,[[0,[82,[14,[78]]]],[0,[82,62]]]]],[[97,[[0,[82,[14,[78]]]],[0,[82,62]]]]]],[[]],[15,[[19,[6]]]],[6],[6],[6],[6],[6],[6],[[15,66],[[67,[15,66]]]],[[15,66],[[19,[17]]]],[[[97,[[0,[83,[14,[78]]]],[0,[83,62]]]],11],[[19,[47]]]],[[15,66],19],[[]],[[]],[15,[[68,[15]]]],[[],17],[[[97,[[14,[78]],62]]],17],[[],6],[[],6],[[]],[[]],[[[98,[3,65]]]],[[]],[[15,66],[[69,[15,66]]]],[[15,70],[[72,[15,70]]]],[[15,70],[[71,[15,70]]]],[[3,65],[[98,[3,65]]]],[[62,[34,[35,85]]],[[97,[[14,[78]],62]]]],[[],[[19,[17]]]],[[[98,[3,65]]],17],[6,[[19,[17]]]],[[15,66],[[19,[[17,[6]]]]]],[[]],[[15,6],[[73,[15]]]],[[15,66],[[74,[15,66]]]],[[15,6],[[75,[15]]]],[[15,66],[[76,[15,66]]]],[[]],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[[99,[21]],[17,[[39,[38]]]],[17,[[37,[6]]]]],[[10,[9]]]],[[[99,[21]],6],[[10,[100]]]],[[[101,[3]],42],[[10,[[102,[3]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[103,103],[104,104],[105,105],[106,106],[107,107],[[]],[[]],[[]],[[]],[[]],[[],103],[[],107],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[6],[[103,103],7],[[104,104],7],[[105,105],7],[[106,106],7],[[107,107],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[[99,[21]]],[[10,[9]]]],[[[101,[3]],9],[[10,[108]]]],[[[102,[3]]],[[10,[108]]]],[[103,11],12],[[104,11],12],[[105,11],12],[[106,11],12],[[107,11],12],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[104,58]],[[105,58]],[[106,58]],[[107,58]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[21,[[99,[21]]]],[[[5,[0]],109,6,[17,[[34,[6]]]],[17,[2]],6,7],[[10,[100]]]],[[3,3],[[101,[3,3]]]],[[100,6],[[10,[[17,[[34,[9]]]]]]]],[[[99,[21]]],[[10,[6]]]],0,[[[99,[21]],103],[[99,[21]]]],[[[99,[21]]],[[10,[42]]]],[[[99,[21]],7],[[99,[21]]]],[[[101,[3]],7],[[101,[3]]]],[[[99,[21]],7],[[99,[21]]]],[[]],[[]],[[]],[[]],[[]],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[[],19],[35,[[10,[104]]]],[110,[[10,[105]]]],[111,[[10,[106]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[[99,[21]],7],[[99,[21]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[99,[21]],[17,[[34,[33]]]]],[[99,[21]]]],[[[101,[3]],107],[[101,[3]]]],[[[101,[3]],[17,[6]]],[[101,[3]]]],[[[99,[21]],[17,[6]]],[[99,[21]]]],[[[99,[21]],[17,[[34,[6]]]]],[[99,[21]]]],[[[99,[21]],[17,[2]]],[[99,[21]]]],[[[101,[3]],[17,[6]]],[[101,[3]]]],[[[101,[3]],7],[[101,[3]]]],[[[102,[3]],9],10],0,0,[[]],[[]],[[]],[[]],[6],[6],[6],[6],[6],[6],[112,36],[[112,11],12],[[]],[[]],[[113,114],[[10,[112]]]],[[],6],[[],6],[[]],[[]],[112,[[17,[6]]]],[113,42],[112,[[17,[115]]]],[112,[[17,[115]]]],[112,[[17,[115]]]],[[],19],[[],19],[[],19],[[],19],[[],20],[[],20],[[]],[[]],0,0,[[],[[17,[116]]]],[9,[[10,[115]]]],[113,[[10,[7]]]],0,0,[13,8]],"c":[],"p":[[3,"Private"],[3,"RowCount"],[8,"Write"],[8,"SerWriter"],[3,"Box"],[15,"usize"],[15,"bool"],[3,"PathBuf"],[3,"DataFrame"],[6,"PolarsResult"],[3,"Formatter"],[6,"Result"],[3,"Path"],[8,"AsRef"],[8,"Sized"],[6,"ArrowChunk"],[4,"Option"],[6,"ArrowResult"],[4,"Result"],[3,"TypeId"],[8,"MmapBytesReader"],[3,"CsvReader"],[3,"BatchedCsvReaderMmap"],[3,"BatchedCsvReaderRead"],[6,"SchemaRef"],[3,"OwnedBatchedCsvReaderMmap"],[3,"OwnedBatchedCsvReader"],[4,"CsvEncoding"],[4,"NullValues"],[3,"CsvWriter"],[8,"Into"],[3,"File"],[3,"String"],[3,"Vec"],[15,"u8"],[4,"DataType"],[15,"slice"],[8,"PhysicalIoExpr"],[3,"Arc"],[8,"Read"],[4,"ReaderBytes"],[3,"Schema"],[3,"Field"],[3,"RowGroupMetaData"],[3,"Statistics"],[4,"Error"],[3,"Error"],[3,"MutableStatistics"],[3,"IpcReader"],[3,"Schema"],[3,"IpcWriter"],[3,"BatchedWriter"],[8,"AsyncWrite"],[8,"Unpin"],[8,"Send"],[4,"IpcCompression"],[3,"IpcWriterOption"],[8,"Hasher"],[3,"JsonWriter"],[3,"JsonReader"],[4,"JsonFormat"],[8,"Iterator"],[3,"Convert"],[3,"Empty"],[8,"FallibleStreamingIterator"],[8,"FnMut"],[3,"Filter"],[3,"Fuse"],[3,"Map"],[8,"Fn"],[3,"MapRef"],[3,"MapErr"],[3,"Skip"],[3,"SkipWhile"],[3,"Take"],[3,"TakeWhile"],[3,"RecordSerializer"],[8,"Array"],[3,"Serializer"],[8,"DoubleEndedIterator"],[8,"DoubleEndedFallibleStreamingIterator"],[8,"Clone"],[8,"Debug"],[3,"Chunk"],[3,"Global"],[3,"StructArray"],[8,"Any"],[4,"DataType"],[3,"JsonLineReader"],[3,"MutableStructArray"],[3,"GrowableStruct"],[8,"Scalar"],[3,"StructValueIter"],[3,"BitmapIter"],[4,"ZipValidity"],[3,"Bitmap"],[3,"Serializer"],[3,"FileWriter"],[3,"ParquetReader"],[3,"BatchedParquetReader"],[3,"ParquetWriter"],[3,"BatchedWriter"],[4,"ParallelStrategy"],[3,"GzipLevel"],[3,"BrotliLevel"],[3,"ZstdLevel"],[4,"ParquetCompression"],[15,"u64"],[3,"FileMetaData"],[15,"u32"],[15,"i32"],[3,"ColumnStats"],[3,"BatchStats"],[15,"str"],[3,"Series"],[8,"StatsEvaluator"],[8,"WriterFactory"],[8,"SerReader"],[8,"ArrowReader"]]},\ "polars_json":{"doc":"","t":"AAACFFFFAFFF","n":["json","ndjson","deserialize","deserialize","infer","infer_records_schema","deserialize","deserialize_records","deserialize","infer","infer_iter","deserialize_iter"],"q":[[0,"polars_json"],[2,"polars_json::json"],[6,"polars_json::json::deserialize"],[8,"polars_json::ndjson"],[11,"polars_json::ndjson::deserialize"]],"d":["","","","","Infers DataType from Value.","Infers Schema from JSON Value in (pandas-compatible) …","","Deserializes a json simd_json::value::Value serialized in …","","Infers the DataType from an NDJSON file, optionally only …","Infers the DataType from an iterator of JSON strings. A …","Deserializes an iterator of rows into an Array of DataType."],"i":[0,0,0,0,0,0,0,0,0,0,0,0],"f":[0,0,0,0,[1,[[3,[2]]]],[1,[[3,[4]]]],[[1,2],[[8,[[6,[5]],7]]]],[[1,4],[[3,[[10,[9]]]]]],0,[[11,[13,[12]]],[[3,[2]]]],[14,[[3,[2]]]],[[14,2,12,12],[[3,[9]]]]],"c":[],"p":[[4,"Value"],[4,"DataType"],[6,"PolarsResult"],[3,"Schema"],[8,"Array"],[3,"Box"],[4,"Error"],[4,"Result"],[6,"ArrayRef"],[3,"Chunk"],[8,"BufRead"],[15,"usize"],[4,"Option"],[8,"Iterator"]]},\ -"polars_lazy":{"doc":"Lazy API of Polars","t":"AOAAAANNENNNNNNNNNINENNDDNNNNNNNNNNNNNDNNNNDNNNNENNNENNNNNNEIGNNNNNNNNNNNNNDNNNDNNNNNNNNNDNNNNNNNNNNENNNNININDNNIINNNNNNNDNNDNNNDNNNINNNDNNEDNLLLLLLLLLLLLLLLLLLLLLLLLLLFLFMLLFLLFLLLFLLLLLLLLLLLLLMLFLALFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKKKFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFLLLLFLFLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLKLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLFLFLLLLLFLLLLFLLLLLLLFLLLLLLFLLFMFLLFFLLFLLMMMFLLFMMMMLLLLLMLLLLLLLFLLLLLLLLFLLLLLFLLFFLFLLLLLMMLMMLLLLLLLLLLLLLLLLMLALLFLLFLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLMLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLDDIDLFFFFFLLFLLFFFFFFFFMMLLLLFFFLMMLLKFFFFFFFMMMFFMMMMFMFFFMFFMMFFLMLLLLMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGGIDDIDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLKLLLMMLLMLLLLLMLKLLMMMMLLLLLLLMKLLMLMLKLLMMLLLKLLMMMLLLLLMLLLMLLMLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLLLLLLLLLLLLAAAIKDIIDLLLLLLLLLLLLLLKLKKMKLLLLMLLLLLKKLLLLLLLLFNINDNNNNNNNNNNNNNDNIENENRDNDNNNNNNNNNNNLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLKLLMMMMMMKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM","n":["dsl","fallible","frame","physical_plan","prelude","utils","Abs","Agg","AggExpr","AggGroups","Alias","All","And","AnonymousFunction","Any","Atan2","BinaryExpr","BinaryExpr","BinaryUdfOutputField","Boolean","BooleanFunction","Cast","Ceil","ChainedThen","ChainedWhen","Clip","Coalesce","Column","Columns","ConcatExpr","Correlation","Count","Count","Cumcount","Cummax","Cummin","Cumprod","Cumsum","DatetimeArgs","Divide","DropNans","Dtype","DtypeColumn","DurationArgs","Entropy","Eq","EqValidity","Exclude","Excluded","Exp","Explode","Explode","Expr","FillNull","Filter","First","Floor","FloorDivide","Function","FunctionExpr","FunctionOutputField","GetOutput","GroupsToRows","Gt","GtEq","Implode","IsFinite","IsIn","IsInfinite","IsNan","IsNot","IsNotNan","IsNotNull","IsNull","Join","JoinOptions","KeepName","Last","ListExpr","ListNameSpace","Literal","Log","Log1p","LowerBound","Lt","LtEq","Max","Mean","Median","MetaNameSpace","Min","Minus","Modulus","Multiply","NUnique","Name","NotEq","NotEqValidity","Nth","NullCount","Operator","Or","Plus","Pow","Quantile","Range","RenameAlias","RenameAliasFn","Reverse","RollingCovOptions","Round","Selector","SeriesBinaryUdf","SeriesUdf","SetSortedFlag","Shift","ShiftAndFill","ShrinkType","Slice","Sort","SortBy","SpecialEq","Std","StringExpr","StrptimeOptions","Sum","Take","Ternary","Then","ToPhysical","Trigonometry","TrueDivide","UdfSchema","Unique","UpperBound","Var","When","Wildcard","Window","WindowMapping","WindowOptions","Xor","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_into_selector","_selector_add","_selector_and","_selector_sub","abs","add","agg_groups","alias","all","all","all_horizontal","allow_parallel","and","any","any_horizontal","append","apply","apply_binary","apply_children","apply_many","apply_many_private","apply_multiple","arccos","arccosh","arcsin","arcsinh","arctan","arctan2","arctanh","arg_max","arg_max","arg_min","arg_min","arg_sort","arg_unique","args","as_ref","avg","backward_fill","binary","binary","binary_expr","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","cache","call","call_udf","call_udf","cast","cast","cbrt","ceil","clip","clip_max","clip_min","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","coalesce","col","cols","concat_expr","concat_list","contains","cos","cosh","cot","count","count","cov","cumcount","cummax","cummin","cumprod","cumsum","day","days","ddof","default","default","default","default","default","default","default","default","default","degrees","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","div","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_nans","drop_nulls","dtype_col","dtype_cols","entropy","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_missing","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exact","exclude","exclude_dtype","exp","explode","fill_nan","fill_null","filter","first","first","first","flatten","float_type","floor","floor_div","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fold_exprs","force_parallel","format","forward_fill","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_type","function_with_options","functions","get","get_field","get_field","get_output","get_schema","gt","gt_eq","has_multiple_outputs","hash","hash","hash","hash","hash","head","head","hour","hours","implode","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_iter","into_range","into_tree_formatter","is_finite","is_in","is_infinite","is_nan","is_not_nan","is_not_null","is_not_null","is_null","is_null","is_regex_projection","is_simple_projection","join","keep_name","last","last","last","lengths","list","lit","log","log1p","lower_bound","lt","lt_eq","map","map_alias","map_binary","map_children","map_dtype","map_dtypes","map_field","map_fields","map_list","map_list_multiple","map_many","map_many_private","map_multiple","mapping","max","max","max","max_horizontal","mean","mean","mean","median","median","meta","microsecond","microseconds","milliseconds","min","min","min","min_horizontal","min_periods","minute","minutes","month","mul","mutate","n_unique","nan_max","nan_min","nanoseconds","neq","neq_missing","new","new","new","nodes","nodes_mut","not","not","null_count","or","otherwise","otherwise","output_name","over","over_with_options","pearson_corr","pi","pop","pow","prefix","product","quantile","quantile","radians","range","reduce_exprs","rem","repeat","reshape","reverse","reverse","root_names","round","rows_left","rows_right","same_type","second","seconds","set_sorted_flag","shift","shift","shift_and_fill","shrink_dtype","sin","sinh","slice","slice","sort","sort","sort_by","sort_with","sqrt","std","str","strict","strict_cast","string","sub","suffix","sum","sum","sum","sum_horizontal","super_type","tail","tail","take","tan","tanh","ternary_expr","then","then","to_dot","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","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_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_serialize","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","undo_aliases","unique","unique","unique_stable","unique_stable","upper_bound","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weeks","when","when","when","window_size","with_day","with_days","with_fractional_seconds","with_hms","with_hms","with_hour","with_hours","with_microsecond","with_microseconds","with_milliseconds","with_minute","with_minutes","with_month","with_nanoseconds","with_second","with_seconds","with_weeks","with_year","xor","year","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","drop_nulls","drop_nulls","by","by","data_type","descending","expr","expr","expr","expr","expr","falsy","function","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","base","base","ddof","decimals","max","method","min","normalize","periods","reverse","reverse","reverse","reverse","reverse","super_type","BinaryNameSpace","borrow","borrow_mut","contains_literal","deref","deref_mut","drop","ends_with","from","init","into","starts_with","try_from","try_into","type_id","vzip","DatetimeArgs","DurationArgs","Range","UnionArgs","__clone_box","all","all_horizontal","any_horizontal","apply_binary","avg","borrow","borrow_mut","cast","clone","clone_into","coalesce","col","collect_all","cols","concat","concat_expr","concat_list","cov","day","days","default","deref","deref_mut","drop","dtype_col","dtype_cols","fold_exprs","from","hour","hours","init","into","into_range","is_not_null","is_null","map_binary","max","max_horizontal","mean","median","microsecond","microseconds","milliseconds","min","min_horizontal","minute","minutes","month","nanoseconds","not","parallel","pearson_corr","quantile","range","rechunk","reduce_exprs","repeat","second","seconds","sum","sum_horizontal","to_owned","to_supertypes","try_from","try_into","type_id","vzip","weeks","year","StringNameSpace","borrow","borrow_mut","contains","contains_literal","count_match","deref","deref_mut","drop","ends_with","explode","extract","extract_all","from","init","into","lengths","lstrip","n_chars","replace","replace_all","replace_n","rstrip","split","split_inclusive","starts_with","str_slice","strip","to_lowercase","to_titlecase","to_uppercase","try_from","try_into","type_id","vzip","AllowedOptimizations","GlobIterator","IntoLazy","JoinBuilder","LazyCsvReader","LazyFileListReader","LazyFrame","LazyGroupBy","LazyJsonLineReader","OptState","ScanArgsAnonymous","ScanArgsIpc","ScanArgsParquet","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","agg","allow_parallel","allows_projection_pushdown","anonymous_scan","apply","as_any","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","bottom_k","cache","cache","cache","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloud_options","cloud_options","cloud_options","collect","concat_impl","concat_impl","concat_impl","cross_join","default","default","default","default","default","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","describe_optimized_plan","describe_plan","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_columns","drop_nulls","explain","explode","fetch","file_caching","fill_nan","fill_null","filter","finish","finish","finish","finish_no_glob","finish_no_glob","finish_no_glob","first","fmt","force_parallel","from","from","from","from","from","from","from","from","from","from","get_current_optimizations","glob","glob","groupby","groupby_stable","has_header","head","how","infer_schema_length","init","init","init","init","init","init","init","init","init","inner_join","into","into","into","into","into","into","into","into","into","join","join_builder","last","lazy","left_join","left_on","limit","logical_plan","logical_plan","low_memory","low_memory","low_memory","map","max","mean","median","melt","memmap","min","n_rows","n_rows","n_rows","n_rows","n_rows","n_rows","name","new","new","new","null_count","on","optimize","outer_join","parallel","path","path","path","predicate_pushdown","profile","projection_pushdown","quantile","rechunk","rechunk","rechunk","rechunk","rechunk","rename","reverse","right_on","row_count","row_count","row_count","row_count","row_count","row_count","scan","scan_ipc","scan_parquet","schema","schema","schema","select","shift","shift_and_fill","simplify_expr","sink_ipc","sink_parquet","skip_rows","slice","slice_pushdown","sort","sort_by_exprs","std","streaming","suffix","sum","tail","tail","to_alp","to_alp_optimized","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top_k","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","type_coercion","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique","unique_stable","use_statistics","validate","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with","with_batch_size","with_cache","with_column","with_columns","with_comment_char","with_context","with_delimiter","with_dtype_overwrite","with_encoding","with_end_of_line_char","with_ignore_errors","with_infer_schema_length","with_infer_schema_length","with_missing_is_null","with_n_rows","with_n_rows","with_null_values","with_optimizations","with_path","with_path","with_path","with_predicate_pushdown","with_projection_pushdown","with_quote_char","with_rechunk","with_rechunk","with_rechunk","with_row_count","with_row_count","with_row_count","with_schema","with_schema","with_schema_modify","with_simplify_expr","with_skip_rows","with_skip_rows_after_header","with_slice_pushdown","with_streaming","with_type_coercion","without_optimizations","executors","expressions","planner","Executor","execute","AggregationContext","PartitionedAggregation","PhysicalExpr","PhysicalIoHelper","as_expression","as_partitioned_aggregator","as_stats_evaluator","as_stats_evaluator","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","evaluate","evaluate","evaluate_on_groups","evaluate_partitioned","expr","finalize","fmt","fmt","from","from","has_window_function","init","init","into","into","is_literal","is_valid_aggregation","to_field","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","create_physical_plan","Aggregate","AnonymousScan","AnonymousScan","AnonymousScanOptions","Binary","Boolean","Cache","DataFrameScan","Distinct","Error","ExtContext","FileSink","Float32","Float64","HStack","Int32","Int64","IpcWriterOptions","Join","Literal","LiteralValue","LocalProjection","LogicalPlan","MapFunction","NULL","Null","Null","ParquetWriteOptions","Projection","Range","Scan","Selection","Series","Slice","Sort","UInt32","UInt64","Union","Utf8","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","allows_predicate_pushdown","allows_projection_pushdown","allows_slice_pushdown","as_any","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","compression","compression","data_pagesize_limit","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","describe","dot","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","from","from","from","from","from","from","get_datatype","init","init","init","init","init","init","into","into","into","into","into","into","lit","lit","lit","maintain_order","maintain_order","n_rows","output_schema","predicate","row_group_size","scan","schema","schema","schema","skip_rows","statistics","to_alp","to_anyvalue","to_owned","to_owned","to_owned","to_owned","to_owned","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","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","with_columns","data_type","high","low","aggs","apply","args","by_column","contexts","count","df","err","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection"],"q":[[0,"polars_lazy"],[6,"polars_lazy::dsl"],[854,"polars_lazy::dsl::AggExpr"],[861,"polars_lazy::dsl::BooleanFunction"],[863,"polars_lazy::dsl::Expr"],[897,"polars_lazy::dsl::FunctionExpr"],[912,"polars_lazy::dsl::binary"],[928,"polars_lazy::dsl::functions"],[1002,"polars_lazy::dsl::string"],[1037,"polars_lazy::frame"],[1372,"polars_lazy::physical_plan"],[1375,"polars_lazy::physical_plan::executors"],[1377,"polars_lazy::physical_plan::expressions"],[1421,"polars_lazy::physical_plan::planner"],[1422,"polars_lazy::prelude"],[1609,"polars_lazy::prelude::LiteralValue"],[1612,"polars_lazy::prelude::LogicalPlan"]],"d":["Domain specific language for the Lazy API.","Helper to delay a failing method until the query plan is …","Lazy variant of a DataFrame.","","","","","","","","","","","","","","","","","","","","","Utility struct for the when-then-otherwise expression.","Utility struct for the when-then-otherwise expression.","","","","","","","","Special case that does not need columns","","","","","","Arguments used by datetime in order to produce an Expr of …","","","","","Arguments used by duration in order to produce an Expr of …","","","","Can be used in a select statement to exclude a column from …","","","","Explode the aggregated list and just do a hstack instead …","Expressions that can be used in various contexts. Queries …","","","","","","","","","","Map the group values to the position","","","","","","","","","","","","Join the groups as ‘List<group_dtype>’ to the row …","","Set root name as Alias","","","Specialized expressions for Series of DataType::List.","","","","","","","","","","Specialized expressions for Categorical dtypes.","","","","","","","","","Take the nth column in the DataFrame","","","","","","","","","","","","","Expressions in this node should only be expanding e.g. …","A wrapper trait for any binary closure …","A wrapper trait for any closure …","","","","","","","","Wrapper type that has special equality properties …","","","","","","A ternary operation if true then “foo” else “bar”","Utility struct for the when-then-otherwise expression.","","","","","","","","Utility struct for the when-then-otherwise expression.","","See postgres window functions","","","","","","","","","","","","","","","","","","","","","","","","","","Convert all values to their absolute/positive value.","","Get the group indexes of the group by operation.","Rename Column.","Selects all columns. Shorthand for col("*").","Check if all boolean values are true","Create a new column with the the bitwise-and of the …","","and operation","Check if any boolean value is true","Create a new column with the the bitwise-or of the …","Append expressions. This is done by adding the chunks of …","Apply a function/closure over the groups. This should only …","Like map_binary, but used in a groupby-aggregation context.","","Apply a function/closure over the groups with many …","","Apply a function/closure over the groups of multiple …","Compute the inverse cosine of the given expression","Compute the inverse hyperbolic cosine of the given …","Compute the inverse sine of the given expression","Compute the inverse hyperbolic sine of the given expression","Compute the inverse tangent of the given expression","Compute the inverse tangent of the given expression, with …","Compute the inverse hyperbolic tangent of the given …","Return the index of the maximum value of every sublist","Get the index value that has the maximum value","Return the index of the minimal value of every sublist","Get the index value that has the minimum value","Get the index values that would sort this expression.","Get the first index of unique values of this expression.","","","Find the mean of all the values in the column named name. …","Fill missing value with next non-null.","","","Compute op(l, r) (or equivalently l op r). l and r must …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","use a cache of unique, converted dates to apply the …","","","","Casts the column given by Expr to a different type.","Cast expression to another data type.","Compute the cube root of the given expression","Ceil underlying floating point array to the highest …","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Select multiple columns by name.","","Concat lists entries.","Check if the list array contain an element","Compute the cosine of the given expression","Compute the hyperbolic cosine of the given expression","Compute the cotangent of the given expression","Count expression","Count the values of the Series or Get counts of the group …","Compute the covariance between two columns.","Cumulatively count values from 0 to len.","Get an array with the cumulative max computed at every …","Get an array with the cumulative min computed at every …","Get an array with the cumulative product computed at every …","Get an array with the cumulative sum computed at every …","","","","","","","","","","","","","Convert from radians to degrees","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drop NaN values","Drop null values","Select multiple columns by dtype.","Select multiple columns by dtype.","Compute the entropy as -sum(pk * log(pk). where pk are …","","","Compare Expr with other Expr on equality","","","","","","","","","","","","Compare Expr with other Expr on equality where None == None","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If polars may parse matches that not contain the whole …","Exclude a column from a wildcard/regex selection.","","Calculate the exponential of all elements in the input …","Explode the utf8/ list column","Replace the floating point NaN values by a value.","Replace the null values by a value.","Filter a single column.","First column in DataFrame","Get first item of every sublist.","Get the first value in the group.","Alias for explode","","Floor underlying floating point array to the lowest …","Floor divide self by rhs.","","","","","","","","","","","","","","","","","","","","","","Accumulate over multiple columns horizontally / row wise.","","Formatting string","Fill missing value with previous non-null.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","A function that cannot be expressed with map or apply and …","Functions","Get items in every sublist by index.","","","","","Check if Expr > Expr","Check if Expr >= Expr","Whether this expression expands to multiple expressions.","","","","","","Get the head of every sublist","Get the first n elements of the Expr result","","","Aggregate the group to a Series","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Get a hold to an implementor of the Display trait that …","Get mask of finite values if dtype is Float","Check if the values of the left expression are in the …","Get mask of infinite values if dtype is Float","Get mask of NaN values if dtype is Float","Get inverse mask of NaN values if dtype is Float","A column which is false wherever expr is null, true …","Run is_not_null operation on Expr.","A column which is true wherever expr is null, false …","Run is_null operation on Expr.","Whether this expression expands to multiple expressions …","A projection that only takes a column or a column + alias.","Join all string items in a sublist and place a separator …","Keep the original root name","Last column in DataFrame","Get last item of every sublist.","Get the last value in the group.","Get lengths of the arrays in the List type.","","Create a Literal Expression from L. A literal expression …","Compute the logarithm to a given base","Compute the natural logarithm of all elements plus one in …","Get minimal value that could be hold by this dtype.","Check if Expr < Expr","Check if Expr <= Expr","Apply a function/closure once the logical plan get …","Define an alias by mapping a function over the original …","Apply a closure on the two columns that are evaluated from …","","","","","","Apply a function/closure once the logical plan get …","Apply a function/closure over multiple columns once the …","Apply a function/closure once the logical plan get …","","Apply a function/closure over multiple columns once the …","Explode the aggregated list and just do a hstack instead …","Find the maximum of all the values in the column named name…","Compute the maximum of the items in every sublist.","Reduce groups to maximum value.","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Compute the mean of every sublist and return a Series of …","Reduce groups to the mean value.","Find the median of all the values in the column named name…","Reduce groups to the median value.","Get the meta::MetaNameSpace","","","","Find the minimum of all the values in the column named name…","Compute the minimum of the items in every sublist.","Reduce groups to minimal value.","Create a new column with the the minimum value per row.","","","","","","Expr::mutate().apply(fn())","Get the number of unique values in the groups.","Reduce groups to maximum value.","Reduce groups to minimal value.","","Compare Expr with other Expr on non-equality","Compare Expr with other Expr on non-equality where …","","Construct a new DatetimeArgs set to year, month, day","Create a new DurationArgs with all fields set to lit(0). …","","","Negates a boolean column.","Negate Expr","Get the null count of the column/group","or operation","Define a default for the when-then-otherwise expression.","Define a default for the when-then-otherwise expression.","Get the output name of this expression.","Apply window function over a subgroup. This is similar to …","","Compute the pearson correlation between two columns.","Constant Pi","Pop latest expression and return the input(s) of the …","Raise expression to the power exponent","Add a prefix to the root column name.","Get the product aggregation of an expression","Find a specific quantile of all the values in the column …","Compute the quantile per group.","Convert from degrees to radians","Create a range literal.","Analogous to Iterator::reduce.","","Create a column of length n containing n copies of the …","","Reverse every sublist","Reverse column","Get the root column names.","Round underlying floating point array to given decimal …","Proxy of the number of rows in both sides of the joins …","","","","","Set this Series as sorted so that downstream code can use …","Shift every sublist.","Shift the values in the array by some period. See the …","Shift the values in the array by some period and fill the …","Shrink numeric columns to the minimal required datatype …","Compute the sine of the given expression","Compute the hyperbolic sine of the given expression","Slice every sublist.","Slice the Series. offset may be negative.","Sort every sublist.","Sort in increasing order. See the eager implementation.","Sort this column by the ordering of another column. Can …","Sort with given options.","Compute the square root of the given expression","Standard deviation of the values of the Series","","If set then polars will return an error if any date …","Cast expression to another data type. Throws an error if …","","","Add a suffix to the root column name.","Sum all the values in the column named name. Shorthand for …","Compute the sum the items in every sublist.","Reduce groups to the sum of all the values.","Create a new column with the the sum of the values in each …","","Get the tail of every sublist","Get the last n elements of the Expr result","Take the values by idx.","Compute the tangent of the given expression","Compute the hyperbolic tangent of the given expression","","Add a condition to the when-then-otherwise expression.","","Get a dot language representation of the Expression.","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Undo any renaming operation like alias, keep_name.","Keep only the unique values in every sublist.","Get unique values of this expression.","Keep only the unique values in every sublist.","Get unique values of this expression, while maintaining …","Get maximal value that could be hold by this dtype.","Variance of the values of the Series","","","","","","","","","","","","","","","","","","","","","","Start a when-then-otherwise expression.","Attach a statement to the corresponding condition.","Add another condition to the when-then-otherwise …","","Set the day","Set the days","Set milliseconds, microseconds, and nanoseconds","Set hour, minute, and second","Set hours, minutes, and seconds","Set the hour","Set the hours","Set the microsecond","Set the microseconds","Set the milliseconds","Set the minute","Set the minutes","Set the month","Set the nanoseconds","Set the second","Set the seconds","Set the weeks","Set the year","","","","","","","","","","","","","","","","","","","","","","function to apply","Also has the input. i.e. avg(“foo”)","","function to apply","","function arguments","","","function arguments","","","length is not yet known so we accept negative offsets","","","","","","","output dtype of the function","","","","","","","","","","","","","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if a binary value contains a literal binary.","","","","Check if a binary value ends with the given sequence.","Returns the argument unchanged.","","Calls U::from(self).","Check if a binary value starts with the given sequence.","","","","","Arguments used by datetime in order to produce an Expr of …","Arguments used by duration in order to produce an Expr of …","","","","Selects all columns. Shorthand for col("*").","Create a new column with the the bitwise-and of the …","Create a new column with the the bitwise-or of the …","Like map_binary, but used in a groupby-aggregation context.","Find the mean of all the values in the column named name. …","","","Casts the column given by Expr to a different type.","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Collect all LazyFrame computations.","Select multiple columns by name.","Concat multiple","","Concat lists entries.","Compute the covariance between two columns.","","","","","","","Select multiple columns by dtype.","Select multiple columns by dtype.","Accumulate over multiple columns horizontally / row wise.","Returns the argument unchanged.","","","","Calls U::from(self).","","A column which is false wherever expr is null, true …","A column which is true wherever expr is null, false …","Apply a closure on the two columns that are evaluated from …","Find the maximum of all the values in the column named name…","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Find the median of all the values in the column named name…","","","","Find the minimum of all the values in the column named name…","Create a new column with the the minimum value per row.","","","","","Negates a boolean column.","","Compute the pearson correlation between two columns.","Find a specific quantile of all the values in the column …","Create a range literal.","","Analogous to Iterator::reduce.","Create a column of length n containing n copies of the …","","","Sum all the values in the column named name. Shorthand for …","Create a new column with the the sum of the values in each …","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if this column of strings contains a Regex. If strict…","Check if a string value contains a literal substring.","Count all successive non-overlapping regex matches.","","","","Check if a string value ends with the sub string.","","Extract a regex pattern from the a string value. If …","Extract each successive non-overlapping match in an …","Returns the argument unchanged.","","Calls U::from(self).","Return the number of bytes in the string (not characters).","Remove leading characters, or whitespace if matches is …","Return the number of characters in the string (not bytes).","Replace values that match a regex pat with a value.","Replace all values that match a regex pat with a value.","Replace values that match a regex pat with a value.","Remove trailing characters, or whitespace if matches is …","Split the string by a substring. The resulting dtype is …","Split the string by a substring and keep the substring. …","Check if a string value starts with the sub string.","Slice the string values.","Remove leading and trailing characters, or whitespace if …","Convert all characters to lowercase.","Convert all characters to titlecase.","Convert all characters to uppercase.","","","","","AllowedOptimizations","","","","","Reads LazyFrame from a filesystem or a cloud storage. …","Lazy abstraction over an eager DataFrame. It really is an …","Utility struct for lazy groupby operation.","","State of the allowed optimizations","","","","","","","","","","","","Group by and aggregate.","Allow parallel table evaluation.","","","Apply a function over the groups as a new DataFrame. It is …","","","","","","","","","","","","","","","","","","","","","Caches the result into a new LazyFrame. This should be …","","","","","","","","","","","","","","","","","","","CloudOptions used to list files.","CloudOptions used to list files.","","Execute all the lazy operations and collect them into a …","Recommended concatenation of LazyFrames from many input …","Recommended concatenation of LazyFrames from many input …","","Creates the cartesian product from both frames, preserves …","","","","","","","","","","","","","","","","","","","","","","","","Explain the optimized logical plan.","Explain the naive logical plan.","","","","","","","","","","Removes columns from the DataFrame. Note that its better …","Drop null rows.","Explain the logical plan.","Apply explode operation. See eager explode.","Fetch is like a collect operation, but it overwrites the …","","Fill NaN values in the DataFrame","Fill none values in the DataFrame","Filter by some predicate expression.","Get the final LazyFrame.","Get the final LazyFrame.","Finish builder","Get the final LazyFrame. This method assumes, that path is …","","","Get the first row.","","Force parallel table evaluation.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get current optimizations","Get list of files referenced by this reader.","Get list of files referenced by this reader.","Group by and aggregate.","Similar to groupby, but order of the DataFrame is …","Set whether the CSV file has headers","Return first n rows of each group","Select the join type.","","","","","","","","","","","Join query with other lazy query.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Generic join function that can join on multiple columns.","Control more join options with the join builder.","Get the last row","","Join query with other lazy query.","The columns you want to join the left table on.","Limit the DataFrame to the first n rows. Note if you don’…","","","Reduce memory usage in expensive of performance","Reduce memory usage in expensive of performance","","Apply a function/closure once the logical plan get …","Aggregate all the columns as their maximum values.","Aggregate all the columns as their mean values.","Aggregate all the columns as their median values.","Melt the DataFrame from wide to long format","","Aggregate all the columns as their minimum values.","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","","","","","","","","Aggregate all the columns as the sum of their null value …","The columns you want to join both tables on.","","Join query with other lazy query.","","Path of the scanned file. It can be potentially a glob …","","","","Profile a LazyFrame.","","Aggregate all the columns as their quantile values.","Rechunk the memory to contiguous chunks when parsing is …","","","","","Rename columns in the DataFrame.","Reverse the DataFrame","The columns you want to join the right table on.","Add a row_count column.","Add a row_count column.","Add a row_count column.","","","","","Create a LazyFrame directly from a ipc scan.","Create a LazyFrame directly from a parquet scan.","","Get a hold on the schema of the current LazyFrame …","","Select (and rename) columns from the query.","Shift the values by a given period and fill the parts that …","Shift the values by a given period and fill the parts that …","","Stream a query result into an ipc/arrow file. This is …","Stream a query result into a parquet file. This is useful …","","Slice the DataFrame.","","Add a sort operation to the logical plan.","Add a sort operation to the logical plan.","Aggregate all the columns as their standard deviation …","","Suffix to add duplicate column names in join. Defaults to …","Aggregate all the columns as their sum values.","Get the last n rows","Return last n rows of each group","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Keep unique rows, do not maintain order","Keep unique rows and maintain order","","","Aggregate all the columns as their variance values.","","","","","","","","","","The table to join with.","","Cache the DataFrame after reading.","Add a column to a DataFrame","Add multiple columns to a DataFrame.","Set the comment character. Lines starting with this …","","Set the CSV file’s column delimiter as a byte character","Overwrite the schema with the dtypes in this given Schema. …","Set CsvEncoding","Set the char used as end of line. The default is b'\\\\n'.","Continue with next batch when a ParserError is encountered.","Set the number of rows to use when inferring the csv …","Set the number of rows to use when inferring the json …","Treat missing fields as null.","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","Set values that will be interpreted as missing/ null.","Set allowed optimizations","Set path of the scanned file. Support glob patterns.","","","Toggle predicate pushdown optimization.","Toggle projection pushdown optimization.","Set the char used as quote char. The default is b'"'. If …","Rechunk the memory to contiguous chunks when parsing is …","Rechunk the memory to contiguous chunks when parsing is …","Rechunk the memory to contiguous chunks when parsing is …","Add a row_count column.","Add a row_count column.","Add a new column at index 0 that counts the rows.","Set the CSV file’s schema","Set the JSON file’s schema","Modify a schema before we run the lazy scanning.","Toggle expression simplification optimization on or off","Skip the first n rows during parsing. The header will be …","Skip this number of rows after the header location.","Toggle slice pushdown optimization","Allow (partial) streaming engine","Toggle type coercion optimization.","Turn off all optimizations","","","","Executors will evaluate physical expressions and collect …","","","","Take a DataFrame and evaluate the expressions. Implement …","Wrapper struct that allow us to use a PhysicalExpr in …","","Convert to a partitioned aggregator.","Can take &dyn Statistics and determine of a file should be …","","","","","","","","","","","","Take a DataFrame and evaluate the expression.","","Some expression that are not aggregations can be done per …","This is called in partitioned aggregation. Partitioned …","","Called to merge all the partitioned results in a final …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","Get the output field of this expr","","","","","","","","","","Groupby aggregation","","","","A raw binary array","A binary true or false.","Cache the input at this point in the LP","In memory DataFrame","Remove duplicates from the table","Catches errors and throws them later","This allows expressions to access other tables","","A 32-bit floating point number.","A 64-bit floating point number.","Adding columns to the table without a Join","A 32-bit integer number.","A 64-bit integer number.","","Join operation","","","","","A (User Defined) Function","","The literal Null","","","Column selection","","","Filter on a boolean mask","","Slice the table","Sort the table","An unsigned 32-bit integer number.","An unsigned 64-bit integer number.","","A UTF8 encoded string type.","","","","","","specify if the scan provider should allow predicate …","specify if the scan provider should allow projection …","specify if the scan provider should allow slice pushdowns","","","","","","","","","","","","","","","","","","","","","","","","Data page compression","Data page compression","if None will be 1024^2 bytes","","","","","","","","","","","","","","","","","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Getter for the DataType of the value","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Literal expression.","","","maintain the order the data was processed","maintain the order the data was processed","","","","If None will be all written to a single row group.","Creates a dataframe from the supplied function & scan …","function to supply the schema. Allows for an optional …","","","","Compute and write column statistics.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,20,3,0,23,3,38,27,3,38,20,3,20,0,20,0,3,20,0,0,20,20,3,3,20,20,23,3,20,20,20,20,20,0,27,20,36,3,0,20,27,27,3,0,20,3,45,0,20,3,23,20,27,3,0,0,0,45,27,27,23,38,38,38,38,38,38,38,38,45,0,3,23,20,0,3,20,20,20,27,27,23,23,23,0,23,27,27,27,23,36,27,27,3,20,0,27,27,20,23,0,3,0,20,0,20,3,0,0,20,20,20,20,3,3,3,0,23,20,0,23,3,3,0,20,20,27,0,20,20,23,0,3,3,0,0,27,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,2,2,2,2,3,3,3,3,0,3,0,43,3,3,0,3,3,0,3,3,3,0,3,3,3,3,3,3,3,21,3,21,3,3,3,43,23,0,3,0,3,0,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,42,55,52,48,0,3,3,3,3,3,3,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,0,0,0,0,0,21,3,3,3,0,3,0,3,3,3,3,3,39,40,41,3,17,17,17,40,42,43,44,45,3,21,2,32,33,34,35,23,3,36,27,17,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,0,0,3,23,3,3,36,27,17,17,38,20,41,42,43,44,45,3,3,3,3,3,36,36,36,36,27,27,27,27,38,38,38,38,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,42,3,3,3,3,3,3,3,0,21,3,3,17,3,3,52,48,55,56,3,3,36,27,27,17,38,38,20,20,39,40,41,42,43,44,45,0,43,42,3,21,2,32,33,34,35,23,3,3,3,3,3,3,3,3,3,3,36,27,17,17,17,17,17,38,20,20,20,20,39,40,41,42,43,44,45,17,3,0,21,47,14,52,56,3,3,2,3,36,38,41,42,21,3,39,40,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,74,2,3,3,3,3,3,0,3,0,3,2,2,21,3,0,21,3,21,3,0,3,3,3,3,3,3,3,0,3,17,17,17,17,3,0,3,3,0,44,0,21,3,0,0,21,3,0,3,3,39,40,40,0,21,3,0,41,39,40,39,3,3,3,3,3,40,3,3,17,39,40,3,3,0,3,3,3,33,35,2,3,3,0,3,2,3,3,3,0,3,3,0,0,3,0,3,21,3,2,3,43,43,17,39,40,3,21,3,3,3,3,3,21,3,21,3,3,3,3,3,3,42,3,0,3,3,0,21,3,0,17,21,3,3,3,3,0,32,34,3,3,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,27,38,20,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,52,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,2,21,3,21,3,3,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,40,0,33,35,41,39,40,40,39,40,39,40,39,40,40,39,40,39,40,39,40,40,39,3,39,133,134,135,133,134,135,133,136,137,138,139,140,138,140,141,142,138,143,144,145,146,143,147,142,145,139,148,147,149,148,148,149,141,145,146,147,146,147,146,144,149,140,144,150,151,152,153,154,152,154,150,155,156,157,158,159,160,161,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,78,0,0,0,0,0,78,78,0,78,78,0,0,0,0,0,0,0,0,39,40,78,78,78,78,0,0,0,78,39,40,78,78,74,0,0,0,0,0,0,0,39,40,40,0,0,39,40,39,40,0,78,0,0,0,78,0,0,39,40,0,0,78,78,78,78,78,78,40,39,0,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,0,0,0,0,0,0,0,0,0,0,0,0,0,91,92,85,93,87,82,83,94,83,84,85,82,83,85,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,82,82,92,93,91,92,85,93,87,82,83,94,91,92,85,93,87,82,83,94,162,162,93,82,162,162,91,82,92,93,87,82,94,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,82,82,84,91,92,85,93,87,82,83,94,82,82,82,82,82,94,82,82,82,162,162,84,162,91,85,82,94,84,84,91,92,85,93,87,82,82,83,94,82,162,162,82,82,91,83,84,87,84,91,92,85,93,87,82,83,94,82,84,91,92,85,93,87,82,83,94,82,82,82,163,82,84,82,82,83,91,85,93,82,82,82,82,82,92,82,162,91,85,92,93,87,87,84,91,85,82,84,82,82,93,162,91,85,94,82,94,82,162,91,85,92,93,82,82,84,162,91,85,92,93,87,85,82,82,85,82,87,82,82,82,94,82,82,87,82,94,82,82,82,94,84,82,82,83,82,82,91,92,85,93,87,82,83,94,82,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,94,84,91,92,85,93,87,82,83,94,82,82,93,84,82,84,91,92,85,93,87,82,83,94,84,85,91,82,82,91,82,91,91,91,91,91,91,85,91,91,85,91,82,162,91,85,82,82,91,162,91,85,91,85,82,91,85,91,82,91,91,82,82,82,82,0,0,0,0,124,0,0,0,0,122,122,122,119,119,121,119,121,119,121,119,121,119,121,122,119,122,117,119,117,122,121,119,121,119,119,121,119,121,122,122,122,119,121,119,121,119,121,119,121,0,97,0,97,0,126,126,97,97,97,97,97,97,126,126,97,126,126,0,97,0,0,97,0,97,0,0,126,0,97,126,97,97,126,97,97,126,126,97,126,126,112,111,109,97,86,86,86,86,131,126,112,111,109,97,131,126,112,111,109,97,126,112,111,109,97,126,112,111,109,97,112,111,112,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,97,97,131,126,112,111,109,97,126,112,111,109,112,112,112,112,111,111,111,111,109,109,109,109,86,126,112,111,109,97,109,131,126,112,111,109,97,126,131,126,112,111,109,97,131,126,112,111,109,97,69,131,126,112,111,109,109,109,112,86,86,97,109,109,112,97,126,126,112,111,109,97,131,126,126,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,109,164,164,164,165,165,166,166,167,168,169,170,171,172,173,174,175,175,174,176,168,177,168,171,172,165,173,178,166,179,176,170,167,180,181,181,182,165,181,179,165,179,174,165,181,178,182,169,175,180,174,177,175,169,181,175,169,171,172,165,181,173,167,169],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[2,3],[[5,[3,4]]]],[[2,3],[[5,[3,4]]]],[[2,3],[[5,[3,4]]]],[3,3],[[3,3]],[3,3],[[3,6],3],[[],3],[[3,7],3],[[[9,[[8,[3]]]]],3],0,[[3,[10,[3]]],3],[[3,7],3],[[[9,[[8,[3]]]]],3],[[3,[10,[3]],7],3],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,18],[[5,[19,4]]]],[[3,[0,[11,12,13]],[8,[3]],[17,[[16,[14,15]]]]],3],[[3,20,[8,[3]],7,7],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]],7],3],[3,3],[3,3],[3,3],[3,3],[3,3],[[3,3],3],[3,3],[21,3],[3,3],[21,3],[3,3],[[3,22],3],[3,3],0,[23,3],[6,3],[[3,[25,[24]]],3],0,[3,26],[[3,27,3],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[6,[[5,[28,4]]]],[[[8,[29]]],[[5,[[25,[29]],4]]]],[[29,29],[[5,[29,4]]]],[[3,30],3],[[3,30],3],[3,3],[3,3],[[3,31,31],3],[[3,31],3],[[3,31],3],[32,32],[33,33],[34,34],[35,35],[23,23],[3,3],[36,36],[27,27],[[[17,[37]]],[[17,[37]]]],[38,38],[20,20],[39,39],[40,40],[41,41],[42,42],[43,43],[44,44],[45,45],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[3]]],3],[6,3],[[[46,[28]]],3],[[[9,[[8,[[0,[[10,[3]],37]]]]]],7],[[5,[3,4]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]]],[[5,[3,4]]]],[[21,[10,[3]]],3],[3,3],[3,3],[3,3],[[],3],[3,3],[[3,3],3],[[3,7],3],[[3,7],3],[[3,7],3],[[3,7],3],[[3,7],3],0,0,0,[[],3],[[],[[17,[[16,[47,15]]]]]],[[],[[17,[[16,[14,15]]]]]],[[],[[17,[[16,[48,15]]]]]],[[],40],[[],42],[[],43],[[],44],[[],45],[3,3],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[17],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[[3,3]],[[3,[10,[3]]],3],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[3,3],[3,3],[30,3],[[[9,[[8,[30]]]]],3],[[3,50,7],3],[[23,23],7],[[3,3],7],[[3,[10,[3]]],3],[[36,36],7],[[27,27],7],[[[17,[[16,[51,15]]]],[17,[[16,[51,15]]]]],7],[[[17,[29]],[17,[29]]],7],[[38,38],7],[[20,20],7],[[41,41],7],[[42,42],7],[[43,43],7],[[44,44],7],[[45,45],7],[[3,[10,[3]]],3],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[[3,[46,[28]]],3],[[3,[9,[[8,[30]]]]],3],[3,3],[3,3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[],3],[21,3],[3,3],[3,3],[[],[[17,[[16,[14,15]]]]]],[3,3],[[3,3],3],[[52,53],[[5,[54]]]],[[48,53],[[5,[54]]]],[[55,53],[[5,[54]]]],[[56,53],[[5,[54]]]],[[3,53],[[5,[54]]]],[[3,53],[[5,[54]]]],[[36,53],[[5,[54]]]],[[27,53],[[5,[54]]]],[[27,53],[[5,[54]]]],[[17,53],[[5,[54]]]],[[38,53],[[5,[54]]]],[[38,53],[[5,[54]]]],[[20,53],[[5,[54]]]],[[20,53],[[5,[54]]]],[[39,53],[[5,[54]]]],[[40,53],[[5,[54]]]],[[41,53],[[5,[54]]]],[[42,53],[[5,[54]]]],[[43,53],[[5,[54]]]],[[44,53],[[5,[54]]]],[[45,53],[[5,[54]]]],[[3,[0,[11,12,13,37]],[9,[[8,[3]]]]],3],0,0,[[3,[25,[24]]],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[50,3],[6,3],[24,3],[23,3],[57,3],[58,3],[59,3],[60,3],[7,3],[[]],[[]],[20,[[17,[[16,[52,15]]]]]],[61,[[17,[[16,[52,15]]]]]],[38,[[17,[[16,[52,15]]]]]],[[]],[62,[[17,[[16,[52,15]]]]]],[[]],[38,20],[62,20],[[]],[61,20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[30,[[17,[[16,[14,15]]]]]],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]],63],3],0,[[21,3],3],[[64,65,66,66],[[25,[66]]]],[[64,65,[8,[66]]],66],[[],[[25,[[17,[[16,[14,15]]]]]]]],[64,[[5,[[16,[64,15]],4]]]],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[2,7],[[3,67]],[[36,67]],[[38,67]],[[41,67]],[[42,67]],[[21,3],3],[[3,[25,[49]]],3],0,0,[3,3],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3],[[],3],[2,[[5,[68,4]]]],[3,3],[[3,[10,[3]]],3],[3,3],[3,3],[3,3],[3,3],[3,3],[3,3],[3,3],[2,7],[2,7],[[21,6],3],[3,3],[[],3],[21,3],[3,3],[21,3],[3,21],[69,3],[[3,50],3],[3,3],[3,3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,[0,[11,12,13]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,18],[[5,[3,4]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]]],3],[[3,[0,[11,12,13]],[8,[3]],[17,[[16,[14,15]]]]],3],[[3,20,[8,[3]],7],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]]],3],0,[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],[6,3],[21,3],[3,3],[6,3],[3,3],[3,2],0,0,0,[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],0,0,0,0,[[3,3]],[3,70],[3,3],[3,3],[3,3],0,[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[],17],[[3,3,3],39],[[],40],[[3,[71,[3,15]]]],[[3,[71,[3,15]]]],[3,3],[3,3],[3,3],[[3,[10,[3]]],3],[[33,[10,[3]]],3],[[35,[10,[3]]],3],[2,[[5,[[16,[6,15]],4]]]],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]]],3],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]],44],3],[[3,3,72],3],[[],3],[2,[[71,[3,15]]]],[[3,[10,[3]]],3],[[3,6],3],[3,3],[[6,3,73],3],[[3,3,73],3],[3,3],[[[74,[[74,[[74,[[74,[74]]]]]]]],[74,[[74,[[74,[[74,[74]]]]]]]]],3],[[[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[3,3]],[[[10,[3]],3],3],[[3,[8,[59]]],3],[21,3],[3,3],[2,[[71,[[16,[6,15]],15]]]],[[3,24],3],0,0,[[],[[17,[[16,[14,15]]]]]],0,0,[[3,75],3],[[21,59],3],[[3,59],3],[[3,59,[10,[3]]],3],[3,3],[3,3],[3,3],[[21,3,3],3],[[3,[10,[3]],[10,[3]]],3],[[21,22],3],[[3,7],3],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]],[9,[[8,[7]]]]],3],[[3,22],3],[3,3],[[3,72],3],[3,76],0,[[3,30],3],0,[[3,3]],[[3,6],3],[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],[[],[[17,[[16,[14,15]]]]]],[[21,3],3],[[3,[25,[49]]],3],[[3,[10,[3]]],3],[3,3],[3,3],[[3,3,3],3],[[32,[10,[3]]],33],[[34,[10,[3]]],35],[3,[[5,[28,4]]]],[[3,64,65],[[5,[66,4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3,3],[[],28],[[],28],[[],28],[[],28],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[[71,[72,15]]],[[5,[4]]]],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[2,3],[21,3],[3,3],[21,3],[3,3],[3,3],[[3,72],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[10,[3]]],32],[[33,[10,[3]]],34],[[35,[10,[3]]],34],0,[[39,3],39],[[40,3],40],[[40,3,3,3],40],[[39,3,3,3],39],[[40,3,3,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[40,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[40,3],40],[[39,3],39],[[3,[10,[3]]],3],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[26,[9,[[8,[72]]]]],3],[49],[49],[49],[[26,[9,[[8,[72]]]]],3],[[]],[[],49],[[]],[[26,[9,[[8,[72]]]]],3],[[],5],[[],5],[[],77],[[]],0,0,0,0,[1],[[],3],[[[9,[[8,[3]]]]],3],[[[9,[[8,[3]]]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[6,3],[[]],[[]],[[3,30],3],[78,78],[[]],[[[8,[3]]],3],[6,3],[79,[[81,[[71,[80]]]]]],[[[46,[28]]],3],[[[9,[[8,[82]]]],78],[[81,[82]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]],7],[[5,[3,4]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]]],[[5,[3,4]]]],[[3,3],3],0,0,[[],78],[49],[49],[49],[30,3],[[[9,[[8,[30]]]]],3],[[3,[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[]],0,0,[[],49],[[]],[[],3],[3,3],[3,3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[6,3],[[[9,[[8,[3]]]]],3],[6,3],[6,3],0,0,0,[6,3],[[[9,[[8,[3]]]]],3],0,0,0,0,[3,3],0,[[3,3,72],3],[[6,3,73],3],[[[74,[[74,[[74,[[74,[74]]]]]]]],[74,[[74,[[74,[[74,[74]]]]]]]]],3],0,[[[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[[10,[3]],3],3],0,0,[6,3],[[[9,[[8,[3]]]]],3],[[]],0,[[],5],[[],5],[[],77],[[]],0,0,0,[[]],[[]],[[76,3,7],3],[[76,3],3],[[76,6],3],[49],[49],[49],[[76,3],3],[76,3],[[76,6,49],3],[[76,3],3],[[]],[[],49],[[]],[76,3],[[76,[25,[28]]],3],[76,3],[[76,3,3,7],3],[[76,3,3,7],3],[[76,3,3,7,59],3],[[76,[25,[28]]],3],[[76,6],3],[[76,6],3],[[76,3],3],[[76,59,[25,[58]]],3],[[76,[25,[28]]],3],[76,3],[76,3],[76,3],[[],5],[[],5],[[],77],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[[83,[9,[[8,[3]]]]],82],[[84,7],84],[85,7],[[[16,[86]],87],[[81,[82]]]],[[83,[0,[11,12,13]],88],82],[85,89],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,90,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[82,82],0,0,[91,91],[92,92],[85,85],[93,93],[87,87],[82,82],[83,83],[94,94],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[25,[95]]]],[[],[[25,[95]]]],0,[82,[[81,[80]]]],[[[71,[82]]],[[81,[82]]]],[[[71,[82]]],[[81,[82]]]],[[91,[71,[82]]],[[81,[82]]]],[[82,82],82],[[],92],[[],93],[[],87],[[],82],[[],94],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[82,[[81,[28]]]],[82,28],[49],[49],[49],[49],[49],[49],[49],[49],[49],[[82,96],82],[[82,[25,[[71,[3]]]]],82],[[82,7],[[81,[28]]]],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],82],[[82,49],[[81,[80]]]],0,[[82,[10,[3]]],82],[[82,[10,[3]]],82],[[82,3],82],[[],[[81,[82]]]],[[],[[81,[82]]]],[84,82],[[],[[81,[82]]]],[91,[[81,[82]]]],[85,[[81,[82]]]],[82,82],[[94,53],[[5,[54]]]],[[84,7],84],[[]],[[]],[[]],[[]],[[]],[[]],[97,82],[[]],[[]],[[]],[82,94],[[],[[81,[[25,[98]]]]]],[[],[[81,[[25,[98]]]]]],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],83],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],83],[[91,7],91],[[83,[25,[49]]],82],[[84,99],84],0,[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[82,82,[10,[3]],[10,[3]]],82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,82,[9,[[8,[3]]]],[9,[[8,[3]]]],100],82],[82,84],[82,82],[[],82],[[82,82,[10,[3]],[10,[3]]],82],[[84,[9,[[8,[3]]]]],84],[[82,90],82],0,0,[[91,7],91],[[85,7],85],0,[[82,[0,[11,12,13]],101,[25,[[16,[56]]]],[25,[6]]],82],[82,82],[82,82],[82,82],[[82,102],82],0,[82,82],[[],[[25,[49]]]],[91,[[25,[49]]]],[85,[[25,[49]]]],0,0,0,0,[82,84],[[[9,[103]]],91],[[[9,[103]]],85],[82,82],[[84,[9,[[8,[3]]]]],84],[[82,[105,[104]],[105,[106]]],[[81,[107]]]],[[82,82,[10,[3]],[10,[3]]],82],0,[[],103],[91,103],[85,103],0,[82,81],0,[[82,3,73],82],[[],7],[91,7],[85,7],0,0,[[82,96,96],82],[82,82],[[84,[9,[[8,[3]]]]],84],[[],[[25,[108]]]],[91,[[25,[108]]]],[85,[[25,[108]]]],0,0,0,[[85,109],[[81,[80]]]],[[[9,[103]],92],[[81,[82]]]],[[[9,[103]],93],[[81,[82]]]],[[85,[25,[49]]],[[81,[64]]]],[82,[[81,[88]]]],0,[[82,[9,[[8,[3]]]]],82],[[82,59],82],[[82,59,[10,[3]]],82],0,[[82,110,111],81],[[82,110,112],81],0,[[82,59,90],82],0,[[82,6,22],82],[[82,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[[82,72],82],0,[[84,[9,[6]]],84],[82,82],[[82,90],82],[[83,[25,[49]]],82],[82,81],[82,81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,90,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[82,[25,[[71,[28]]]],113],82],[[82,[25,[[71,[28]]]],113],82],0,[[84,114],84],[[82,72],82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[84,82],84],[[85,[25,[49]]],85],[[91,7],91],[[82,3],82],[[82,[9,[[8,[3]]]]],82],[[91,[25,[72]]],91],[[82,[9,[[8,[82]]]]],82],[[91,72],91],[[91,[25,[64]]],91],[[91,115],91],[[91,72],91],[[91,7],91],[[91,[25,[49]]],91],[[85,[25,[49]]],85],[[91,7],91],[[91,[25,[49]]],91],[[85,[25,[49]]],85],[[91,[25,[116]]],91],[[82,94],82],[110],[[91,110],91],[[85,110],85],[[82,7],82],[[82,7],82],[[91,[25,[72]]],91],[7],[[91,7],91],[[85,7],85],[[91,[25,[108]]],91],[[85,[25,[108]]],85],[[82,6,[25,[90]]],82],[[91,88],91],[[85,64],85],[[91,11],[[81,[91]]]],[[82,7],82],[[91,49],91],[[91,49],91],[[82,7],82],[[82,7],82],[[82,7],82],[82,82],0,0,0,0,0,0,0,0,0,[[],[[25,[3]]]],[[],[[25,[117]]]],[[],[[25,[118]]]],[119,[[25,[118]]]],[[]],[[]],[[]],[[]],[49],[49],[49],[49],[49],[49],0,[[119,80],[[81,[29]]]],0,0,0,0,[[122,53],123],[[121,53],123],[[]],[[]],0,[[],49],[[],49],[[]],[[]],[[],7],[[],7],[64,[[81,[66]]]],[[],5],[[],5],[[],5],[[],5],[[],77],[[],77],[[]],[[]],[[107,[105,[104]],[105,[106]]],[[81,[[125,[124]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[],7],[[],7],[[],7],[[],89],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[126,126],[112,112],[111,111],[109,109],[97,97],[[]],[[]],[[]],[[]],[[]],0,0,0,[[],112],[[],111],[[],109],[[],97],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[97,28],[[97,28,127,[130,[28,28,128,129]]],[[5,[54]]]],[49],[49],[49],[49],[49],[49],[[126,126],7],[[112,112],7],[[111,111],7],[[109,109],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[86,53],[[5,[54]]]],[[126,53],[[5,[54]]]],[[112,53],[[5,[54]]]],[[111,53],[[5,[54]]]],[[109,53],[[5,[54]]]],[[97,53],[[5,[54]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[126,30],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[131,3],[126,3],0,0,0,0,0,0,[109,[[5,[80,4]]]],[[[25,[49]]],[[5,[64,4]]]],[97,[[5,[[132,[[16,[64,15]]]],4]]]],0,0,0,[97,[[5,[4]]]],[126,[[25,[31]]]],[[]],[[]],[[]],[[]],[[]],[[],5],[[],5],[31,[[5,[126,4]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"c":[],"p":[[3,"Private"],[3,"MetaNameSpace"],[4,"Expr"],[4,"PolarsError"],[4,"Result"],[15,"str"],[15,"bool"],[15,"slice"],[8,"AsRef"],[8,"Into"],[8,"Fn"],[8,"Send"],[8,"Sync"],[8,"FunctionOutputField"],[3,"Global"],[3,"Arc"],[3,"SpecialEq"],[8,"FnMut"],[4,"VisitRecursion"],[4,"FunctionExpr"],[3,"ListNameSpace"],[3,"SortOptions"],[4,"AggExpr"],[15,"u32"],[4,"Option"],[3,"BinaryNameSpace"],[4,"Operator"],[3,"String"],[3,"Series"],[4,"DataType"],[4,"AnyValue"],[3,"When"],[3,"Then"],[3,"ChainedWhen"],[3,"ChainedThen"],[4,"Excluded"],[8,"Clone"],[4,"BooleanFunction"],[3,"DatetimeArgs"],[3,"DurationArgs"],[3,"RollingCovOptions"],[3,"StrptimeOptions"],[3,"JoinOptions"],[3,"WindowOptions"],[4,"WindowMapping"],[8,"IntoVec"],[8,"BinaryUdfOutputField"],[8,"SeriesBinaryUdf"],[15,"usize"],[15,"f64"],[8,"Sized"],[8,"SeriesUdf"],[3,"Formatter"],[3,"Error"],[8,"RenameAliasFn"],[8,"UdfSchema"],[15,"i32"],[15,"u64"],[15,"i64"],[15,"f32"],[4,"BinaryFunction"],[4,"StringFunction"],[3,"FunctionOptions"],[3,"Schema"],[4,"Context"],[3,"Field"],[8,"Hasher"],[8,"Display"],[8,"Literal"],[3,"ExprMut"],[3,"Vec"],[15,"u8"],[4,"QuantileInterpolOptions"],[8,"Range"],[4,"IsSorted"],[3,"StringNameSpace"],[3,"TypeId"],[3,"UnionArgs"],[8,"IntoParallelIterator"],[3,"DataFrame"],[6,"PolarsResult"],[3,"LazyFrame"],[3,"LazyGroupBy"],[3,"JoinBuilder"],[3,"LazyJsonLineReader"],[8,"AnonymousScan"],[3,"ScanArgsAnonymous"],[6,"SchemaRef"],[8,"Any"],[6,"IdxSize"],[3,"LazyCsvReader"],[3,"ScanArgsIpc"],[3,"ScanArgsParquet"],[3,"OptState"],[3,"CloudOptions"],[8,"IntoIterator"],[4,"LogicalPlan"],[6,"GlobIterator"],[4,"JoinType"],[3,"JoinArgs"],[6,"AllowedOptimizations"],[3,"MeltArgs"],[3,"Path"],[4,"ALogicalPlan"],[3,"Arena"],[4,"AExpr"],[3,"Node"],[3,"RowCount"],[3,"AnonymousScanOptions"],[3,"PathBuf"],[3,"IpcWriterOptions"],[3,"ParquetWriteOptions"],[4,"UniqueKeepStrategy"],[4,"JoinValidation"],[4,"CsvEncoding"],[4,"NullValues"],[8,"PartitionedAggregation"],[8,"StatsEvaluator"],[3,"PhysicalIoHelper"],[4,"GroupsProxy"],[3,"AggregationContext"],[8,"PhysicalExpr"],[6,"Result"],[8,"Executor"],[3,"Box"],[4,"LiteralValue"],[3,"DotNode"],[3,"RandomState"],[3,"Global"],[3,"HashMap"],[3,"Null"],[4,"Cow"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"All"],[13,"Any"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"RenameAlias"],[13,"Ternary"],[13,"Function"],[13,"Window"],[13,"AnonymousFunction"],[13,"Slice"],[13,"BinaryExpr"],[13,"Entropy"],[13,"Log"],[13,"Correlation"],[13,"Round"],[13,"Clip"],[13,"ShiftAndFill"],[13,"Cumcount"],[13,"Cumsum"],[13,"Cumprod"],[13,"Cummin"],[13,"Cummax"],[13,"FillNull"],[8,"LazyFileListReader"],[8,"IntoLazy"],[13,"Range"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Error"],[13,"LocalProjection"],[13,"Projection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Selection"],[13,"Distinct"],[13,"Slice"],[13,"FileSink"],[13,"Join"],[13,"Union"]]},\ +"polars_lazy":{"doc":"Lazy API of Polars","t":"AOAAAANNENNNNNNNNNINENNDDNNNNNNNNNNNNNDNNNNDNNNNENNNENNNNNNEIGNNNNNNNNNNNNNDNNNDNNNNNNNNNDNNNNNNNNNNENNNNININDNNIINNNNNNNDNNDNNNDNNNINNNDNNEDNLLLLLLLLLLLLLLLLLLLLLLLLLLFLFMLLFLLFLLLFLLLLLLLLLLLLLMLFLALFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKKKFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFLLLLFLFLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLKLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLFLFLLLLLFLLLLFLLLLLLLFLLLLLLFLLFMFLLFFLLFLLMMMFLLFMMMMLLLLLMLLLLLLLFLLLLLLLLFLLLLLFLLFFLFLLLLLMMLMMLLLLLLLLLLLLLLLLMLALLFLLFLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLMLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLDDIDLFFFFFLLFLLFFFFFFFFMMLLLLFFFLMMLLKFFFFFFFMMMFFMMMMFMFFFMFFMMFFLMLLLLMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGGIDDIDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLKLLLMMLLMLLLLLMLKLLMMMMLLLLLLLMKLLMLMLKLLMMLLLKLLMMMLLLLLMLLLMLLMLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLLLLLLLLLLLLAAAIKDIIDLLLLLLLLLLLLLLKLKKMKLLLLMLLLLLKKLLLLLLLLFNINDNNNNNNNNNNNNNDNIENENRDNDNNNNNNNNNNNLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLKLLMMMMMMKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM","n":["dsl","fallible","frame","physical_plan","prelude","utils","Abs","Agg","AggExpr","AggGroups","Alias","All","And","AnonymousFunction","Any","Atan2","BinaryExpr","BinaryExpr","BinaryUdfOutputField","Boolean","BooleanFunction","Cast","Ceil","ChainedThen","ChainedWhen","Clip","Coalesce","Column","Columns","ConcatExpr","Correlation","Count","Count","Cumcount","Cummax","Cummin","Cumprod","Cumsum","DatetimeArgs","Divide","DropNans","Dtype","DtypeColumn","DurationArgs","Entropy","Eq","EqValidity","Exclude","Excluded","Exp","Explode","Explode","Expr","FillNull","Filter","First","Floor","FloorDivide","Function","FunctionExpr","FunctionOutputField","GetOutput","GroupsToRows","Gt","GtEq","Implode","IsFinite","IsIn","IsInfinite","IsNan","IsNot","IsNotNan","IsNotNull","IsNull","Join","JoinOptions","KeepName","Last","ListExpr","ListNameSpace","Literal","Log","Log1p","LowerBound","Lt","LtEq","Max","Mean","Median","MetaNameSpace","Min","Minus","Modulus","Multiply","NUnique","Name","NotEq","NotEqValidity","Nth","NullCount","Operator","Or","Plus","Pow","Quantile","Range","RenameAlias","RenameAliasFn","Reverse","RollingCovOptions","Round","Selector","SeriesBinaryUdf","SeriesUdf","SetSortedFlag","Shift","ShiftAndFill","ShrinkType","Slice","Sort","SortBy","SpecialEq","Std","StringExpr","StrptimeOptions","Sum","Take","Ternary","Then","ToPhysical","Trigonometry","TrueDivide","UdfSchema","Unique","UpperBound","Var","When","Wildcard","Window","WindowMapping","WindowOptions","Xor","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_into_selector","_selector_add","_selector_and","_selector_sub","abs","add","agg_groups","alias","all","all","all_horizontal","allow_parallel","and","any","any_horizontal","append","apply","apply_binary","apply_children","apply_many","apply_many_private","apply_multiple","arccos","arccosh","arcsin","arcsinh","arctan","arctan2","arctanh","arg_max","arg_max","arg_min","arg_min","arg_sort","arg_unique","args","as_ref","avg","backward_fill","binary","binary","binary_expr","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","cache","call","call_udf","call_udf","cast","cast","cbrt","ceil","clip","clip_max","clip_min","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","coalesce","col","cols","concat_expr","concat_list","contains","cos","cosh","cot","count","count","cov","cumcount","cummax","cummin","cumprod","cumsum","day","days","ddof","default","default","default","default","default","default","default","default","default","degrees","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","div","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_nans","drop_nulls","dtype_col","dtype_cols","entropy","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_missing","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exact","exclude","exclude_dtype","exp","explode","fill_nan","fill_null","filter","first","first","first","flatten","float_type","floor","floor_div","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fold_exprs","force_parallel","format","forward_fill","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_type","function_with_options","functions","get","get_field","get_field","get_output","get_schema","gt","gt_eq","has_multiple_outputs","hash","hash","hash","hash","hash","head","head","hour","hours","implode","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_iter","into_range","into_tree_formatter","is_finite","is_in","is_infinite","is_nan","is_not_nan","is_not_null","is_not_null","is_null","is_null","is_regex_projection","is_simple_projection","join","keep_name","last","last","last","lengths","list","lit","log","log1p","lower_bound","lt","lt_eq","map","map_alias","map_binary","map_children","map_dtype","map_dtypes","map_field","map_fields","map_list","map_list_multiple","map_many","map_many_private","map_multiple","mapping","max","max","max","max_horizontal","mean","mean","mean","median","median","meta","microsecond","microseconds","milliseconds","min","min","min","min_horizontal","min_periods","minute","minutes","month","mul","mutate","n_unique","nan_max","nan_min","nanoseconds","neq","neq_missing","new","new","new","nodes","nodes_mut","not","not","null_count","or","otherwise","otherwise","output_name","over","over_with_options","pearson_corr","pi","pop","pow","prefix","product","quantile","quantile","radians","range","reduce_exprs","rem","repeat","reshape","reverse","reverse","root_names","round","rows_left","rows_right","same_type","second","seconds","set_sorted_flag","shift","shift","shift_and_fill","shrink_dtype","sin","sinh","slice","slice","sort","sort","sort_by","sort_with","sqrt","std","str","strict","strict_cast","string","sub","suffix","sum","sum","sum","sum_horizontal","super_type","tail","tail","take","tan","tanh","ternary_expr","then","then","to_dot","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","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_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_serialize","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","undo_aliases","unique","unique","unique_stable","unique_stable","upper_bound","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weeks","when","when","when","window_size","with_day","with_days","with_fractional_seconds","with_hms","with_hms","with_hour","with_hours","with_microsecond","with_microseconds","with_milliseconds","with_minute","with_minutes","with_month","with_nanoseconds","with_second","with_seconds","with_weeks","with_year","xor","year","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","drop_nulls","drop_nulls","by","by","data_type","descending","expr","expr","expr","expr","expr","falsy","function","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","base","base","ddof","decimals","max","method","min","normalize","periods","reverse","reverse","reverse","reverse","reverse","super_type","BinaryNameSpace","borrow","borrow_mut","contains_literal","deref","deref_mut","drop","ends_with","from","init","into","starts_with","try_from","try_into","type_id","vzip","DatetimeArgs","DurationArgs","Range","UnionArgs","__clone_box","all","all_horizontal","any_horizontal","apply_binary","avg","borrow","borrow_mut","cast","clone","clone_into","coalesce","col","collect_all","cols","concat","concat_expr","concat_list","cov","day","days","default","deref","deref_mut","drop","dtype_col","dtype_cols","fold_exprs","from","hour","hours","init","into","into_range","is_not_null","is_null","map_binary","max","max_horizontal","mean","median","microsecond","microseconds","milliseconds","min","min_horizontal","minute","minutes","month","nanoseconds","not","parallel","pearson_corr","quantile","range","rechunk","reduce_exprs","repeat","second","seconds","sum","sum_horizontal","to_owned","to_supertypes","try_from","try_into","type_id","vzip","weeks","year","StringNameSpace","borrow","borrow_mut","contains","contains_literal","count_match","deref","deref_mut","drop","ends_with","explode","extract","extract_all","from","init","into","lengths","lstrip","n_chars","replace","replace_all","replace_n","rstrip","split","split_inclusive","starts_with","str_slice","strip","to_lowercase","to_titlecase","to_uppercase","try_from","try_into","type_id","vzip","AllowedOptimizations","GlobIterator","IntoLazy","JoinBuilder","LazyCsvReader","LazyFileListReader","LazyFrame","LazyGroupBy","LazyJsonLineReader","OptState","ScanArgsAnonymous","ScanArgsIpc","ScanArgsParquet","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","agg","allow_parallel","allows_projection_pushdown","anonymous_scan","apply","as_any","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","bottom_k","cache","cache","cache","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloud_options","cloud_options","cloud_options","collect","concat_impl","concat_impl","concat_impl","cross_join","default","default","default","default","default","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","describe_optimized_plan","describe_plan","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_columns","drop_nulls","explain","explode","fetch","file_caching","fill_nan","fill_null","filter","finish","finish","finish","finish_no_glob","finish_no_glob","finish_no_glob","first","fmt","force_parallel","from","from","from","from","from","from","from","from","from","from","get_current_optimizations","glob","glob","groupby","groupby_stable","has_header","head","how","infer_schema_length","init","init","init","init","init","init","init","init","init","inner_join","into","into","into","into","into","into","into","into","into","join","join_builder","last","lazy","left_join","left_on","limit","logical_plan","logical_plan","low_memory","low_memory","low_memory","map","max","mean","median","melt","memmap","min","n_rows","n_rows","n_rows","n_rows","n_rows","n_rows","name","new","new","new","null_count","on","optimize","outer_join","parallel","path","path","path","predicate_pushdown","profile","projection_pushdown","quantile","rechunk","rechunk","rechunk","rechunk","rechunk","rename","reverse","right_on","row_count","row_count","row_count","row_count","row_count","row_count","scan","scan_ipc","scan_parquet","schema","schema","schema","select","shift","shift_and_fill","simplify_expr","sink_ipc","sink_parquet","skip_rows","slice","slice_pushdown","sort","sort_by_exprs","std","streaming","suffix","sum","tail","tail","to_alp","to_alp_optimized","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","top_k","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","type_coercion","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unique","unique_stable","use_statistics","validate","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with","with_batch_size","with_cache","with_column","with_columns","with_comment_char","with_context","with_delimiter","with_dtype_overwrite","with_encoding","with_end_of_line_char","with_ignore_errors","with_infer_schema_length","with_infer_schema_length","with_missing_is_null","with_n_rows","with_n_rows","with_null_values","with_optimizations","with_path","with_path","with_path","with_predicate_pushdown","with_projection_pushdown","with_quote_char","with_rechunk","with_rechunk","with_rechunk","with_row_count","with_row_count","with_row_count","with_schema","with_schema","with_schema_modify","with_simplify_expr","with_skip_rows","with_skip_rows_after_header","with_slice_pushdown","with_streaming","with_type_coercion","without_optimizations","executors","expressions","planner","Executor","execute","AggregationContext","PartitionedAggregation","PhysicalExpr","PhysicalIoHelper","as_expression","as_partitioned_aggregator","as_stats_evaluator","as_stats_evaluator","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","evaluate","evaluate","evaluate_on_groups","evaluate_partitioned","expr","finalize","fmt","fmt","from","from","has_window_function","init","init","into","into","is_literal","is_valid_aggregation","to_field","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","create_physical_plan","Aggregate","AnonymousScan","AnonymousScan","AnonymousScanOptions","Binary","Boolean","Cache","DataFrameScan","Distinct","Error","ExtContext","FileSink","Float32","Float64","HStack","Int32","Int64","IpcWriterOptions","Join","Literal","LiteralValue","LocalProjection","LogicalPlan","MapFunction","NULL","Null","Null","ParquetWriteOptions","Projection","Range","Scan","Selection","Series","Slice","Sort","UInt32","UInt64","Union","Utf8","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","allows_predicate_pushdown","allows_projection_pushdown","allows_slice_pushdown","as_any","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","compression","compression","data_pagesize_limit","default","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","describe","dot","drop","drop","drop","drop","drop","drop","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","from","from","from","from","from","from","get_datatype","init","init","init","init","init","init","into","into","into","into","into","into","lit","lit","lit","maintain_order","maintain_order","n_rows","output_schema","predicate","row_group_size","scan","schema","schema","schema","skip_rows","statistics","to_alp","to_anyvalue","to_owned","to_owned","to_owned","to_owned","to_owned","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","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","with_columns","data_type","high","low","aggs","apply","args","by_column","contexts","count","df","err","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection"],"q":[[0,"polars_lazy"],[6,"polars_lazy::dsl"],[854,"polars_lazy::dsl::AggExpr"],[861,"polars_lazy::dsl::BooleanFunction"],[863,"polars_lazy::dsl::Expr"],[897,"polars_lazy::dsl::FunctionExpr"],[912,"polars_lazy::dsl::binary"],[928,"polars_lazy::dsl::functions"],[1002,"polars_lazy::dsl::string"],[1037,"polars_lazy::frame"],[1372,"polars_lazy::physical_plan"],[1375,"polars_lazy::physical_plan::executors"],[1377,"polars_lazy::physical_plan::expressions"],[1421,"polars_lazy::physical_plan::planner"],[1422,"polars_lazy::prelude"],[1609,"polars_lazy::prelude::LiteralValue"],[1612,"polars_lazy::prelude::LogicalPlan"]],"d":["Domain specific language for the Lazy API.","Helper to delay a failing method until the query plan is …","Lazy variant of a DataFrame.","","","","","","","","","","","","","","","","","","","","","Utility struct for the when-then-otherwise expression.","Utility struct for the when-then-otherwise expression.","","","","","","","","Special case that does not need columns","","","","","","Arguments used by datetime in order to produce an Expr of …","","","","","Arguments used by duration in order to produce an Expr of …","","","","Can be used in a select statement to exclude a column from …","","","","Explode the aggregated list and just do a hstack instead …","Expressions that can be used in various contexts. Queries …","","","","","","","","","","Map the group values to the position","","","","","","","","","","","","Join the groups as ‘List<group_dtype>’ to the row …","","Set root name as Alias","","","Specialized expressions for Series of DataType::List.","","","","","","","","","","Specialized expressions for Categorical dtypes.","","","","","","","","","Take the nth column in the DataFrame","","","","","","","","","","","","","Expressions in this node should only be expanding e.g. …","A wrapper trait for any binary closure …","A wrapper trait for any closure …","","","","","","","","Wrapper type that has special equality properties …","","","","","","A ternary operation if true then “foo” else “bar”","Utility struct for the when-then-otherwise expression.","","","","","","","","Utility struct for the when-then-otherwise expression.","","See postgres window functions","","","","","","","","","","","","","","","","","","","","","","","","","","Convert all values to their absolute/positive value.","","Get the group indexes of the group by operation.","Rename Column.","Selects all columns. Shorthand for col("*").","Check if all boolean values are true","Create a new column with the the bitwise-and of the …","","and operation","Check if any boolean value is true","Create a new column with the the bitwise-or of the …","Append expressions. This is done by adding the chunks of …","Apply a function/closure over the groups. This should only …","Like map_binary, but used in a groupby-aggregation context.","","Apply a function/closure over the groups with many …","","Apply a function/closure over the groups of multiple …","Compute the inverse cosine of the given expression","Compute the inverse hyperbolic cosine of the given …","Compute the inverse sine of the given expression","Compute the inverse hyperbolic sine of the given expression","Compute the inverse tangent of the given expression","Compute the inverse tangent of the given expression, with …","Compute the inverse hyperbolic tangent of the given …","Return the index of the maximum value of every sublist","Get the index value that has the maximum value","Return the index of the minimal value of every sublist","Get the index value that has the minimum value","Get the index values that would sort this expression.","Get the first index of unique values of this expression.","","","Find the mean of all the values in the column named name. …","Fill missing value with next non-null.","","","Compute op(l, r) (or equivalently l op r). l and r must …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","use a cache of unique, converted dates to apply the …","","","","Casts the column given by Expr to a different type.","Cast expression to another data type.","Compute the cube root of the given expression","Ceil underlying floating point array to the highest …","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Select multiple columns by name.","","Concat lists entries.","Check if the list array contain an element","Compute the cosine of the given expression","Compute the hyperbolic cosine of the given expression","Compute the cotangent of the given expression","Count expression","Count the values of the Series or Get counts of the group …","Compute the covariance between two columns.","Cumulatively count values from 0 to len.","Get an array with the cumulative max computed at every …","Get an array with the cumulative min computed at every …","Get an array with the cumulative product computed at every …","Get an array with the cumulative sum computed at every …","","","","","","","","","","","","","Convert from radians to degrees","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drop NaN values","Drop null values","Select multiple columns by dtype.","Select multiple columns by dtype.","Compute the entropy as -sum(pk * log(pk). where pk are …","","","Compare Expr with other Expr on equality","","","","","","","","","","","","Compare Expr with other Expr on equality where None == None","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If polars may parse matches that not contain the whole …","Exclude a column from a wildcard/regex selection.","","Calculate the exponential of all elements in the input …","Explode the utf8/ list column","Replace the floating point NaN values by a value.","Replace the null values by a value.","Filter a single column.","First column in DataFrame","Get first item of every sublist.","Get the first value in the group.","Alias for explode","","Floor underlying floating point array to the lowest …","Floor divide self by rhs.","","","","","","","","","","","","","","","","","","","","","","Accumulate over multiple columns horizontally / row wise.","","Formatting string","Fill missing value with previous non-null.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","A function that cannot be expressed with map or apply and …","Functions","Get items in every sublist by index.","","","","","Check if Expr > Expr","Check if Expr >= Expr","Whether this expression expands to multiple expressions.","","","","","","Get the head of every sublist","Get the first n elements of the Expr result","","","Aggregate the group to a Series","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Get a hold to an implementor of the Display trait that …","Get mask of finite values if dtype is Float","Check if the values of the left expression are in the …","Get mask of infinite values if dtype is Float","Get mask of NaN values if dtype is Float","Get inverse mask of NaN values if dtype is Float","A column which is false wherever expr is null, true …","Run is_not_null operation on Expr.","A column which is true wherever expr is null, false …","Run is_null operation on Expr.","Whether this expression expands to multiple expressions …","A projection that only takes a column or a column + alias.","Join all string items in a sublist and place a separator …","Keep the original root name","Last column in DataFrame","Get last item of every sublist.","Get the last value in the group.","Get lengths of the arrays in the List type.","","Create a Literal Expression from L. A literal expression …","Compute the logarithm to a given base","Compute the natural logarithm of all elements plus one in …","Get minimal value that could be hold by this dtype.","Check if Expr < Expr","Check if Expr <= Expr","Apply a function/closure once the logical plan get …","Define an alias by mapping a function over the original …","Apply a closure on the two columns that are evaluated from …","","","","","","Apply a function/closure once the logical plan get …","Apply a function/closure over multiple columns once the …","Apply a function/closure once the logical plan get …","","Apply a function/closure over multiple columns once the …","Explode the aggregated list and just do a hstack instead …","Find the maximum of all the values in the column named name…","Compute the maximum of the items in every sublist.","Reduce groups to maximum value.","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Compute the mean of every sublist and return a Series of …","Reduce groups to the mean value.","Find the median of all the values in the column named name…","Reduce groups to the median value.","Get the meta::MetaNameSpace","","","","Find the minimum of all the values in the column named name…","Compute the minimum of the items in every sublist.","Reduce groups to minimal value.","Create a new column with the the minimum value per row.","","","","","","Expr::mutate().apply(fn())","Get the number of unique values in the groups.","Reduce groups to maximum value.","Reduce groups to minimal value.","","Compare Expr with other Expr on non-equality","Compare Expr with other Expr on non-equality where …","","Construct a new DatetimeArgs set to year, month, day","Create a new DurationArgs with all fields set to lit(0). …","","","Negates a boolean column.","Negate Expr","Get the null count of the column/group","or operation","Define a default for the when-then-otherwise expression.","Define a default for the when-then-otherwise expression.","Get the output name of this expression.","Apply window function over a subgroup. This is similar to …","","Compute the pearson correlation between two columns.","Constant Pi","Pop latest expression and return the input(s) of the …","Raise expression to the power exponent","Add a prefix to the root column name.","Get the product aggregation of an expression","Find a specific quantile of all the values in the column …","Compute the quantile per group.","Convert from degrees to radians","Create a range literal.","Analogous to Iterator::reduce.","","Create a column of length n containing n copies of the …","","Reverse every sublist","Reverse column","Get the root column names.","Round underlying floating point array to given decimal …","Proxy of the number of rows in both sides of the joins …","","","","","Set this Series as sorted so that downstream code can use …","Shift every sublist.","Shift the values in the array by some period. See the …","Shift the values in the array by some period and fill the …","Shrink numeric columns to the minimal required datatype …","Compute the sine of the given expression","Compute the hyperbolic sine of the given expression","Slice every sublist.","Slice the Series. offset may be negative.","Sort every sublist.","Sort in increasing order. See the eager implementation.","Sort this column by the ordering of another column. Can …","Sort with given options.","Compute the square root of the given expression","Standard deviation of the values of the Series","","If set then polars will return an error if any date …","Cast expression to another data type. Throws an error if …","","","Add a suffix to the root column name.","Sum all the values in the column named name. Shorthand for …","Compute the sum the items in every sublist.","Reduce groups to the sum of all the values.","Create a new column with the the sum of the values in each …","","Get the tail of every sublist","Get the last n elements of the Expr result","Take the values by idx.","Compute the tangent of the given expression","Compute the hyperbolic tangent of the given expression","","Add a condition to the when-then-otherwise expression.","","Get a dot language representation of the Expression.","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Undo any renaming operation like alias, keep_name.","Keep only the unique values in every sublist.","Get unique values of this expression.","Keep only the unique values in every sublist.","Get unique values of this expression, while maintaining …","Get maximal value that could be hold by this dtype.","Variance of the values of the Series","","","","","","","","","","","","","","","","","","","","","","Start a when-then-otherwise expression.","Attach a statement to the corresponding condition.","Add another condition to the when-then-otherwise …","","Set the day","Set the days","Set milliseconds, microseconds, and nanoseconds","Set hour, minute, and second","Set hours, minutes, and seconds","Set the hour","Set the hours","Set the microsecond","Set the microseconds","Set the milliseconds","Set the minute","Set the minutes","Set the month","Set the nanoseconds","Set the second","Set the seconds","Set the weeks","Set the year","","","","","","","","","","","","","","","","","","","","","","function to apply","Also has the input. i.e. avg(“foo”)","","function to apply","","function arguments","","","function arguments","","","length is not yet known so we accept negative offsets","","","","","","","output dtype of the function","","","","","","","","","","","","","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if a binary value contains a literal binary.","","","","Check if a binary value ends with the given sequence.","Returns the argument unchanged.","","Calls U::from(self).","Check if a binary value starts with the given sequence.","","","","","Arguments used by datetime in order to produce an Expr of …","Arguments used by duration in order to produce an Expr of …","","","","Selects all columns. Shorthand for col("*").","Create a new column with the the bitwise-and of the …","Create a new column with the the bitwise-or of the …","Like map_binary, but used in a groupby-aggregation context.","Find the mean of all the values in the column named name. …","","","Casts the column given by Expr to a different type.","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Collect all LazyFrame computations.","Select multiple columns by name.","Concat multiple","","Concat lists entries.","Compute the covariance between two columns.","","","","","","","Select multiple columns by dtype.","Select multiple columns by dtype.","Accumulate over multiple columns horizontally / row wise.","Returns the argument unchanged.","","","","Calls U::from(self).","","A column which is false wherever expr is null, true …","A column which is true wherever expr is null, false …","Apply a closure on the two columns that are evaluated from …","Find the maximum of all the values in the column named name…","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Find the median of all the values in the column named name…","","","","Find the minimum of all the values in the column named name…","Create a new column with the the minimum value per row.","","","","","Negates a boolean column.","","Compute the pearson correlation between two columns.","Find a specific quantile of all the values in the column …","Create a range literal.","","Analogous to Iterator::reduce.","Create a column of length n containing n copies of the …","","","Sum all the values in the column named name. Shorthand for …","Create a new column with the the sum of the values in each …","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if this column of strings contains a Regex. If strict…","Check if a string value contains a literal substring.","Count all successive non-overlapping regex matches.","","","","Check if a string value ends with the sub string.","","Extract a regex pattern from the a string value. If …","Extract each successive non-overlapping match in an …","Returns the argument unchanged.","","Calls U::from(self).","Return the number of bytes in the string (not characters).","Remove leading characters, or whitespace if matches is …","Return the number of characters in the string (not bytes).","Replace values that match a regex pat with a value.","Replace all values that match a regex pat with a value.","Replace values that match a regex pat with a value.","Remove trailing characters, or whitespace if matches is …","Split the string by a substring. The resulting dtype is …","Split the string by a substring and keep the substring. …","Check if a string value starts with the sub string.","Slice the string values.","Remove leading and trailing characters, or whitespace if …","Convert all characters to lowercase.","Convert all characters to titlecase.","Convert all characters to uppercase.","","","","","AllowedOptimizations","","","","","Reads LazyFrame from a filesystem or a cloud storage. …","Lazy abstraction over an eager DataFrame. It really is an …","Utility struct for lazy groupby operation.","","State of the allowed optimizations","","","","","","","","","","","","Group by and aggregate.","Allow parallel table evaluation.","","","Apply a function over the groups as a new DataFrame. It is …","","","","","","","","","","","","","","","","","","","","","Caches the result into a new LazyFrame. This should be …","","","","","","","","","","","","","","","","","","","CloudOptions used to list files.","CloudOptions used to list files.","","Execute all the lazy operations and collect them into a …","Recommended concatenation of LazyFrames from many input …","Recommended concatenation of LazyFrames from many input …","","Creates the cartesian product from both frames, preserves …","","","","","","","","","","","","","","","","","","","","","","","","Explain the optimized logical plan.","Explain the naive logical plan.","","","","","","","","","","Removes columns from the DataFrame. Note that its better …","Drop null rows.","Explain the logical plan.","Apply explode operation. See eager explode.","Fetch is like a collect operation, but it overwrites the …","","Fill NaN values in the DataFrame","Fill none values in the DataFrame","Filter by some predicate expression.","Get the final LazyFrame.","Get the final LazyFrame.","Finish builder","Get the final LazyFrame. This method assumes, that path is …","","","Get the first row.","","Force parallel table evaluation.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get current optimizations","Get list of files referenced by this reader.","Get list of files referenced by this reader.","Group by and aggregate.","Similar to groupby, but order of the DataFrame is …","Set whether the CSV file has headers","Return first n rows of each group","Select the join type.","","","","","","","","","","","Join query with other lazy query.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Generic join function that can join on multiple columns.","Control more join options with the join builder.","Get the last row","","Join query with other lazy query.","The columns you want to join the left table on.","Limit the DataFrame to the first n rows. Note if you don’…","","","Reduce memory usage in expensive of performance","Reduce memory usage in expensive of performance","","Apply a function/closure once the logical plan get …","Aggregate all the columns as their maximum values.","Aggregate all the columns as their mean values.","Aggregate all the columns as their median values.","Melt the DataFrame from wide to long format","","Aggregate all the columns as their minimum values.","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","","","","","","","","Aggregate all the columns as the sum of their null value …","The columns you want to join both tables on.","","Join query with other lazy query.","","Path of the scanned file. It can be potentially a glob …","","","","Profile a LazyFrame.","","Aggregate all the columns as their quantile values.","Rechunk the memory to contiguous chunks when parsing is …","","","","","Rename columns in the DataFrame.","Reverse the DataFrame","The columns you want to join the right table on.","Add a row_count column.","Add a row_count column.","Add a row_count column.","","","","","Create a LazyFrame directly from a ipc scan.","Create a LazyFrame directly from a parquet scan.","","Get a hold on the schema of the current LazyFrame …","","Select (and rename) columns from the query.","Shift the values by a given period and fill the parts that …","Shift the values by a given period and fill the parts that …","","Stream a query result into an ipc/arrow file. This is …","Stream a query result into a parquet file. This is useful …","","Slice the DataFrame.","","Add a sort operation to the logical plan.","Add a sort operation to the logical plan.","Aggregate all the columns as their standard deviation …","","Suffix to add duplicate column names in join. Defaults to …","Aggregate all the columns as their sum values.","Get the last n rows","Return last n rows of each group","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Keep unique rows, do not maintain order","Keep unique rows and maintain order","","","Aggregate all the columns as their variance values.","","","","","","","","","","The table to join with.","","Cache the DataFrame after reading.","Add a column to a DataFrame","Add multiple columns to a DataFrame.","Set the comment character. Lines starting with this …","","Set the CSV file’s column delimiter as a byte character","Overwrite the schema with the dtypes in this given Schema. …","Set CsvEncoding","Set the char used as end of line. The default is b'\\\\n'.","Continue with next batch when a ParserError is encountered.","Set the number of rows to use when inferring the csv …","Set the number of rows to use when inferring the json …","Treat missing fields as null.","Try to stop parsing when n rows are parsed. During …","Try to stop parsing when n rows are parsed. During …","Set values that will be interpreted as missing/ null.","Set allowed optimizations","Set path of the scanned file. Support glob patterns.","","","Toggle predicate pushdown optimization.","Toggle projection pushdown optimization.","Set the char used as quote char. The default is b'"'. If …","Rechunk the memory to contiguous chunks when parsing is …","Rechunk the memory to contiguous chunks when parsing is …","Rechunk the memory to contiguous chunks when parsing is …","Add a row_count column.","Add a row_count column.","Add a new column at index 0 that counts the rows.","Set the CSV file’s schema","Set the JSON file’s schema","Modify a schema before we run the lazy scanning.","Toggle expression simplification optimization on or off","Skip the first n rows during parsing. The header will be …","Skip this number of rows after the header location.","Toggle slice pushdown optimization","Allow (partial) streaming engine","Toggle type coercion optimization.","Turn off all optimizations","","","","Executors will evaluate physical expressions and collect …","","","","Take a DataFrame and evaluate the expressions. Implement …","Wrapper struct that allow us to use a PhysicalExpr in …","","Convert to a partitioned aggregator.","Can take &dyn Statistics and determine of a file should be …","","","","","","","","","","","","Take a DataFrame and evaluate the expression.","","Some expression that are not aggregations can be done per …","This is called in partitioned aggregation. Partitioned …","","Called to merge all the partitioned results in a final …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","Get the output field of this expr","","","","","","","","","","Groupby aggregation","","","","A raw binary array","A binary true or false.","Cache the input at this point in the LP","In memory DataFrame","Remove duplicates from the table","Catches errors and throws them later","This allows expressions to access other tables","","A 32-bit floating point number.","A 64-bit floating point number.","Adding columns to the table without a Join","A 32-bit integer number.","A 64-bit integer number.","","Join operation","","","","","A (User Defined) Function","","The literal Null","","","Column selection","","","Filter on a boolean mask","","Slice the table","Sort the table","An unsigned 32-bit integer number.","An unsigned 64-bit integer number.","","A UTF8 encoded string type.","","","","","","specify if the scan provider should allow predicate …","specify if the scan provider should allow projection …","specify if the scan provider should allow slice pushdowns","","","","","","","","","","","","","","","","","","","","","","","","Data page compression","Data page compression","if None will be 1024^2 bytes","","","","","","","","","","","","","","","","","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Getter for the DataType of the value","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Literal expression.","","","maintain the order the data was processed","maintain the order the data was processed","","","","If None will be all written to a single row group.","Creates a dataframe from the supplied function & scan …","function to supply the schema. Allows for an optional …","","","","Compute and write column statistics.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,20,3,0,23,3,38,27,3,38,20,3,20,0,20,0,3,20,0,0,20,20,3,3,20,20,23,3,20,20,20,20,20,0,27,20,36,3,0,20,27,27,3,0,20,3,45,0,20,3,23,20,27,3,0,0,0,45,27,27,23,38,38,38,38,38,38,38,38,45,0,3,23,20,0,3,20,20,20,27,27,23,23,23,0,23,27,27,27,23,36,27,27,3,20,0,27,27,20,23,0,3,0,20,0,20,3,0,0,20,20,20,20,3,3,3,0,23,20,0,23,3,3,0,20,20,27,0,20,20,23,0,3,3,0,0,27,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,2,2,2,2,3,3,3,3,0,3,0,43,3,3,0,3,3,0,3,3,3,0,3,3,3,3,3,3,3,21,3,21,3,3,3,43,23,0,3,0,3,0,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,42,55,52,48,0,3,3,3,3,3,3,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,0,0,0,0,0,21,3,3,3,0,3,0,3,3,3,3,3,39,40,41,3,17,17,17,40,42,43,44,45,3,21,2,32,33,34,35,23,3,36,27,17,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,0,0,3,23,3,3,36,27,17,17,38,20,41,42,43,44,45,3,3,3,3,3,36,36,36,36,27,27,27,27,38,38,38,38,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,42,3,3,3,3,3,3,3,0,21,3,3,17,3,3,52,48,55,56,3,3,36,27,27,17,38,38,20,20,39,40,41,42,43,44,45,0,43,42,3,21,2,32,33,34,35,23,3,3,3,3,3,3,3,3,3,3,36,27,17,17,17,17,17,38,20,20,20,20,39,40,41,42,43,44,45,17,3,0,21,47,14,52,56,3,3,2,3,36,38,41,42,21,3,39,40,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,74,2,3,3,3,3,3,0,3,0,3,2,2,21,3,0,21,3,21,3,0,3,3,3,3,3,3,3,0,3,17,17,17,17,3,0,3,3,0,44,0,21,3,0,0,21,3,0,3,3,39,40,40,0,21,3,0,41,39,40,39,3,3,3,3,3,40,3,3,17,39,40,3,3,0,3,3,3,33,35,2,3,3,0,3,2,3,3,3,0,3,3,0,0,3,0,3,21,3,2,3,43,43,17,39,40,3,21,3,3,3,3,3,21,3,21,3,3,3,3,3,3,42,3,0,3,3,0,21,3,0,17,21,3,3,3,3,0,32,34,3,3,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,3,3,27,38,20,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,52,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,2,21,3,21,3,3,3,21,2,32,33,34,35,23,3,36,27,17,38,20,39,40,41,42,43,44,45,40,0,33,35,41,39,40,40,39,40,39,40,39,40,40,39,40,39,40,39,40,40,39,3,39,133,134,135,133,134,135,133,136,137,138,139,140,138,140,141,142,138,143,144,145,146,143,147,142,145,139,148,147,149,148,148,149,141,145,146,147,146,147,146,144,149,140,144,150,151,152,153,154,152,154,150,155,156,157,158,159,160,161,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,78,0,0,0,0,0,78,78,0,78,78,0,0,0,0,0,0,0,0,39,40,78,78,78,78,0,0,0,78,39,40,78,78,74,0,0,0,0,0,0,0,39,40,40,0,0,39,40,39,40,0,78,0,0,0,78,0,0,39,40,0,0,78,78,78,78,78,78,40,39,0,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,76,0,0,0,0,0,0,0,0,0,0,0,0,0,91,92,85,93,87,82,83,94,83,84,85,82,83,85,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,82,82,92,93,91,92,85,93,87,82,83,94,91,92,85,93,87,82,83,94,162,162,93,82,162,162,91,82,92,93,87,82,94,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,82,82,84,91,92,85,93,87,82,83,94,82,82,82,82,82,94,82,82,82,162,162,84,162,91,85,82,94,84,84,91,92,85,93,87,82,82,83,94,82,162,162,82,82,91,83,84,87,84,91,92,85,93,87,82,83,94,82,84,91,92,85,93,87,82,83,94,82,82,82,163,82,84,82,82,83,91,85,93,82,82,82,82,82,92,82,162,91,85,92,93,87,87,84,91,85,82,84,82,82,93,162,91,85,94,82,94,82,162,91,85,92,93,82,82,84,162,91,85,92,93,87,85,82,82,85,82,87,82,82,82,94,82,82,87,82,94,82,82,82,94,84,82,82,83,82,82,91,92,85,93,87,82,83,94,82,84,91,92,85,93,87,82,83,94,84,91,92,85,93,87,82,83,94,94,84,91,92,85,93,87,82,83,94,82,82,93,84,82,84,91,92,85,93,87,82,83,94,84,85,91,82,82,91,82,91,91,91,91,91,91,85,91,91,85,91,82,162,91,85,82,82,91,162,91,85,91,85,82,91,85,91,82,91,91,82,82,82,82,0,0,0,0,124,0,0,0,0,122,122,122,119,119,121,119,121,119,121,119,121,119,121,122,119,122,117,119,117,122,121,119,121,119,119,121,119,121,122,122,122,119,121,119,121,119,121,119,121,0,97,0,97,0,126,126,97,97,97,97,97,97,126,126,97,126,126,0,97,0,0,97,0,97,0,0,126,0,97,126,97,97,126,97,97,126,126,97,126,126,112,111,109,97,86,86,86,86,131,126,112,111,109,97,131,126,112,111,109,97,126,112,111,109,97,126,112,111,109,97,112,111,112,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,97,97,131,126,112,111,109,97,126,112,111,109,112,112,112,112,111,111,111,111,109,109,109,109,86,126,112,111,109,97,109,131,126,112,111,109,97,126,131,126,112,111,109,97,131,126,112,111,109,97,69,131,126,112,111,109,109,109,112,86,86,97,109,109,112,97,126,126,112,111,109,97,131,126,126,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,131,126,112,111,109,97,109,164,164,164,165,165,166,166,167,168,169,170,171,172,173,174,175,175,174,176,168,177,168,171,172,165,173,178,166,179,176,170,167,180,181,181,182,165,181,179,165,179,174,165,181,178,182,169,175,180,174,177,175,169,181,175,169,171,172,165,181,173,167,169],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[2,3],[[2,3],[[5,[3,4]]]],[[2,3],[[5,[3,4]]]],[[2,3],[[5,[3,4]]]],[3,3],[[3,3]],[3,3],[[3,6],3],[[],3],[[3,7],3],[[[9,[[8,[3]]]]],3],0,[[3,[10,[3]]],3],[[3,7],3],[[[9,[[8,[3]]]]],3],[[3,[10,[3]],7],3],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,18],[[5,[19,4]]]],[[3,[0,[11,12,13]],[8,[3]],[17,[[16,[14,15]]]]],3],[[3,20,[8,[3]],7,7],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]],7],3],[3,3],[3,3],[3,3],[3,3],[3,3],[[3,3],3],[3,3],[21,3],[3,3],[21,3],[3,3],[[3,22],3],[3,3],0,[23,3],[6,3],[[3,[25,[24]]],3],0,[3,26],[[3,27,3],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[6,[[5,[28,4]]]],[[[8,[29]]],[[5,[[25,[29]],4]]]],[[29,29],[[5,[29,4]]]],[[3,30],3],[[3,30],3],[3,3],[3,3],[[3,31,31],3],[[3,31],3],[[3,31],3],[32,32],[33,33],[34,34],[35,35],[23,23],[3,3],[36,36],[27,27],[[[17,[37]]],[[17,[37]]]],[38,38],[20,20],[39,39],[40,40],[41,41],[42,42],[43,43],[44,44],[45,45],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[8,[3]]],3],[6,3],[[[46,[28]]],3],[[[9,[[8,[[0,[[10,[3]],37]]]]]],7],[[5,[3,4]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]]],[[5,[3,4]]]],[[21,[10,[3]]],3],[3,3],[3,3],[3,3],[[],3],[3,3],[[3,3],3],[[3,7],3],[[3,7],3],[[3,7],3],[[3,7],3],[[3,7],3],0,0,0,[[],3],[[],[[17,[[16,[47,15]]]]]],[[],[[17,[[16,[14,15]]]]]],[[],[[17,[[16,[48,15]]]]]],[[],40],[[],42],[[],43],[[],44],[[],45],[3,3],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[17],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[[3,3]],[[3,[10,[3]]],3],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[3,3],[3,3],[30,3],[[[9,[[8,[30]]]]],3],[[3,50,7],3],[[23,23],7],[[3,3],7],[[3,[10,[3]]],3],[[36,36],7],[[27,27],7],[[[17,[[16,[51,15]]]],[17,[[16,[51,15]]]]],7],[[[17,[29]],[17,[29]]],7],[[38,38],7],[[20,20],7],[[41,41],7],[[42,42],7],[[43,43],7],[[44,44],7],[[45,45],7],[[3,[10,[3]]],3],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[[3,[46,[28]]],3],[[3,[9,[[8,[30]]]]],3],[3,3],[3,3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[],3],[21,3],[3,3],[3,3],[[],[[17,[[16,[14,15]]]]]],[3,3],[[3,3],3],[[52,53],[[5,[54]]]],[[48,53],[[5,[54]]]],[[55,53],[[5,[54]]]],[[56,53],[[5,[54]]]],[[3,53],[[5,[54]]]],[[3,53],[[5,[54]]]],[[36,53],[[5,[54]]]],[[27,53],[[5,[54]]]],[[27,53],[[5,[54]]]],[[17,53],[[5,[54]]]],[[38,53],[[5,[54]]]],[[38,53],[[5,[54]]]],[[20,53],[[5,[54]]]],[[20,53],[[5,[54]]]],[[39,53],[[5,[54]]]],[[40,53],[[5,[54]]]],[[41,53],[[5,[54]]]],[[42,53],[[5,[54]]]],[[43,53],[[5,[54]]]],[[44,53],[[5,[54]]]],[[45,53],[[5,[54]]]],[[3,[0,[11,12,13,37]],[9,[[8,[3]]]]],3],0,0,[[3,[25,[24]]],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[50,3],[6,3],[24,3],[23,3],[57,3],[58,3],[59,3],[60,3],[7,3],[[]],[[]],[20,[[17,[[16,[52,15]]]]]],[61,[[17,[[16,[52,15]]]]]],[38,[[17,[[16,[52,15]]]]]],[[]],[62,[[17,[[16,[52,15]]]]]],[[]],[38,20],[62,20],[[]],[61,20],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[30,[[17,[[16,[14,15]]]]]],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]],63],3],0,[[21,3],3],[[64,65,66,66],[[25,[66]]]],[[64,65,[8,[66]]],66],[[],[[25,[[17,[[16,[14,15]]]]]]]],[64,[[5,[[16,[64,15]],4]]]],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[2,7],[[3,67]],[[36,67]],[[38,67]],[[41,67]],[[42,67]],[[21,3],3],[[3,[25,[49]]],3],0,0,[3,3],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3],[[],3],[2,[[5,[68,4]]]],[3,3],[[3,[10,[3]]],3],[3,3],[3,3],[3,3],[3,3],[3,3],[3,3],[3,3],[2,7],[2,7],[[21,6],3],[3,3],[[],3],[21,3],[3,3],[21,3],[3,21],[69,3],[[3,50],3],[3,3],[3,3],[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,[0,[11,12,13]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[3,18],[[5,[3,4]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[[0,[11,12,13]]],[[17,[[16,[14,15]]]]]],[[3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]]],3],[[3,[0,[11,12,13]],[8,[3]],[17,[[16,[14,15]]]]],3],[[3,20,[8,[3]],7],3],[[[0,[11,12,13]],[9,[[8,[3]]]],[17,[[16,[14,15]]]]],3],0,[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],[6,3],[21,3],[3,3],[6,3],[3,3],[3,2],0,0,0,[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],0,0,0,0,[[3,3]],[3,70],[3,3],[3,3],[3,3],0,[[3,[10,[3]]],3],[[3,[10,[3]]],3],[[],17],[[3,3,3],39],[[],40],[[3,[71,[3,15]]]],[[3,[71,[3,15]]]],[3,3],[3,3],[3,3],[[3,[10,[3]]],3],[[33,[10,[3]]],3],[[35,[10,[3]]],3],[2,[[5,[[16,[6,15]],4]]]],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]]],3],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]],44],3],[[3,3,72],3],[[],3],[2,[[71,[3,15]]]],[[3,[10,[3]]],3],[[3,6],3],[3,3],[[6,3,73],3],[[3,3,73],3],[3,3],[[[74,[[74,[[74,[[74,[74]]]]]]]],[74,[[74,[[74,[[74,[74]]]]]]]]],3],[[[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[3,3]],[[[10,[3]],3],3],[[3,[8,[59]]],3],[21,3],[3,3],[2,[[71,[[16,[6,15]],15]]]],[[3,24],3],0,0,[[],[[17,[[16,[14,15]]]]]],0,0,[[3,75],3],[[21,59],3],[[3,59],3],[[3,59,[10,[3]]],3],[3,3],[3,3],[3,3],[[21,3,3],3],[[3,[10,[3]],[10,[3]]],3],[[21,22],3],[[3,7],3],[[3,[9,[[8,[[0,[[10,[3]],37]]]]]],[9,[[8,[7]]]]],3],[[3,22],3],[3,3],[[3,72],3],[3,76],0,[[3,30],3],0,[[3,3]],[[3,6],3],[6,3],[21,3],[3,3],[[[9,[[8,[3]]]]],3],[[],[[17,[[16,[14,15]]]]]],[[21,3],3],[[3,[25,[49]]],3],[[3,[10,[3]]],3],[3,3],[3,3],[[3,3,3],3],[[32,[10,[3]]],33],[[34,[10,[3]]],35],[3,[[5,[28,4]]]],[[3,64,65],[[5,[66,4]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3,3],[[],28],[[],28],[[],28],[[],28],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[[71,[72,15]]],[[5,[4]]]],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[2,3],[21,3],[3,3],[21,3],[3,3],[3,3],[[3,72],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[10,[3]]],32],[[33,[10,[3]]],34],[[35,[10,[3]]],34],0,[[39,3],39],[[40,3],40],[[40,3,3,3],40],[[39,3,3,3],39],[[40,3,3,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[40,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[39,3],39],[[40,3],40],[[40,3],40],[[39,3],39],[[3,[10,[3]]],3],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[26,[9,[[8,[72]]]]],3],[49],[49],[49],[[26,[9,[[8,[72]]]]],3],[[]],[[],49],[[]],[[26,[9,[[8,[72]]]]],3],[[],5],[[],5],[[],77],[[]],0,0,0,0,[1],[[],3],[[[9,[[8,[3]]]]],3],[[[9,[[8,[3]]]]],3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[6,3],[[]],[[]],[[3,30],3],[78,78],[[]],[[[8,[3]]],3],[6,3],[79,[[81,[[71,[80]]]]]],[[[46,[28]]],3],[[[9,[[8,[82]]]],78],[[81,[82]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]],7],[[5,[3,4]]]],[[[9,[[8,[[0,[[10,[3]],37]]]]]]],[[5,[3,4]]]],[[3,3],3],0,0,[[],78],[49],[49],[49],[30,3],[[[9,[[8,[30]]]]],3],[[3,[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[]],0,0,[[],49],[[]],[[],3],[3,3],[3,3],[[3,3,[0,[11,12,13]],[17,[[16,[14,15]]]]],3],[6,3],[[[9,[[8,[3]]]]],3],[6,3],[6,3],0,0,0,[6,3],[[[9,[[8,[3]]]]],3],0,0,0,0,[3,3],0,[[3,3,72],3],[[6,3,73],3],[[[74,[[74,[[74,[[74,[74]]]]]]]],[74,[[74,[[74,[[74,[74]]]]]]]]],3],0,[[[0,[11,12,13,37]],[9,[[8,[3]]]]],3],[[[10,[3]],3],3],0,0,[6,3],[[[9,[[8,[3]]]]],3],[[]],0,[[],5],[[],5],[[],77],[[]],0,0,0,[[]],[[]],[[76,3,7],3],[[76,3],3],[[76,6],3],[49],[49],[49],[[76,3],3],[76,3],[[76,6,49],3],[[76,3],3],[[]],[[],49],[[]],[76,3],[[76,[25,[28]]],3],[76,3],[[76,3,3,7],3],[[76,3,3,7],3],[[76,3,3,7,59],3],[[76,[25,[28]]],3],[[76,6],3],[[76,6],3],[[76,3],3],[[76,59,[25,[58]]],3],[[76,[25,[28]]],3],[76,3],[76,3],[76,3],[[],5],[[],5],[[],77],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[[83,[9,[[8,[3]]]]],82],[[84,7],84],[85,7],[[[16,[86]],87],[[81,[82]]]],[[83,[0,[11,12,13]],88],82],[85,89],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,90,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[82,82],0,0,[91,91],[92,92],[85,85],[93,93],[87,87],[82,82],[83,83],[94,94],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[25,[95]]]],[[],[[25,[95]]]],0,[82,[[81,[80]]]],[[[71,[82]]],[[81,[82]]]],[[[71,[82]]],[[81,[82]]]],[[91,[71,[82]]],[[81,[82]]]],[[82,82],82],[[],92],[[],93],[[],87],[[],82],[[],94],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[82,[[81,[28]]]],[82,28],[49],[49],[49],[49],[49],[49],[49],[49],[49],[[82,96],82],[[82,[25,[[71,[3]]]]],82],[[82,7],[[81,[28]]]],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],82],[[82,49],[[81,[80]]]],0,[[82,[10,[3]]],82],[[82,[10,[3]]],82],[[82,3],82],[[],[[81,[82]]]],[[],[[81,[82]]]],[84,82],[[],[[81,[82]]]],[91,[[81,[82]]]],[85,[[81,[82]]]],[82,82],[[94,53],[[5,[54]]]],[[84,7],84],[[]],[[]],[[]],[[]],[[]],[[]],[97,82],[[]],[[]],[[]],[82,94],[[],[[81,[[25,[98]]]]]],[[],[[81,[[25,[98]]]]]],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],83],[[82,[9,[[8,[[0,[[10,[3]],37]]]]]]],83],[[91,7],91],[[83,[25,[49]]],82],[[84,99],84],0,[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[82,82,[10,[3]],[10,[3]]],82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,82,[9,[[8,[3]]]],[9,[[8,[3]]]],100],82],[82,84],[82,82],[[],82],[[82,82,[10,[3]],[10,[3]]],82],[[84,[9,[[8,[3]]]]],84],[[82,90],82],0,0,[[91,7],91],[[85,7],85],0,[[82,[0,[11,12,13]],101,[25,[[16,[56]]]],[25,[6]]],82],[82,82],[82,82],[82,82],[[82,102],82],0,[82,82],[[],[[25,[49]]]],[91,[[25,[49]]]],[85,[[25,[49]]]],0,0,0,0,[82,84],[[[9,[103]]],91],[[[9,[103]]],85],[82,82],[[84,[9,[[8,[3]]]]],84],[[82,[105,[104]],[105,[106]]],[[81,[107]]]],[[82,82,[10,[3]],[10,[3]]],82],0,[[],103],[91,103],[85,103],0,[82,81],0,[[82,3,73],82],[[],7],[91,7],[85,7],0,0,[[82,96,96],82],[82,82],[[84,[9,[[8,[3]]]]],84],[[],[[25,[108]]]],[91,[[25,[108]]]],[85,[[25,[108]]]],0,0,0,[[85,109],[[81,[80]]]],[[[9,[103]],92],[[81,[82]]]],[[[9,[103]],93],[[81,[82]]]],[[85,[25,[49]]],[[81,[64]]]],[82,[[81,[88]]]],0,[[82,[9,[[8,[3]]]]],82],[[82,59],82],[[82,59,[10,[3]]],82],0,[[82,110,111],81],[[82,110,112],81],0,[[82,59,90],82],0,[[82,6,22],82],[[82,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[[82,72],82],0,[[84,[9,[6]]],84],[82,82],[[82,90],82],[[83,[25,[49]]],82],[82,81],[82,81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[82,90,[9,[[8,[3]]]],[9,[[8,[7]]]],7,7],82],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[82,[25,[[71,[28]]]],113],82],[[82,[25,[[71,[28]]]],113],82],0,[[84,114],84],[[82,72],82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[84,82],84],[[85,[25,[49]]],85],[[91,7],91],[[82,3],82],[[82,[9,[[8,[3]]]]],82],[[91,[25,[72]]],91],[[82,[9,[[8,[82]]]]],82],[[91,72],91],[[91,[25,[64]]],91],[[91,115],91],[[91,72],91],[[91,7],91],[[91,[25,[49]]],91],[[85,[25,[49]]],85],[[91,7],91],[[91,[25,[49]]],91],[[85,[25,[49]]],85],[[91,[25,[116]]],91],[[82,94],82],[110],[[91,110],91],[[85,110],85],[[82,7],82],[[82,7],82],[[91,[25,[72]]],91],[7],[[91,7],91],[[85,7],85],[[91,[25,[108]]],91],[[85,[25,[108]]],85],[[82,6,[25,[90]]],82],[[91,88],91],[[85,64],85],[[91,11],[[81,[91]]]],[[82,7],82],[[91,49],91],[[91,49],91],[[82,7],82],[[82,7],82],[[82,7],82],[82,82],0,0,0,0,0,0,0,0,0,[[],[[25,[3]]]],[[],[[25,[117]]]],[[],[[25,[118]]]],[119,[[25,[118]]]],[[]],[[]],[[]],[[]],[49],[49],[49],[49],[49],[49],0,[[119,80],[[81,[29]]]],0,0,0,0,[[122,53],123],[[121,53],123],[[]],[[]],0,[[],49],[[],49],[[]],[[]],[[],7],[[],7],[64,[[81,[66]]]],[[],5],[[],5],[[],5],[[],5],[[],77],[[],77],[[]],[[]],[[107,[105,[104]],[105,[106]]],[[81,[[125,[124]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[],7],[[],7],[[],7],[[],89],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[126,126],[112,112],[111,111],[109,109],[97,97],[[]],[[]],[[]],[[]],[[]],0,0,0,[[],112],[[],111],[[],109],[[],97],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[49],[97,28],[[97,28,127,[130,[28,28,128,129]]],[[5,[54]]]],[49],[49],[49],[49],[49],[49],[[126,126],7],[[112,112],7],[[111,111],7],[[109,109],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[86,53],[[5,[54]]]],[[126,53],[[5,[54]]]],[[112,53],[[5,[54]]]],[[111,53],[[5,[54]]]],[[109,53],[[5,[54]]]],[[97,53],[[5,[54]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[126,30],[[],49],[[],49],[[],49],[[],49],[[],49],[[],49],[[]],[[]],[[]],[[]],[[]],[[]],[[],3],[131,3],[126,3],0,0,0,0,0,0,[109,[[5,[80,4]]]],[[[25,[49]]],[[5,[64,4]]]],[97,[[5,[[132,[[16,[64,15]]]],4]]]],0,0,0,[97,[[5,[4]]]],[126,[[25,[31]]]],[[]],[[]],[[]],[[]],[[]],[[],5],[[],5],[31,[[5,[126,4]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],77],[[],77],[[],77],[[],77],[[],77],[[],77],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"c":[],"p":[[3,"Private"],[3,"MetaNameSpace"],[4,"Expr"],[4,"PolarsError"],[4,"Result"],[15,"str"],[15,"bool"],[15,"slice"],[8,"AsRef"],[8,"Into"],[8,"Fn"],[8,"Send"],[8,"Sync"],[8,"FunctionOutputField"],[3,"Global"],[3,"Arc"],[3,"SpecialEq"],[8,"FnMut"],[4,"VisitRecursion"],[4,"FunctionExpr"],[3,"ListNameSpace"],[3,"SortOptions"],[4,"AggExpr"],[15,"u32"],[4,"Option"],[3,"BinaryNameSpace"],[4,"Operator"],[3,"String"],[3,"Series"],[4,"DataType"],[4,"AnyValue"],[3,"When"],[3,"Then"],[3,"ChainedWhen"],[3,"ChainedThen"],[4,"Excluded"],[8,"Clone"],[4,"BooleanFunction"],[3,"DatetimeArgs"],[3,"DurationArgs"],[3,"RollingCovOptions"],[3,"StrptimeOptions"],[3,"JoinOptions"],[3,"WindowOptions"],[4,"WindowMapping"],[8,"IntoVec"],[8,"BinaryUdfOutputField"],[8,"SeriesBinaryUdf"],[15,"usize"],[15,"f64"],[8,"Sized"],[8,"SeriesUdf"],[3,"Formatter"],[3,"Error"],[8,"RenameAliasFn"],[8,"UdfSchema"],[15,"i32"],[15,"u64"],[15,"i64"],[15,"f32"],[4,"BinaryFunction"],[4,"StringFunction"],[3,"FunctionOptions"],[3,"Schema"],[4,"Context"],[3,"Field"],[8,"Hasher"],[8,"Display"],[8,"Literal"],[3,"ExprMut"],[3,"Vec"],[15,"u8"],[4,"QuantileInterpolOptions"],[8,"Range"],[4,"IsSorted"],[3,"StringNameSpace"],[3,"TypeId"],[3,"UnionArgs"],[8,"IntoParallelIterator"],[3,"DataFrame"],[6,"PolarsResult"],[3,"LazyFrame"],[3,"LazyGroupBy"],[3,"JoinBuilder"],[3,"LazyJsonLineReader"],[8,"AnonymousScan"],[3,"ScanArgsAnonymous"],[6,"SchemaRef"],[8,"Any"],[6,"IdxSize"],[3,"LazyCsvReader"],[3,"ScanArgsIpc"],[3,"ScanArgsParquet"],[3,"OptState"],[3,"CloudOptions"],[8,"IntoIterator"],[4,"LogicalPlan"],[6,"GlobIterator"],[4,"JoinType"],[3,"JoinArgs"],[6,"AllowedOptimizations"],[3,"MeltArgs"],[3,"Path"],[4,"ALogicalPlan"],[3,"Arena"],[4,"AExpr"],[3,"Node"],[3,"RowCount"],[3,"AnonymousScanOptions"],[3,"PathBuf"],[3,"IpcWriterOptions"],[3,"ParquetWriteOptions"],[4,"UniqueKeepStrategy"],[4,"JoinValidation"],[4,"CsvEncoding"],[4,"NullValues"],[8,"PartitionedAggregation"],[8,"StatsEvaluator"],[3,"PhysicalIoHelper"],[4,"GroupsProxy"],[3,"AggregationContext"],[8,"PhysicalExpr"],[6,"Result"],[8,"Executor"],[3,"Box"],[4,"LiteralValue"],[3,"DotNode"],[3,"RandomState"],[3,"Global"],[3,"HashMap"],[3,"Null"],[4,"Cow"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"All"],[13,"Any"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"RenameAlias"],[13,"Ternary"],[13,"Function"],[13,"Window"],[13,"AnonymousFunction"],[13,"Slice"],[13,"BinaryExpr"],[13,"Entropy"],[13,"Log"],[13,"Correlation"],[13,"Round"],[13,"Clip"],[13,"ShiftAndFill"],[13,"Cumcount"],[13,"Cumsum"],[13,"Cumprod"],[13,"Cummin"],[13,"Cummax"],[13,"FillNull"],[8,"LazyFileListReader"],[8,"IntoLazy"],[13,"Range"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Error"],[13,"LocalProjection"],[13,"Projection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Selection"],[13,"Distinct"],[13,"Slice"],[13,"FileSink"],[13,"Join"],[13,"Union"]]},\ "polars_ops":{"doc":"","t":"AAIIIIIKKLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLKLLLLLLLLLLLLLLLLIIKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNIIININEIILKKKLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLFLLLLLLL","n":["chunked_array","prelude","AsBinary","AsUtf8","BinaryNameSpaceImpl","ChunkedSet","Utf8NameSpaceImpl","as_binary","as_utf8","base64_decode","base64_decode","concat","concat","contains","contains","contains","contains","contains_literal","contains_literal","contains_literal","contains_literal","count_match","count_match","ends_with","ends_with","ends_with","ends_with","extract","extract","extract_all","extract_all","extract_all_many","extract_all_many","hex_decode","hex_decode","list","replace","replace","replace_all","replace_all","replace_literal","replace_literal","replace_literal_all","replace_literal_all","set_at_idx2","starts_with","starts_with","starts_with","starts_with","str_lengths","str_lengths","str_n_chars","str_n_chars","str_slice","str_slice","to_lowercase","to_lowercase","to_titlecase","to_titlecase","to_uppercase","to_uppercase","AsList","ListNameSpaceImpl","as_list","lst_arg_max","lst_arg_max","lst_arg_min","lst_arg_min","lst_concat","lst_concat","lst_get","lst_get","lst_join","lst_join","lst_lengths","lst_lengths","lst_max","lst_max","lst_mean","lst_mean","lst_min","lst_min","lst_reverse","lst_reverse","lst_shift","lst_shift","lst_slice","lst_slice","lst_sort","lst_sort","lst_sum","lst_sum","lst_unique","lst_unique","lst_unique_stable","lst_unique_stable","same_type","same_type","Any","ArgAgg","DataFrameJoinOps","DataFrameOps","Left","LogSeries","Right","SearchSortedSide","SeriesMethods","SeriesSealed","__clone_box","arg_max","arg_min","as_series","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","entropy","entropy","eq","equivalent","equivalent","equivalent","exp","exp","floor_div_series","fmt","from","hash","init","inner_join","inner_join","into","is_sorted","is_sorted","join","join","left_join","left_join","log","log","log1p","log1p","outer_join","outer_join","search_sorted","to_owned","try_from","try_into","type_id","value_counts","value_counts","vzip"],"q":[[0,"polars_ops"],[2,"polars_ops::chunked_array"],[61,"polars_ops::chunked_array::list"],[98,"polars_ops::prelude"]],"d":["","","","","","","","","","","","Concat with the values from a second Utf8Chunked","Concat with the values from a second Utf8Chunked","Check if binary contains given literal","Check if binary contains given literal","Check if strings contain a regex pattern.","Check if strings contain a regex pattern.","Check if strings contain a given literal","Check if strings contain a given literal","Check if strings contain a given literal","Check if strings contain a given literal","Count all successive non-overlapping regex matches.","Count all successive non-overlapping regex matches.","Check if strings ends with a substring","Check if strings ends with a substring","Check if strings ends with a substring","Check if strings ends with a substring","Extract the nth capture group from pattern","Extract the nth capture group from pattern","Extract each successive non-overlapping regex match in an …","Extract each successive non-overlapping regex match in an …","Extract each successive non-overlapping regex match in an …","Extract each successive non-overlapping regex match in an …","","","","Replace the leftmost regex-matched (sub)string with …","Replace the leftmost regex-matched (sub)string with …","Replace all regex-matched (sub)strings with another string","Replace all regex-matched (sub)strings with another string","Replace the leftmost literal (sub)string with another …","Replace the leftmost literal (sub)string with another …","Replace all matching literal (sub)strings with another …","Replace all matching literal (sub)strings with another …","","Check if strings starts with a substring","Check if strings starts with a substring","Check if strings starts with a substring","Check if strings starts with a substring","Get the length of the string values as number of bytes.","Get the length of the string values as number of bytes.","Get the length of the string values as number of chars.","Get the length of the string values as number of chars.","Slice the string values Determines a substring starting …","Slice the string values Determines a substring starting …","Modify the strings to their lowercase equivalent","Modify the strings to their lowercase equivalent","Modify the strings to their titlecase equivalent","Modify the strings to their titlecase equivalent","Modify the strings to their uppercase equivalent","Modify the strings to their uppercase equivalent","","","","","","","","","","Get the value by index in the sublists. So index 0 would …","Get the value by index in the sublists. So index 0 would …","In case the inner dtype DataType::Utf8, the individual …","In case the inner dtype DataType::Utf8, the individual …","","","","","","","","","","","","","","","","","","","","","","","","","","Argmin/ Argmax","","","","","","","","","","Get the index of the maximal value","Get the index of the minimal value","","","","","","","","","","Compute the entropy as -sum(pk * log(pk). where pk are …","Compute the entropy as -sum(pk * log(pk). where pk are …","","","","","Calculate the exponential of all elements in the input …","Calculate the exponential of all elements in the input …","","","Returns the argument unchanged.","","","Perform an inner join on two DataFrames.","Perform an inner join on two DataFrames.","Calls U::from(self).","","","Generic join method. Can be used to join on multiple …","Generic join method. Can be used to join on multiple …","Perform a left join on two DataFrames","Perform a left join on two DataFrames","Compute the logarithm to a given base","Compute the logarithm to a given base","Compute the natural logarithm of all elements plus one in …","Compute the natural logarithm of all elements plus one in …","Perform an outer join on two DataFrames","Perform an outer join on two DataFrames","","","","","","Create a DataFrame with the unique values of this Series …","Create a DataFrame with the unique values of this Series …",""],"i":[0,0,0,0,0,0,0,30,31,32,32,32,32,33,33,32,32,33,33,32,32,32,32,33,33,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,34,33,33,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,35,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,21,0,0,0,21,0,21,0,0,0,21,37,37,38,21,21,21,21,21,21,21,21,39,39,21,21,21,21,39,39,0,21,21,21,21,40,40,21,41,41,40,40,40,40,39,39,39,39,40,40,0,21,21,21,21,41,41,21],"f":[0,0,0,0,0,0,0,[[],1],[[],2],[[],[[3,[2]]]],[[],[[3,[2]]]],[2,2],[2,2],[[[5,[4]]],[[3,[6]]]],[[[5,[4]]],[[3,[6]]]],[[7,8],[[3,[6]]]],[[7,8],[[3,[6]]]],[[[5,[4]]],[[3,[6]]]],[[[5,[4]]],[[3,[6]]]],[7,[[3,[6]]]],[7,[[3,[6]]]],[7,[[3,[9]]]],[7,[[3,[9]]]],[[[5,[4]]],6],[[[5,[4]]],6],[7,6],[7,6],[[7,10],[[3,[2]]]],[[7,10],[[3,[2]]]],[7,[[3,[11]]]],[7,[[3,[11]]]],[2,[[3,[11]]]],[2,[[3,[11]]]],[[],[[3,[2]]]],[[],[[3,[2]]]],0,[[7,7],[[3,[2]]]],[[7,7],[[3,[2]]]],[[7,7],[[3,[2]]]],[[7,7],[[3,[2]]]],[[7,7,10],[[3,[2]]]],[[7,7,10],[[3,[2]]]],[[7,7],[[3,[2]]]],[[7,7],[[3,[2]]]],[[[5,[12]],13],[[3,[14]]]],[[[5,[4]]],6],[[[5,[4]]],6],[7,6],[7,6],[[],9],[[],9],[[],9],[[],9],[[15,[17,[16]]],[[3,[2]]]],[[15,[17,[16]]],[[3,[2]]]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],0,0,[[],11],[[],18],[[],18],[[],18],[[],18],[[[5,[14]]],[[3,[11]]]],[[[5,[14]]],[[3,[11]]]],[15,[[3,[14]]]],[15,[[3,[14]]]],[7,[[3,[2]]]],[7,[[3,[2]]]],[[],18],[[],18],[[],14],[[],14],[[],14],[[],14],[[],14],[[],14],[[],11],[[],11],[15,11],[15,11],[[15,10],11],[[15,10],11],[19,11],[19,11],[[],14],[[],14],[[],[[3,[11]]]],[[],[[3,[11]]]],[[],[[3,[11]]]],[[],[[3,[11]]]],[11,11],[11,11],0,0,0,0,0,0,0,0,0,0,[20],[[],[[17,[10]]]],[[],[[17,[10]]]],[[],14],[[]],[[]],[21,21],[[]],[[],21],[10],[10],[10],[[22,8],[[17,[22]]]],[[22,8],[[17,[22]]]],[[21,21],8],[[],8],[[],8],[[],8],[[],14],[[],14],[[14,14],[[3,[14]]]],[[21,23],24],[[]],[[21,25]],[[],10],[[26,13,13],[[3,[26]]]],[[26,13,13],[[3,[26]]]],[[]],[19,[[3,[8]]]],[19,[[3,[8]]]],[[26,13,13,27],[[3,[26]]]],[[26,13,13,27],[[3,[26]]]],[[26,13,13],[[3,[26]]]],[[26,13,13],[[3,[26]]]],[22,14],[22,14],[[],14],[[],14],[[26,13,13],[[3,[26]]]],[[26,13,13],[[3,[26]]]],[[14,14,21,8],[[3,[18]]]],[[]],[[],28],[[],28],[[],29],[[8,8],[[3,[26]]]],[[8,8],[[3,[26]]]],[[]]],"c":[],"p":[[6,"BinaryChunked"],[6,"Utf8Chunked"],[6,"PolarsResult"],[15,"u8"],[15,"slice"],[6,"BooleanChunked"],[15,"str"],[15,"bool"],[6,"UInt32Chunked"],[15,"usize"],[6,"ListChunked"],[6,"IdxSize"],[8,"IntoIterator"],[3,"Series"],[15,"i64"],[15,"u64"],[4,"Option"],[6,"IdxCa"],[3,"SortOptions"],[3,"Private"],[4,"SearchSortedSide"],[15,"f64"],[3,"Formatter"],[6,"Result"],[8,"Hasher"],[3,"DataFrame"],[3,"JoinArgs"],[4,"Result"],[3,"TypeId"],[8,"AsBinary"],[8,"AsUtf8"],[8,"Utf8NameSpaceImpl"],[8,"BinaryNameSpaceImpl"],[8,"ChunkedSet"],[8,"AsList"],[8,"ListNameSpaceImpl"],[8,"ArgAgg"],[8,"SeriesSealed"],[8,"LogSeries"],[8,"DataFrameJoinOps"],[8,"SeriesMethods"]]},\ "polars_pipe":{"doc":"","t":"","n":[],"q":[],"d":[],"i":[],"f":[],"c":[],"p":[]},\ -"polars_plan":{"doc":"","t":"AAAAAAOOAAOHHDLLLMLLLLLMLMLLLLLLLNNENNNNNNNNNINENNDDNNNNNNNNNNNNNNNNNNNNNENNNENNNNNNEIGNNNNNNNNNNNNNDNNNDNNNNNNNNNDNNNNNNNNNNENNNNNINDNNIINNNNNNNDNNDNNNDNNNNNNDNNEDNLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLMLLALFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLCLLLLLLOLLLLLLLLLLLFLLFOMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLALLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLMOLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLDDILLFFFFFLLLLFLLLLFFFFFFMMLLLLLLLFFLLFLLMMLLLLKFFFFFFFMMMFFMMMMLLFFFFFFMMFFLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGDLLLLLLLLLMLLLLMMMMMLLLMLLRFFEEDEDNNNNNNCDNNINNDIINNNNNNNENNNNNIINNNNNNEDNNDDNNNDDDENNNNNNNENNNNNNNNNNINENNEDNNNNNNNNRNENNDNNCIINNDNNDNNNNNNNNNNDDNNNNNNNNDNNNNDNNINNNNNNNLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLFKLLLLLLMLLLLFFFFKLLLLLLLLLLMMMMLLLLLLMKLLLLLLLMMLMLMLLFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDDNNNNQQEINNNIEIKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNNNEDDDGDDEDDNDDDNDNDDDDDLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMLLLLMLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLMMMMMMMMMLMMMMMLMMLMMMMMMLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMMIFFFFFFFFFFFFFFFKF","n":["constants","dot","dsl","frame","global","logical_plan","map","map_owned","prelude","utils","wrap","CSE_REPLACED","MAP_LIST_NAME","DotNode","__clone_box","borrow","borrow_mut","branch","clone","clone_into","deref","deref_mut","drop","fmt","from","id","init","into","to_owned","try_from","try_into","type_id","vzip","Abs","Agg","AggExpr","AggGroups","Alias","All","And","AnonymousFunction","Any","Atan2","BinaryExpr","BinaryExpr","BinaryUdfOutputField","Boolean","BooleanFunction","Cast","Ceil","ChainedThen","ChainedWhen","Clip","Coalesce","Column","Columns","ConcatExpr","Correlation","Count","Count","Cumcount","Cummax","Cummin","Cumprod","Cumsum","Divide","DropNans","Dtype","DtypeColumn","Entropy","Eq","EqValidity","Exclude","Excluded","Exp","Explode","Explode","Expr","FillNull","Filter","First","Floor","FloorDivide","Function","FunctionExpr","FunctionOutputField","GetOutput","GroupsToRows","Gt","GtEq","Implode","IsFinite","IsIn","IsInfinite","IsNan","IsNot","IsNotNan","IsNotNull","IsNull","Join","JoinOptions","KeepName","Last","ListExpr","ListNameSpace","Literal","Log","Log1p","LowerBound","Lt","LtEq","Max","Mean","Median","MetaNameSpace","Min","Minus","Modulus","Multiply","NUnique","Name","NotEq","NotEqValidity","Nth","NullCount","Operator","Or","Plus","Pow","Quantile","RenameAlias","RenameAliasFn","Reverse","RollingCovOptions","Round","Selector","SeriesBinaryUdf","SeriesUdf","SetSortedFlag","Shift","ShiftAndFill","ShrinkType","Slice","Sort","SortBy","SpecialEq","Std","StringExpr","StrptimeOptions","Sum","Take","Ternary","Then","ToPhysical","Trigonometry","TrueDivide","Unique","UpperBound","Var","When","Wildcard","Window","WindowMapping","WindowOptions","Xor","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_into_selector","_selector_add","_selector_and","_selector_sub","abs","add","agg_groups","alias","all","allow_parallel","and","any","append","apply","apply_children","apply_many","apply_many_private","apply_multiple","arccos","arccosh","arcsin","arcsinh","arctan","arctan2","arctanh","arg_max","arg_max","arg_min","arg_min","arg_sort","arg_unique","args","as_ref","backward_fill","binary","binary","binary_expr","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","cache","call","call_udf","call_udf","cast","cbrt","ceil","clip","clip_max","clip_min","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contains","cos","cosh","cot","count","count","cumcount","cummax","cummin","cumprod","cumsum","ddof","default","default","default","default","default","default","default","default","degrees","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","div","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_nans","drop_nulls","entropy","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_missing","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exact","exclude","exclude_dtype","exp","explode","fill_nan","fill_null","filter","first","first","first","flatten","float_type","float_type","floor","floor_div","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_parallel","format","forward_fill","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_type","from_type","function_with_options","functions","get","get_field","get_field","get_output","get_output","gt","gt_eq","has_multiple_outputs","hash","hash","hash","hash","hash","head","head","implode","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_iter","into_tree_formatter","is_finite","is_in","is_infinite","is_nan","is_not_nan","is_not_null","is_null","is_regex_projection","is_simple_projection","join","keep_name","last","last","last","lengths","list","lit","log","log1p","lower_bound","lt","lt_eq","map","map","map_alias","map_children","map_dtype","map_dtype","map_dtypes","map_dtypes","map_field","map_field","map_fields","map_fields","map_list","map_list_multiple","map_many","map_many_private","map_multiple","map_owned","mapping","max","max","mean","mean","median","meta","min","min","min_periods","mul","mutate","n_unique","nan_max","nan_min","neq","neq_missing","new","nodes","nodes_mut","not","null_count","or","otherwise","otherwise","output_name","over","over_with_options","pi","pop","pow","prefix","product","quantile","radians","rem","reshape","reverse","reverse","root_names","round","rows_left","rows_right","same_type","same_type","set_sorted_flag","shift","shift","shift_and_fill","shrink_dtype","sin","sinh","slice","slice","sort","sort","sort_by","sort_with","sqrt","std","str","strict","strict_cast","string","sub","suffix","sum","sum","super_type","super_type","tail","tail","take","tan","tanh","ternary_expr","then","then","to_dot","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","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_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_serialize","try_serialize","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","undo_aliases","unique","unique","unique_stable","unique_stable","upper_bound","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","when","when","when","window_size","wrap","xor","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","drop_nulls","drop_nulls","by","by","data_type","descending","expr","expr","expr","expr","expr","falsy","function","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","base","base","ddof","decimals","max","method","min","normalize","periods","reverse","reverse","reverse","reverse","reverse","super_type","BinaryNameSpace","borrow","borrow_mut","contains_literal","deref","deref_mut","drop","ends_with","from","init","into","starts_with","try_from","try_into","type_id","vzip","DatetimeArgs","DurationArgs","Range","__clone_box","__clone_box","all","all_horizontal","any_horizontal","apply_binary","avg","borrow","borrow","borrow_mut","borrow_mut","cast","clone","clone","clone_into","clone_into","coalesce","col","cols","concat_expr","concat_list","cov","day","days","default","deref","deref","deref_mut","deref_mut","drop","drop","dtype_col","dtype_cols","fmt","fmt","fold_exprs","from","from","hour","hours","init","init","into","into","into_range","is_not_null","is_null","map_binary","max","max_horizontal","mean","median","microsecond","microseconds","milliseconds","min","min_horizontal","minute","minutes","month","nanoseconds","new","new","not","pearson_corr","quantile","range","reduce_exprs","repeat","second","seconds","sum","sum_horizontal","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","weeks","with_day","with_days","with_fractional_seconds","with_hms","with_hms","with_hour","with_hours","with_microsecond","with_microseconds","with_milliseconds","with_minute","with_minutes","with_month","with_nanoseconds","with_second","with_seconds","with_weeks","with_year","year","StringNameSpace","borrow","borrow_mut","contains","contains_literal","count_match","deref","deref_mut","drop","ends_with","explode","extract","extract_all","from","init","into","lengths","lstrip","n_chars","replace","replace_all","replace_n","rstrip","split","split_inclusive","starts_with","str_slice","strip","to_lowercase","to_titlecase","to_uppercase","try_from","try_into","type_id","vzip","AllowedOptimizations","OptState","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","file_caching","fmt","from","init","into","predicate_pushdown","projection_pushdown","simplify_expr","slice_pushdown","streaming","to_owned","try_from","try_into","type_coercion","type_id","vzip","FETCH_ROWS","_is_fetch_query","_set_n_rows_for_scan","AAggExpr","AExpr","AExprIter","ALogicalPlan","ALogicalPlanBuilder","Agg","AggGroups","Aggregate","Aggregate","Aggregation","Alias","AllowedOptimizations","AlpIter","AlreadyEncountered","AnonymousFunction","AnonymousScan","AnonymousScan","AnonymousScan","AnonymousScanOptions","ArenaExprIter","ArenaLpIter","Binary","BinaryExpr","Boolean","Cache","Cache","Cast","Column","Context","Count","Count","Csv","DataFrameScan","DataFrameScan","DataFrameUdf","DataFrameUdfMut","Default","Distinct","Distinct","Drop","DropNulls","Error","ErrorState","ErrorStateSync","Explode","Explode","ExprIter","ExprMut","ExtContext","ExtContext","FastProjection","FileCacher","FileFingerPrint","FileInfo","FileScan","FileSink","FileSink","Filter","First","Float32","Float64","Function","FunctionNode","HStack","HStack","Implode","Int32","Int64","Ipc","Join","Join","Last","Leaf","Literal","Literal","LiteralValue","LocalProjection","LocalProjection","LogicalPlan","LogicalPlanBuilder","Many","MapFunction","MapFunction","Max","Mean","Median","Melt","Min","NULL","NUnique","NodeInputs","NotYetEncountered","Nth","Null","Null","Opaque","OptState","OptimizationRule","Optimize","Parquet","Pipeline","PredicatePushDown","Projection","Projection","ProjectionPushDown","Quantile","Range","Rechunk","Rename","RowCount","Scan","Scan","Selection","Selection","Series","SimplifyBooleanRule","SimplifyExprRule","Single","Slice","Slice","Slice","Sort","Sort","Sort","SortBy","StackOptimizer","Std","Sum","Take","Ternary","TypeCoercionRule","UInt32","UInt64","UdfSchema","Union","Union","Unnest","Utf8","Var","Wildcard","Window","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_err","allows_predicate_pushdown","allows_predicate_pushdown","allows_projection_pushdown","allows_projection_pushdown","allows_slice_pushdown","allows_slice_pushdown","anonymous_scan","apply","as_any","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","build","build","builder_functions","cache","call_udf","call_udf","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","collect_fingerprints","copy_exprs","copy_inputs","default","default","default","default","default","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","describe","distinct","dot","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","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","evaluate","expands_rows","explode","fill_nan","fill_null","filter","find_column_union_and_fingerprints","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_existing_df","get_datatype","get_exprs","get_input","get_inputs","get_schema","get_type","groupby","groupby","hash","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_iter","into_iter","into_iter","is_streamable","iter","iter","join","join","lit","lit","lit","lit","map","map_private","melt","melt","n_rows","name","next","next","next","node_to_expr","node_to_lp","node_to_lp_cloned","optimize","optimize","optimize","optimize","optimize_expr","optimize_expr","optimize_expr","optimize_expr","optimize_expr","optimize_loop","optimize_plan","optimize_plan","output_schema","path","predicate","predicate","project","project","project_local","project_local","row_count","row_count","row_estimation","scan","scan_csv","scan_ipc","scan_parquet","schema","schema","schema","schema","schema","schema","set_input","skip_rows","slice","slice","sort","streamable","to_aexpr","to_alp","to_alp","to_anyvalue","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_apply","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","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","visitor","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","with_columns","with_columns","with_context","with_exprs_and_input","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","by","by","data_type","descending","expr","expr","expr","expr","falsy","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","aggs","apply","args","by_column","contexts","count","df","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","output_schema","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection","err","prev_err_msg","cloud_options","options","options","options","args","columns","columns","columns","existing","fmt_str","function","function","name","names","new","offset","original","predicate_pd","projection_pd","schema","schema","schema","schema","schema","streamable","subset","swapping","data_type","high","low","aggs","apply","args","by_column","contexts","count","df","err","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection","ALogicalPlanNode","AexprNode","Continue","MutateAndContinue","MutateAndStop","NoMutateAndContinue","Node","Node","RewriteRecursion","RewritingVisitor","Skip","Stop","Stop","TreeWalker","VisitRecursion","Visitor","apply_children","apply_children","apply_children","assign","assign","binary","binary","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","map_children","map_children","map_children","mutate","node","node","post_visit","post_visit","pre_visit","pre_visit","pre_visit","pre_visit","replace","rewrite","rewrite","schema","to_aexpr","to_alp","to_alp_mut","to_expr","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","visit","visit","vzip","vzip","vzip","vzip","with_arena","with_arena","with_arena_mut","with_arena_mut","with_context","with_context","AnonymousScanOptions","ApplyFlat","ApplyGroups","ApplyList","ApplyOptions","Arena","CsvParserOptions","DistinctOptions","FileCount","FileScanOptions","FileSinkOptions","FileType","FunctionOptions","GroupbyOptions","Ipc","IpcScanOptions","IpcWriterOptions","LogicalPlanUdfOptions","Memory","Node","Parquet","ParquetOptions","ParquetWriteOptions","SortArguments","UnionOptions","UnsafeBool","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add","allow_group_aware","allow_rename","auto_explode","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","cache","cast_to_supertypes","changes_length","check_lengths","check_lengths","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","collect_groups","comment_char","compare","compression","compression","data_pagesize_limit","default","default","default","default","default","default","default","default","default","default","delimiter","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","descending","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding","eol_char","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","file_counter","file_type","flattened_by_opt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","fmt_str","fmt_str","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_partitioned_ds","get","get_mut","get_node","get_unchecked","has_header","hash","hash","hash","hash","ignore_errors","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","input_wildcard_expansion","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_empty","is_groups_sensitive","iter","iter","keep_strategy","len","low_memory","low_memory","maintain_order","maintain_order","maintain_order","maintain_order","memmap","n_rows","n_rows","new","null_values","nulls_last","output_schema","parallel","parallel","partial_cmp","pass_name_to_apply","path","pop","predicate","predicate_pd","projection_pd","quote_char","rechunk","rechunk","replace","replace_with","row_count","row_group_size","rows","schema","skip_rows","skip_rows","slice","slice","slice","slice","statistics","subset","swap","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_parse_dates","try_replace_with","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","use_statistics","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_columns","with_columns","PushNode","aexpr_to_leaf_name","aexpr_to_leaf_names","aexpr_to_leaf_names_iter","combine_predicates_expr","comma_delimited","expr_is_projected_upstream","expr_output_name","expr_to_leaf_column_name","expr_to_leaf_column_names","expr_to_leaf_column_names_iter","expressions_to_schema","has_aexpr","has_aexpr_literal","has_aexpr_window","has_null","push_node","rename_cse_tmp_series"],"q":[[0,"polars_plan"],[11,"polars_plan::constants"],[13,"polars_plan::dot"],[33,"polars_plan::dsl"],[781,"polars_plan::dsl::AggExpr"],[788,"polars_plan::dsl::BooleanFunction"],[790,"polars_plan::dsl::Expr"],[824,"polars_plan::dsl::FunctionExpr"],[839,"polars_plan::dsl::binary"],[855,"polars_plan::dsl::functions"],[961,"polars_plan::dsl::string"],[996,"polars_plan::frame"],[1023,"polars_plan::global"],[1026,"polars_plan::logical_plan"],[1710,"polars_plan::logical_plan::AAggExpr"],[1717,"polars_plan::logical_plan::AExpr"],[1749,"polars_plan::logical_plan::ALogicalPlan"],[1809,"polars_plan::logical_plan::ErrorState"],[1811,"polars_plan::logical_plan::FileScan"],[1815,"polars_plan::logical_plan::FunctionNode"],[1838,"polars_plan::logical_plan::LiteralValue"],[1841,"polars_plan::logical_plan::LogicalPlan"],[1901,"polars_plan::logical_plan::visitor"],[2003,"polars_plan::prelude"],[2507,"polars_plan::utils"]],"d":["","","Domain specific language for the Lazy API.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Utility struct for the when-then-otherwise expression.","Utility struct for the when-then-otherwise expression.","","","","","","","","Special case that does not need columns","","","","","","","","","","","","","Can be used in a select statement to exclude a column from …","","","","Explode the aggregated list and just do a hstack instead …","Expressions that can be used in various contexts. Queries …","","","","","","","","","","Map the group values to the position","","","","","","","","","","","","Join the groups as ‘List<group_dtype>’ to the row …","","Set root name as Alias","","","Specialized expressions for Series of DataType::List.","","","","","","","","","","Specialized expressions for Categorical dtypes.","","","","","","","","","Take the nth column in the DataFrame","","","","","","","","","","","","Expressions in this node should only be expanding e.g. …","A wrapper trait for any binary closure …","A wrapper trait for any closure …","","","","","","","","Wrapper type that has special equality properties …","","","","","","A ternary operation if true then “foo” else “bar”","Utility struct for the when-then-otherwise expression.","","","","","","","Utility struct for the when-then-otherwise expression.","","See postgres window functions","","","","","","","","","","","","","","","","","","","","","","","","Convert all values to their absolute/positive value.","","Get the group indexes of the group by operation.","Rename Column.","Check if all boolean values are true","","and operation","Check if any boolean value is true","Append expressions. This is done by adding the chunks of …","Apply a function/closure over the groups. This should only …","","Apply a function/closure over the groups with many …","","Apply a function/closure over the groups of multiple …","Compute the inverse cosine of the given expression","Compute the inverse hyperbolic cosine of the given …","Compute the inverse sine of the given expression","Compute the inverse hyperbolic sine of the given expression","Compute the inverse tangent of the given expression","Compute the inverse tangent of the given expression, with …","Compute the inverse hyperbolic tangent of the given …","Return the index of the maximum value of every sublist","Get the index value that has the maximum value","Return the index of the minimal value of every sublist","Get the index value that has the minimum value","Get the index values that would sort this expression.","Get the first index of unique values of this expression.","","","Fill missing value with next non-null.","","","Compute op(l, r) (or equivalently l op r). l and r must …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","use a cache of unique, converted dates to apply the …","","","","Cast expression to another data type.","Compute the cube root of the given expression","Ceil underlying floating point array to the highest …","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Check if the list array contain an element","Compute the cosine of the given expression","Compute the hyperbolic cosine of the given expression","Compute the cotangent of the given expression","Count expression","Count the values of the Series or Get counts of the group …","Cumulatively count values from 0 to len.","Get an array with the cumulative max computed at every …","Get an array with the cumulative min computed at every …","Get an array with the cumulative product computed at every …","Get an array with the cumulative sum computed at every …","","","","","","","","","","Convert from radians to degrees","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drop NaN values","Drop null values","Compute the entropy as -sum(pk * log(pk). where pk are …","","","Compare Expr with other Expr on equality","","","","","","","","","","","","Compare Expr with other Expr on equality where None == None","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If polars may parse matches that not contain the whole …","Exclude a column from a wildcard/regex selection.","","Calculate the exponential of all elements in the input …","Explode the utf8/ list column","Replace the floating point NaN values by a value.","Replace the null values by a value.","Filter a single column.","First column in DataFrame","Get first item of every sublist.","Get the first value in the group.","Alias for explode","","","Floor underlying floating point array to the lowest …","Floor divide self by rhs.","","","","","","","","","","","","","","","","","","","","Formatting string","Fill missing value with previous non-null.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","A function that cannot be expressed with map or apply and …","Functions","Get items in every sublist by index.","","","","","Check if Expr > Expr","Check if Expr >= Expr","Whether this expression expands to multiple expressions.","","","","","","Get the head of every sublist","Get the first n elements of the Expr result","Aggregate the group to a Series","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Get a hold to an implementor of the Display trait that …","Get mask of finite values if dtype is Float","Check if the values of the left expression are in the …","Get mask of infinite values if dtype is Float","Get mask of NaN values if dtype is Float","Get inverse mask of NaN values if dtype is Float","Run is_not_null operation on Expr.","Run is_null operation on Expr.","Whether this expression expands to multiple expressions …","A projection that only takes a column or a column + alias.","Join all string items in a sublist and place a separator …","Keep the original root name","Last column in DataFrame","Get last item of every sublist.","Get the last value in the group.","Get lengths of the arrays in the List type.","","","Compute the logarithm to a given base","Compute the natural logarithm of all elements plus one in …","Get minimal value that could be hold by this dtype.","Check if Expr < Expr","Check if Expr <= Expr","Apply a function/closure once the logical plan get …","","Define an alias by mapping a function over the original …","","","","","","","","","","Apply a function/closure once the logical plan get …","Apply a function/closure over multiple columns once the …","Apply a function/closure once the logical plan get …","","Apply a function/closure over multiple columns once the …","","Explode the aggregated list and just do a hstack instead …","Compute the maximum of the items in every sublist.","Reduce groups to maximum value.","Compute the mean of every sublist and return a Series of …","Reduce groups to the mean value.","Reduce groups to the median value.","Get the meta::MetaNameSpace","Compute the minimum of the items in every sublist.","Reduce groups to minimal value.","","","Expr::mutate().apply(fn())","Get the number of unique values in the groups.","Reduce groups to maximum value.","Reduce groups to minimal value.","Compare Expr with other Expr on non-equality","Compare Expr with other Expr on non-equality where …","","","","Negate Expr","Get the null count of the column/group","or operation","Define a default for the when-then-otherwise expression.","Define a default for the when-then-otherwise expression.","Get the output name of this expression.","Apply window function over a subgroup. This is similar to …","","Constant Pi","Pop latest expression and return the input(s) of the …","Raise expression to the power exponent","Add a prefix to the root column name.","Get the product aggregation of an expression","Compute the quantile per group.","Convert from degrees to radians","","","Reverse every sublist","Reverse column","Get the root column names.","Round underlying floating point array to given decimal …","Proxy of the number of rows in both sides of the joins …","","","","Set this Series as sorted so that downstream code can use …","Shift every sublist.","Shift the values in the array by some period. See the …","Shift the values in the array by some period and fill the …","Shrink numeric columns to the minimal required datatype …","Compute the sine of the given expression","Compute the hyperbolic sine of the given expression","Slice every sublist.","Slice the Series. offset may be negative.","Sort every sublist.","Sort in increasing order. See the eager implementation.","Sort this column by the ordering of another column. Can …","Sort with given options.","Compute the square root of the given expression","Standard deviation of the values of the Series","","If set then polars will return an error if any date …","Cast expression to another data type. Throws an error if …","","","Add a suffix to the root column name.","Compute the sum the items in every sublist.","Reduce groups to the sum of all the values.","","","Get the tail of every sublist","Get the last n elements of the Expr result","Take the values by idx.","Compute the tangent of the given expression","Compute the hyperbolic tangent of the given expression","","Add a condition to the when-then-otherwise expression.","","Get a dot language representation of the Expression.","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Undo any renaming operation like alias, keep_name.","Keep only the unique values in every sublist.","Get unique values of this expression.","Keep only the unique values in every sublist.","Get unique values of this expression, while maintaining …","Get maximal value that could be hold by this dtype.","Variance of the values of the Series","","","","","","","","","","","","","","","","","","","Start a when-then-otherwise expression.","Attach a statement to the corresponding condition.","Add another condition to the when-then-otherwise …","","","","","","","","","","","","","","","","","","","","","","","function to apply","Also has the input. i.e. avg(“foo”)","","function to apply","","function arguments","","","function arguments","","","length is not yet known so we accept negative offsets","","","","","","","output dtype of the function","","","","","","","","","","","","","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if a binary value contains a literal binary.","","","","Check if a binary value ends with the given sequence.","Returns the argument unchanged.","","Calls U::from(self).","Check if a binary value starts with the given sequence.","","","","","Arguments used by datetime in order to produce an Expr of …","Arguments used by duration in order to produce an Expr of …","","","","Selects all columns. Shorthand for col("*").","Create a new column with the the bitwise-and of the …","Create a new column with the the bitwise-or of the …","Like map_binary, but used in a groupby-aggregation context.","Find the mean of all the values in the column named name. …","","","","","Casts the column given by Expr to a different type.","","","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Select multiple columns by name.","","Concat lists entries.","Compute the covariance between two columns.","","","","","","","","","","Select multiple columns by dtype.","Select multiple columns by dtype.","","","Accumulate over multiple columns horizontally / row wise.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","A column which is false wherever expr is null, true …","A column which is true wherever expr is null, false …","Apply a closure on the two columns that are evaluated from …","Find the maximum of all the values in the column named name…","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Find the median of all the values in the column named name…","","","","Find the minimum of all the values in the column named name…","Create a new column with the the minimum value per row.","","","","","Construct a new DatetimeArgs set to year, month, day","Create a new DurationArgs with all fields set to lit(0). …","Negates a boolean column.","Compute the pearson correlation between two columns.","Find a specific quantile of all the values in the column …","Create a range literal.","Analogous to Iterator::reduce.","Create a column of length n containing n copies of the …","","","Sum all the values in the column named name. Shorthand for …","Create a new column with the the sum of the values in each …","","","","","","","","","","","","Set the day","Set the days","Set milliseconds, microseconds, and nanoseconds","Set hour, minute, and second","Set hours, minutes, and seconds","Set the hour","Set the hours","Set the microsecond","Set the microseconds","Set the milliseconds","Set the minute","Set the minutes","Set the month","Set the nanoseconds","Set the second","Set the seconds","Set the weeks","Set the year","","Specialized expressions for Series of DataType::Utf8.","","","Check if this column of strings contains a Regex. If strict…","Check if a string value contains a literal substring.","Count all successive non-overlapping regex matches.","","","","Check if a string value ends with the sub string.","","Extract a regex pattern from the a string value. If …","Extract each successive non-overlapping match in an …","Returns the argument unchanged.","","Calls U::from(self).","Return the number of bytes in the string (not characters).","Remove leading characters, or whitespace if matches is …","Return the number of characters in the string (not bytes).","Replace values that match a regex pat with a value.","Replace all values that match a regex pat with a value.","Replace values that match a regex pat with a value.","Remove trailing characters, or whitespace if matches is …","Split the string by a substring. The resulting dtype is …","Split the string by a substring and keep the substring. …","Check if a string value starts with the sub string.","Slice the string values.","Remove leading and trailing characters, or whitespace if …","Convert all characters to lowercase.","Convert all characters to titlecase.","Convert all characters to uppercase.","","","","","AllowedOptimizations","State of the allowed optimizations","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","ALogicalPlan is a representation of LogicalPlan with Nodes …","","","","","Groupby aggregation","Any operation that is done on groups","","","","","","","","","","","","A raw binary array","","A binary true or false.","","Cache the input at this point in the LP","","","","","","","","In memory DataFrame","","","Any operation that is done while projection/ selection of …","","Remove duplicates from the table","","","Catches errors and throws them later","","","","","","","","This allows expressions to access other tables","","Aggregate all the columns used in csv scans and make sure …","","","","","","","","A 32-bit floating point number.","A 64-bit floating point number.","","","","Adding columns to the table without a Join","","A 32-bit integer number.","A 64-bit integer number.","","","Join operation","","","","","","","","","","","","A (User Defined) Function","","","","","","","","","","","The literal Null","","","","","","","","","","Column selection","","","","","","","","","","Filter on a boolean mask","","","","","","","Slice the table","","","Sort the table","","Optimizer that uses a stack and memory arenas in favor of …","","","","","","An unsigned 32-bit integer number.","An unsigned 64-bit integer number.","","","","","A UTF8 encoded string type.","","","","","","","","","","","","","","","","","specify if the scan provider should allow predicate …","specify if the scan provider should allow predicate …","specify if the scan provider should allow projection …","specify if the scan provider should allow projection …","specify if the scan provider should allow slice pushdowns","specify if the scan provider should allow slice pushdowns","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copy the exprs in this LP node to an existing container.","Push inputs of the LP in of this node to an existing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether this function will increase the number of rows","","","","Apply a filter","Find the union between the columns per unique IO operation.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Getter for the DataType of the value","Get expressions in this node.","","","","This should be a 1 on 1 copy of the get_type method of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Whether this function can run on batches of data at a time.","","","","","Create a Literal Expression from L. A literal expression …","Literal expression.","","","","","","","","","","","","converts a node from the AExpr arena to Expr","converts a node from the ALogicalPlan arena to a …","","","","","","","","","","","","Optimize (subplan) in LogicalPlan","Optimize (subplan) in LogicalPlan","","","","","","","","","","","","Creates a dataframe from the supplied function & scan …","","","","function to supply the schema. Allows for an optional …","function to supply the schema. Allows for an optional …","Get the schema of the logical plan node.","","","","","","","","","","converts expression to AExpr and adds it to the arena, …","converts LogicalPlan to ALogicalPlan it adds expressions & …","","","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Defines different visitor patterns and for any tree.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Takes the expressions of an LP node and the inputs of that …","","","","","","","","","","","","","","","","","","function to apply","","","","","function arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","generic options that can be used for all file types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","schema of the projected file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","allow predicate pushdown optimizations","allow projection pushdown optimizations","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Continue the visit to this node tree.","Continue the visit to this node and children.","Call op immediately and return This doesn’t visit the …","Don’t mutate this node, continue visiting the children","","","Controls how the TreeWalker recursion should proceed for …","","Keep recursive but skip applying op on the children","Stop the visit to this node tree.","Stop and return. This doesn’t visit the children","An implementor of this trait decides how and in which …","Controls how the TreeWalker recursion should proceed for …","","","","","Assign an AExpr to underlying arena.","Add a new ALogicalPlan to the arena and set that node to …","Take a Node and convert it an AExprNode and call F with …","Take a Node and convert it an ALogicalPlanNode and call F …","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","Get the Node.","","Invoked after all children of node are visited. Default …","Invoked after all children of node are visited. Default …","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Replace the current Node with a new ALogicalPlan.","","","","","","","","","","","","","","","","","","","","Walks all nodes in depth-first-order.","Walks all nodes in depth-first-order.","","","","","Apply an operation with the underlying Arena.","","Apply an operation with the underlying Arena.","","Safe interface. Take the &mut Arena only for the duration …","Safe interface. Take the &mut Arena only for the duration …","","","Collect groups to a list and apply the function over the …","","","","","","","Generic options for all file types","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","automatically explode on unit length it ran as final …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Collect groups to a list and apply the function over the …","","","Data page compression","Data page compression","if None will be 1024^2 bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Safety","","","","","","","","","","","","","","","","","","","","","","","","","There can be two ways of expanding wildcards:","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 function that is sensitive to the number of elements …","","","Which rows to keep.","","","","maintain the order the data was processed","maintain the order the data was processed","This will maintain the order of the input. Note that this …","","","","","","","","","","","","","","","","allow predicate pushdown optimizations","allow projection pushdown optimizations","","","","","","","If None will be all written to a single row group.","","","","","","Take only a slice of the result","Take only a slice of the result","","Compute and write column statistics.","Subset of columns that will be taken into account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility to write comma delimited strings","","output name of expr","unpack alias(col) to name of the root column name","This should gradually replace expr_to_root_column as this …","","Take a list of expressions and a schema and determine the …","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,19,7,0,23,7,39,26,7,39,19,7,19,0,19,0,7,19,0,0,19,19,7,7,19,19,23,7,19,19,19,19,19,26,19,36,7,19,26,26,7,0,19,7,44,0,19,7,23,19,26,7,0,0,0,44,26,26,23,39,39,39,39,39,39,39,39,44,0,7,23,19,0,7,19,19,19,26,26,23,23,23,0,23,26,26,26,23,36,26,26,7,19,0,26,26,19,23,7,0,19,0,19,7,0,0,19,19,19,19,7,7,7,0,23,19,0,23,7,7,0,19,19,26,19,19,23,0,7,7,0,0,26,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,6,6,6,6,7,7,7,7,7,42,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,21,7,21,7,7,7,42,23,7,0,7,0,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,41,56,53,47,7,7,7,7,7,7,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,7,7,7,0,7,7,7,7,7,7,40,15,7,38,38,41,42,43,44,7,21,6,32,33,34,35,23,7,36,26,38,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,7,23,7,7,36,26,38,38,39,19,40,41,42,43,44,7,7,7,7,7,36,36,36,36,26,26,26,26,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,41,7,7,7,7,7,7,7,0,21,7,7,15,38,7,7,53,47,56,7,7,36,26,26,38,39,39,19,19,40,41,42,43,44,42,41,7,21,6,32,33,34,35,23,7,7,7,7,7,7,7,7,7,7,36,26,38,38,38,39,19,19,40,41,42,43,44,15,38,7,0,21,45,51,53,53,7,7,6,7,36,39,40,41,21,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,6,7,7,7,7,7,7,7,6,6,21,7,0,21,7,21,7,0,7,7,7,7,7,7,0,7,7,15,38,15,38,15,38,15,38,7,0,7,7,0,0,43,21,7,21,7,7,7,21,7,40,7,7,7,7,7,7,7,38,7,7,7,7,7,33,35,6,7,7,7,6,7,7,7,7,7,7,7,21,7,6,7,42,42,15,38,7,21,7,7,7,7,7,21,7,21,7,7,7,7,7,7,41,7,0,7,7,21,7,15,38,21,7,7,7,7,0,32,34,7,7,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,26,39,19,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,53,53,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,6,21,7,21,7,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,0,33,35,40,0,7,158,159,160,158,159,160,158,161,162,163,164,165,163,165,166,167,163,168,169,170,171,168,172,167,170,164,173,172,174,173,173,174,166,170,171,172,171,172,171,169,174,165,169,175,176,177,178,179,177,179,175,180,181,182,183,184,185,186,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,0,74,75,0,0,0,0,0,74,75,74,75,0,74,75,74,75,0,0,0,0,0,0,74,75,75,74,75,74,75,74,75,0,0,74,75,0,74,75,74,75,74,75,74,75,76,0,0,0,0,0,0,0,74,75,75,0,0,74,75,74,75,74,75,0,0,0,0,0,0,74,75,0,0,74,75,74,75,74,75,74,75,74,75,75,74,75,75,74,75,74,75,74,75,75,74,75,74,75,74,75,75,74,74,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,0,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,0,0,0,0,0,0,0,0,87,86,84,82,64,87,0,0,105,87,0,84,82,0,0,0,90,87,90,84,82,87,87,0,86,87,88,84,82,0,0,64,84,82,89,89,82,0,0,87,89,0,0,84,82,89,0,0,0,0,84,82,87,86,90,90,87,0,84,82,86,90,90,88,84,82,86,101,0,87,0,84,82,0,0,101,84,82,86,86,86,89,86,0,86,0,105,87,0,90,89,0,0,0,88,89,0,84,82,0,86,90,89,89,89,84,82,84,82,90,0,0,101,87,84,82,87,84,82,87,0,86,86,87,87,0,90,90,0,84,82,89,90,86,87,87,86,87,84,88,89,90,91,92,93,64,94,82,78,80,80,80,80,80,80,78,68,80,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,78,83,0,78,102,103,86,87,84,88,89,90,91,92,93,64,94,82,86,87,84,88,89,90,91,92,93,64,94,82,0,84,84,87,84,98,92,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,82,78,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,88,89,90,91,92,91,91,91,91,92,92,92,92,89,89,78,78,78,78,0,101,80,102,103,104,86,87,87,84,88,89,89,90,91,92,93,64,105,105,94,82,92,101,78,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,94,82,78,90,84,86,84,104,87,78,83,91,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,114,108,109,89,188,189,78,83,0,110,111,90,78,78,78,83,92,84,114,108,109,0,0,0,0,190,115,98,116,117,120,120,118,119,120,120,92,91,91,92,78,83,78,83,78,83,93,80,78,78,78,80,80,84,82,92,93,86,92,78,91,78,88,0,0,82,90,87,86,87,84,88,89,90,91,92,93,64,94,82,89,105,68,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,0,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,78,92,78,84,191,192,193,191,192,193,191,194,195,196,194,196,197,198,194,199,200,201,202,198,195,200,201,203,204,203,203,204,197,200,201,202,202,200,202,199,204,196,199,205,205,206,206,207,208,209,210,211,212,213,214,214,213,215,208,216,217,210,211,206,208,205,212,218,215,207,219,220,220,221,205,220,216,205,216,213,205,220,218,221,213,214,209,214,219,213,217,214,209,220,214,209,210,211,205,220,212,207,209,222,223,224,225,224,226,227,228,229,230,231,232,232,233,234,235,231,234,233,232,232,232,233,230,227,234,232,236,231,237,237,237,238,238,239,239,240,241,242,243,244,245,246,247,248,248,247,249,241,250,241,244,245,238,246,251,239,252,249,243,240,253,254,254,255,238,254,252,238,252,247,238,254,251,255,242,248,253,247,250,248,242,254,248,242,244,245,238,254,246,240,242,0,0,17,134,134,134,136,135,0,0,17,17,134,0,0,0,256,131,132,131,132,131,132,131,132,17,134,131,132,17,134,131,132,17,134,131,132,17,134,131,132,17,134,131,17,134,131,132,17,134,131,132,17,134,131,132,17,134,256,131,132,135,131,132,136,136,136,136,135,135,132,256,256,132,131,132,132,131,131,132,17,134,131,132,17,134,131,132,17,134,256,256,131,132,17,134,131,132,131,132,131,132,0,143,143,143,0,0,0,0,0,0,0,0,0,0,148,0,0,0,148,0,148,0,0,0,0,0,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,62,62,62,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,141,62,62,62,62,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,62,137,95,139,140,139,95,96,139,140,142,107,99,144,62,146,137,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,146,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,137,137,95,137,138,139,140,127,141,142,107,99,143,144,62,145,146,95,95,95,95,137,137,137,137,138,138,138,138,139,139,139,139,140,140,140,140,141,141,141,141,142,142,142,142,107,107,107,107,99,99,99,99,143,143,143,143,144,144,144,144,62,62,62,62,145,145,145,145,146,146,146,146,141,147,142,95,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,62,145,92,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,142,96,96,96,96,137,95,143,144,62,137,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,62,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,62,96,96,99,96,137,138,139,140,99,146,127,141,92,96,137,146,92,138,142,95,62,147,96,92,145,145,137,141,142,96,96,141,139,142,92,137,92,142,107,99,146,139,99,96,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,137,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,138,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,141,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],0,[2,2],[[]],[3],[3],[3],0,[[]],0,[[],3],[[]],[[]],[[],4],[[],4],[[],5],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[6,7],[[6,7],[[8,[7]]]],[[6,7],[[8,[7]]]],[[6,7],[[8,[7]]]],[7,7],[[7,7]],[7,7],[[7,9],7],[[7,10],7],0,[[7,[11,[7]]],7],[[7,10],7],[[7,[11,[7]],10],7],[[7,[0,[12,13,14]],15],7],[[7,16],[[8,[17]]]],[[7,[0,[12,13,14]],[18,[7]],15],7],[[7,19,[18,[7]],10,10],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15,10],7],[7,7],[7,7],[7,7],[7,7],[7,7],[[7,7],7],[7,7],[21,7],[7,7],[21,7],[7,7],[[7,22],7],[7,7],0,[23,7],[[7,24],7],0,[7,25],[[7,26,7],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[9,[[8,[27]]]],[[[18,[28]]],[[8,[[29,[28]]]]]],[[28,28],[[8,[28]]]],[[7,30],7],[7,7],[7,7],[[7,31,31],7],[[7,31],7],[[7,31],7],[32,32],[33,33],[34,34],[35,35],[23,23],[7,7],[36,36],[26,26],[[[38,[37]]],[[38,[37]]]],[39,39],[19,19],[40,40],[41,41],[42,42],[43,43],[44,44],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[21,[11,[7]]],7],[7,7],[7,7],[7,7],[[],7],[7,7],[[7,10],7],[[7,10],7],[[7,10],7],[[7,10],7],[[7,10],7],0,[[],15],[[],7],[[],[[38,[[46,[45]]]]]],[[],[[38,[[46,[47]]]]]],[[],41],[[],42],[[],43],[[],44],[7,7],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[38],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[7,7]],[[7,[11,[7]]],7],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[7,7],[7,7],[[7,48,10],7],[[23,23],10],[[7,7],10],[[7,[11,[7]]],7],[[36,36],10],[[26,26],10],[[[38,[[46,[49]]]],[38,[[46,[49]]]]],10],[[[38,[28]],[38,[28]]],10],[[39,39],10],[[19,19],10],[[40,40],10],[[41,41],10],[[42,42],10],[[43,43],10],[[44,44],10],[[7,[11,[7]]],7],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,[[7,[50,[27]]],7],[[7,[20,[[18,[30]]]]],7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[],7],[21,7],[7,7],[7,7],[[],15],[[],[[38,[[46,[51,52]]]]]],[7,7],[[7,7],7],[[53,54],55],[[47,54],55],[[56,54],55],[[7,54],55],[[7,54],55],[[36,54],55],[[26,54],55],[[26,54],55],[[38,54],55],[[39,54],55],[[39,54],55],[[19,54],55],[[19,54],55],[[40,54],55],[[41,54],55],[[42,54],55],[[43,54],55],[[44,54],55],0,0,[[7,24],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48,7],[57,7],[58,7],[9,7],[23,7],[[]],[59,7],[60,7],[10,7],[61,7],[[]],[[]],[[]],[39,[[38,[[46,[53]]]]]],[19,[[38,[[46,[53]]]]]],[[]],[39,19],[[]],[[]],[[]],[[]],[[]],[[]],[30,15],[30,[[38,[[46,[51,52]]]]]],[[7,[0,[12,13,14]],15,62],7],0,[[21,7],7],[[63,64,65,65],[[29,[65]]]],[[63,64,[18,[65]]],65],[[],[[29,[15]]]],[[],[[29,[15]]]],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[6,10],[[7,66]],[[36,66]],[[39,66]],[[40,66]],[[41,66]],[[21,7],7],[[7,[29,[3]]],7],[7,7],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7],[6,[[8,[67]]]],[7,7],[[7,[11,[7]]],7],[7,7],[7,7],[7,7],[7,7],[7,7],[6,10],[6,10],[[21,9],7],[7,7],[[],7],[21,7],[7,7],[21,7],[7,21],0,[[7,48],7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[7,[0,[12,13,14]],15],7],0,[[7,[0,[12,13,14]]],7],[[7,16],[[8,[7]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[7,[0,[12,13,14]],15],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15],7],[[7,[0,[12,13,14]],[18,[7]],15],7],[[7,19,[18,[7]],10],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15],7],0,0,[21,7],[7,7],[21,7],[7,7],[7,7],[7,6],[21,7],[7,7],0,[[7,7]],[7,68],[7,7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[],38],[[7,[69,[7]]]],[[7,[69,[7]]]],[7,7],[7,7],[[7,[11,[7]]],7],[[33,[11,[7]]],7],[[35,[11,[7]]],7],[6,[[8,[[46,[9]]]]]],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]]],7],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]],43],7],[[],7],[6,[[69,[7]]]],[[7,[11,[7]]],7],[[7,9],7],[7,7],[[7,7,70],7],[7,7],[[7,7]],[[7,[18,[58]]],7],[21,7],[7,7],[6,[[69,[[46,[9]]]]]],[[7,57],7],0,0,[[],15],[[],[[38,[[46,[51,52]]]]]],[[7,71],7],[[21,58],7],[[7,58],7],[[7,58,[11,[7]]],7],[7,7],[7,7],[7,7],[[21,7,7],7],[[7,[11,[7]],[11,[7]]],7],[[21,22],7],[[7,10],7],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]],[20,[[18,[10]]]]],7],[[7,22],7],[7,7],[[7,72],7],[7,73],0,[[7,30],7],0,[[7,7]],[[7,9],7],[21,7],[7,7],[[],15],[[],[[38,[[46,[51,52]]]]]],[[21,7],7],[[7,[29,[3]]],7],[[7,[11,[7]]],7],[7,7],[7,7],[[7,7,7],7],[[32,[11,[7]]],33],[[34,[11,[7]]],35],[7,[[8,[27]]]],[[7,63,64],[[8,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,7],[[],27],[[],27],[[],27],[[],27],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[[69,[72]]],8],[[[69,[72]]],8],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[6,7],[21,7],[7,7],[21,7],[7,7],[7,7],[[7,72],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[11,[7]]],32],[[33,[11,[7]]],34],[[35,[11,[7]]],34],0,0,[[7,[11,[7]]],7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[25,[20,[[18,[72]]]]],7],[3],[3],[3],[[25,[20,[[18,[72]]]]],7],[[]],[[],3],[[]],[[25,[20,[[18,[72]]]]],7],[[],4],[[],4],[[],5],[[]],0,0,0,[1],[1],[[],7],[[[20,[[18,[7]]]]],7],[[[20,[[18,[7]]]]],7],[[7,7,[0,[12,13,14]],15],7],[9,7],[[]],[[]],[[]],[[]],[[7,30],7],[74,74],[75,75],[[]],[[]],[[[18,[7]]],7],[9,7],[[[50,[27]]],7],[[[20,[[18,[[0,[[11,[7]],37]]]]]],10],[[8,[7]]]],[[[20,[[18,[[0,[[11,[7]],37]]]]]]],[[8,[7]]]],[[7,7],7],0,0,[[],75],[3],[3],[3],[3],[3],[3],[30,7],[[[20,[[18,[30]]]]],7],[[74,54],55],[[75,54],55],[[7,[0,[12,13,14,37]],[20,[[18,[7]]]]],7],[[]],[[]],0,0,[[],3],[[],3],[[]],[[]],[[],7],[7,7],[7,7],[[7,7,[0,[12,13,14]],15],7],[9,7],[[[20,[[18,[7]]]]],7],[9,7],[9,7],0,0,0,[9,7],[[[20,[[18,[7]]]]],7],0,0,0,0,[[7,7,7],74],[[],75],[7,7],[[7,7,72],7],[[9,7,70],7],[[[76,[[76,[[76,[[76,[76]]]]]]]],[76,[[76,[[76,[[76,[76]]]]]]]]],7],[[[0,[12,13,14,37]],[20,[[18,[7]]]]],7],[[[11,[7]],7],7],0,0,[9,7],[[[20,[[18,[7]]]]],7],[[]],[[]],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[]],[[]],0,[[74,7],74],[[75,7],75],[[75,7,7,7],75],[[74,7,7,7],74],[[75,7,7,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[75,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[75,7],75],[[74,7],74],0,0,[[]],[[]],[[73,7,10],7],[[73,7],7],[[73,9],7],[3],[3],[3],[[73,7],7],[73,7],[[73,9,3],7],[[73,7],7],[[]],[[],3],[[]],[73,7],[[73,[29,[27]]],7],[73,7],[[73,7,7,10],7],[[73,7,7,10],7],[[73,7,7,10,58],7],[[73,[29,[27]]],7],[[73,9],7],[[73,9],7],[[73,7],7],[[73,58,[29,[60]]],7],[[73,[29,[27]]],7],[73,7],[73,7],[73,7],[[],4],[[],4],[[],5],[[]],0,0,[1],[[]],[[]],[77,77],[[]],[[],77],[3],[3],[3],0,[[77,54],55],[[]],[[],3],[[]],0,0,0,0,0,[[]],[[],4],[[],4],0,[[],5],[[]],0,[[],10],[[[29,[3]]],[[29,[3]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[[78,79],78],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[[46,[80]],[29,[63]],[29,[3]],[29,[3]],[29,[3]],9],[[8,[78]]]],[[68,16]],[[],81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[78,82],[83,84],0,[78,78],[85,[[8,[85]]]],[85,[[8,[85]]]],[86,86],[87,87],[84,84],[88,88],[89,89],[90,90],[91,91],[92,92],[93,93],[64,64],[94,94],[82,82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[95,[69,[91]],[96,[84]],[96,[87]]]],[[84,[69,[95]]]],[[84,97]],[[],87],[[],84],[[],98],[[],92],[[],82],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[94],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[82,27],[[78,99],78],[[82,27,2,[100,[27,27]]],55],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[88,88],10],[[89,89],10],[[90,90],10],[[91,91],10],[[92,92],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[89,85],[[8,[85]]]],[89,10],[[78,[69,[7]]],78],[[78,7],78],[[78,7],78],[[78,7],78],[[95,[100,[91]],[96,[84]],[96,[87]]]],[101,95],[[80,54],55],[[102,54],55],[[103,54],55],[[104,54],55],[[86,54],55],[[87,54],55],[[87,54],55],[[84,54],55],[[88,54],55],[[89,54],55],[[89,54],55],[[90,54],55],[[91,54],55],[[92,54],55],[[93,54],55],[[64,54],55],[[105,54],55],[[105,54],55],[[94,54],55],[[82,54],55],0,[[]],[82,78],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[79,94],[[]],[[]],[85,78],[90,30],[84,[[69,[95]]]],[86,101],[84,[[69,[95]]]],[63,[[8,[106]]]],[[87,63,64,[96,[87]]],[[8,[30]]]],[[78,[69,[7]],[20,[[18,[7]]]],[29,[[46,[102]]]],10],78],[[83,[69,[95]],[69,[95]],[29,[[46,[102]]]],10,[46,[107]]],83],[[91,66]],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[89,10],[95,108],[95,109],[[78,82,[69,[7]],[69,[7]],[46,[42]]],78],[[83,95,[69,[95]],[69,[95]],[46,[42]]],83],[110,7],[[],7],[111,7],[90,7],[[78,102,112,[29,[[46,[104]]]],9],78],[[78,89],78],[[78,[46,[113]]],78],[[83,[46,[113]]],83],0,[84,9],[114,29],[108,29],[109,29],[[95,[96,[87]]],7],[[95,[96,[87]],[96,[84]]],82],[[95,[96,[87]],[96,[84]]],82],[[82,77,[96,[84]],[96,[87]],[69,[95]]],[[8,[95]]]],[82,[[8,[82]]]],[[115,84,[96,[84]],[96,[87]]],[[8,[84]]]],[[98,84,[96,[84]],[96,[87]]],[[8,[84]]]],[[116,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[117,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[118,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[119,[18,[[121,[120]]]],[96,[87]],[96,[84]],95],[[8,[95]]]],[[[96,[84]],[96,[87]],95],[[29,[84]]]],[[[96,[84]],[96,[87]],95],[[29,[84]]]],0,0,0,0,[[78,[69,[7]]],78],[[83,[69,[95]]],83],[[78,[69,[7]]],78],[[83,[69,[95]]],83],[[78,9,[29,[122]]],78],[[83,[46,[9]],[29,[122]]],83],0,[92,[[8,[85]]]],[[[11,[123]],72,10,10,3,[29,[3]],10,[29,[[46,[63]]]],[29,[63]],10,[29,[72]],[29,[72]],72,[29,[124]],[29,[3]],10,3,125,[29,[126]],10],[[8,[78]]]],[[[11,[123]],127,[29,[3]],10,[29,[126]],10],[[8,[78]]]],[[[11,[123]],[29,[3]],10,128,[29,[126]],10,10,[29,[129]],10],[[8,[78]]]],[[[29,[3]]],[[8,[63]]]],[[[29,[3]]],[[8,[63]]]],[[84,[96,[84]]],[[130,[106]]]],[82,[[8,[[130,[106]]]]]],0,0,[[86,95]],0,[[78,58,122],78],0,[[78,[69,[7]],[69,[10]],10,10],78],[88,10],[[7,[96,[87]]],95],[[82,[96,[87]],[96,[84]]],[[8,[95]]]],[82,8],[90,[[29,[31]]]],[[87,63,64,[96,[87]]],[[8,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],[[],27],[[68,16],8],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[31,[[8,[90]]]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[78,[69,[7]]],78],0,[[78,[69,[82]]],78],[[84,[69,[95]],[69,[95]]],84],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[16,[[8,[17]]]],[[131,16],[[8,[17]]]],[[132,16],[[8,[17]]]],[[131,87]],[[132,84]],[[131,95,133]],[[132,95,133]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[131,131],10],[[17,54],55],[[134,54],55],[[]],[[]],[[]],[[]],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[16,8],[[131,16],[[8,[131]]]],[[132,16],[[8,[132]]]],[[],8],[131,95],[132,95],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[134]]]],[[],[[8,[134]]]],[[132,84]],[135,8],[135,8],[132,[[130,[106]]]],[131,87],[132,84],[132,84],[131,7],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[],5],[[],5],[136,[[8,[17]]]],[136,[[8,[17]]]],[[]],[[]],[[]],[[]],[[131,133]],[[132,12]],[[131,133]],[[132,133]],[[95,[96,[87]],16]],[[95,[96,[84]],16]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[96,95],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[62,10],0,[96],[95,95],[[[96,[37]]],[[96,[37]]]],[137,137],[138,138],[139,139],[140,140],[127,127],[141,141],[142,142],[107,107],[99,99],[143,143],[144,144],[62,62],[145,145],[146,146],[147,147],[148,148],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[95,95],149],0,0,[[],149],0,0,0,[[],95],[[],96],[[],139],[[],140],[[],142],[[],107],[[],99],[[],144],[[],62],[[],146],0,[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],0,[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],0,0,[[95,95],10],[[137,137],10],[[138,138],10],[[139,139],10],[[140,140],10],[[127,127],10],[[141,141],10],[[142,142],10],[[107,107],10],[[99,99],10],[[143,143],10],[[144,144],10],[[62,62],10],[[145,145],10],[[146,146],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,0,[[95,54],[[4,[150]]]],[[137,54],55],[[138,54],55],[[139,54],55],[[140,54],55],[[127,54],55],[[141,54],55],[[142,54],55],[[107,54],55],[[99,54],55],[[143,54],55],[[144,54],55],[[62,54],55],[[145,54],55],[[146,54],55],[[147,54],55],[[148,54],55],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[96,95]],[[96,95]],[96,[[29,[95]]]],[[96,95]],0,[[95,66]],[[143,66]],[[144,66]],[[62,66]],0,[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[96,10],[62,10],[[[96,[84]],95],109],[[[96,[87]],95],108],0,[96,3],0,0,0,0,0,0,0,0,0,[[],96],0,0,0,0,0,[[95,95],[[29,[149]]]],0,0,[96,29],0,0,0,0,0,0,[[96,95]],[[[96,[151]],95,133]],0,0,0,0,0,0,0,0,0,0,0,0,[[96,95,95]],[[[96,[151]],95],151],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],0,[[[96,[151]],95,16],[[4,[152]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3,96],0,0,0,[[95,[96,[87]]],[[46,[9]]]],[[95,[96,[87]]],[[69,[[46,[9]]]]]],[[95,[96,[87]]],153],[153,7],[[27,[18,[154]]],27],[[95,95,[96,[84]],[96,[87]],[155,[[46,[9]]]]],10],[7,[[8,[[46,[9]]]]]],[7,[[8,[[46,[9]]]]]],[7,[[69,[[46,[9]]]]]],[7,[[157,[[156,[7]]]]]],[[[18,[7]],63,64],[[8,[63]]]],[[95,[96,[87]],12],10],[[95,[96,[87]]],10],[[95,[96,[87]]],10],[7,10],[95],[28]],"c":[],"p":[[3,"Private"],[3,"DotNode"],[15,"usize"],[4,"Result"],[3,"TypeId"],[3,"MetaNameSpace"],[4,"Expr"],[6,"PolarsResult"],[15,"str"],[15,"bool"],[8,"Into"],[8,"Fn"],[8,"Send"],[8,"Sync"],[6,"GetOutput"],[8,"FnMut"],[4,"VisitRecursion"],[15,"slice"],[4,"FunctionExpr"],[8,"AsRef"],[3,"ListNameSpace"],[3,"SortOptions"],[4,"AggExpr"],[6,"FillNullLimit"],[3,"BinaryNameSpace"],[4,"Operator"],[3,"String"],[3,"Series"],[4,"Option"],[4,"DataType"],[4,"AnyValue"],[3,"When"],[3,"Then"],[3,"ChainedWhen"],[3,"ChainedThen"],[4,"Excluded"],[8,"Clone"],[3,"SpecialEq"],[4,"BooleanFunction"],[3,"RollingCovOptions"],[3,"StrptimeOptions"],[3,"JoinOptions"],[3,"WindowOptions"],[4,"WindowMapping"],[8,"BinaryUdfOutputField"],[3,"Arc"],[8,"SeriesBinaryUdf"],[15,"f64"],[8,"Sized"],[8,"IntoVec"],[8,"FunctionOutputField"],[3,"Global"],[8,"SeriesUdf"],[3,"Formatter"],[6,"Result"],[8,"RenameAliasFn"],[15,"u32"],[15,"i64"],[15,"i32"],[15,"u64"],[15,"f32"],[3,"FunctionOptions"],[3,"Schema"],[4,"Context"],[3,"Field"],[8,"Hasher"],[8,"Display"],[3,"ExprMut"],[3,"Vec"],[4,"QuantileInterpolOptions"],[4,"IsSorted"],[15,"u8"],[3,"StringNameSpace"],[3,"DatetimeArgs"],[3,"DurationArgs"],[8,"Range"],[3,"OptState"],[3,"LogicalPlanBuilder"],[4,"PolarsError"],[8,"AnonymousScan"],[8,"Any"],[4,"LogicalPlan"],[3,"ALogicalPlanBuilder"],[4,"ALogicalPlan"],[3,"DataFrame"],[4,"AAggExpr"],[4,"AExpr"],[4,"FileScan"],[4,"FunctionNode"],[4,"LiteralValue"],[3,"FileFingerPrint"],[3,"AnonymousScanOptions"],[3,"FileInfo"],[3,"ErrorStateSync"],[3,"Node"],[3,"Arena"],[8,"PushNode"],[3,"PredicatePushDown"],[3,"DistinctOptions"],[6,"PlHashMap"],[4,"NodeInputs"],[8,"DataFrameUdf"],[8,"DataFrameUdfMut"],[8,"UdfSchema"],[4,"ErrorState"],[6,"SchemaRef"],[3,"GroupbyOptions"],[3,"AExprIter"],[3,"AlpIter"],[8,"Literal"],[3,"Null"],[6,"AllowedOptimizations"],[3,"MeltArgs"],[3,"ExprIter"],[3,"ProjectionPushDown"],[3,"SimplifyBooleanRule"],[3,"SimplifyExprRule"],[3,"TypeCoercionRule"],[3,"StackOptimizer"],[8,"OptimizationRule"],[3,"Box"],[6,"IdxSize"],[3,"PathBuf"],[4,"NullValues"],[4,"CsvEncoding"],[3,"RowCount"],[3,"IpcScanOptions"],[4,"ParallelStrategy"],[3,"CloudOptions"],[4,"Cow"],[3,"AexprNode"],[3,"ALogicalPlanNode"],[8,"FnOnce"],[4,"RewriteRecursion"],[8,"RewritingVisitor"],[8,"Visitor"],[3,"CsvParserOptions"],[3,"ParquetOptions"],[3,"ParquetWriteOptions"],[3,"IpcWriterOptions"],[3,"FileScanOptions"],[3,"UnionOptions"],[4,"ApplyOptions"],[3,"UnsafeBool"],[3,"LogicalPlanUdfOptions"],[3,"SortArguments"],[3,"FileSinkOptions"],[4,"FileType"],[4,"Ordering"],[3,"Error"],[8,"Default"],[4,"PolarsUtilsError"],[8,"Iterator"],[6,"String"],[6,"PlHashSet"],[3,"IntoIter"],[3,"Map"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"All"],[13,"Any"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"RenameAlias"],[13,"Ternary"],[13,"Function"],[13,"Window"],[13,"AnonymousFunction"],[13,"Slice"],[13,"BinaryExpr"],[13,"Entropy"],[13,"Log"],[13,"Correlation"],[13,"Round"],[13,"Clip"],[13,"ShiftAndFill"],[13,"Cumcount"],[13,"Cumsum"],[13,"Cumprod"],[13,"Cummin"],[13,"Cummax"],[13,"FillNull"],[3,"FileCacher"],[8,"ArenaExprIter"],[8,"ArenaLpIter"],[8,"Optimize"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"Ternary"],[13,"AnonymousFunction"],[13,"Function"],[13,"Window"],[13,"Slice"],[13,"BinaryExpr"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Projection"],[13,"LocalProjection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Slice"],[13,"Selection"],[13,"Distinct"],[13,"FileSink"],[13,"Join"],[13,"Union"],[13,"NotYetEncountered"],[13,"AlreadyEncountered"],[13,"Parquet"],[13,"Csv"],[13,"Ipc"],[13,"Melt"],[13,"Unnest"],[13,"FastProjection"],[13,"Explode"],[13,"Rename"],[13,"Opaque"],[13,"Pipeline"],[13,"RowCount"],[13,"Drop"],[13,"DropNulls"],[13,"Range"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Error"],[13,"LocalProjection"],[13,"Projection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Selection"],[13,"Distinct"],[13,"Slice"],[13,"FileSink"],[13,"Join"],[13,"Union"],[8,"TreeWalker"]]},\ +"polars_plan":{"doc":"","t":"AAAAAAOOAAOHHDLLLMLLLLLMLMLLLLLLLNNENNNNNNNNNINENNDDNNNNNNNNNNNNNNNNNNNNNENNNENNNNNNEIGNNNNNNNNNNNNNDNNNDNNNNNNNNNDNNNNNNNNNNENNNNNINDNNIINNNNNNNDNNDNNNDNNNNNNDNNEDNLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLMLLALFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLCLLLLLLOLLLLLLLLLLLFLLFOMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLALLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLMOLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLLLDDILLFFFFFLLLLFLLLLFFFFFFMMLLLLLLLFFLLFLLMMLLLLKFFFFFFFMMMFFMMMMLLFFFFFFMMFFLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGDLLLLLLLLLMLLLLMMMMMLLLMLLRFFEEDEDNNNNNNCDNNINNDIINNNNNNNENNNNNIINNNNNNEDNNDDNNNDDDENNNNNNNENNNNNNNNNNINENNEDNNNNNNNNRNENNDNNCIINNDNNDNNNNNNNNNNDDNNNNNNNNDNNNNDNNINNNNNNNLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKKLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLFKLLLLLLMLLLLFFFFKLLLLLLLLLLMMMMLLLLLLMKLLLLLLLMMLMLMLLFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDDNNNNQQEINNNIEIKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNNNEDDDGDDEDDNDDDNDNDDDDDLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMLLLLMLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLMMMMMMMMMLMMMMMLMMLMMMMMMLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMMIFFFFFFFFFFFFFFFKF","n":["constants","dot","dsl","frame","global","logical_plan","map","map_owned","prelude","utils","wrap","CSE_REPLACED","MAP_LIST_NAME","DotNode","__clone_box","borrow","borrow_mut","branch","clone","clone_into","deref","deref_mut","drop","fmt","from","id","init","into","to_owned","try_from","try_into","type_id","vzip","Abs","Agg","AggExpr","AggGroups","Alias","All","And","AnonymousFunction","Any","Atan2","BinaryExpr","BinaryExpr","BinaryUdfOutputField","Boolean","BooleanFunction","Cast","Ceil","ChainedThen","ChainedWhen","Clip","Coalesce","Column","Columns","ConcatExpr","Correlation","Count","Count","Cumcount","Cummax","Cummin","Cumprod","Cumsum","Divide","DropNans","Dtype","DtypeColumn","Entropy","Eq","EqValidity","Exclude","Excluded","Exp","Explode","Explode","Expr","FillNull","Filter","First","Floor","FloorDivide","Function","FunctionExpr","FunctionOutputField","GetOutput","GroupsToRows","Gt","GtEq","Implode","IsFinite","IsIn","IsInfinite","IsNan","IsNot","IsNotNan","IsNotNull","IsNull","Join","JoinOptions","KeepName","Last","ListExpr","ListNameSpace","Literal","Log","Log1p","LowerBound","Lt","LtEq","Max","Mean","Median","MetaNameSpace","Min","Minus","Modulus","Multiply","NUnique","Name","NotEq","NotEqValidity","Nth","NullCount","Operator","Or","Plus","Pow","Quantile","RenameAlias","RenameAliasFn","Reverse","RollingCovOptions","Round","Selector","SeriesBinaryUdf","SeriesUdf","SetSortedFlag","Shift","ShiftAndFill","ShrinkType","Slice","Sort","SortBy","SpecialEq","Std","StringExpr","StrptimeOptions","Sum","Take","Ternary","Then","ToPhysical","Trigonometry","TrueDivide","Unique","UpperBound","Var","When","Wildcard","Window","WindowMapping","WindowOptions","Xor","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_into_selector","_selector_add","_selector_and","_selector_sub","abs","add","agg_groups","alias","all","allow_parallel","and","any","append","apply","apply_children","apply_many","apply_many_private","apply_multiple","arccos","arccosh","arcsin","arcsinh","arctan","arctan2","arctanh","arg_max","arg_max","arg_min","arg_min","arg_sort","arg_unique","args","as_ref","backward_fill","binary","binary","binary_expr","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","cache","call","call_udf","call_udf","cast","cbrt","ceil","clip","clip_max","clip_min","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contains","cos","cosh","cot","count","count","cumcount","cummax","cummin","cumprod","cumsum","ddof","default","default","default","default","default","default","default","default","degrees","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","div","dot","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_nans","drop_nulls","entropy","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_missing","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exact","exclude","exclude_dtype","exp","explode","fill_nan","fill_null","filter","first","first","first","flatten","float_type","float_type","floor","floor_div","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","force_parallel","format","forward_fill","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_type","from_type","function_with_options","functions","get","get_field","get_field","get_output","get_output","gt","gt_eq","has_multiple_outputs","hash","hash","hash","hash","hash","head","head","implode","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_iter","into_tree_formatter","is_finite","is_in","is_infinite","is_nan","is_not_nan","is_not_null","is_null","is_regex_projection","is_simple_projection","join","keep_name","last","last","last","lengths","list","lit","log","log1p","lower_bound","lt","lt_eq","map","map","map_alias","map_children","map_dtype","map_dtype","map_dtypes","map_dtypes","map_field","map_field","map_fields","map_fields","map_list","map_list_multiple","map_many","map_many_private","map_multiple","map_owned","mapping","max","max","mean","mean","median","meta","min","min","min_periods","mul","mutate","n_unique","nan_max","nan_min","neq","neq_missing","new","nodes","nodes_mut","not","null_count","or","otherwise","otherwise","output_name","over","over_with_options","pi","pop","pow","prefix","product","quantile","radians","rem","reshape","reverse","reverse","root_names","round","rows_left","rows_right","same_type","same_type","set_sorted_flag","shift","shift","shift_and_fill","shrink_dtype","sin","sinh","slice","slice","sort","sort","sort_by","sort_with","sqrt","std","str","strict","strict_cast","string","sub","suffix","sum","sum","super_type","super_type","tail","tail","take","tan","tanh","ternary_expr","then","then","to_dot","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_physical","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_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_serialize","try_serialize","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","undo_aliases","unique","unique","unique_stable","unique_stable","upper_bound","var","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","when","when","when","window_size","wrap","xor","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","drop_nulls","drop_nulls","by","by","data_type","descending","expr","expr","expr","expr","expr","falsy","function","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","base","base","ddof","decimals","max","method","min","normalize","periods","reverse","reverse","reverse","reverse","reverse","super_type","BinaryNameSpace","borrow","borrow_mut","contains_literal","deref","deref_mut","drop","ends_with","from","init","into","starts_with","try_from","try_into","type_id","vzip","DatetimeArgs","DurationArgs","Range","__clone_box","__clone_box","all","all_horizontal","any_horizontal","apply_binary","avg","borrow","borrow","borrow_mut","borrow_mut","cast","clone","clone","clone_into","clone_into","coalesce","col","cols","concat_expr","concat_list","cov","day","days","default","deref","deref","deref_mut","deref_mut","drop","drop","dtype_col","dtype_cols","fmt","fmt","fold_exprs","from","from","hour","hours","init","init","into","into","into_range","is_not_null","is_null","map_binary","max","max_horizontal","mean","median","microsecond","microseconds","milliseconds","min","min_horizontal","minute","minutes","month","nanoseconds","new","new","not","pearson_corr","quantile","range","reduce_exprs","repeat","second","seconds","sum","sum_horizontal","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","weeks","with_day","with_days","with_fractional_seconds","with_hms","with_hms","with_hour","with_hours","with_microsecond","with_microseconds","with_milliseconds","with_minute","with_minutes","with_month","with_nanoseconds","with_second","with_seconds","with_weeks","with_year","year","StringNameSpace","borrow","borrow_mut","contains","contains_literal","count_match","deref","deref_mut","drop","ends_with","explode","extract","extract_all","from","init","into","lengths","lstrip","n_chars","replace","replace_all","replace_n","rstrip","split","split_inclusive","starts_with","str_slice","strip","to_lowercase","to_titlecase","to_uppercase","try_from","try_into","type_id","vzip","AllowedOptimizations","OptState","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","file_caching","fmt","from","init","into","predicate_pushdown","projection_pushdown","simplify_expr","slice_pushdown","streaming","to_owned","try_from","try_into","type_coercion","type_id","vzip","FETCH_ROWS","_is_fetch_query","_set_n_rows_for_scan","AAggExpr","AExpr","AExprIter","ALogicalPlan","ALogicalPlanBuilder","Agg","AggGroups","Aggregate","Aggregate","Aggregation","Alias","AllowedOptimizations","AlpIter","AlreadyEncountered","AnonymousFunction","AnonymousScan","AnonymousScan","AnonymousScan","AnonymousScanOptions","ArenaExprIter","ArenaLpIter","Binary","BinaryExpr","Boolean","Cache","Cache","Cast","Column","Context","Count","Count","Csv","DataFrameScan","DataFrameScan","DataFrameUdf","DataFrameUdfMut","Default","Distinct","Distinct","Drop","DropNulls","Error","ErrorState","ErrorStateSync","Explode","Explode","ExprIter","ExprMut","ExtContext","ExtContext","FastProjection","FileCacher","FileFingerPrint","FileInfo","FileScan","FileSink","FileSink","Filter","First","Float32","Float64","Function","FunctionNode","HStack","HStack","Implode","Int32","Int64","Ipc","Join","Join","Last","Leaf","Literal","Literal","LiteralValue","LocalProjection","LocalProjection","LogicalPlan","LogicalPlanBuilder","Many","MapFunction","MapFunction","Max","Mean","Median","Melt","Min","NULL","NUnique","NodeInputs","NotYetEncountered","Nth","Null","Null","Opaque","OptState","OptimizationRule","Optimize","Parquet","Pipeline","PredicatePushDown","Projection","Projection","ProjectionPushDown","Quantile","Range","Rechunk","Rename","RowCount","Scan","Scan","Selection","Selection","Series","SimplifyBooleanRule","SimplifyExprRule","Single","Slice","Slice","Slice","Sort","Sort","Sort","SortBy","StackOptimizer","Std","Sum","Take","Ternary","TypeCoercionRule","UInt32","UInt64","UdfSchema","Union","Union","Unnest","Utf8","Var","Wildcard","Window","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_err","allows_predicate_pushdown","allows_predicate_pushdown","allows_projection_pushdown","allows_projection_pushdown","allows_slice_pushdown","allows_slice_pushdown","anonymous_scan","apply","as_any","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","build","build","builder_functions","cache","call_udf","call_udf","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","collect_fingerprints","copy_exprs","copy_inputs","default","default","default","default","default","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","describe","distinct","dot","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","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","evaluate","expands_rows","explode","fill_nan","fill_null","filter","find_column_union_and_fingerprints","first","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_existing_df","get_datatype","get_exprs","get_input","get_inputs","get_schema","get_type","groupby","groupby","hash","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_iter","into_iter","into_iter","is_streamable","iter","iter","join","join","lit","lit","lit","lit","map","map_private","melt","melt","n_rows","name","next","next","next","node_to_expr","node_to_lp","node_to_lp_cloned","optimize","optimize","optimize","optimize","optimize_expr","optimize_expr","optimize_expr","optimize_expr","optimize_expr","optimize_loop","optimize_plan","optimize_plan","output_schema","path","predicate","predicate","project","project","project_local","project_local","row_count","row_count","row_estimation","scan","scan_csv","scan_ipc","scan_parquet","schema","schema","schema","schema","schema","schema","set_input","skip_rows","slice","slice","sort","streamable","to_aexpr","to_alp","to_alp","to_anyvalue","to_field","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_apply","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","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","visitor","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","with_columns","with_columns","with_context","with_exprs_and_input","expr","input","input","interpol","propagate_nans","propagate_nans","quantile","by","by","data_type","descending","expr","expr","expr","expr","falsy","function","function","function","idx","input","input","input","input","left","length","offset","op","options","options","options","options","order_by","output_type","partition_by","predicate","right","strict","truthy","aggs","apply","args","by_column","contexts","count","df","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","output_schema","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection","err","prev_err_msg","cloud_options","options","options","options","args","columns","columns","columns","existing","fmt_str","function","function","name","names","new","offset","original","predicate_pd","projection_pd","schema","schema","schema","schema","schema","streamable","subset","swapping","data_type","high","low","aggs","apply","args","by_column","contexts","count","df","err","expr","expr","exprs","file_info","file_info","file_options","function","function","id","input","input","input","input","input","input","input","input","input","input","input","input","input","input_left","input_right","inputs","keys","left_on","len","maintain_order","offset","options","options","options","options","options","output_schema","path","payload","predicate","predicate","predicate","projection","right_on","scan_type","schema","schema","schema","schema","schema","schema","schema","selection","ALogicalPlanNode","AexprNode","Continue","MutateAndContinue","MutateAndStop","NoMutateAndContinue","Node","Node","RewriteRecursion","RewritingVisitor","Skip","Stop","Stop","TreeWalker","VisitRecursion","Visitor","apply_children","apply_children","apply_children","assign","assign","binary","binary","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","eq","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","map_children","map_children","map_children","mutate","node","node","post_visit","post_visit","pre_visit","pre_visit","pre_visit","pre_visit","replace","rewrite","rewrite","schema","to_aexpr","to_alp","to_alp_mut","to_expr","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","visit","visit","vzip","vzip","vzip","vzip","with_arena","with_arena","with_arena_mut","with_arena_mut","with_context","with_context","AnonymousScanOptions","ApplyFlat","ApplyGroups","ApplyList","ApplyOptions","Arena","CsvParserOptions","DistinctOptions","FileCount","FileScanOptions","FileSinkOptions","FileType","FunctionOptions","GroupbyOptions","Ipc","IpcScanOptions","IpcWriterOptions","LogicalPlanUdfOptions","Memory","Node","Parquet","ParquetOptions","ParquetWriteOptions","SortArguments","UnionOptions","UnsafeBool","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add","allow_group_aware","allow_rename","auto_explode","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","cache","cast_to_supertypes","changes_length","check_lengths","check_lengths","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","collect_groups","comment_char","compare","compression","compression","data_pagesize_limit","default","default","default","default","default","default","default","default","default","default","delimiter","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","descending","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encoding","eol_char","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","file_counter","file_type","flattened_by_opt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_str","fmt_str","fmt_str","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_partitioned_ds","get","get_mut","get_node","get_unchecked","has_header","hash","hash","hash","hash","ignore_errors","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","input_wildcard_expansion","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_empty","is_groups_sensitive","iter","iter","keep_strategy","len","low_memory","low_memory","maintain_order","maintain_order","maintain_order","maintain_order","memmap","n_rows","n_rows","new","null_values","nulls_last","output_schema","parallel","parallel","partial_cmp","pass_name_to_apply","path","pop","predicate","predicate_pd","projection_pd","quote_char","rechunk","rechunk","replace","replace_with","row_count","row_group_size","rows","schema","skip_rows","skip_rows","slice","slice","slice","slice","statistics","subset","swap","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_parse_dates","try_replace_with","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","use_statistics","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_columns","with_columns","PushNode","aexpr_to_leaf_name","aexpr_to_leaf_names","aexpr_to_leaf_names_iter","combine_predicates_expr","comma_delimited","expr_is_projected_upstream","expr_output_name","expr_to_leaf_column_name","expr_to_leaf_column_names","expr_to_leaf_column_names_iter","expressions_to_schema","has_aexpr","has_aexpr_literal","has_aexpr_window","has_null","push_node","rename_cse_tmp_series"],"q":[[0,"polars_plan"],[11,"polars_plan::constants"],[13,"polars_plan::dot"],[33,"polars_plan::dsl"],[781,"polars_plan::dsl::AggExpr"],[788,"polars_plan::dsl::BooleanFunction"],[790,"polars_plan::dsl::Expr"],[824,"polars_plan::dsl::FunctionExpr"],[839,"polars_plan::dsl::binary"],[855,"polars_plan::dsl::functions"],[961,"polars_plan::dsl::string"],[996,"polars_plan::frame"],[1023,"polars_plan::global"],[1026,"polars_plan::logical_plan"],[1710,"polars_plan::logical_plan::AAggExpr"],[1717,"polars_plan::logical_plan::AExpr"],[1749,"polars_plan::logical_plan::ALogicalPlan"],[1809,"polars_plan::logical_plan::ErrorState"],[1811,"polars_plan::logical_plan::FileScan"],[1815,"polars_plan::logical_plan::FunctionNode"],[1838,"polars_plan::logical_plan::LiteralValue"],[1841,"polars_plan::logical_plan::LogicalPlan"],[1901,"polars_plan::logical_plan::visitor"],[2003,"polars_plan::prelude"],[2507,"polars_plan::utils"]],"d":["","","Domain specific language for the Lazy API.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Utility struct for the when-then-otherwise expression.","Utility struct for the when-then-otherwise expression.","","","","","","","","Special case that does not need columns","","","","","","","","","","","","","Can be used in a select statement to exclude a column from …","","","","Explode the aggregated list and just do a hstack instead …","Expressions that can be used in various contexts. Queries …","","","","","","","","","","Map the group values to the position","","","","","","","","","","","","Join the groups as ‘List<group_dtype>’ to the row …","","Set root name as Alias","","","Specialized expressions for Series of DataType::List.","","","","","","","","","","Specialized expressions for Categorical dtypes.","","","","","","","","","Take the nth column in the DataFrame","","","","","","","","","","","","Expressions in this node should only be expanding e.g. …","A wrapper trait for any binary closure …","A wrapper trait for any closure …","","","","","","","","Wrapper type that has special equality properties …","","","","","","A ternary operation if true then “foo” else “bar”","Utility struct for the when-then-otherwise expression.","","","","","","","Utility struct for the when-then-otherwise expression.","","See postgres window functions","","","","","","","","","","","","","","","","","","","","","","","","Convert all values to their absolute/positive value.","","Get the group indexes of the group by operation.","Rename Column.","Check if all boolean values are true","","and operation","Check if any boolean value is true","Append expressions. This is done by adding the chunks of …","Apply a function/closure over the groups. This should only …","","Apply a function/closure over the groups with many …","","Apply a function/closure over the groups of multiple …","Compute the inverse cosine of the given expression","Compute the inverse hyperbolic cosine of the given …","Compute the inverse sine of the given expression","Compute the inverse hyperbolic sine of the given expression","Compute the inverse tangent of the given expression","Compute the inverse tangent of the given expression, with …","Compute the inverse hyperbolic tangent of the given …","Return the index of the maximum value of every sublist","Get the index value that has the maximum value","Return the index of the minimal value of every sublist","Get the index value that has the minimum value","Get the index values that would sort this expression.","Get the first index of unique values of this expression.","","","Fill missing value with next non-null.","","","Compute op(l, r) (or equivalently l op r). l and r must …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","use a cache of unique, converted dates to apply the …","","","","Cast expression to another data type.","Compute the cube root of the given expression","Ceil underlying floating point array to the highest …","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","Clip underlying values to a set boundary.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Check if the list array contain an element","Compute the cosine of the given expression","Compute the hyperbolic cosine of the given expression","Compute the cotangent of the given expression","Count expression","Count the values of the Series or Get counts of the group …","Cumulatively count values from 0 to len.","Get an array with the cumulative max computed at every …","Get an array with the cumulative min computed at every …","Get an array with the cumulative product computed at every …","Get an array with the cumulative sum computed at every …","","","","","","","","","","Convert from radians to degrees","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drop NaN values","Drop null values","Compute the entropy as -sum(pk * log(pk). where pk are …","","","Compare Expr with other Expr on equality","","","","","","","","","","","","Compare Expr with other Expr on equality where None == None","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If polars may parse matches that not contain the whole …","Exclude a column from a wildcard/regex selection.","","Calculate the exponential of all elements in the input …","Explode the utf8/ list column","Replace the floating point NaN values by a value.","Replace the null values by a value.","Filter a single column.","First column in DataFrame","Get first item of every sublist.","Get the first value in the group.","Alias for explode","","","Floor underlying floating point array to the lowest …","Floor divide self by rhs.","","","","","","","","","","","","","","","","","","","","Formatting string","Fill missing value with previous non-null.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","A function that cannot be expressed with map or apply and …","Functions","Get items in every sublist by index.","","","","","Check if Expr > Expr","Check if Expr >= Expr","Whether this expression expands to multiple expressions.","","","","","","Get the head of every sublist","Get the first n elements of the Expr result","Aggregate the group to a Series","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Get a hold to an implementor of the Display trait that …","Get mask of finite values if dtype is Float","Check if the values of the left expression are in the …","Get mask of infinite values if dtype is Float","Get mask of NaN values if dtype is Float","Get inverse mask of NaN values if dtype is Float","Run is_not_null operation on Expr.","Run is_null operation on Expr.","Whether this expression expands to multiple expressions …","A projection that only takes a column or a column + alias.","Join all string items in a sublist and place a separator …","Keep the original root name","Last column in DataFrame","Get last item of every sublist.","Get the last value in the group.","Get lengths of the arrays in the List type.","","","Compute the logarithm to a given base","Compute the natural logarithm of all elements plus one in …","Get minimal value that could be hold by this dtype.","Check if Expr < Expr","Check if Expr <= Expr","Apply a function/closure once the logical plan get …","","Define an alias by mapping a function over the original …","","","","","","","","","","Apply a function/closure once the logical plan get …","Apply a function/closure over multiple columns once the …","Apply a function/closure once the logical plan get …","","Apply a function/closure over multiple columns once the …","","Explode the aggregated list and just do a hstack instead …","Compute the maximum of the items in every sublist.","Reduce groups to maximum value.","Compute the mean of every sublist and return a Series of …","Reduce groups to the mean value.","Reduce groups to the median value.","Get the meta::MetaNameSpace","Compute the minimum of the items in every sublist.","Reduce groups to minimal value.","","","Expr::mutate().apply(fn())","Get the number of unique values in the groups.","Reduce groups to maximum value.","Reduce groups to minimal value.","Compare Expr with other Expr on non-equality","Compare Expr with other Expr on non-equality where …","","","","Negate Expr","Get the null count of the column/group","or operation","Define a default for the when-then-otherwise expression.","Define a default for the when-then-otherwise expression.","Get the output name of this expression.","Apply window function over a subgroup. This is similar to …","","Constant Pi","Pop latest expression and return the input(s) of the …","Raise expression to the power exponent","Add a prefix to the root column name.","Get the product aggregation of an expression","Compute the quantile per group.","Convert from degrees to radians","","","Reverse every sublist","Reverse column","Get the root column names.","Round underlying floating point array to given decimal …","Proxy of the number of rows in both sides of the joins …","","","","Set this Series as sorted so that downstream code can use …","Shift every sublist.","Shift the values in the array by some period. See the …","Shift the values in the array by some period and fill the …","Shrink numeric columns to the minimal required datatype …","Compute the sine of the given expression","Compute the hyperbolic sine of the given expression","Slice every sublist.","Slice the Series. offset may be negative.","Sort every sublist.","Sort in increasing order. See the eager implementation.","Sort this column by the ordering of another column. Can …","Sort with given options.","Compute the square root of the given expression","Standard deviation of the values of the Series","","If set then polars will return an error if any date …","Cast expression to another data type. Throws an error if …","","","Add a suffix to the root column name.","Compute the sum the items in every sublist.","Reduce groups to the sum of all the values.","","","Get the tail of every sublist","Get the last n elements of the Expr result","Take the values by idx.","Compute the tangent of the given expression","Compute the hyperbolic tangent of the given expression","","Add a condition to the when-then-otherwise expression.","","Get a dot language representation of the Expression.","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Undo any renaming operation like alias, keep_name.","Keep only the unique values in every sublist.","Get unique values of this expression.","Keep only the unique values in every sublist.","Get unique values of this expression, while maintaining …","Get maximal value that could be hold by this dtype.","Variance of the values of the Series","","","","","","","","","","","","","","","","","","","Start a when-then-otherwise expression.","Attach a statement to the corresponding condition.","Add another condition to the when-then-otherwise …","","","","","","","","","","","","","","","","","","","","","","","function to apply","Also has the input. i.e. avg(“foo”)","","function to apply","","function arguments","","","function arguments","","","length is not yet known so we accept negative offsets","","","","","","","output dtype of the function","","","","","","","","","","","","","","","","","","","","","Specialized expressions for Series of DataType::Utf8.","","","Check if a binary value contains a literal binary.","","","","Check if a binary value ends with the given sequence.","Returns the argument unchanged.","","Calls U::from(self).","Check if a binary value starts with the given sequence.","","","","","Arguments used by datetime in order to produce an Expr of …","Arguments used by duration in order to produce an Expr of …","","","","Selects all columns. Shorthand for col("*").","Create a new column with the the bitwise-and of the …","Create a new column with the the bitwise-or of the …","Like map_binary, but used in a groupby-aggregation context.","Find the mean of all the values in the column named name. …","","","","","Casts the column given by Expr to a different type.","","","","","Folds the expressions from left to right keeping the first …","Create a Column Expression based on a column name.","Select multiple columns by name.","","Concat lists entries.","Compute the covariance between two columns.","","","","","","","","","","Select multiple columns by dtype.","Select multiple columns by dtype.","","","Accumulate over multiple columns horizontally / row wise.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","A column which is false wherever expr is null, true …","A column which is true wherever expr is null, false …","Apply a closure on the two columns that are evaluated from …","Find the maximum of all the values in the column named name…","Create a new column with the the maximum value per row.","Find the mean of all the values in the column named name. …","Find the median of all the values in the column named name…","","","","Find the minimum of all the values in the column named name…","Create a new column with the the minimum value per row.","","","","","Construct a new DatetimeArgs set to year, month, day","Create a new DurationArgs with all fields set to lit(0). …","Negates a boolean column.","Compute the pearson correlation between two columns.","Find a specific quantile of all the values in the column …","Create a range literal.","Analogous to Iterator::reduce.","Create a column of length n containing n copies of the …","","","Sum all the values in the column named name. Shorthand for …","Create a new column with the the sum of the values in each …","","","","","","","","","","","","Set the day","Set the days","Set milliseconds, microseconds, and nanoseconds","Set hour, minute, and second","Set hours, minutes, and seconds","Set the hour","Set the hours","Set the microsecond","Set the microseconds","Set the milliseconds","Set the minute","Set the minutes","Set the month","Set the nanoseconds","Set the second","Set the seconds","Set the weeks","Set the year","","Specialized expressions for Series of DataType::Utf8.","","","Check if this column of strings contains a Regex. If strict…","Check if a string value contains a literal substring.","Count all successive non-overlapping regex matches.","","","","Check if a string value ends with the sub string.","","Extract a regex pattern from the a string value. If …","Extract each successive non-overlapping match in an …","Returns the argument unchanged.","","Calls U::from(self).","Return the number of bytes in the string (not characters).","Remove leading characters, or whitespace if matches is …","Return the number of characters in the string (not bytes).","Replace values that match a regex pat with a value.","Replace all values that match a regex pat with a value.","Replace values that match a regex pat with a value.","Remove trailing characters, or whitespace if matches is …","Split the string by a substring. The resulting dtype is …","Split the string by a substring and keep the substring. …","Check if a string value starts with the sub string.","Slice the string values.","Remove leading and trailing characters, or whitespace if …","Convert all characters to lowercase.","Convert all characters to titlecase.","Convert all characters to uppercase.","","","","","AllowedOptimizations","State of the allowed optimizations","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","ALogicalPlan is a representation of LogicalPlan with Nodes …","","","","","Groupby aggregation","Any operation that is done on groups","","","","","","","","","","","","A raw binary array","","A binary true or false.","","Cache the input at this point in the LP","","","","","","","","In memory DataFrame","","","Any operation that is done while projection/ selection of …","","Remove duplicates from the table","","","Catches errors and throws them later","","","","","","","","This allows expressions to access other tables","","Aggregate all the columns used in csv scans and make sure …","","","","","","","","A 32-bit floating point number.","A 64-bit floating point number.","","","","Adding columns to the table without a Join","","A 32-bit integer number.","A 64-bit integer number.","","","Join operation","","","","","","","","","","","","A (User Defined) Function","","","","","","","","","","","The literal Null","","","","","","","","","","Column selection","","","","","","","","","","Filter on a boolean mask","","","","","","","Slice the table","","","Sort the table","","Optimizer that uses a stack and memory arenas in favor of …","","","","","","An unsigned 32-bit integer number.","An unsigned 64-bit integer number.","","","","","A UTF8 encoded string type.","","","","","","","","","","","","","","","","","specify if the scan provider should allow predicate …","specify if the scan provider should allow predicate …","specify if the scan provider should allow projection …","specify if the scan provider should allow projection …","specify if the scan provider should allow slice pushdowns","specify if the scan provider should allow slice pushdowns","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copy the exprs in this LP node to an existing container.","Push inputs of the LP in of this node to an existing …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether this function will increase the number of rows","","","","Apply a filter","Find the union between the columns per unique IO operation.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Getter for the DataType of the value","Get expressions in this node.","","","","This should be a 1 on 1 copy of the get_type method of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Whether this function can run on batches of data at a time.","","","","","Create a Literal Expression from L. A literal expression …","Literal expression.","","","","","","","","","","","","converts a node from the AExpr arena to Expr","converts a node from the ALogicalPlan arena to a …","","","","","","","","","","","","Optimize (subplan) in LogicalPlan","Optimize (subplan) in LogicalPlan","","","","","","","","","","","","Creates a dataframe from the supplied function & scan …","","","","function to supply the schema. Allows for an optional …","function to supply the schema. Allows for an optional …","Get the schema of the logical plan node.","","","","","","","","","","converts expression to AExpr and adds it to the arena, …","converts LogicalPlan to ALogicalPlan it adds expressions & …","","","Get Field result of the expression. The schema is the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Defines different visitor patterns and for any tree.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Takes the expressions of an LP node and the inputs of that …","","","","","","","","","","","","","","","","","","function to apply","","","","","function arguments","","","","","","","","","","","","","","","","","","","","","","","","","","","","","generic options that can be used for all file types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","schema of the projected file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","allow predicate pushdown optimizations","allow projection pushdown optimizations","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Continue the visit to this node tree.","Continue the visit to this node and children.","Call op immediately and return This doesn’t visit the …","Don’t mutate this node, continue visiting the children","","","Controls how the TreeWalker recursion should proceed for …","","Keep recursive but skip applying op on the children","Stop the visit to this node tree.","Stop and return. This doesn’t visit the children","An implementor of this trait decides how and in which …","Controls how the TreeWalker recursion should proceed for …","","","","","Assign an AExpr to underlying arena.","Add a new ALogicalPlan to the arena and set that node to …","Take a Node and convert it an AExprNode and call F with …","Take a Node and convert it an ALogicalPlanNode and call F …","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","Get the Node.","","Invoked after all children of node are visited. Default …","Invoked after all children of node are visited. Default …","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Invoked before any children of node are visited.","Replace the current Node with a new ALogicalPlan.","","","","","","","","","","","","","","","","","","","","Walks all nodes in depth-first-order.","Walks all nodes in depth-first-order.","","","","","Apply an operation with the underlying Arena.","","Apply an operation with the underlying Arena.","","Safe interface. Take the &mut Arena only for the duration …","Safe interface. Take the &mut Arena only for the duration …","","","Collect groups to a list and apply the function over the …","","","","","","","Generic options for all file types","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","automatically explode on unit length it ran as final …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Collect groups to a list and apply the function over the …","","","Data page compression","Data page compression","if None will be 1024^2 bytes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Safety","","","","","","","","","","","","","","","","","","","","","","","","","There can be two ways of expanding wildcards:","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 function that is sensitive to the number of elements …","","","Which rows to keep.","","","","maintain the order the data was processed","maintain the order the data was processed","This will maintain the order of the input. Note that this …","","","","","","","","","","","","","","","","allow predicate pushdown optimizations","allow projection pushdown optimizations","","","","","","","If None will be all written to a single row group.","","","","","","Take only a slice of the result","Take only a slice of the result","","Compute and write column statistics.","Subset of columns that will be taken into account.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility to write comma delimited strings","","output name of expr","unpack alias(col) to name of the root column name","This should gradually replace expr_to_root_column as this …","","Take a list of expressions and a schema and determine the …","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,19,7,0,23,7,39,26,7,39,19,7,19,0,19,0,7,19,0,0,19,19,7,7,19,19,23,7,19,19,19,19,19,26,19,36,7,19,26,26,7,0,19,7,44,0,19,7,23,19,26,7,0,0,0,44,26,26,23,39,39,39,39,39,39,39,39,44,0,7,23,19,0,7,19,19,19,26,26,23,23,23,0,23,26,26,26,23,36,26,26,7,19,0,26,26,19,23,7,0,19,0,19,7,0,0,19,19,19,19,7,7,7,0,23,19,0,23,7,7,0,19,19,26,19,19,23,0,7,7,0,0,26,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,6,6,6,6,7,7,7,7,7,42,7,7,7,7,7,7,7,0,7,7,7,7,7,7,7,21,7,21,7,7,7,42,23,7,0,7,0,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,41,56,53,47,7,7,7,7,7,7,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,7,7,7,0,7,7,7,7,7,7,40,15,7,38,38,41,42,43,44,7,21,6,32,33,34,35,23,7,36,26,38,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,7,23,7,7,36,26,38,38,39,19,40,41,42,43,44,7,7,7,7,7,36,36,36,36,26,26,26,26,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,41,7,7,7,7,7,7,7,0,21,7,7,15,38,7,7,53,47,56,7,7,36,26,26,38,39,39,19,19,40,41,42,43,44,42,41,7,21,6,32,33,34,35,23,7,7,7,7,7,7,7,7,7,7,36,26,38,38,38,39,19,19,40,41,42,43,44,15,38,7,0,21,45,51,53,53,7,7,6,7,36,39,40,41,21,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,6,7,7,7,7,7,7,7,6,6,21,7,0,21,7,21,7,0,7,7,7,7,7,7,0,7,7,15,38,15,38,15,38,15,38,7,0,7,7,0,0,43,21,7,21,7,7,7,21,7,40,7,7,7,7,7,7,7,38,7,7,7,7,7,33,35,6,7,7,7,6,7,7,7,7,7,7,7,21,7,6,7,42,42,15,38,7,21,7,7,7,7,7,21,7,21,7,7,7,7,7,7,41,7,0,7,7,21,7,15,38,21,7,7,7,7,0,32,34,7,7,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,7,7,26,39,19,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,53,53,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,6,21,7,21,7,7,7,21,6,32,33,34,35,23,7,36,26,38,39,19,40,41,42,43,44,0,33,35,40,0,7,158,159,160,158,159,160,158,161,162,163,164,165,163,165,166,167,163,168,169,170,171,168,172,167,170,164,173,172,174,173,173,174,166,170,171,172,171,172,171,169,174,165,169,175,176,177,178,179,177,179,175,180,181,182,183,184,185,186,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,0,74,75,0,0,0,0,0,74,75,74,75,0,74,75,74,75,0,0,0,0,0,0,74,75,75,74,75,74,75,74,75,0,0,74,75,0,74,75,74,75,74,75,74,75,76,0,0,0,0,0,0,0,74,75,75,0,0,74,75,74,75,74,75,0,0,0,0,0,0,74,75,0,0,74,75,74,75,74,75,74,75,74,75,75,74,75,75,74,75,74,75,74,75,75,74,75,74,75,74,75,75,74,74,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,0,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,0,0,0,0,0,0,0,0,87,86,84,82,64,87,0,0,105,87,0,84,82,0,0,0,90,87,90,84,82,87,87,0,86,87,88,84,82,0,0,64,84,82,89,89,82,0,0,87,89,0,0,84,82,89,0,0,0,0,84,82,87,86,90,90,87,0,84,82,86,90,90,88,84,82,86,101,0,87,0,84,82,0,0,101,84,82,86,86,86,89,86,0,86,0,105,87,0,90,89,0,0,0,88,89,0,84,82,0,86,90,89,89,89,84,82,84,82,90,0,0,101,87,84,82,87,84,82,87,0,86,86,87,87,0,90,90,0,84,82,89,90,86,87,87,86,87,84,88,89,90,91,92,93,64,94,82,78,80,80,80,80,80,80,78,68,80,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,78,83,0,78,102,103,86,87,84,88,89,90,91,92,93,64,94,82,86,87,84,88,89,90,91,92,93,64,94,82,0,84,84,87,84,98,92,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,82,78,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,88,89,90,91,92,91,91,91,91,92,92,92,92,89,89,78,78,78,78,0,101,80,102,103,104,86,87,87,84,88,89,89,90,91,92,93,64,105,105,94,82,92,101,78,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,94,82,78,90,84,86,84,104,87,78,83,91,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,114,108,109,89,188,189,78,83,0,110,111,90,78,78,78,83,92,84,114,108,109,0,0,0,0,190,115,98,116,117,120,120,118,119,120,120,92,91,91,92,78,83,78,83,78,83,93,80,78,78,78,80,80,84,82,92,93,86,92,78,91,78,88,0,0,82,90,87,86,87,84,88,89,90,91,92,93,64,94,82,89,105,68,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,0,101,78,83,68,114,108,109,111,187,115,116,117,119,118,86,87,84,88,89,90,91,98,92,93,64,105,94,82,78,92,78,84,191,192,193,191,192,193,191,194,195,196,194,196,197,198,194,199,200,201,202,198,195,200,201,203,204,203,203,204,197,200,201,202,202,200,202,199,204,196,199,205,205,206,206,207,208,209,210,211,212,213,214,214,213,215,208,216,217,210,211,206,208,205,212,218,215,207,219,220,220,221,205,220,216,205,216,213,205,220,218,221,213,214,209,214,219,213,217,214,209,220,214,209,210,211,205,220,212,207,209,222,223,224,225,224,226,227,228,229,230,231,232,232,233,234,235,231,234,233,232,232,232,233,230,227,234,232,236,231,237,237,237,238,238,239,239,240,241,242,243,244,245,246,247,248,248,247,249,241,250,241,244,245,238,246,251,239,252,249,243,240,253,254,254,255,238,254,252,238,252,247,238,254,251,255,242,248,253,247,250,248,242,254,248,242,244,245,238,254,246,240,242,0,0,17,134,134,134,136,135,0,0,17,17,134,0,0,0,256,131,132,131,132,131,132,131,132,17,134,131,132,17,134,131,132,17,134,131,132,17,134,131,132,17,134,131,17,134,131,132,17,134,131,132,17,134,131,132,17,134,256,131,132,135,131,132,136,136,136,136,135,135,132,256,256,132,131,132,132,131,131,132,17,134,131,132,17,134,131,132,17,134,256,256,131,132,17,134,131,132,131,132,131,132,0,143,143,143,0,0,0,0,0,0,0,0,0,0,148,0,0,0,148,0,148,0,0,0,0,0,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,62,62,62,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,141,62,62,62,62,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,62,137,95,139,140,139,95,96,139,140,142,107,99,144,62,146,137,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,146,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,137,137,95,137,138,139,140,127,141,142,107,99,143,144,62,145,146,95,95,95,95,137,137,137,137,138,138,138,138,139,139,139,139,140,140,140,140,141,141,141,141,142,142,142,142,107,107,107,107,99,99,99,99,143,143,143,143,144,144,144,144,62,62,62,62,145,145,145,145,146,146,146,146,141,147,142,95,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,62,145,92,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,142,96,96,96,96,137,95,143,144,62,137,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,62,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,62,96,96,99,96,137,138,139,140,99,146,127,141,92,96,137,146,92,138,142,95,62,147,96,92,145,145,137,141,142,96,96,141,139,142,92,137,92,142,107,99,146,139,99,96,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,137,96,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,138,95,96,137,138,139,140,127,141,142,107,99,143,144,62,145,146,147,148,96,141,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],0,[2,2],[[]],[3],[3],[3],0,[[]],0,[[],3],[[]],[[]],[[],4],[[],4],[[],5],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[6,7],[[6,7],[[8,[7]]]],[[6,7],[[8,[7]]]],[[6,7],[[8,[7]]]],[7,7],[[7,7]],[7,7],[[7,9],7],[[7,10],7],0,[[7,[11,[7]]],7],[[7,10],7],[[7,[11,[7]],10],7],[[7,[0,[12,13,14]],15],7],[[7,16],[[8,[17]]]],[[7,[0,[12,13,14]],[18,[7]],15],7],[[7,19,[18,[7]],10,10],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15,10],7],[7,7],[7,7],[7,7],[7,7],[7,7],[[7,7],7],[7,7],[21,7],[7,7],[21,7],[7,7],[[7,22],7],[7,7],0,[23,7],[[7,24],7],0,[7,25],[[7,26,7],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[9,[[8,[27]]]],[[[18,[28]]],[[8,[[29,[28]]]]]],[[28,28],[[8,[28]]]],[[7,30],7],[7,7],[7,7],[[7,31,31],7],[[7,31],7],[[7,31],7],[32,32],[33,33],[34,34],[35,35],[23,23],[7,7],[36,36],[26,26],[[[38,[37]]],[[38,[37]]]],[39,39],[19,19],[40,40],[41,41],[42,42],[43,43],[44,44],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[21,[11,[7]]],7],[7,7],[7,7],[7,7],[[],7],[7,7],[[7,10],7],[[7,10],7],[[7,10],7],[[7,10],7],[[7,10],7],0,[[],15],[[],7],[[],[[38,[[46,[45]]]]]],[[],[[38,[[46,[47]]]]]],[[],41],[[],42],[[],43],[[],44],[7,7],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[38],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[7,7]],[[7,[11,[7]]],7],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[7,7],[7,7],[[7,48,10],7],[[23,23],10],[[7,7],10],[[7,[11,[7]]],7],[[36,36],10],[[26,26],10],[[[38,[[46,[49]]]],[38,[[46,[49]]]]],10],[[[38,[28]],[38,[28]]],10],[[39,39],10],[[19,19],10],[[40,40],10],[[41,41],10],[[42,42],10],[[43,43],10],[[44,44],10],[[7,[11,[7]]],7],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,[[7,[50,[27]]],7],[[7,[20,[[18,[30]]]]],7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[],7],[21,7],[7,7],[7,7],[[],15],[[],[[38,[[46,[51,52]]]]]],[7,7],[[7,7],7],[[53,54],55],[[47,54],55],[[56,54],55],[[7,54],55],[[7,54],55],[[36,54],55],[[26,54],55],[[26,54],55],[[38,54],55],[[39,54],55],[[39,54],55],[[19,54],55],[[19,54],55],[[40,54],55],[[41,54],55],[[42,54],55],[[43,54],55],[[44,54],55],0,0,[[7,24],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48,7],[57,7],[58,7],[9,7],[23,7],[[]],[59,7],[60,7],[10,7],[61,7],[[]],[[]],[[]],[39,[[38,[[46,[53]]]]]],[19,[[38,[[46,[53]]]]]],[[]],[39,19],[[]],[[]],[[]],[[]],[[]],[[]],[30,15],[30,[[38,[[46,[51,52]]]]]],[[7,[0,[12,13,14]],15,62],7],0,[[21,7],7],[[63,64,65,65],[[29,[65]]]],[[63,64,[18,[65]]],65],[[],[[29,[15]]]],[[],[[29,[15]]]],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[6,10],[[7,66]],[[36,66]],[[39,66]],[[40,66]],[[41,66]],[[21,7],7],[[7,[29,[3]]],7],[7,7],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7],[6,[[8,[67]]]],[7,7],[[7,[11,[7]]],7],[7,7],[7,7],[7,7],[7,7],[7,7],[6,10],[6,10],[[21,9],7],[7,7],[[],7],[21,7],[7,7],[21,7],[7,21],0,[[7,48],7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[7,[0,[12,13,14]],15],7],0,[[7,[0,[12,13,14]]],7],[[7,16],[[8,[7]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[[0,[12,13,14]]],15],[[[0,[12,13,14]]],[[38,[[46,[51,52]]]]]],[[7,[0,[12,13,14]],15],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15],7],[[7,[0,[12,13,14]],[18,[7]],15],7],[[7,19,[18,[7]],10],7],[[[0,[12,13,14]],[20,[[18,[7]]]],15],7],0,0,[21,7],[7,7],[21,7],[7,7],[7,7],[7,6],[21,7],[7,7],0,[[7,7]],[7,68],[7,7],[7,7],[7,7],[[7,[11,[7]]],7],[[7,[11,[7]]],7],[[],38],[[7,[69,[7]]]],[[7,[69,[7]]]],[7,7],[7,7],[[7,[11,[7]]],7],[[33,[11,[7]]],7],[[35,[11,[7]]],7],[6,[[8,[[46,[9]]]]]],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]]],7],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]],43],7],[[],7],[6,[[69,[7]]]],[[7,[11,[7]]],7],[[7,9],7],[7,7],[[7,7,70],7],[7,7],[[7,7]],[[7,[18,[58]]],7],[21,7],[7,7],[6,[[69,[[46,[9]]]]]],[[7,57],7],0,0,[[],15],[[],[[38,[[46,[51,52]]]]]],[[7,71],7],[[21,58],7],[[7,58],7],[[7,58,[11,[7]]],7],[7,7],[7,7],[7,7],[[21,7,7],7],[[7,[11,[7]],[11,[7]]],7],[[21,22],7],[[7,10],7],[[7,[20,[[18,[[0,[[11,[7]],37]]]]]],[20,[[18,[10]]]]],7],[[7,22],7],[7,7],[[7,72],7],[7,73],0,[[7,30],7],0,[[7,7]],[[7,9],7],[21,7],[7,7],[[],15],[[],[[38,[[46,[51,52]]]]]],[[21,7],7],[[7,[29,[3]]],7],[[7,[11,[7]]],7],[7,7],[7,7],[[7,7,7],7],[[32,[11,[7]]],33],[[34,[11,[7]]],35],[7,[[8,[27]]]],[[7,63,64],[[8,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[7,7],[[],27],[[],27],[[],27],[[],27],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[[69,[72]]],8],[[[69,[72]]],8],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[6,7],[21,7],[7,7],[21,7],[7,7],[7,7],[[7,72],7],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[11,[7]]],32],[[33,[11,[7]]],34],[[35,[11,[7]]],34],0,0,[[7,[11,[7]]],7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[25,[20,[[18,[72]]]]],7],[3],[3],[3],[[25,[20,[[18,[72]]]]],7],[[]],[[],3],[[]],[[25,[20,[[18,[72]]]]],7],[[],4],[[],4],[[],5],[[]],0,0,0,[1],[1],[[],7],[[[20,[[18,[7]]]]],7],[[[20,[[18,[7]]]]],7],[[7,7,[0,[12,13,14]],15],7],[9,7],[[]],[[]],[[]],[[]],[[7,30],7],[74,74],[75,75],[[]],[[]],[[[18,[7]]],7],[9,7],[[[50,[27]]],7],[[[20,[[18,[[0,[[11,[7]],37]]]]]],10],[[8,[7]]]],[[[20,[[18,[[0,[[11,[7]],37]]]]]]],[[8,[7]]]],[[7,7],7],0,0,[[],75],[3],[3],[3],[3],[3],[3],[30,7],[[[20,[[18,[30]]]]],7],[[74,54],55],[[75,54],55],[[7,[0,[12,13,14,37]],[20,[[18,[7]]]]],7],[[]],[[]],0,0,[[],3],[[],3],[[]],[[]],[[],7],[7,7],[7,7],[[7,7,[0,[12,13,14]],15],7],[9,7],[[[20,[[18,[7]]]]],7],[9,7],[9,7],0,0,0,[9,7],[[[20,[[18,[7]]]]],7],0,0,0,0,[[7,7,7],74],[[],75],[7,7],[[7,7,72],7],[[9,7,70],7],[[[76,[[76,[[76,[[76,[76]]]]]]]],[76,[[76,[[76,[[76,[76]]]]]]]]],7],[[[0,[12,13,14,37]],[20,[[18,[7]]]]],7],[[[11,[7]],7],7],0,0,[9,7],[[[20,[[18,[7]]]]],7],[[]],[[]],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[]],[[]],0,[[74,7],74],[[75,7],75],[[75,7,7,7],75],[[74,7,7,7],74],[[75,7,7,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[75,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[74,7],74],[[75,7],75],[[75,7],75],[[74,7],74],0,0,[[]],[[]],[[73,7,10],7],[[73,7],7],[[73,9],7],[3],[3],[3],[[73,7],7],[73,7],[[73,9,3],7],[[73,7],7],[[]],[[],3],[[]],[73,7],[[73,[29,[27]]],7],[73,7],[[73,7,7,10],7],[[73,7,7,10],7],[[73,7,7,10,58],7],[[73,[29,[27]]],7],[[73,9],7],[[73,9],7],[[73,7],7],[[73,58,[29,[60]]],7],[[73,[29,[27]]],7],[73,7],[73,7],[73,7],[[],4],[[],4],[[],5],[[]],0,0,[1],[[]],[[]],[77,77],[[]],[[],77],[3],[3],[3],0,[[77,54],55],[[]],[[],3],[[]],0,0,0,0,0,[[]],[[],4],[[],4],0,[[],5],[[]],0,[[],10],[[[29,[3]]],[[29,[3]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[[78,79],78],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[[46,[80]],[29,[63]],[29,[3]],[29,[3]],[29,[3]],9],[[8,[78]]]],[[68,16]],[[],81],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[78,82],[83,84],0,[78,78],[85,[[8,[85]]]],[85,[[8,[85]]]],[86,86],[87,87],[84,84],[88,88],[89,89],[90,90],[91,91],[92,92],[93,93],[64,64],[94,94],[82,82],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[95,[69,[91]],[96,[84]],[96,[87]]]],[[84,[69,[95]]]],[[84,97]],[[],87],[[],84],[[],98],[[],92],[[],82],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[94],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[82,27],[[78,99],78],[[82,27,2,[100,[27,27]]],55],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[88,88],10],[[89,89],10],[[90,90],10],[[91,91],10],[[92,92],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[89,85],[[8,[85]]]],[89,10],[[78,[69,[7]]],78],[[78,7],78],[[78,7],78],[[78,7],78],[[95,[100,[91]],[96,[84]],[96,[87]]]],[101,95],[[80,54],55],[[102,54],55],[[103,54],55],[[104,54],55],[[86,54],55],[[87,54],55],[[87,54],55],[[84,54],55],[[88,54],55],[[89,54],55],[[89,54],55],[[90,54],55],[[91,54],55],[[92,54],55],[[93,54],55],[[64,54],55],[[105,54],55],[[105,54],55],[[94,54],55],[[82,54],55],0,[[]],[82,78],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[79,94],[[]],[[]],[85,78],[90,30],[84,[[69,[95]]]],[86,101],[84,[[69,[95]]]],[63,[[8,[106]]]],[[87,63,64,[96,[87]]],[[8,[30]]]],[[78,[69,[7]],[20,[[18,[7]]]],[29,[[46,[102]]]],10],78],[[83,[69,[95]],[69,[95]],[29,[[46,[102]]]],10,[46,[107]]],83],[[91,66]],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[89,10],[95,108],[95,109],[[78,82,[69,[7]],[69,[7]],[46,[42]]],78],[[83,95,[69,[95]],[69,[95]],[46,[42]]],83],[110,7],[[],7],[111,7],[90,7],[[78,102,112,[29,[[46,[104]]]],9],78],[[78,89],78],[[78,[46,[113]]],78],[[83,[46,[113]]],83],0,[84,9],[114,29],[108,29],[109,29],[[95,[96,[87]]],7],[[95,[96,[87]],[96,[84]]],82],[[95,[96,[87]],[96,[84]]],82],[[82,77,[96,[84]],[96,[87]],[69,[95]]],[[8,[95]]]],[82,[[8,[82]]]],[[115,84,[96,[84]],[96,[87]]],[[8,[84]]]],[[98,84,[96,[84]],[96,[87]]],[[8,[84]]]],[[116,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[117,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[118,[96,[87]],95,[96,[84]],95],[[8,[[29,[87]]]]]],[[119,[18,[[121,[120]]]],[96,[87]],[96,[84]],95],[[8,[95]]]],[[[96,[84]],[96,[87]],95],[[29,[84]]]],[[[96,[84]],[96,[87]],95],[[29,[84]]]],0,0,0,0,[[78,[69,[7]]],78],[[83,[69,[95]]],83],[[78,[69,[7]]],78],[[83,[69,[95]]],83],[[78,9,[29,[122]]],78],[[83,[46,[9]],[29,[122]]],83],0,[92,[[8,[85]]]],[[[11,[123]],72,10,10,3,[29,[3]],10,[29,[[46,[63]]]],[29,[63]],10,[29,[72]],[29,[72]],72,[29,[124]],[29,[3]],10,3,125,[29,[126]],10],[[8,[78]]]],[[[11,[123]],127,[29,[3]],10,[29,[126]],10],[[8,[78]]]],[[[11,[123]],[29,[3]],10,128,[29,[126]],10,10,[29,[129]],10],[[8,[78]]]],[[[29,[3]]],[[8,[63]]]],[[[29,[3]]],[[8,[63]]]],[[84,[96,[84]]],[[130,[106]]]],[82,[[8,[[130,[106]]]]]],0,0,[[86,95]],0,[[78,58,122],78],0,[[78,[69,[7]],[69,[10]],10,10],78],[88,10],[[7,[96,[87]]],95],[[82,[96,[87]],[96,[84]]],[[8,[95]]]],[82,8],[90,[[29,[31]]]],[[87,63,64,[96,[87]]],[[8,[65]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],27],[[],27],[[68,16],8],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[31,[[8,[90]]]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[78,[69,[7]]],78],0,[[78,[69,[82]]],78],[[84,[69,[95]],[69,[95]]],84],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[16,[[8,[17]]]],[[131,16],[[8,[17]]]],[[132,16],[[8,[17]]]],[[131,87]],[[132,84]],[[131,95,133]],[[132,95,133]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[[131,131],10],[[17,54],55],[[134,54],55],[[]],[[]],[[]],[[]],[[],3],[[],3],[[],3],[[],3],[[]],[[]],[[]],[[]],[16,8],[[131,16],[[8,[131]]]],[[132,16],[[8,[132]]]],[[],8],[131,95],[132,95],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[17]]]],[[],[[8,[134]]]],[[],[[8,[134]]]],[[132,84]],[135,8],[135,8],[132,[[130,[106]]]],[131,87],[132,84],[132,84],[131,7],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],5],[[],5],[[],5],[[],5],[136,[[8,[17]]]],[136,[[8,[17]]]],[[]],[[]],[[]],[[]],[[131,133]],[[132,12]],[[131,133]],[[132,133]],[[95,[96,[87]],16]],[[95,[96,[84]],16]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[96,95],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[62,10],0,[96],[95,95],[[[96,[37]]],[[96,[37]]]],[137,137],[138,138],[139,139],[140,140],[127,127],[141,141],[142,142],[107,107],[99,99],[143,143],[144,144],[62,62],[145,145],[146,146],[147,147],[148,148],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[95,95],149],0,0,[[],149],0,0,0,[[],95],[[],96],[[],139],[[],140],[[],142],[[],107],[[],99],[[],144],[[],62],[[],146],0,[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],0,[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],[3],0,0,[[95,95],10],[[137,137],10],[[138,138],10],[[139,139],10],[[140,140],10],[[127,127],10],[[141,141],10],[[142,142],10],[[107,107],10],[[99,99],10],[[143,143],10],[[144,144],10],[[62,62],10],[[145,145],10],[[146,146],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],[[],10],0,0,0,[[95,54],[[4,[150]]]],[[137,54],55],[[138,54],55],[[139,54],55],[[140,54],55],[[127,54],55],[[141,54],55],[[142,54],55],[[107,54],55],[[99,54],55],[[143,54],55],[[144,54],55],[[62,54],55],[[145,54],55],[[146,54],55],[[147,54],55],[[148,54],55],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[96,95]],[[96,95]],[96,[[29,[95]]]],[[96,95]],0,[[95,66]],[[143,66]],[[144,66]],[[62,66]],0,[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],[[],3],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[96,10],[62,10],[[[96,[84]],95],109],[[[96,[87]],95],108],0,[96,3],0,0,0,0,0,0,0,0,0,[[],96],0,0,0,0,0,[[95,95],[[29,[149]]]],0,0,[96,29],0,0,0,0,0,0,[[96,95]],[[[96,[151]],95,133]],0,0,0,0,0,0,0,0,0,0,0,0,[[96,95,95]],[[[96,[151]],95],151],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],0,[[[96,[151]],95,16],[[4,[152]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[3,96],0,0,0,[[95,[96,[87]]],[[46,[9]]]],[[95,[96,[87]]],[[69,[[46,[9]]]]]],[[95,[96,[87]]],153],[153,7],[[27,[18,[154]]],27],[[95,95,[96,[84]],[96,[87]],[155,[[46,[9]]]]],10],[7,[[8,[[46,[9]]]]]],[7,[[8,[[46,[9]]]]]],[7,[[69,[[46,[9]]]]]],[7,[[157,[[156,[7]],[29,[[46,[9]]]]]]]],[[[18,[7]],63,64],[[8,[63]]]],[[95,[96,[87]],12],10],[[95,[96,[87]]],10],[[95,[96,[87]]],10],[7,10],[95],[28]],"c":[],"p":[[3,"Private"],[3,"DotNode"],[15,"usize"],[4,"Result"],[3,"TypeId"],[3,"MetaNameSpace"],[4,"Expr"],[6,"PolarsResult"],[15,"str"],[15,"bool"],[8,"Into"],[8,"Fn"],[8,"Send"],[8,"Sync"],[6,"GetOutput"],[8,"FnMut"],[4,"VisitRecursion"],[15,"slice"],[4,"FunctionExpr"],[8,"AsRef"],[3,"ListNameSpace"],[3,"SortOptions"],[4,"AggExpr"],[6,"FillNullLimit"],[3,"BinaryNameSpace"],[4,"Operator"],[3,"String"],[3,"Series"],[4,"Option"],[4,"DataType"],[4,"AnyValue"],[3,"When"],[3,"Then"],[3,"ChainedWhen"],[3,"ChainedThen"],[4,"Excluded"],[8,"Clone"],[3,"SpecialEq"],[4,"BooleanFunction"],[3,"RollingCovOptions"],[3,"StrptimeOptions"],[3,"JoinOptions"],[3,"WindowOptions"],[4,"WindowMapping"],[8,"BinaryUdfOutputField"],[3,"Arc"],[8,"SeriesBinaryUdf"],[15,"f64"],[8,"Sized"],[8,"IntoVec"],[8,"FunctionOutputField"],[3,"Global"],[8,"SeriesUdf"],[3,"Formatter"],[6,"Result"],[8,"RenameAliasFn"],[15,"u32"],[15,"i64"],[15,"i32"],[15,"u64"],[15,"f32"],[3,"FunctionOptions"],[3,"Schema"],[4,"Context"],[3,"Field"],[8,"Hasher"],[8,"Display"],[3,"ExprMut"],[3,"Vec"],[4,"QuantileInterpolOptions"],[4,"IsSorted"],[15,"u8"],[3,"StringNameSpace"],[3,"DatetimeArgs"],[3,"DurationArgs"],[8,"Range"],[3,"OptState"],[3,"LogicalPlanBuilder"],[4,"PolarsError"],[8,"AnonymousScan"],[8,"Any"],[4,"LogicalPlan"],[3,"ALogicalPlanBuilder"],[4,"ALogicalPlan"],[3,"DataFrame"],[4,"AAggExpr"],[4,"AExpr"],[4,"FileScan"],[4,"FunctionNode"],[4,"LiteralValue"],[3,"FileFingerPrint"],[3,"AnonymousScanOptions"],[3,"FileInfo"],[3,"ErrorStateSync"],[3,"Node"],[3,"Arena"],[8,"PushNode"],[3,"PredicatePushDown"],[3,"DistinctOptions"],[6,"PlHashMap"],[4,"NodeInputs"],[8,"DataFrameUdf"],[8,"DataFrameUdfMut"],[8,"UdfSchema"],[4,"ErrorState"],[6,"SchemaRef"],[3,"GroupbyOptions"],[3,"AExprIter"],[3,"AlpIter"],[8,"Literal"],[3,"Null"],[6,"AllowedOptimizations"],[3,"MeltArgs"],[3,"ExprIter"],[3,"ProjectionPushDown"],[3,"SimplifyBooleanRule"],[3,"SimplifyExprRule"],[3,"TypeCoercionRule"],[3,"StackOptimizer"],[8,"OptimizationRule"],[3,"Box"],[6,"IdxSize"],[3,"PathBuf"],[4,"NullValues"],[4,"CsvEncoding"],[3,"RowCount"],[3,"IpcScanOptions"],[4,"ParallelStrategy"],[3,"CloudOptions"],[4,"Cow"],[3,"AexprNode"],[3,"ALogicalPlanNode"],[8,"FnOnce"],[4,"RewriteRecursion"],[8,"RewritingVisitor"],[8,"Visitor"],[3,"CsvParserOptions"],[3,"ParquetOptions"],[3,"ParquetWriteOptions"],[3,"IpcWriterOptions"],[3,"FileScanOptions"],[3,"UnionOptions"],[4,"ApplyOptions"],[3,"UnsafeBool"],[3,"LogicalPlanUdfOptions"],[3,"SortArguments"],[3,"FileSinkOptions"],[4,"FileType"],[4,"Ordering"],[3,"Error"],[8,"Default"],[4,"PolarsUtilsError"],[8,"Iterator"],[6,"String"],[6,"PlHashSet"],[3,"IntoIter"],[3,"FlatMap"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"All"],[13,"Any"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"RenameAlias"],[13,"Ternary"],[13,"Function"],[13,"Window"],[13,"AnonymousFunction"],[13,"Slice"],[13,"BinaryExpr"],[13,"Entropy"],[13,"Log"],[13,"Correlation"],[13,"Round"],[13,"Clip"],[13,"ShiftAndFill"],[13,"Cumcount"],[13,"Cumsum"],[13,"Cumprod"],[13,"Cummin"],[13,"Cummax"],[13,"FillNull"],[3,"FileCacher"],[8,"ArenaExprIter"],[8,"ArenaLpIter"],[8,"Optimize"],[13,"Quantile"],[13,"Min"],[13,"Max"],[13,"SortBy"],[13,"Filter"],[13,"Cast"],[13,"Sort"],[13,"Take"],[13,"Ternary"],[13,"AnonymousFunction"],[13,"Function"],[13,"Window"],[13,"Slice"],[13,"BinaryExpr"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Projection"],[13,"LocalProjection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Slice"],[13,"Selection"],[13,"Distinct"],[13,"FileSink"],[13,"Join"],[13,"Union"],[13,"NotYetEncountered"],[13,"AlreadyEncountered"],[13,"Parquet"],[13,"Csv"],[13,"Ipc"],[13,"Melt"],[13,"Unnest"],[13,"FastProjection"],[13,"Explode"],[13,"Rename"],[13,"Opaque"],[13,"Pipeline"],[13,"RowCount"],[13,"Drop"],[13,"DropNulls"],[13,"Range"],[13,"Aggregate"],[13,"Sort"],[13,"ExtContext"],[13,"Cache"],[13,"DataFrameScan"],[13,"Error"],[13,"LocalProjection"],[13,"Projection"],[13,"HStack"],[13,"AnonymousScan"],[13,"Scan"],[13,"MapFunction"],[13,"Selection"],[13,"Distinct"],[13,"Slice"],[13,"FileSink"],[13,"Join"],[13,"Union"],[8,"TreeWalker"]]},\ "polars_row":{"doc":"Row format as defined in arrow-rs. This currently …","t":"GDDLLLLLLLLLLLCCCCALLLLLLMLLALLLLLLLLMLLLLLLLLOFFFFFFFF","n":["ArrayRef","RowsEncoded","SortField","__clone_box","__clone_box","borrow","borrow","borrow_array","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","convert_columns","convert_columns_amortized","convert_columns_amortized_no_order","convert_columns_no_order","decode","default","default","deref","deref","deref_mut","deref_mut","descending","drop","drop","encode","from","from","init","init","into","into","into_array","iter","nulls_last","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","with_match_arrow_primitive_type","decode_rows","decode_rows_from_binary","allocate_rows_buf","convert_columns","convert_columns_amortized","convert_columns_amortized_no_order","convert_columns_no_order","encoded_size"],"q":[[0,"polars_row"],[47,"polars_row::decode"],[49,"polars_row::encode"]],"d":["","","","","","","","Borrows the buffers and returns a BinaryArray.","","","","","","","","","","","","","","","","","","Whether to sort in descending order","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Whether to sort nulls first","","","","","","","","","","Decode rows into a arrow format","Decode rows into a arrow format","","","","","",""],"i":[0,0,0,5,2,5,2,2,5,2,5,2,5,2,0,0,0,0,0,5,2,5,2,5,2,5,5,2,0,5,2,5,2,5,2,2,2,5,5,2,5,2,5,2,5,2,0,0,0,0,0,0,0,0,0],"f":[0,0,0,[1],[1],[[]],[[]],[2,[[4,[3]]]],[[]],[[]],[5,5],[2,2],[[]],[[]],0,0,0,0,0,[[],5],[[],2],[6],[6],[6],[6],0,[6],[6],0,[[]],[[]],[[],6],[[],6],[[]],[[]],[2,[[4,[3]]]],0,0,[[]],[[]],[[],7],[[],7],[[],7],[[],7],[[],8],[[],8],0,[[[10,[[10,[9]]]],[10,[5]],[10,[11]]],[[13,[12]]]],[[[4,[3]],[10,[5]],[10,[11]],[13,[[10,[9]]]]],[[13,[12]]]],[[[10,[12]],[13,[9]],[13,[6]]],6],[[[10,[12]],[10,[5]]],2],[[[10,[12]],14,2]],[[[10,[12]],2]],[[[10,[12]]],2],[11,6]],"c":[],"p":[[3,"Private"],[3,"RowsEncoded"],[15,"i64"],[3,"BinaryArray"],[3,"SortField"],[15,"usize"],[4,"Result"],[3,"TypeId"],[15,"u8"],[15,"slice"],[4,"DataType"],[6,"ArrayRef"],[3,"Vec"],[8,"IntoIterator"]]},\ "polars_sql":{"doc":"Polars SQL This crate provides a SQL interface for Polars …","t":"DLLLLLLLLLLLLLLLALLLFLLLLLLFF","n":["SQLContext","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","execute","from","get_table_map","get_tables","init","into","keywords","new","new_from_table_map","register","sql_expr","to_owned","try_from","try_into","type_id","unregister","vzip","all_functions","all_keywords"],"q":[[0,"polars_sql"],[27,"polars_sql::keywords"]],"d":["The SQLContext is the main entry point for executing SQL …","","","","","","","","","","Execute a SQL query, returning a LazyFrame.","Returns the argument unchanged.","Get internal table map. For internal use only.","Get the names of all registered tables, in sorted order.","","Calls U::from(self).","Keywords that are supported by Polars SQL","Create a new SQLContext","Create a new SQLContext from a table map. For internal use …","Register a LazyFrame as a table in the SQLContext.","parse a SQL expression to a polars expression","","","","","Unregister a LazyFrame table from the SQLContext.","","Get a list of all function names that are supported by …","Get all keywords that are supported by Polars SQL"],"i":[0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,2,2,2,0,2,2,2,2,2,2,0,0],"f":[0,[1],[[]],[[]],[2,2],[[]],[[],2],[3],[3],[3],[[2,4],[[6,[5]]]],[[]],[2,[[8,[7,5]]]],[2,[[9,[7]]]],[[],3],[[]],0,[[],2],[[[8,[7,5]]],2],[[2,4,5]],[[[10,[4]]],[[6,[11]]]],[[]],[[],12],[[],12],[[],13],[[2,4]],[[]],[[],[[9,[4]]]],[[],[[9,[4]]]]],"c":[],"p":[[3,"Private"],[3,"SQLContext"],[15,"usize"],[15,"str"],[3,"LazyFrame"],[6,"PolarsResult"],[3,"String"],[6,"PlHashMap"],[3,"Vec"],[8,"AsRef"],[4,"Expr"],[4,"Result"],[3,"TypeId"]]},\ "polars_time":{"doc":"","t":"NEDDNNIIIIIINDDDLLLFLLLLLLMMALLLLLLMMFLLLLLLLLLLLFLLLLLLLLLLLLMMLLLLLLKKLFMMMLLLLLLKKMMMMMMMAKAMFFLLLKMLLLLLLLLLKKMLLLIIIIDDICLLLLLLMMMMLLLLMMLLLLKLLLLLLLLMMLLLKLLKLLLLLLLLLLLLKKMMKLLKLLLLKLLKLLLLKKLLLLLLKKKKKKKKKLLKLLLLLLMLLMFALLLLLLLLLLMMMMLLLLINNNNNEILLLLLLKLLLLLLLLLLLLLLALLLLLLLLDQIILLLLLLLLLFLLMLKLLMLLKLLLLLNDDENDNNNNNNCENCNNNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLFLLLLLLLLLLLLLLLLLLLLLLMLMLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLIIIIIKLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLL","n":["Both","ClosedWindow","Duration","DynamicGroupOptions","Left","None","PolarsMonthEnd","PolarsMonthStart","PolarsRound","PolarsTemporalGroupby","PolarsTruncate","PolarsUpsample","Right","RollingGroupOptions","TruncateOptions","Window","__clone_box","__clone_box","__clone_box","base_utc_offset","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_sorted","check_sorted","chunkedarray","clone","clone","clone","clone_into","clone_into","clone_into","closed_window","closed_window","date_range","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","dst_offset","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","every","every","fmt","fmt","fmt","from","from","from","groupby_dynamic","groupby_rolling","hash","in_nanoseconds_window","include_boundaries","index_column","index_column","init","init","init","into","into","into","month_end","month_start","offset","offset","offset","offset","parsed_int","period","period","prelude","round","series","start_by","temporal_range_vec","time_range","to_owned","to_owned","to_owned","truncate","truncate","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upsample","upsample_stable","use_earliest","vzip","vzip","vzip","DateMethods","DatetimeMethods","DurationMethods","RollingAgg","RollingOptions","RollingOptionsImpl","TimeMethods","Utf8Methods","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","by","by","center","center","clone","clone","clone_into","clone_into","closed_window","closed_window","day","day","day","day","days","default","default","deref","deref","deref_mut","deref_mut","drop","drop","fn_params","fn_params","from","from","from","hour","hour","hour","hours","init","init","into","into","is_leap_year","is_leap_year","is_leap_year","is_leap_year","iso_year","iso_year","iso_year","iso_year","microseconds","milliseconds","min_periods","min_periods","minute","minute","minute","minutes","month","month","month","month","nanosecond","nanosecond","nanosecond","nanoseconds","ordinal","ordinal","ordinal","ordinal","parse_from_str_slice","parse_from_str_slice","parse_from_str_slice","parse_from_str_slice","quarter","quarter","quarter","quarter","rolling_max","rolling_mean","rolling_median","rolling_min","rolling_quantile","rolling_std","rolling_sum","rolling_var","second","second","second","seconds","to_owned","to_owned","try_from","try_from","try_into","try_into","tu","type_id","type_id","tz","unix_time","utf8","vzip","vzip","week","week","week","week","weekday","weekday","weekday","weekday","weights","weights","window_size","window_size","year","year","year","year","AsUtf8","DateDMY","DateYMD","DatetimeDMY","DatetimeYMD","DatetimeYMDZ","Pattern","Utf8Methods","__clone_box","as_date","as_date_not_exact","as_datetime","as_datetime_not_exact","as_time","as_utf8","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","fmt","from","hash","infer","init","into","is_inferable","to_owned","try_from","try_into","type_id","vzip","DatetimeInfer","Error","StrpTimeParser","TryFromWithUnit","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","from","infer_pattern_single","init","into","logical_type","parse","parse_bytes","parse_bytes","parse_bytes","pattern","to_owned","try_from","try_from_with_unit","try_from_with_unit","try_from_with_unit","try_into","type_id","vzip","Both","Bounds","BoundsIter","ClosedWindow","DataPoint","Duration","Friday","Left","Monday","None","Right","Saturday","SeriesOpsTime","StartBy","Sunday","TemporalMethods","Thursday","Tuesday","Wednesday","Window","WindowBound","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_ms","add_ns","add_us","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","date_range","days","days_only","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","get_earliest_bounds_ms","get_earliest_bounds_ns","get_earliest_bounds_us","get_overlapping_bounds_iter","groupby_values","groupby_windows","hash","hash","hash","in_nanoseconds_window","init","init","init","init","init","init","into","into","into","into","into","into","into_iter","is_constant_duration","is_zero","months","months_only","mul","nanoseconds","new","new","next","offset","parse","parsed_int","partial_cmp","round_ms","round_ns","round_us","time_range","to_owned","to_owned","to_owned","to_owned","to_owned","truncate_impl","truncate_ms","truncate_ms","truncate_no_offset_ms","truncate_no_offset_ns","truncate_no_offset_us","truncate_ns","truncate_ns","truncate_us","truncate_us","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","weekday","weeks","weeks_only","AsSeries","IntoSeriesOps","SeriesOpsTime","SeriesOpsTime","TemporalMethods","as_series","day","hour","is_leap_year","iso_year","minute","month","nanosecond","ops_time_dtype","ops_time_dtype","ordinal_day","ordinal_year","quarter","rolling_max","rolling_max","rolling_max","rolling_mean","rolling_mean","rolling_mean","rolling_median","rolling_median","rolling_median","rolling_min","rolling_min","rolling_min","rolling_quantile","rolling_quantile","rolling_quantile","rolling_std","rolling_std","rolling_std","rolling_sum","rolling_sum","rolling_sum","rolling_var","rolling_var","rolling_var","second","strftime","timestamp","to_ops","to_string","week","weekday","year"],"q":[[0,"polars_time"],[118,"polars_time::chunkedarray"],[246,"polars_time::chunkedarray::utf8"],[284,"polars_time::chunkedarray::utf8::infer"],[314,"polars_time::prelude"],[493,"polars_time::series"]],"d":["","","","","","","","","","","","","","","","Represents a window in time","","","","","","","","","","","In cases sortedness cannot be checked by the sorted flag, …","In cases sortedness cannot be checked by the sorted flag, …","Traits and utilities for temporal data.","","","","","","","","","Create a DatetimeChunked from a given start and stop date …","","","","","","","","","","","","","","","","","","","","","","","","","start a window at this interval","Period length","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","add the boundaries to the dataframe","Time or index column","Time or index column","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","offset window boundaries","","Offset of the window","","","window duration","window duration","","","","","vector of i64 representing temporal values","Create a TimeChunked from a given start and stop date and …","","","","","truncate the time column values to the window","","","","","","","","","","Upsample a DataFrame at a regular frequency.","Upsample a DataFrame at a regular frequency.","How to deal with ambiguous datetimes","","","","","","","","","","","","","","","","","","Compute the rolling aggregates with a window defined by a …","","Set the labels at the center of the window.","Set the labels at the center of the window.","","","","","The closed window of that time window if given","","Extract day from underlying NaiveDate representation. …","Extract day from underlying NaiveDate representation. …","Extract day from underlying NaiveDateTime representation. …","Extract day from underlying NaiveDateTime representation. …","Extract the days from a Duration","","","","","","","","","Optional parameters for the rolling function","","Returns the argument unchanged.","Returns the argument unchanged.","","Extract hour from underlying NaiveDateTime representation. …","Extract hour from underlying NaiveDateTime representation. …","Extract hour from underlying NaiveDateTime representation. …","Extract the hours from a Duration","","","Calls U::from(self).","Calls U::from(self).","Extract year from underlying NaiveDate representation. …","Extract year from underlying NaiveDate representation. …","Extract year from underlying NaiveDate representation. …","Extract year from underlying NaiveDate representation. …","This year number might not match the calendar year number.","This year number might not match the calendar year number.","","","Extract the microseconds from a Duration","Extract the milliseconds from a Duration","Amount of elements in the window that should be filled …","Amount of elements in the window that should be filled …","Extract minute from underlying NaiveDateTime …","Extract minute from underlying NaiveDateTime …","Extract minute from underlying NaiveDateTime …","Extract the minutes from a Duration","Extract month from underlying NaiveDateTime representation.","Extract month from underlying NaiveDateTime representation.","Extract month from underlying NaiveDateTime representation.","Extract month from underlying NaiveDateTime representation.","Extract second from underlying NaiveDateTime …","Extract second from underlying NaiveDateTime …","Extract second from underlying NaiveDateTime …","Extract the nanoseconds from a Duration","Returns the day of year starting from 1.","Returns the day of year starting from 1.","Returns the day of year starting from 1.","Returns the day of year starting from 1.","","","","","Extract month from underlying NaiveDateTime representation.","Extract month from underlying NaiveDateTime representation.","Extract quarter from underlying NaiveDateTime …","Extract quarter from underlying NaiveDateTime …","Apply a rolling max (moving max) over the values in this …","Apply a rolling mean (moving mean) over the values in this …","Apply a rolling median (moving median) over the values in …","Apply a rolling min (moving min) over the values in this …","Apply a rolling quantile (moving quantile) over the values …","Apply a rolling std (moving std) over the values in this …","Apply a rolling sum (moving sum) over the values in this …","Apply a rolling var (moving var) over the values in this …","Extract second from underlying NaiveDateTime …","Extract second from underlying NaiveDateTime …","Extract second from underlying NaiveDateTime …","Extract the seconds from a Duration","","","","","","","","","","","","","","","Returns the ISO week number starting from 1. The return …","Returns the ISO week number starting from 1. The return …","Returns the ISO week number starting from 1. The return …","Returns the ISO week number starting from 1. The return …","Extract ISO weekday from underlying NaiveDate …","Extract ISO weekday from underlying NaiveDate …","Extract ISO weekday from underlying NaiveDateTime …","Extract ISO weekday from underlying NaiveDateTime …","An optional slice with the same length as the window that …","An optional slice with the same length as the window that …","The length of the window.","The length of the window.","Extract month from underlying NaiveDate representation. …","Extract month from underlying NaiveDate representation. …","Extract month from underlying NaiveDateTime representation.","Extract month from underlying NaiveDateTime representation.","","","","","","","","","","Parsing string values and return a DateChunked","Parsing string values and return a DateChunked Different …","Parsing string values and return a DatetimeChunked","Parsing string values and return a DatetimeChunked …","Parsing string values and return a TimeChunked","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","only useful if periods are weekly","","","","","","","","","","","Represents a window in time","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a DatetimeChunked from a given start and stop date …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","returns the bounds for the earliest window bounds that …","","","Different from groupby_windows, where define window …","Based on the given Window, which has an","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","true if zero duration.","","","","Returns the nanoseconds from the Duration without the …","Create a new integer size Duration","","","","Parse a string into a Duration","","","Round the given ms timestamp by the window boundary.","Round the given ns timestamp by the window boundary.","Round the given us timestamp by the window boundary.","Create a TimeChunked from a given start and stop date and …","","","","","","","","","","","","","Truncate the given ns timestamp by the window boundary.","","Truncate the given us timestamp by the window boundary.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract day from underlying NaiveDateTime representation. …","Extract hour from underlying NaiveDateTime representation. …","Extract year from underlying NaiveDateTime representation. …","","Extract minute from underlying NaiveDateTime …","Extract month from underlying NaiveDateTime representation.","Returns the number of nanoseconds since the whole non-leap …","","","Returns the day of year starting from 1.","Extract ordinal year from underlying NaiveDateTime …","Extract quarter from underlying NaiveDateTime …","Apply a rolling max to a Series.","Apply a rolling max to a Series.","Apply a rolling max to a Series.","Apply a rolling mean to a Series.","Apply a rolling mean to a Series.","Apply a rolling mean to a Series.","Apply a rolling median to a Series.","Apply a rolling median to a Series.","Apply a rolling median to a Series.","Apply a rolling min to a Series.","Apply a rolling min to a Series.","Apply a rolling min to a Series.","Apply a rolling quantile to a Series.","Apply a rolling quantile to a Series.","Apply a rolling quantile to a Series.","Apply a rolling std_dev to a Series.","Apply a rolling std_dev to a Series.","Apply a rolling std_dev to a Series.","Apply a rolling sum to a Series.","Apply a rolling sum to a Series.","Apply a rolling sum to a Series.","Apply a rolling variance to a Series.","Apply a rolling variance to a Series.","Apply a rolling variance to a Series.","Extract second from underlying NaiveDateTime …","Convert from Time into Utf8 with the given format. See …","Convert date(time) object to timestamp in TimeUnit.","","Convert Time into Utf8 with the given format. See chrono …","Returns the ISO week number starting from 1. The return …","Returns the ISO weekday number where monday = 1 and sunday …","Extract year from underlying NaiveDateTime representation. …"],"i":[12,0,0,0,12,12,0,0,0,0,0,0,12,0,0,0,6,7,8,0,6,7,8,6,7,8,6,7,0,6,7,8,6,7,8,6,7,0,6,7,6,7,8,6,7,8,6,7,8,0,6,7,8,6,6,6,7,7,7,8,8,8,6,8,6,7,8,6,7,8,58,58,8,0,6,6,7,6,7,8,6,7,8,59,60,6,7,8,49,11,6,7,0,61,0,6,0,0,6,7,8,62,6,6,7,8,6,7,8,6,7,8,63,63,8,6,7,8,0,0,0,0,0,0,0,0,32,33,32,33,32,33,32,33,32,33,32,33,32,33,32,33,64,64,65,65,66,32,33,32,33,32,33,32,33,32,33,32,33,33,67,65,65,66,32,33,32,33,64,64,65,65,64,64,65,65,66,66,32,33,67,65,65,66,64,64,65,65,67,65,65,66,64,64,65,65,64,67,65,65,64,64,65,65,68,68,68,68,68,68,68,68,67,65,65,66,32,33,32,33,32,33,33,32,33,33,0,0,32,33,64,64,65,65,64,64,65,65,32,33,32,33,64,64,65,65,0,41,41,41,41,41,0,0,41,69,69,69,69,69,70,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,41,41,41,41,41,41,41,41,0,71,0,0,43,43,43,43,43,43,43,43,43,0,43,43,43,43,72,43,43,43,43,43,71,43,43,43,43,43,12,0,0,0,48,0,48,12,48,12,12,48,0,0,48,0,48,48,48,0,48,47,11,12,48,49,11,11,11,51,47,11,12,48,49,51,47,11,12,48,49,47,11,12,48,49,47,11,12,48,49,11,11,0,11,11,48,51,47,11,12,48,49,51,47,11,12,48,49,51,47,11,12,48,49,11,12,48,11,11,11,12,12,12,48,48,48,47,11,12,48,51,47,11,12,48,49,49,49,49,49,0,0,11,12,48,0,51,47,11,12,48,49,51,47,11,12,48,49,51,11,11,11,11,11,11,11,49,51,49,11,11,11,49,49,49,0,47,11,12,48,49,11,11,49,49,49,49,11,49,11,49,51,47,11,12,48,49,51,47,11,12,48,49,51,47,11,12,48,49,51,47,11,12,48,49,48,11,11,0,0,0,0,0,73,74,74,74,74,74,74,74,56,56,74,74,74,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,74,74,74,75,74,74,74,74],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[[2,3,4],5],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[6,6],[7,7],[8,8],[[]],[[]],[[]],0,0,[[9,10,10,11,12,3,[14,[13]]],[[15,[2]]]],[[],6],[[],7],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[2,3,4],5],[[6,6],17],[[7,7],17],[[8,8],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],0,0,[[6,18],19],[[7,18],19],[[8,18],19],[[]],[[]],[[]],[[[21,[20]],6],15],[[[21,[20]],7],15],[[8,22]],[10,17],0,0,0,[[],16],[[],16],[[],16],[[]],[[]],[[]],[[23,[14,[4]]],[[15,[23]]]],[[23,[14,[4]]],[[15,[23]]]],0,0,0,0,0,0,0,0,[[23,11,11,[14,[4]]],[[15,[23]]]],0,0,[[24,24,11,12,3,[14,[4]]],[[15,[[21,[24]]]]]],[[9,25,25,11,12],[[15,[26]]]],[[]],[[]],[[]],[[23,8,[14,[4]]],[[15,[23]]]],0,[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],28],[[],28],[[],28],[[[30,[29]],9,11,11],[[15,[31]]]],[[[30,[29]],9,11,11],[[15,[31]]]],0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],0,0,0,0,[32,32],[33,33],[[]],[[]],0,0,[[],34],[[],34],[[],34],[[],34],[[],35],[[],32],[[],33],[16],[16],[16],[16],[16],[16],0,0,[[]],[[]],[32,33],[[],34],[[],34],[[],34],[[],35],[[],16],[[],16],[[]],[[]],[[],36],[[],36],[[],36],[[],36],[[],37],[[],37],[[],37],[[],37],[[],35],[[],35],0,0,[[],34],[[],34],[[],34],[[],35],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],35],[[],34],[[],34],[[],34],[[],34],[[9,[38,[9]],9],39],[[9,[38,[9]],9],26],[[9,[38,[9]],9,3],2],[[9,[38,[9]],9,3],2],[[],34],[[],34],[[],34],[[],34],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[[],34],[[],34],[[],34],[[],35],[[]],[[]],[[],27],[[],27],[[],27],[[],27],0,[[],28],[[],28],0,[[],10],0,[[]],[[]],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],[[],34],0,0,0,0,[[],37],[[],37],[[],37],[[],37],0,0,0,0,0,0,0,0,[1],[[[14,[9]],17],[[15,[39]]]],[[[14,[9]]],[[15,[39]]]],[[[14,[9]],3,17,17,[14,[13]]],[[15,[2]]]],[[[14,[9]],3,17,[14,[13]]],[[15,[2]]]],[[[14,[9]],17],[[15,[26]]]],[[],40],[[]],[[]],[41,41],[[]],[16],[16],[16],[[41,41],17],[[],17],[[],17],[[],17],[[41,18],19],[[]],[[41,22]],0,[[],16],[[]],[[41,9],17],[[]],[[],27],[[],27],[[],28],[[]],0,0,0,0,[1],[[]],[[]],[[[43,[42]]],[[43,[42]]]],[[]],[16],[16],[16],[[]],[9,[[14,[41]]]],[[],16],[[]],0,[[[43,[44]],9],[[14,[44]]]],[[[38,[45]],[14,[3]]],14],[[[43,[46]],[38,[45]],[14,[3]]],[[14,[46]]]],[[[43,[24]],[38,[45]],[14,[3]]],[[14,[24]]]],0,[[]],[[],27],[[[14,[3]]],15],[[41,[14,[3]]],[[15,[[43,[46]]]]]],[[41,[14,[3]]],[[15,[[43,[24]]]]]],[[],27],[[],28],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[11,24,[14,[4]]],[[15,[24]]]],[[11,24,[14,[4]]],[[15,[24]]]],[[11,24,[14,[4]]],[[15,[24]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[47,47],[11,11],[12,12],[48,48],[49,49],[[]],[[]],[[]],[[]],[[]],[[11,11],50],[[],50],[[9,10,10,11,12,3,[14,[13]]],[[15,[2]]]],[11,24],[11,17],[[],48],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[16],[[11,11],17],[[12,12],17],[[48,48],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[],17],[[47,18],19],[[11,18],19],[[12,18],19],[[48,18],19],[[]],[[]],[[]],[[]],[[]],[[]],[[49,24,[14,[4]]],[[15,[47]]]],[[49,24,[14,[4]]],[[15,[47]]]],[[49,24,[14,[4]]],[[15,[47]]]],[[49,47,3,[14,[4]],48],[[15,[51]]]],[[11,11,[38,[24]],12,3,[14,[4]]],[[15,[52]]]],[[49,[38,[24]],12,3,[14,[13]],17,17,48]],[[11,22]],[[12,22]],[[48,22]],[10,17],[[],16],[[],16],[[],16],[[],16],[[],16],[[],16],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[11,17],[11,17],[11,24],[11,17],[[11,24],11],[11,24],[24,11],[[11,11,11],49],[51,14],0,[9,11],0,[[11,11],[[14,[50]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[9,25,25,11,12],[[15,[26]]]],[[]],[[]],[[]],[[]],[[]],[[11,24,[14,[4]],53,53,53,[14,[17]]],[[15,[24]]]],[[11,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[49,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[49,24,[14,[4]]],[[15,[24]]]],[[11,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[49,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[11,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[49,24,[14,[4]],[14,[17]]],[[15,[24]]]],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],27],[[],28],[[],28],[[],28],[[],28],[[],28],[[],28],[[]],[[]],[[]],[[]],[[]],[[]],[48,[[14,[54]]]],[11,24],[11,17],0,0,0,0,0,[[],20],[[],[[15,[34]]]],[[],[[15,[34]]]],[[],[[15,[36]]]],[[],[[15,[37]]]],[[],[[15,[34]]]],[[],[[15,[34]]]],[[],[[15,[34]]]],[[],55],[[],55],[[],[[15,[34]]]],[[],[[15,[37]]]],[[],[[15,[34]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[33,[[15,[20]]]],[[],[[15,[34]]]],[9,[[15,[20]]]],[3,[[15,[35]]]],[[],[[57,[56]]]],[9,[[15,[20]]]],[[],[[15,[34]]]],[[],[[15,[34]]]],[[],[[15,[37]]]]],"c":[],"p":[[3,"Private"],[6,"DatetimeChunked"],[4,"TimeUnit"],[4,"Tz"],[6,"DurationChunked"],[3,"DynamicGroupOptions"],[3,"RollingGroupOptions"],[3,"TruncateOptions"],[15,"str"],[3,"NaiveDateTime"],[3,"Duration"],[4,"ClosedWindow"],[6,"TimeZone"],[4,"Option"],[6,"PolarsResult"],[15,"usize"],[15,"bool"],[3,"Formatter"],[6,"Result"],[3,"Series"],[3,"Vec"],[8,"Hasher"],[8,"Sized"],[15,"i64"],[3,"NaiveTime"],[6,"TimeChunked"],[4,"Result"],[3,"TypeId"],[3,"String"],[8,"IntoVec"],[3,"DataFrame"],[3,"RollingOptions"],[3,"RollingOptionsImpl"],[6,"UInt32Chunked"],[6,"Int64Chunked"],[6,"BooleanChunked"],[6,"Int32Chunked"],[15,"slice"],[6,"DateChunked"],[6,"Utf8Chunked"],[4,"Pattern"],[8,"Clone"],[3,"DatetimeInfer"],[8,"NativeType"],[15,"u8"],[15,"i32"],[3,"Bounds"],[4,"StartBy"],[3,"Window"],[4,"Ordering"],[3,"BoundsIter"],[6,"GroupsSlice"],[8,"Fn"],[15,"u32"],[4,"DataType"],[8,"SeriesOpsTime"],[3,"Arc"],[8,"PolarsTemporalGroupby"],[8,"PolarsMonthEnd"],[8,"PolarsMonthStart"],[8,"PolarsRound"],[8,"PolarsTruncate"],[8,"PolarsUpsample"],[8,"DateMethods"],[8,"DatetimeMethods"],[8,"DurationMethods"],[8,"TimeMethods"],[8,"RollingAgg"],[8,"Utf8Methods"],[8,"AsUtf8"],[8,"TryFromWithUnit"],[8,"StrpTimeParser"],[8,"AsSeries"],[8,"TemporalMethods"],[8,"IntoSeriesOps"]]},\ diff --git a/src/polars_plan/utils.rs.html b/src/polars_plan/utils.rs.html index c1351a34f145..1296b89f4d41 100644 --- a/src/polars_plan/utils.rs.html +++ b/src/polars_plan/utils.rs.html @@ -427,8 +427,10 @@ 427 428 429 +430 +431

use std::fmt::Formatter;
-use std::iter::{FlatMap, Map};
+use std::iter::FlatMap;
 use std::sync::Arc;
 use std::vec::IntoIter;
 
@@ -631,10 +633,12 @@
 }
 
 #[allow(clippy::type_complexity)]
-pub fn expr_to_leaf_column_names_iter(expr: &Expr) -> Map<IntoIter<Expr>, fn(Expr) -> Arc<str>> {
+pub fn expr_to_leaf_column_names_iter(
+    expr: &Expr,
+) -> FlatMap<IntoIter<Expr>, Option<Arc<str>>, fn(Expr) -> Option<Arc<str>>> {
     expr_to_root_column_exprs(expr)
         .into_iter()
-        .map(|e| expr_to_leaf_column_name(&e).unwrap())
+        .flat_map(|e| expr_to_leaf_column_name(&e).ok())
 }
 
 /// This should gradually replace expr_to_root_column as this will get all names in the tree.