Skip to content

Fast Transforms with Row Based Transformations

Hollin Wilkins edited this page Dec 25, 2016 · 1 revision

Overview

A lot of time is spent during transformation by just transforming the LeapFrame schema over and over again as requests come in. Use the RowTransformBuilder object to get rid of this overhead by precomputing the input and output schemas, and only transforming the MLeap row objects. This can result in a large speed increase when optimizing for one-off queries.