Skip to content

[minor] Place functions into anonymous namespace #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dentiny
Copy link
Contributor

@dentiny dentiny commented Aug 4, 2025

I use the same function name TimestampToTimeT under duckdb namespace, met some linking issue and found we already have the same function under the same namespace at httpfs.

This PR is a no-op trivial change to place functions only used in impl file into an anonymous namespace, to scope it only visible from the same translation unit.

Follows PR in ducdb main repo: duckdb/duckdb#18177

Copy link
Contributor

@Tmonster Tmonster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants