fn registry_source(
first: &EntityDeclaration,
rest: &[EntityDeclaration],
df: DataFrame,
window: &GraphQueryWindow,
) -> Result<DataFrame>Expand description
Projects all entity declarations of one source table with one source scan
via unnest_rows.