Skip to content

Add optional qualifier to Expr::Column #121

@alamb

Description

@alamb

Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10815

This follows on from https://issues.apache.org/jira/browse/ARROW-10732 and does the integration to complete the feature.

 

Expr::Column will be updated to

 
{code:java}
Column {
/// Optional qualifier
qualifier: Option,
/// Column name
name: String,
}, {code}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions