should be it
This commit is contained in:
17
external/duckdb/extension/icu/include/icu-datetrunc.hpp
vendored
Normal file
17
external/duckdb/extension/icu/include/icu-datetrunc.hpp
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
// DuckDB
|
||||
//
|
||||
// icu-datetrunc.hpp
|
||||
//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace duckdb {
|
||||
|
||||
class ExtensionLoader;
|
||||
|
||||
void RegisterICUDateTruncFunctions(ExtensionLoader &loader);
|
||||
|
||||
} // namespace duckdb
|
||||
Reference in New Issue
Block a user