Skip to content

Commit

Permalink
Add ColumnApplied doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Apr 5, 2016
1 parent 458f166 commit cbd4f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import (
"github.com/maraino/go-mock"
)

// ColumnApplied is the name of a special column that has a bool that indicates
// whether a conditional statement was applied.
const ColumnApplied = "[applied]"

// Batch is an ordered collection of CQL queries.
Expand Down

0 comments on commit cbd4f47

Please sign in to comment.