Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions villagesql/sdk/include/villagesql/vsql/func_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -1125,10 +1125,4 @@ constexpr vef_type_t to_vef_type(const char *name) {
} // namespace func_builder
} // namespace vsql

// TODO(villagesql): Remove these villagesql:: aliases once all extensions have
// migrated to the vsql:: namespace.
namespace villagesql {
using ResolvedTypeParams = vsql::ResolvedTypeParams;
} // namespace villagesql

#endif // VILLAGESQL_VSQL_FUNC_BUILDER_H
19 changes: 0 additions & 19 deletions villagesql/sdk/include/villagesql/vsql/func_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,23 +355,4 @@ class CustomResultWith {

} // namespace vsql

// TODO(villagesql): Remove these villagesql:: aliases once all extensions have
// migrated to the vsql:: namespace.
namespace villagesql {
template <typename T>
using Span = vsql::Span<T>;
using IntArg = vsql::IntArg;
using RealArg = vsql::RealArg;
using StringArg = vsql::StringArg;
using CustomArg = vsql::CustomArg;
template <typename P>
using CustomArgWith = vsql::CustomArgWith<P>;
using IntResult = vsql::IntResult;
using RealResult = vsql::RealResult;
using StringResult = vsql::StringResult;
using CustomResult = vsql::CustomResult;
template <typename P>
using CustomResultWith = vsql::CustomResultWith<P>;
} // namespace villagesql

#endif // VILLAGESQL_VSQL_FUNC_TYPES_H
Loading