artemis.algorithms.legacyalgo

Algorithm that parsers and converts a bytes object of flat-width data to Arrow record batch format. Calls a tool that executes an arrow-based flat-width file reader.

Module Contents

class artemis.algorithms.legacyalgo.LegacyDataAlgo(name, **kwargs)

Bases: artemis.core.algo.AlgoBase

initialize(self)
book(self)
rebook(self)
pyarrow_parsing(self, block)
pyarrow_fwfr(self, block)
execute(self, element)
finalize(self)