Skip to content

docs: DOC-1420: Groovy getColumnSource reference doc#8153

Draft
elijahpetty wants to merge 1 commit into
deephaven:mainfrom
elijahpetty:doc-1420
Draft

docs: DOC-1420: Groovy getColumnSource reference doc#8153
elijahpetty wants to merge 1 commit into
deephaven:mainfrom
elijahpetty:doc-1420

Conversation

@elijahpetty

Copy link
Copy Markdown
Contributor

No description provided.

@elijahpetty elijahpetty self-assigned this Jun 18, 2026
@elijahpetty elijahpetty added documentation Improvements or additions to documentation NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. NoPythonDocsChangesNeeded labels Jun 18, 2026
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Deploying docs previews for 96e3933 (available for 14 days)

Groovy

)

columnSource = source.getColumnSource("Integers")
println columnSource.getInt(2)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This example is dangerous. You can't just make up a row key. You need to dereference it through a rowset.

We also should not encourage using getInt or any other single-value accessors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation NoDocumentationNeeded NoPythonDocsChangesNeeded NoReleaseNotesNeeded No release notes are needed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants