github.com/jackc/pgtype.Float4Array.setRecursive (method)

4 uses

	github.com/jackc/pgtype (current package)
		float4_array.go#L117: 		elementCount, err := dst.setRecursive(reflectedValue, 0, 0)
		float4_array.go#L131: 				elementCount, err = dst.setRecursive(reflectedValue, 0, 0)
		float4_array.go#L147: func (dst *Float4Array) setRecursive(value reflect.Value, index, dimension int) (int, error) {
		float4_array.go#L162: 			index, err = dst.setRecursive(value.Index(i), index, dimension+1)