Documentation

sampledata.int() function

sampledata.int() returns a sample data set with integer values.

Function type signature
(?includeNull: bool) => stream[{A with _value: B, _value: int}]

For more information, see Function type signatures.

Parameters

includeNull

Include null values in the returned dataset. Default is false.

Examples

Output basic sample data with integer values

import "sampledata"

sampledata.int()

View example output


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more