Skip to content

Commit 1d6d0db

Browse files
authored
Merge pull request #1109 from suketa/feature/table-function-experimental-note
Add experimental warning to TableFunction documentation
2 parents 84ecf09 + d9a6038 commit 1d6d0db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/duckdb/table_function.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module DuckDB
44
#
55
# The DuckDB::TableFunction encapsulates a DuckDB table function.
66
#
7+
# NOTE: DuckDB::TableFunction is experimental now.
8+
#
79
# require 'duckdb'
810
#
911
# db = DuckDB::Database.new

0 commit comments

Comments
 (0)