mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Example binding fix
This commit is contained in:
committed by
jeffbanks
parent
3febf1634f
commit
387cef4c17
@@ -15,6 +15,6 @@ bindings:
|
||||
# create a HOF CqlVector binding
|
||||
hof_vary_vector: CqlVector(ListSizedHashed(HashRange(3,5)->int,HashRange(0.0f,1.0f)))
|
||||
# create a normalized vectors of dimension 10
|
||||
hof_ten_unit: MyCqlVector(ListSizedHashed(10,HashRange(0.0f,1.0f))); NormalizeVector();
|
||||
hof_ten_unit: CqlVector(ListSizedHashed(10,HashRange(0.0f,1.0f))); NormalizeVector();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user