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

feat(csharpclient): First pass at a C# client #5703

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

kosak
Copy link
Contributor

@kosak kosak commented Jul 1, 2024

This implements a C# client for Deephaven. It requires the Deephaven C++ client to be installed. In a future PR we will provide more detailed installation instructions.

@kosak kosak added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Jul 1, 2024
@kosak kosak requested a review from jcferretti July 1, 2024 19:55
@kosak kosak self-assigned this Jul 1, 2024
jcferretti
jcferretti previously approved these changes Jul 1, 2024
new ColumnFactory<NativeArrowTable>.ForBool(NativeArrowTable.deephaven_client_ArrowTable_GetBooleanAsInteropBoolColumn),
new ColumnFactory<NativeArrowTable>.ForString(NativeArrowTable.deephaven_client_ArrowTable_GetStringColumn),
new ColumnFactory<NativeArrowTable>.ForDateTime(NativeArrowTable.deephaven_client_ArrowTable_GetDateTimeAsInt64Column),
// List - TODO(kosak)
Copy link
Member

Choose a reason for hiding this comment

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

Can you turn this "TODO" to a comment describing a potential future change?
Asking for (1) less cryptic (2) not framing as a TODO (TODO = "we should have but don't have yet").

Copy link
Contributor Author

Choose a reason for hiding this comment

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

PTAL

@kosak kosak enabled auto-merge (squash) July 2, 2024 00:10
@kosak kosak disabled auto-merge July 2, 2024 00:11
@kosak kosak merged commit 839e607 into deephaven:main Jul 2, 2024
16 checks passed
@kosak kosak deleted the kosak_csharp-client branch July 2, 2024 02:14
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants