create table book( id int primary key, title text not null );
select * from index_advisor('select book.id from book where title = $1');
{"CREATE INDEX ON public.book USING btree (title)"}