FlightSqlConfig

@Serializable
data class FlightSqlConfig(var host: String = "127.0.0.1", var port: Int = 0)

Constructors

Link copied to clipboard
constructor(host: String = "127.0.0.1", port: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var port: Int

Functions

Link copied to clipboard

Host on which to start the Flight SQL server.

Link copied to clipboard

Port on which to start the Flight SQL server.