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