Add select docs and fix return values for Select API (#6300)

This commit is contained in:
Harshavardhana
2018-08-17 17:11:39 -07:00
committed by kannappanr
parent 3de5a3157f
commit 5a4a57700b
4 changed files with 131 additions and 5 deletions

View File

@@ -25,6 +25,9 @@ import (
"github.com/xwb1989/sqlparser"
)
// MaxExpressionLength - 256KiB
const MaxExpressionLength = 256 * 1024
// This function processes size so that we can calculate bytes BytesProcessed.
func processSize(myrecord []string) int64 {
if len(myrecord) > 0 {