streamsx
1.7
  • streamsx.spl package
    • Submodules
    • Module contents
streamsx
  • Docs »
  • streamsx.spl package
  • View page source

streamsx.spl package¶

Submodules¶

  • streamsx.spl.op module
    • Invoking SPL Operators
      • Param clause
      • Output clause
  • streamsx.spl.spl module
    • Overview
    • Python classes as SPL operators
      • Overview
      • Operator state
      • Operator initialization & shutdown
      • Application log and trace
    • Python functions as SPL operators
    • Processing SPL tuples in Python
      • Overview
      • Tuple Passing Styles
        • Dictionary
        • Tuple
        • Attributes by name
        • Attributes by position
        • Selecting the style
      • Submission of SPL tuples from Python
        • None
        • Python tuple
        • Python dictionary
        • Python list
  • streamsx.spl.toolkit module
  • streamsx.spl.types module

Module contents¶

SPL primitive operators that call a Python function or callable class are created by decorators provided streamsx.spl.spl Once created the operators become part of a toolkit and may be used like any other SPL operator.


© Copyright 2015,2017 IBM Corp..

Built with Sphinx using a theme provided by Read the Docs.