func github.com/go-pg/pg/v10/internal/parser.NewStreamingParser
4 uses
github.com/go-pg/pg/v10/internal/parser (current package)
streaming_parser.go#L13: func NewStreamingParser(rd pool.Reader) StreamingParser {
github.com/go-pg/pg/v10/orm
composite_parser.go#L28: p := parser.NewStreamingParser(rd)
github.com/go-pg/pg/v10/types
array_parser.go#L30: p := parser.NewStreamingParser(rd)
hstore_parser.go#L18: p: parser.NewStreamingParser(rd),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)