Function load_parquet_preview

Source
pub async fn load_parquet_preview(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    offset: Option<f64>,
    limit: Option<f64>,
    sort_col: Option<&str>,
    sort_desc: Option<bool>,
    search_col: Option<&str>,
    search_term: Option<&str>,
    storage: Option<&str>,
) -> Result<Value, Error<LoadParquetPreviewError>>