Function re_view_dataframe::dataframe_ui::dataframe_ui

source ยท
pub(crate) fn dataframe_ui(
    ctx: &ViewerContext<'_>,
    ui: &mut Ui,
    query_handle: &QueryHandle<StorageEngineArcReadGuard>,
    expanded_rows_cache: &mut ExpandedRowsCache,
    view_id: &ViewId,
) -> Vec<HideColumnAction>
Expand description

Display a dataframe table for the provided query.