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

Templates for non-uniform dataprocessing #17

Open
Zelenyy opened this issue Sep 11, 2019 · 1 comment
Open

Templates for non-uniform dataprocessing #17

Zelenyy opened this issue Sep 11, 2019 · 1 comment

Comments

@Zelenyy
Copy link
Member

Zelenyy commented Sep 11, 2019

Proposal add function for work with non-uniform data, similar pipe and join . As first example, for two types:
TwoType1_1

@Zelenyy
Copy link
Member Author

Zelenyy commented Sep 12, 2019

General task have outputs and inputs, which have these type. Number of input can be in range from 0 to N, number of ouput --- from 1 to N and special empty output (for side effect task such as external and system call, IO operations etc). I prepera table for several combination of outputs and inputs.

Output\Input

0

1<T>

N<T>

2<T,R>

N<R,T>

empty

action

action<T>

joinAction<T>

zipAction<T,R>

joinZipAction<R,T>

1<L>

create<L>

pipe<T,L>

join<T,L>

zip<T,R,L>

joinZip<T,R,L>

N<L>

generate<L>

generate<T,L>

joinGenerate<T,L>

generate<T,R,L>

joinGenerate<T,R,L>

2<L,K>

N<L,K>

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

No branches or pull requests

1 participant