summaryrefslogtreecommitdiff
path: root/internal/mapr/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/mapr/query.go')
-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