class DuckDB::TableFunction::FunctionInfo
rubocop:disable Lint/EmptyClass
end
func_info.set_error(‘Something went wrong’)
# Report errors during execution
table_function.execute do |func_info, output|
Example:
It is passed to the execute callback along with the output DataChunk.
The DuckDB::TableFunction::FunctionInfo provides context during table function execution.