start work on chopper

This commit is contained in:
Alexey Lavrenuke 2015-11-24 14:35:41 +03:00
parent 73f018db08
commit 3669d68cfd

View File

@ -0,0 +1,9 @@
"""
Split incoming DataFrames into chunks, cache them, union chunks with same key
and pass to the underlying aggregator.
"""
class Chopper(object):
def __init__(self, arg):
self.arg = arg