Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/spark-connect-rust
/ functions
Functions
681 in github.com/apache/spark-connect-rust
⨍
Functions
681
◇
Types & classes
38
Function
test_func_named_struct
()
crates/connect/src/functions/mod.rs:1859
Function
test_func_or
()
crates/connect/src/functions/mod.rs:2354
Function
test_func_over
()
crates/connect/src/functions/mod.rs:2546
Function
test_func_rlike
()
crates/connect/src/functions/mod.rs:2281
Function
test_func_startswith
()
crates/connect/src/functions/mod.rs:2185
Function
test_func_substr
()
crates/connect/src/functions/mod.rs:2520
Function
test_func_sum_distinct
()
crates/connect/src/functions/mod.rs:2588
Function
test_func_uuid
()
crates/connect/src/functions/mod.rs:1923
Function
test_function_exists
()
crates/connect/src/catalog.rs:615
Function
test_get_database
()
crates/connect/src/catalog.rs:586
Function
test_group_count
()
crates/connect/src/group.rs:161
Function
test_group_pivot
()
crates/connect/src/group.rs:177
Function
test_list_catalogs
()
crates/connect/src/catalog.rs:539
Function
test_list_columns
()
crates/connect/src/catalog.rs:625
Function
test_panic_incorrect_url_scheme
()
crates/connect/src/client/builder.rs:233
Function
test_panic_missing_url_host
()
crates/connect/src/client/builder.rs:240
Function
test_panic_missing_url_port
()
crates/connect/src/client/builder.rs:247
Function
test_panic_ssl
()
crates/connect/src/client/builder.rs:268
Function
test_read_stream
()
crates/connect/src/streaming/mod.rs:754
Function
test_schema
()
crates/connect/src/types.rs:642
Function
test_session_config
()
crates/connect/src/session.rs:425
Function
test_session_tags
()
crates/connect/src/session.rs:372
Function
test_session_tags_panic
()
crates/connect/src/session.rs:396
Function
test_session_version
()
crates/connect/src/session.rs:409
Function
test_set_current_catalog_panic
()
crates/connect/src/catalog.rs:528
Function
test_set_current_database
()
crates/connect/src/catalog.rs:561
Function
test_set_current_database_panic
()
crates/connect/src/catalog.rs:575
Function
test_settings_builder
()
crates/connect/src/client/builder.rs:254
Function
test_spark_create_dataframe
()
crates/connect/src/session.rs:346
Function
test_spark_range
()
crates/connect/src/session.rs:334
Function
test_spark_session_create
()
crates/connect/src/session.rs:362
Function
test_stream_active
()
crates/connect/src/streaming/mod.rs:768
Function
test_stream_explain
()
crates/connect/src/streaming/mod.rs:851
Function
test_stream_manager_active
()
crates/connect/src/streaming/mod.rs:879
Function
test_stream_manager_await_term
()
crates/connect/src/streaming/mod.rs:955
Function
test_stream_manager_await_term_none
()
crates/connect/src/streaming/mod.rs:1004
Function
test_stream_manager_get
()
crates/connect/src/streaming/mod.rs:926
Function
test_stream_progress
()
crates/connect/src/streaming/mod.rs:822
Function
test_stream_status
()
crates/connect/src/streaming/mod.rs:795
Function
test_window_orderby
()
crates/connect/src/window.rs:313
Function
test_window_over
()
crates/connect/src/window.rs:272
Function
test_window_partitionby
()
crates/connect/src/window.rs:345
Function
test_window_rangebetween
()
crates/connect/src/window.rs:377
Function
test_window_rowsbetween
()
crates/connect/src/window.rs:411
Function
to_binary
(col: impl Into<Column>, len: Option<impl Into<Column>>)
crates/connect/src/functions/mod.rs:1505
Function
to_csv
Converts a column containing a StructType into a CSV string
crates/connect/src/functions/mod.rs:899
Function
to_date
Parses the timestamp with the format to a timestamp without time zone.
crates/connect/src/functions/mod.rs:627
Method
to_df
Returns a new [DataFrame] that with new specified column names
crates/connect/src/dataframe.rs:1156
Method
to_df
(self, cols: I)
crates/connect/src/plan.rs:338
Function
to_json
Converts a column containing a StructType into a JSON string
crates/connect/src/functions/mod.rs:806
Method
to_table
Start a streaming job to save the contents of the [StreamingQuery] to a table.
crates/connect/src/streaming/mod.rs:273
Function
to_timestamp
Converts a Column into pyspark.sql.types.TimestampType using the optionally specified format.
crates/connect/src/functions/mod.rs:604
Function
to_timestamp_ltz
Parses the timestamp with the format to a timestamp without time zone.
crates/connect/src/functions/mod.rs:612
Function
to_timestamp_ntz
Parses the timestamp with the format to a timestamp without time zone.
crates/connect/src/functions/mod.rs:620
Function
to_unix_timestamp
Returns the UNIX timestamp of the given time.
crates/connect/src/functions/mod.rs:595
Method
token
(mut self, val: &str)
crates/connect/src/client/config.rs:61
Function
try_aes_decrypt
( input: impl Into<Column>, key: impl Into<Column>, mode: Option<impl Into<Column>>, padding:
crates/connect/src/functions/mod.rs:1555
Function
try_to_binary
(col: impl Into<Column>, len: Option<impl Into<Column>>)
crates/connect/src/functions/mod.rs:1512
Function
try_to_timestamp
(col: impl Into<Column>, format: Option<impl Into<Column>>)
crates/connect/src/functions/mod.rs:685
Method
type_name
(&self)
crates/connect/src/types.rs:28
Method
unbounded_following
Returns [i64::MAX]
crates/connect/src/window.rs:153
Method
unbounded_preceding
Returns [i64::MIN]
crates/connect/src/window.rs:158
Method
union
Return a new [DataFrame] containing the union of rows in this and another [DataFrame].
crates/connect/src/dataframe.rs:1239
Method
union
(self, other: LogicalPlanBuilder)
crates/connect/src/plan.rs:397
Method
union_by_name
Returns a new [DataFrame] containing union of rows in this and another [DataFrame].
crates/connect/src/dataframe.rs:1263
Method
union_by_name
( self, other: LogicalPlanBuilder, allow_missing_columns: Option<bool>, )
crates/connect/src/plan.rs:401
Function
unix_timestamp
Convert time string with given pattern (‘yyyy-MM-dd HH:mm:ss’, by default) to Unix time stamp (in seconds), using the default timezone and the default
crates/connect/src/functions/mod.rs:579
Method
unpersist
Marks the [DataFrame] as non-persistent, and remove all blocks for it from memory and disk.
crates/connect/src/dataframe.rs:1275
Method
unpivot
( self, ids: Vec<spark::Expression>, values: Option<Vec<spark::Expression>>, v
crates/connect/src/plan.rs:137
Method
use_ssl
(mut self, val: bool)
crates/connect/src/client/config.rs:81
Method
user_agent
(mut self, val: &str)
crates/connect/src/client/config.rs:76
Method
user_id
(mut self, val: &str)
crates/connect/src/client/config.rs:71
Function
when
Evaluates a list of conditions and returns one of multiple possible result expressions.
crates/connect/src/functions/mod.rs:149
Function
width_bucket
Returns the bucket number into which the value of this expression would fall after being evaluated.
crates/connect/src/functions/mod.rs:270
Function
window
Bucketize rows into one or moe time windows given a timestamp specifying column.
crates/connect/src/functions/mod.rs:639
Method
window_frame
(row_frame: bool, start: i64, end: i64)
crates/connect/src/window.rs:116
Method
with_column_renamed
Returns a new [DataFrame] by renaming an existing column.
crates/connect/src/dataframe.rs:1345
Method
with_columns
(self, col_map: I, metadata: Option<M>)
crates/connect/src/plan.rs:764
Method
with_columns_renamed
(self, cols: I)
crates/connect/src/plan.rs:795
Method
with_watermark
Defines an event time watermark for this [DataFrame].
crates/connect/src/dataframe.rs:1383
Method
with_watermark
(self, event_time: T, delay_threshold: D)
crates/connect/src/plan.rs:814
← previous
601–681 of 681, ranked by callers