func github.com/go-pg/pg/v10/types.ArrayAppender

4 uses

	github.com/go-pg/pg/v10/types (current package)
		append_value.go#L114: 			return ArrayAppender(typ)
		array.go#L29: 		append: ArrayAppender(v.Type()),
		array_append.go#L25: func ArrayAppender(typ reflect.Type) AppenderFunc {

	github.com/go-pg/pg/v10/orm
		table.go#L472: 		field.append = types.ArrayAppender(f.Type)