Name | Description |
---|---|
success | FlowFiles, with special attributes that represent a chunk of the input file. |
Name | Description |
---|---|
record.offset | Gets the index of first record in the input. |
record.count | Gets the number of records in the input. |
parquet.file.range.startOffset | Gets the start offset of the selected row group in the parquet file. |
parquet.file.range.endOffset | Gets the end offset of the selected row group in the parquet file. |
Name | Description |
---|---|
record.offset | Sets the index of first record of the parquet file. |
record.count | Sets the number of records in the parquet file. |