Searched refs:hashIndexAllowCollision (Results 1 – 3 of 3) sorted by relevance
848 public boolean hashIndexAllowCollision() { in hashIndexAllowCollision() method in BlockBasedTableConfig868 final boolean hashIndexAllowCollision) { in setHashIndexAllowCollision() argument
351 public void hashIndexAllowCollision() { in hashIndexAllowCollision() method in BlockBasedTableConfigTest354 assertThat(blockBasedTableConfig.hashIndexAllowCollision()). in hashIndexAllowCollision()
105 assert (table_options.hashIndexAllowCollision() == false); in main()