Hole

Filter:

HOLE

Syntax:

HOLE

Operands:

none

Functional Description:

Use the HOLE stage to read all input records and consume them. HOLE reads records from all its connected input streams and does not write records to any output streams. The output stream remains connected until all input streams reach the end of file.

HOLE is useful for performance measurements on a device driver where it is desired to read a complete file.

Secondary Input/Output:

INPUT

Synonyms:

none

Usage Notes:





JAVA Pipelines

Cullen Programming logo