Cargo Features

polars-lazy has no features set by default.

[dependencies]
polars-lazy = { version = "0.39.2", features = ["nightly", "streaming", "parquet", "async", "cloud", "cloud_write", "ipc", "json", "csv", "temporal", "fmt", "strings", "future", "dtype-u8", "dtype-u16", "dtype-i8", "dtype-i16", "dtype-decimal", "dtype-date", "dtype-datetime", "dtype-duration", "dtype-time", "dtype-array", "dtype-categorical", "dtype-struct", "object", "date_offset", "trigonometry", "sign", "timezones", "list_gather", "list_count", "array_count", "true_div", "extract_jsonpath", "approx_unique", "is_in", "repeat_by", "round_series", "is_first_distinct", "is_last_distinct", "is_between", "is_unique", "cross_join", "asof_join", "business", "concat_str", "range", "mode", "cum_agg", "interpolate", "rolling_window", "rank", "diff", "pct_change", "moment", "abs", "random", "dynamic_group_by", "ewma", "ewma_by", "dot_diagram", "diagonal_concat", "unique_counts", "log", "cumulative_eval", "list_to_struct", "array_to_struct", "python", "row_hash", "reinterpret", "string_pad", "string_reverse", "string_to_integer", "arg_where", "search_sorted", "merge_sorted", "meta", "pivot", "top_k", "semi_anti_join", "cse", "propagate_nans", "coalesce", "regex", "serde", "fused", "list_sets", "list_any_all", "array_any_all", "list_drop_nulls", "list_sample", "cutqcut", "rle", "extract_groups", "peaks", "cov", "hist", "replace", "binary_encoding", "string_encoding", "bigidx", "panic_on_schema", "test_all", "test"] }
nightly

Enables nightly of polars-core, optional polars-pipe, and polars-plan

streaming = polars-pipe

Enables polars-ops, streaming of polars-plan

parquet test?

Enables parquet of polars-io, optional polars-pipe, and polars-plan

async cloud?

Enables cloud of polars-io, async of polars-plan and optional polars-pipe

cloud cloud_write? = async, futures, tokio

Enables cloud of optional polars-pipe and polars-plan

cloud_write = cloud
ipc test? test_all?

Enables ipc of polars-io, optional polars-pipe, and polars-plan

polars-io:

support for arrows ipc file parsing

json = polars-json

Enables json of polars-io, optional polars-pipe, and polars-plan

polars-io:

support for arrows json parsing

csv test?

Enables csv of polars-io, optional polars-pipe, and polars-plan

Affects csv::LazyCsvReader

temporal dtype-date? dtype-datetime? dtype-duration? dtype-time? dynamic_group_by? = dtype-date, dtype-datetime, dtype-duration, dtype-i16, dtype-i8, dtype-time

Enables temporal of polars-plan

fmt

debugging purposes

Enables fmt of polars-core and polars-plan

strings test_all?

Enables strings of polars-plan

future
dtype-u8

Enables dtype-u8 of optional polars-pipe and polars-plan

dtype-u16

Enables dtype-u16 of optional polars-pipe and polars-plan

dtype-i8 temporal?

Enables dtype-i8 of optional polars-pipe and polars-plan

dtype-i16 temporal?

Enables dtype-i16 of optional polars-pipe and polars-plan

dtype-decimal

Enables dtype-decimal of optional polars-pipe and polars-plan

dtype-date temporal? test? = temporal

Enables dtype-date of polars-plan and polars-time

dtype-datetime temporal? = temporal

Enables dtype-datetime of polars-plan and polars-time

dtype-duration temporal? = temporal

Enables dtype-duration of polars-plan and polars-time

dtype-time temporal? = temporal

Enables dtype-time of polars-plan and polars-time

dtype-array array_any_all? array_count?

Enables dtype-array of polars-ops, optional polars-pipe, and polars-plan

dtype-categorical test?

Enables dtype-categorical of optional polars-pipe and polars-plan

dtype-struct test_all?

Enables dtype-struct of polars-ops and polars-plan

object

Enables object of polars-plan

date_offset

Enables date_offset of polars-plan

trigonometry

Enables trigonometry of polars-plan

sign

Enables sign of polars-plan

timezones

Enables timezones of polars-plan

list_gather

Enables list_gather of polars-ops and polars-plan

list_count

Enables list_count of polars-ops and polars-plan

array_count = dtype-array

Enables array_count of polars-ops and polars-plan

true_div

Enables true_div of polars-plan

extract_jsonpath

Enables extract_jsonpath of polars-ops and polars-plan

approx_unique

operations

Enables approx_unique of polars-plan

is_in

Enables is_in of polars-ops and polars-plan

repeat_by

Enables repeat_by of polars-plan

round_series test?

Enables round_series of polars-ops and polars-plan

is_first_distinct

Enables is_first_distinct of polars-plan

is_last_distinct

Enables is_last_distinct of polars-plan

is_between

Enables is_between of polars-plan

is_unique

Enables is_unique of polars-plan

cross_join

Enables cross_join of polars-ops, optional polars-pipe, and polars-plan

asof_join = polars-time

Enables asof_join of polars-ops and polars-plan

business

Enables business of polars-plan

concat_str

Enables concat_str of polars-plan

range

Enables range of polars-plan

mode

Enables mode of polars-plan

cum_agg test?

Enables cum_agg of polars-plan

interpolate

Enables interpolate of polars-plan

rolling_window test?

Enables rolling_window of polars-plan and polars-time

rank test?

Enables rank of polars-plan

diff test?

Enables diff of polars-plan

pct_change

Enables pct_change of polars-plan

moment

Enables moment of polars-ops and polars-plan

abs test?

Enables abs of polars-plan

random

Enables random of polars-plan

dynamic_group_by = polars-time, temporal

Enables dynamic_group_by of polars-plan

ewma

Enables ewma of polars-plan

ewma_by

Enables ewma_by of polars-plan

dot_diagram

Enables dot_diagram of polars-plan

diagonal_concat

Affects functions::concat_lf_diagonal

unique_counts

Enables unique_counts of polars-plan

log

Enables log of polars-plan

list_eval cumulative_eval
list_to_struct

Enables list_to_struct of polars-plan

array_to_struct

Enables array_to_struct of polars-plan

python = pyo3

Enables python of polars-core, polars-io, and polars-plan

row_hash test_all?

Enables row_hash of polars-plan

reinterpret

Enables reinterpret of polars-ops and polars-plan

string_pad test_all?

Enables string_pad of polars-plan

string_reverse

Enables string_reverse of polars-plan

string_to_integer test_all?

Enables string_to_integer of polars-plan

arg_where

Enables arg_where of polars-plan

search_sorted test_all?

Enables search_sorted of polars-plan

merge_sorted

Enables merge_sorted of polars-plan

meta

Enables meta of polars-plan

pivot test_all?

Enables pivot of polars-ops and rows of polars-core

polars-core:

opt-in features
create from row values
and include pivot operation

Affects frame::pivot

top_k test_all?

Enables top_k of polars-plan

semi_anti_join test_all?

Enables semi_anti_join of polars-plan

cse test_all?

Enables cse of polars-plan

propagate_nans

Enables propagate_nans of polars-plan

coalesce

Enables coalesce of polars-plan

regex test? test_all?

Enables regex of polars-plan

serde

Enables serde of polars-arrow, serde-lazy of polars-core, serde of polars-io, polars-ops, polars-plan, and optional polars-time

fused

Enables fused of polars-ops and polars-plan

list_sets

Enables list_sets of polars-ops and polars-plan

list_any_all

Enables list_any_all of polars-ops and polars-plan

array_any_all = dtype-array

Enables array_any_all of polars-ops and polars-plan

list_drop_nulls

Enables list_drop_nulls of polars-ops and polars-plan

list_sample test_all?

Enables list_sample of polars-ops and polars-plan

cutqcut test_all?

Enables cutqcut of polars-ops and polars-plan

rle test_all?

Enables rle of polars-ops and polars-plan

extract_groups test_all?

Enables extract_groups of polars-plan

peaks test_all?

Enables peaks of polars-plan

cov test_all?

Enables cov of polars-ops and polars-plan

hist test_all?

Enables hist of polars-plan

replace test_all?

Enables replace of polars-plan

binary_encoding

Enables binary_encoding of polars-plan

string_encoding

Enables string_encoding of polars-plan

bigidx

Enables bigidx of polars-plan

panic_on_schema test?

Enables panic_on_schema of polars-plan

test_all = cov, cse, cutqcut, dtype-struct, extract_groups, hist, ipc, list_sample, peaks, pivot, regex, replace, rle, row_hash, search_sorted, semi_anti_join, string_pad, string_to_integer, strings, test, top_k
test test_all? = abs, csv, cum_agg, diff, dtype-categorical, dtype-date, ipc, panic_on_schema, parquet, rank, regex, rolling_window, round_series

Enables fmt of polars-core and debugging of polars-plan

polars-plan:

debugging utility

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures cloud?
polars-json json?
polars-pipe streaming?
polars-time asof_join? dtype-date? dtype-datetime? dtype-duration? dtype-time? dynamic_group_by? rolling_window?
pyo3 python?
tokio cloud?