PR(#17960) has introduced vector table which can map java table to c++ block. In some cases(java udf & jdbc exector), we should map c++ block to java table. This PR implements this function. The memory structure of java vector table and c++ block is consistent, so the implementation doesn't copy the block, just passes the memory address.