nuget server logo nuget api documents
↑

API Docs / RData / AltRepConstructorExpander

AltRepConstructorExpander

Full name SMRUCC.Rsharp.RDataSet.Convertor.AltRepConstructorExpander Assembly RData Members 4

01 Syntax

SMRUCC.Rsharp.RDataSet.Convertor.AltRepConstructorExpander

02 Methods

NameOverloadsSummary
compact_intseq_constructor 1 compact_intseq: state is a REALSXP of length 3 -> (n, step, start).
compact_realseq_constructor 1 compact_realseq: state is a REALSXP of length 3 -> (n, step, start).
deferred_string_constructor 1 deferred_string: the state holds the materialized backing character vector (an STRSXP).
wrap_constructor 1 wrap_*: the state IS the real materialized object.

03 Members

method compact_intseq_constructor #
compact_intseq_constructor(RObject, RObject)

compact_intseq: state is a REALSXP of length 3 -> (n, step, start). Produces integer(start .. start + (n-1)*step).

method compact_realseq_constructor #
compact_realseq_constructor(RObject, RObject)

compact_realseq: state is a REALSXP of length 3 -> (n, step, start). Produces double(start .. start + (n-1)*step).

method deferred_string_constructor #
deferred_string_constructor(RObject, RObject)

deferred_string: the state holds the materialized backing character vector (an STRSXP). We return that vector directly.

method wrap_constructor #
wrap_constructor(RObject, RObject)

wrap_*: the state IS the real materialized object. Return it as-is so the conversion pipeline handles it through the normal read path.