summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:42:37 +0100
committerPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:42:37 +0100
commitbf901e8cd299adabba8cdaf7b395b2ebb09972de (patch)
treeff91e79433251c2866a44e05fb7ccea01314ab1d /internal
parentcd34bf3e19ae6dbdb1f6378042241788698906fc (diff)
document Outfile - tidy mods
Diffstat (limited to 'internal')
-rw-r--r--internal/mapr/query.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/mapr/query.go b/internal/mapr/query.go
index 4eeb7b6..247cdaf 100644
--- a/internal/mapr/query.go
+++ b/internal/mapr/query.go
@@ -13,6 +13,7 @@ const (
unexpectedEnd string = "Unexpected end of query"
)
+// Outfile represents the output file of a mapreduce query.
type Outfile struct {
FilePath string
AppendMode bool