pub async fn serve(
session_context: Arc<SessionContext>,
opts: &ServerOptions,
auth_manager: Arc<AuthManager>,
) -> Result<(), Error>
Expand description
Serve the Datafusion SessionContext
with Postgres protocol.
pub async fn serve(
session_context: Arc<SessionContext>,
opts: &ServerOptions,
auth_manager: Arc<AuthManager>,
) -> Result<(), Error>
Serve the Datafusion SessionContext
with Postgres protocol.