Skip to content

Commit 581a113

Browse files
authored
Fix sink type for IndexedTables.jl
The default constructor for an `IndexedTable` is not `IndexedTable` but the function `table`. `@collect IndexedTable` will throw an error but `@collect table` will return the correct result.
1 parent a29ae22 commit 581a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/sinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the `TS` type.
105105

106106
## IndexedTable
107107

108-
The statement `@collect IndexedTable` will materialize the query results
108+
The statement `@collect table` will materialize the query results
109109
into a new `IndexedTables.IndexedTable` instance. This statement only
110110
works if the last projection statement transformed the results into a
111111
`NamedTuple`, for example by using the `{}` syntax. The last column of

0 commit comments

Comments
 (0)