//
pkg.gl
Category
github.com/LeoCBS/beam/sdks/v2
go
examples
stringsplit
package
2.59.0
Repository:
https://github.com/leocbs/beam.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
156 SLOC
#
Structs
LogFn
LogFn is a DoFn to log our split output.
StringSplitFn
StringSplitFn is a Splittable DoFn that splits strings into substrings of the specified size (for example, to be able to fit them in a small buffer).