I used the following code to draw the table, however, there is blank space in the border. the lines are not connected. May someone help me?
\usepackage{tikz}
\usetikzlibrary{
shapes.geometric,
positioning,
fit,
calc
}
\usepackage{array}
\usetikzlibrary{decorations.markings}
\newcommand*{\Shift}{0.6ex}
\usepackage{fancyvrb}
\usepackage{listings}
\usepackage{adjustbox}
\usepackage{etex}
\usepackage{amsmath, amssymb, proof} % mathabx,
\usepackage{ctable}
\usepackage{multirow}
\usepackage{bigstrut}
\usepackage{lipsum}
\usepackage[ruled,vlined,linesnumbered]{algorithm2e}
% GRAPHICS
\usepackage{pgf}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{verbatim}
\usetikzlibrary{arrows,automata,positioning,shapes,patterns}
\usepackage{mathtools}
\usepackage{hyperref}
\usepackage{scalefnt}
\begin{table}[h]
\centering
\begin{tabular}%{@{}p{0.7in}c@{\hspace{0.5em}}c@{\hspace{0.5em}}c@{\hspace{0.5em}}c}
{| >{\centering\arraybackslash}m{0.7in} | >{\centering\arraybackslash}m{0.7in} |>{\centering\arraybackslash}m{0.7in} |}
\toprule
{\small{Response Time}} & \small{Availability} & \small{Throughput} \\
\midrule
$\sum\limits_{i=1}^n q(\si)$ & $\prod\limits_{i=1}^n q(\si)$ & $\min\limits_{i=1}^n q(\si)$ \\
\bottomrule
\end{tabular}%
\caption{Aggregation Function}
\label{tab:compositionalStructure}%
\end{table}
![enter image description here][1]