Skip to content

Commit 076d6fb

Browse files
author
DvirDukhan
authored
Update ResultSetScalarTypes.java (#74)
1 parent c182099 commit 076d6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/redislabs/redisgraph/impl/resultset/ResultSetScalarTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enum ResultSetScalarTypes {
66
VALUE_UNKNOWN,
77
VALUE_NULL,
88
VALUE_STRING,
9-
VALUE_INTEGER,
9+
VALUE_INTEGER, // 64 bit long.
1010
VALUE_BOOLEAN,
1111
VALUE_DOUBLE,
1212
VALUE_ARRAY,

0 commit comments

Comments
 (0)