Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
themeEclipse
titleLine Protocol Handler
linenumberstrue
input = ACCESS({source='Line', wrapper='GenericPush',
transport='File',protocol='Line',
  dataHandler='Tuple',options=[['filename','test.csv'],['delay','100']],
  schema=[
    ['symbolline','String'],
    ['points','Double'] ]
})

CQL

...

languagesql
themeEclipse
titleLine Protocol Handler
linenumberstrue

...