Uses of Class
net.snowflake.ingest.utils.StagedFileWrapper
-
Packages that use StagedFileWrapper Package Description net.snowflake.ingest net.snowflake.ingest.connection -
-
Uses of StagedFileWrapper in net.snowflake.ingest
Methods in net.snowflake.ingest that return types with arguments of type StagedFileWrapper Modifier and Type Method Description static List<StagedFileWrapper>SimpleIngestManager. wrapFilepaths(Set<String> filenames)wrapFilepaths - convenience method to take a list of filenames and produce a list of FileWrappers with unset sizeMethods in net.snowflake.ingest with parameters of type StagedFileWrapper Modifier and Type Method Description IngestResponseSimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId)ingestFile - ingest a single fileIngestResponseSimpleIngestManager. ingestFile(StagedFileWrapper file, UUID requestId, boolean showSkippedFiles)ingestFile - ingest a single fileMethod parameters in net.snowflake.ingest with type arguments of type StagedFileWrapper Modifier and Type Method Description IngestResponseSimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId)ingestFiles - synchronously sends a request to the ingest service to enqueue these filesIngestResponseSimpleIngestManager. ingestFiles(List<StagedFileWrapper> files, UUID requestId, boolean showSkippedFiles)ingestFiles - synchronously sends a request to the ingest service to enqueue these files -
Uses of StagedFileWrapper in net.snowflake.ingest.connection
Method parameters in net.snowflake.ingest.connection with type arguments of type StagedFileWrapper Modifier and Type Method Description net.snowflake.client.jdbc.internal.apache.http.client.methods.HttpPostRequestBuilder. generateInsertRequest(UUID requestId, String pipe, List<StagedFileWrapper> files, boolean showSkippedFiles)generateInsertRequest - given a table, stage and list of files, make a request for the insert endpoint
-