gusucode.com > bigdata 工具箱 matlab源码程序 > bigdata/@tall/markforreuse.m

    function markforreuse(in)
%MARKFORREUSE Helper that calls the underlying markforreuse

%   Copyright 2016 The MathWorks, Inc.

inImpl = hGetValueImpl(in);
if ~isa(inImpl, 'matlab.bigdata.internal.lazyeval.LazyPartitionedArray') || ~inImpl.ValueFuture.IsDone
    markforreuse(inImpl);
end
end