Jump to Content
Pebble StreamJoin Zen's Slack
DocumentationRecipesCommunity Discussions
v1.0

Join Zen's SlackLog InPebble Stream
Documentation
Log In
v1.0DocumentationRecipesCommunity Discussions

Enterprise Documentation

  • Getting Started with Pebble Stream
  • Spreadsheet Design Best Practices
  • Writing Performant Spreadsheets
  • Supported Spreadsheet Functions
  • Runtime API
    • Clojure
    • C#
    • JavaScript
    • Java
  • Pebble Flow Workflow Server
    • Deploying the Pebble Flow Workflow Server
    • The Pebble Flow API
    • Advanced Configuration
    • Pebble Flow Workflow Server Release Notes
  • Pebble Stream Runtime Release Notes
  • Pebble Stream System Status

Directives

  • Transformative Directives
    • from
    • cartesian-product
    • join
    • outer-join
    • filter
    • sort
    • group
    • group-unique
    • group-sum
    • group-ratio
    • header-map
    • split
    • paths
  • Annotative Directives
    • allowed-values
    • div/0
    • do-not-compile
    • fail
    • grouped
    • header-count
    • hint
    • identical-columns
    • ignore
    • not-blank
    • out
    • sorted
    • unique
    • warn
  • Generative Directives
    • match-rows
    • stop

Zen Documentation

  • Introduction
  • Best Practices
  • Getting Started with Zen
    • Things to take note
    • Setup 101
  • Features
    • Worksheet Styling & Theming
    • Preferences
  • Directives
    • from
    • match-rows
    • cartesian-product
    • join
    • outer-join
    • filter
    • group
    • sort
  • Troubleshooting
  • Feedback
  • Release Notes
Powered by 

Generative Directives

Generative directives describe how many worksheet rows to create on spreadsheet execution.

Suggest Edits

Generative directives tell the Pebble Stream runtime how to generate rows in a worksheet.

Pebblers use generative directives to simulate the effect of a Pebbler's drag down or copy down of worksheet rows. Here is an example of a generative directive:

pebblestream:match-rows

Currently, there are two generative directives. They are match-rows and stop.

Updated about 3 years ago