We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many filters will need to operate on tables as a side effect. For example, a filter may compute a value and add a new column to an input table.
These insert, delete, etc. operations should be supported by a common API that is not at the filter level.
This may mean that a Table should be a data object, or that there are helper functions that support common operations like this on tables.
The text was updated successfully, but these errors were encountered:
JonasLukasczyk
No branches or pull requests
Many filters will need to operate on tables as a side effect. For example, a filter may compute a value and add a new column to an input table.
These insert, delete, etc. operations should be supported by a common API that is not at the filter level.
This may mean that a Table should be a data object, or that there are helper functions that support common operations like this on tables.
The text was updated successfully, but these errors were encountered: