Skip to content

Conversation

@saganatt
Copy link
Collaborator

Hi @jgrosseo , this is the example for partitions. groupedTracks.bindTable(tracks); does the actual job.

For comparison with index columns I extended expression nodes to accept int64_t - @aalkin , is that OK for you?

@saganatt saganatt requested review from a team, iarsene and jgrosseo as code owners November 25, 2020 11:07
Copy link
Collaborator

@jgrosseo jgrosseo left a comment

Choose a reason for hiding this comment

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

Thanks!

@aalkin
Copy link
Member

aalkin commented Nov 25, 2020

Adding int64_t is fine, of course. But we use int32_t for index anyway.

@saganatt
Copy link
Collaborator Author

Adding int64_t is fine, of course. But we use int32_t for index anyway.

Hm, strangely it fails for me without int64_t. It says e.g. that cannot match T = long int to any of other LiteralNode variants.

@aalkin
Copy link
Member

aalkin commented Nov 25, 2020

Hm, strangely it fails for me without int64_t. It says e.g. that cannot match T = long int to any of other LiteralNode variants.

True, this is not an index column but rather the index counter, that one is indeed int64_t. All good then.

@jgrosseo jgrosseo merged commit 4adfa83 into AliceO2Group:dev Nov 25, 2020
@saganatt saganatt deleted the partitions-process branch November 25, 2020 19:56
EmilGorm pushed a commit to EmilGorm/AliceO2 that referenced this pull request Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants