File tree Expand file tree Collapse file tree
villagesql/sdk/include/villagesql/vsql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1125,10 +1125,4 @@ constexpr vef_type_t to_vef_type(const char *name) {
11251125} // namespace func_builder
11261126} // namespace vsql
11271127
1128- // TODO(villagesql): Remove these villagesql:: aliases once all extensions have
1129- // migrated to the vsql:: namespace.
1130- namespace villagesql {
1131- using ResolvedTypeParams = vsql::ResolvedTypeParams;
1132- } // namespace villagesql
1133-
11341128#endif // VILLAGESQL_VSQL_FUNC_BUILDER_H
Original file line number Diff line number Diff line change @@ -355,23 +355,4 @@ class CustomResultWith {
355355
356356} // namespace vsql
357357
358- // TODO(villagesql): Remove these villagesql:: aliases once all extensions have
359- // migrated to the vsql:: namespace.
360- namespace villagesql {
361- template <typename T>
362- using Span = vsql::Span<T>;
363- using IntArg = vsql::IntArg;
364- using RealArg = vsql::RealArg;
365- using StringArg = vsql::StringArg;
366- using CustomArg = vsql::CustomArg;
367- template <typename P>
368- using CustomArgWith = vsql::CustomArgWith<P>;
369- using IntResult = vsql::IntResult;
370- using RealResult = vsql::RealResult;
371- using StringResult = vsql::StringResult;
372- using CustomResult = vsql::CustomResult;
373- template <typename P>
374- using CustomResultWith = vsql::CustomResultWith<P>;
375- } // namespace villagesql
376-
377358#endif // VILLAGESQL_VSQL_FUNC_TYPES_H
You can’t perform that action at this time.
0 commit comments