0 / 0
Head stage: Rows section

Head stage: Rows section

Use the Rows section to specify how the Head stage operates.

All rows

Copy all input rows to the output data set. You can skip rows before Head performs its copy operation by using the Skip property. The Number of Rows property is not needed if All Rows is true.

Number of rows (per partition)

Specify the number of rows to copy from each partition of the input data set to the output data set. The default value is 10. The Number of Rows property is not needed if All Rows is true.

Period (per partition)

Copy every Pth record in a partition, where P is the period. You can start the copy operation after records have been skipped by using the Skip property. P must equal or be greater than 1.

Skip (per Partition)

Ignore the first number of rows of each partition of the input data set, where number is the number of rows to skip. The default skip count is 0.

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more