risingwave_frontend::utils::with_options

Function resolve_connection_ref_and_secret_ref

source
pub(crate) fn resolve_connection_ref_and_secret_ref(
    with_options: WithOptions,
    session: &SessionImpl,
    object: TelemetryDatabaseObject,
) -> Result<(WithOptionsSecResolved, PbConnectionType, Option<u32>), RwError>