Skip to content

Commit

Permalink
Merge pull request #43 from mbtaylor/parquet-responseformat
Browse files Browse the repository at this point in the history
Parquet responseformat
  • Loading branch information
pdowler authored Nov 28, 2024
2 parents 529df99 + 11128d8 commit 58b11ca
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions DALI.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1064,17 +1064,19 @@ \subsubsection{RESPONSEFORMAT}
formats as well as
shortcut symbolic values.

\begin{tabular}{l l l l l}
\noindent
\begin{tabular}{l l l l}
\sptablerule
table type & media type & short form \\
\sptablerule
VOTable & application/x-votable+xml & votable & \\
VOTable & text/xml & votable & \\
comma-separated values & text/csv & csv & \\
tab separated values & text/tab-separated-values & tsv & \\
FITS file & application/fits & fits & \\
pretty-printed text & text/plain & text & \\
pretty-printed Web page & text/html & html & \\
VOTable & application/x-votable+xml & votable \\
VOTable & text/xml & votable \\
comma-separated values & text/csv & csv \\
tab separated values & text/tab-separated-values & tsv \\
FITS file & application/fits & fits \\
Parquet file & application/vnd.apache.parquet & parquet \\
pretty-printed text & text/plain & text \\
pretty-printed Web page & text/html & html \\
\sptablerule
\label{tab:mimetypes}
\end{tabular}
Expand Down

0 comments on commit 58b11ca

Please sign in to comment.