Format
This commit is contained in:
@@ -11,7 +11,7 @@ namespace duckdb {
|
||||
typedef std::string (*simple_tf_t)(ClientContext &);
|
||||
|
||||
struct RunOnceTableFunctionState : GlobalTableFunctionState {
|
||||
RunOnceTableFunctionState() : run(false) {};
|
||||
RunOnceTableFunctionState() : run(false){};
|
||||
std::atomic<bool> run;
|
||||
|
||||
static unique_ptr<GlobalTableFunctionState> Init(ClientContext &,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# name: test/sql/ui.test
|
||||
# description: test ui extension
|
||||
# group: [ui]
|
||||
# group: [sql]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user