Skip to content
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

ARROW-97: API documentation via sphinx-apidoc #175

Closed
wants to merge 2 commits into from

Conversation

xhochy
Copy link
Member

@xhochy xhochy commented Oct 16, 2016

No description provided.

Change-Id: I7bce2141eedee94bf39231636e4658a43b0822ca
@wesm
Copy link
Member

wesm commented Oct 16, 2016

+1

@asfgit asfgit closed this in 8e8b17f Oct 16, 2016
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 2, 2018
…threads

This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer

Author: fscheibner <florian.scheibner@snowflake.net>

Closes apache#175 from flode/static and squashes the following commits:

9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 4, 2018
…threads

This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer

Author: fscheibner <florian.scheibner@snowflake.net>

Closes apache#175 from flode/static and squashes the following commits:

9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads

Change-Id: I02882e98a517fba882fd61f7ed3388ee255fe862
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 6, 2018
…threads

This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer

Author: fscheibner <florian.scheibner@snowflake.net>

Closes apache#175 from flode/static and squashes the following commits:

9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads

Change-Id: I02882e98a517fba882fd61f7ed3388ee255fe862
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 7, 2018
…threads

This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer

Author: fscheibner <florian.scheibner@snowflake.net>

Closes apache#175 from flode/static and squashes the following commits:

9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads

Change-Id: I02882e98a517fba882fd61f7ed3388ee255fe862
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
…threads

This buffer is used in multiple threads, so it cannot be static. It's small enough to just have it on the stack. I could add a vector to the RleDecoder class as well if you prefer

Author: fscheibner <florian.scheibner@snowflake.net>

Closes apache#175 from flode/static and squashes the following commits:

9876c31 [fscheibner] Don't use a static buffer for data accessed by multiple threads

Change-Id: I02882e98a517fba882fd61f7ed3388ee255fe862
@xhochy xhochy deleted the ARROW-97 branch November 12, 2018 09:54
vfraga pushed a commit to rafael-telles/arrow that referenced this pull request Dec 14, 2021
* Add getCrossReference to FlightClientHandler

* Add call to getCrossReference on FlightSQL

* Implement getCrossReference logic

* Create test to getCrossReference

* Remove cross reference test that check its empty

* Refactor variable to use CrossReference in its name

* Add java doc to cross reference method

* Fix checkstyle

* Fix Checkstyle

* Call the correct transformer for each method

* Minor changes on code style for ArrowDatabaseMetadata

Co-authored-by: Rafael Telles <rafael@telles.dev>
rafael-telles added a commit to rafael-telles/arrow that referenced this pull request Jan 20, 2022
* Add getCrossReference to FlightClientHandler

* Add call to getCrossReference on FlightSQL

* Implement getCrossReference logic

* Create test to getCrossReference

* Remove cross reference test that check its empty

* Refactor variable to use CrossReference in its name

* Add java doc to cross reference method

* Fix checkstyle

* Fix Checkstyle

* Call the correct transformer for each method

* Minor changes on code style for ArrowDatabaseMetadata

Co-authored-by: Rafael Telles <rafael@telles.dev>
vfraga pushed a commit to rafael-telles/arrow that referenced this pull request Mar 29, 2022
* Add getCrossReference to FlightClientHandler

* Add call to getCrossReference on FlightSQL

* Implement getCrossReference logic

* Create test to getCrossReference

* Remove cross reference test that check its empty

* Refactor variable to use CrossReference in its name

* Add java doc to cross reference method

* Fix checkstyle

* Fix Checkstyle

* Call the correct transformer for each method

* Minor changes on code style for ArrowDatabaseMetadata

Co-authored-by: Rafael Telles <rafael@telles.dev>
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.

None yet

2 participants