serve

Function serve 

Source
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.