AltRepConstructorExpander
01 Syntax
SMRUCC.Rsharp.RDataSet.Convertor.AltRepConstructorExpander
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
compact_intseq: state is a REALSXP of length 3 -> (n, step, start). Produces integer(start .. start + (n-1)*step).
compact_realseq: state is a REALSXP of length 3 -> (n, step, start). Produces double(start .. start + (n-1)*step).
deferred_string: the state holds the materialized backing character vector (an STRSXP). We return that vector directly.
wrap_*: the state IS the real materialized object. Return it as-is so the conversion pipeline handles it through the normal read path.