[FEAT MERGE] Support external table

Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
wjhh2008
2023-04-29 15:11:49 +00:00
committed by ob-robot
parent ecb74a122c
commit 09ed904b58
164 changed files with 8074 additions and 667 deletions

View File

@ -60,7 +60,9 @@ DEF_TO_STRING(ObVTableScanParam)
N_FROZEN_VERSION, frozen_version_,
K_(is_get),
KPC_(output_exprs),
KPC_(op_filters));
KPC_(op_filters),
K_(external_file_format),
K_(external_file_location));
J_OBJ_END();
return pos;
}