package
35.0.0-20241101153557-77eb4bb6fff8
Repository: https://github.com/apache/spark-connect-go.git
Documentation: pkg.go.dev
# Functions
NewDataFrame creates a new DataFrame.
NewDataframeReader creates a new DataFrameReader.
NewSessionBuilder creates a new session builder for starting a new spark session.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
DataFrame is a wrapper for data frame, representing a distributed collection of data row.
DataFrameReader supports reading data from storage and returning a data frame.
DataFrameWriter supports writing data frame to storage.
ResultCollector receives a stream of result rows.
No description provided by the author