Interface LazyDataFrameConstructor

interface LazyDataFrameConstructor {
    deserialize(buf, format): LazyDataFrame;
    fromExternal(external): LazyDataFrame;
}

Hierarchy

Methods

Generated using TypeDoc