TestMultiDimension
Tests the multi-dimension index tool.
| Methods |
| static long |
interleave(int x, int y)
This method is called via reflection from the database.
|
| static long |
interleave(int x, int y)
This method is called via reflection from the database.
Parameters:
x - the x value
y - the y value
Returns:
the bit-interleaved value
|
| static long |
interleave(int x, int y, int z)
This method is called via reflection from the database.
|
| static long |
interleave(int x, int y, int z)
This method is called via reflection from the database.
Parameters:
x - the x value
y - the y value
z - the z value
Returns:
the bit-interleaved value
|
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| void |
test()
|
| void |
test() throws SQLException
|
|