Class: Textus::Step::Transform
- Defined in:
- lib/textus/step/transform.rb
Overview
Combines/reshapes projected rows into an artifact shape. Returns a Hash (the structured payload base) or an Array of rows. Replaces the :transform_rows RPC. (Phase 2 will widen ‘rows:` to a named `inputs:` map.)
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.required_kwargs ⇒ Object
9 |
# File 'lib/textus/step/transform.rb', line 9 def self.required_kwargs = %i[rows config] |