Skip to content

Conventions for Operators

Dan Debrunner edited this page Apr 3, 2014 · 7 revisions

Overview

A collection of conventions for operators to ensure that there is a consistent style for operators within IBMStreams and that they are consistent with operators in the IBM InfoSphere Streams product.

This helps developers be more productive as operators have a consistent look and feel, for example, they don't have to refer to documentation to see if the delay parameter is in seconds or milliseconds, or what SPL type it is.

References

Documentation

  • Document any operator and its parameters. As the developer you may understand what it does, other folks won't unless it's well documented. SPLDOC is the preferred mechanism.

Operator Parameters

  • Parameters that represent time usually have units of seconds and have SPL type float64.