package
35.0.0-20241101153557-77eb4bb6fff8
Repository: https://github.com/apache/spark-connect-go.git
Documentation: pkg.go.dev
# Functions
NewBuilder creates a new instance of the BaseBuilder.
# Structs
BaseBuilder is used to parse the different parameters of the connection string according to the specification documented here:
https://github.com/apache/spark/blob/master/connector/connect/docs/client-connection-string.md.
# Interfaces
Builder is the interface that is used to implement different patterns that create the GRPC connection.
# Type aliases
ChannelBuilder re-exports BaseBuilder as its previous name for compatibility.