forked from huawei/openGauss-server
modify comments
This commit is contained in:
parent
9b1f35bdd1
commit
d389ac630a
|
|
@ -299,7 +299,7 @@ static Oid GetOperatorByTypeId(Oid typeID, Oid accessMethodId, int16 strategyNum
|
|||
/*
|
||||
* Parse the fileNames string from the split List.
|
||||
* @_in_out param splitList: point to the original split List, which may contain multiple files.
|
||||
* @_in param currentFileName: point to the first file or the only file like '/user/file1.orc' (new buffer).
|
||||
* @_in param currentFileName: point to the first file.
|
||||
* @return Return the split parsed from the list.
|
||||
*/
|
||||
SplitInfo *ParseFileSplitList(List **splitList, char **currentFileName)
|
||||
|
|
|
|||
|
|
@ -1024,7 +1024,7 @@ DfsPrivateItem *MakeDfsPrivateItem(List *columnList, List *targetList, List *res
|
|||
/*
|
||||
* Parse the fileNames string from the split List.
|
||||
* @_in_out param splitList: point to the original split List, which may contain multiple files.
|
||||
* @_in param currentFileName: point to the first file or the only file '/user/demai/file1.orc' (new buffer).
|
||||
* @_in param currentFileName: point to the first file.
|
||||
* @return Return the split parsed from the list.
|
||||
*/
|
||||
SplitInfo *ParseFileSplitList(List **splitList, char **currentFileName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue