performance fixes for join table based on selectivity
commitd1bee7f9b58a86cc4f39d04e96e6e6846f326799
authorprabatuty <prabatuty>
Fri, 30 Jan 2009 08:27:27 +0000 (30 08:27 +0000)
committerprabatuty <prabatuty>
Fri, 30 Jan 2009 08:27:27 +0000 (30 08:27 +0000)
tree1f05d5a71b195b9688f884a7136d4cdbc7995d57
parentc1e551cb36eeac637e29404962726f21e7783128
performance fixes for join table based on selectivity
If hash or tree is involved, then that table becomes the left handle of the join
include/AggTableImpl.h
include/JoinTableImpl.h
include/Table.h
include/TableImpl.h
src/odbc/Makefile
src/storage/DataType.cxx
src/storage/JoinTableImpl.cxx
src/storage/TableImpl.cxx