Documentation
¶
Index ¶
- func DeleteStageFiles(ctx context.Context, proc *process.Process, stagePath string, ifExists bool) (int, error)
- func ExpandSubStage(s stage.StageDef, proc *process.Process) (stage.StageDef, error)
- func StageListWithPattern(service string, pattern string, proc *process.Process) (fileList []string, err error)
- func StageLoadCatalog(proc *process.Process, stagename string) (s stage.StageDef, err error)
- func UrlToPath(furl string, proc *process.Process) (path string, query string, err error)
- func UrlToStageDef(furl string, proc *process.Process) (s stage.StageDef, err error)
- func UrlToStageDefForExport(furl string, proc *process.Process) (s stage.StageDef, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteStageFiles ¶
func ExpandSubStage ¶
func StageListWithPattern ¶
func StageLoadCatalog ¶
func UrlToStageDef ¶
func UrlToStageDefForExport ¶
UrlToStageDefForExport is similar to UrlToStageDef but preserves printf-style format specifiers like %d, %05d in the path. This is used for SELECT INTO OUTFILE with SPLITSIZE where the filename template contains format specifiers for file numbering.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.