You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have an example of a constructor that isn't documented that you think should be? I haven't done a comprehensive search but some classes in Arrow C++ have their constructors hidden behind public interfaces (e.g., RecordBatchReader) while other classes do expose their constructor (e.g., LocalFileSystem).
Describe the bug, including details regarding any error messages, version, and platform.
The C++ doco contains generated documentation for methods, but not for constructors. This makes it incomplete.
Component(s)
Documentation
The text was updated successfully, but these errors were encountered: