scidb.map_stream: scidb stream functions

Description Usage Arguments Value Author(s)

Description

This function get all script arguments, decodefies them and return a named list.

Usage

1
scidb.map_stream(fun, err_file = NULL)

Arguments

fun

A function to be called to process the input data which comes from scidb. The function must have one argument to receive the chunck data. The result of this function is returned to the scidb stream operator.

err_file

A file path where the script can report any errors. If NULL, any error will be reported on stderr (Default NULL).

Value

Named list with all decoded script arguments

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


rolfsimoes/scidbquery documentation built on May 29, 2019, 8:48 a.m.