MCPcopy Create free account
hub / github.com/RedisGraph/JRedisGraph / getValue

Method getValue

src/main/java/com/redislabs/redisgraph/Record.java:19–19  ·  view source on GitHub ↗

The value at the given field index @param index field index @return the value

(int index)

Source from the content-addressed store, hash-verified

17 * @return the value
18 */
19 <T> T getValue(int index);
20
21 /**
22 * The value at the given field

Callers 15

testSyncMethod · 0.95
testReadOnlyQueriesMethod · 0.95
testMultiExecMethod · 0.95
testRecordMethod · 0.95
testContextedAPIMethod · 0.95
testArraySupportMethod · 0.95
testParametersMethod · 0.95
testNullGraphEntitiesMethod · 0.95
test64bitnumberMethod · 0.95
testCachedExecutionMethod · 0.95

Implementers 1

RecordImplsrc/main/java/com/redislabs/redisgraph

Calls

no outgoing calls

Tested by 15

testSyncMethod · 0.76
testReadOnlyQueriesMethod · 0.76
testMultiExecMethod · 0.76
testRecordMethod · 0.76
testContextedAPIMethod · 0.76
testArraySupportMethod · 0.76
testParametersMethod · 0.76
testNullGraphEntitiesMethod · 0.76
test64bitnumberMethod · 0.76
testCachedExecutionMethod · 0.76