performance fixes for join. for equi join adding extra point lookup predicate on...
commit9e59445b2887699796a27040cf3d14fe640c794f
authorprabatuty <prabatuty>
Fri, 30 Jan 2009 17:30:34 +0000 (30 17:30 +0000)
committerprabatuty <prabatuty>
Fri, 30 Jan 2009 17:30:34 +0000 (30 17:30 +0000)
tree21fce3757f2f09b7e85627de168beb20d8f1d848
parent9530a5c9b6887d293110fdf0cbbdc18c9c086eda
performance fixes for join. for equi join adding extra point lookup predicate on the right hand side table if it has index.
include/AggTableImpl.h
include/JoinTableImpl.h
include/PredicateImpl.h
include/Table.h
include/TableImpl.h
src/odbc/Makefile
src/storage/JoinTableImpl.cxx
src/storage/TableImpl.cxx