Uses of Class
com.gpudb.filesystem.ingest.IngestOptions
-
Packages that use IngestOptions Package Description com.gpudb.filesystem com.gpudb.filesystem.ingest -
-
Uses of IngestOptions in com.gpudb.filesystem
Methods in com.gpudb.filesystem with parameters of type IngestOptions Modifier and Type Method Description voidGPUdbFileHandler. ingest(List<String> fileNames, String tableName, IngestOptions ingestOptions, TableCreationOptions createTableOptions)Uploads and ingests multiple files from the given local paths to a given table. -
Uses of IngestOptions in com.gpudb.filesystem.ingest
Methods in com.gpudb.filesystem.ingest that return IngestOptions Modifier and Type Method Description IngestOptionsIngestOptions. setBadRecordTableLimit(long badRecordTableLimit)Sets the value of 'bad_record_table_limit'IngestOptionsIngestOptions. setBadRecordTableName(String badRecordTableName)Sets the value of 'bad_record_table_name'.IngestOptionsIngestOptions. setColumnFormats(Map<String,org.apache.commons.lang3.tuple.Pair<String,String>> columnFormats)Sets the column formatsIngestOptionsIngestOptions. setColumnsToLoad(Set<String> columnsToLoad)Sets the set of column names to loadIngestOptionsIngestOptions. setColumnsToSkip(Set<String> columnsToSkip)Sets the column names to skipIngestOptionsIngestOptions. setDefaultColumnFormats(Map<String,String> defaultColumnFormats)Sets the default column formatsIngestOptionsIngestOptions. setErrorHandlingMode(ErrorHandlingMode errorHandlingMode)IngestOptionsIngestOptions. setFileType(FileType fileType)IngestOptionsIngestOptions. setPrimaryKeys(List<String> primaryKeys)IngestOptionsIngestOptions. setShardKeys(List<String> shardKeys)IngestOptionsIngestOptions. setTextCommentString(String textCommentString)IngestOptionsIngestOptions. setTextDelimiter(String textDelimiter)IngestOptionsIngestOptions. setTextEscapeCharacter(String textEscapeCharacter)IngestOptionsIngestOptions. setTextHasHeader(boolean textHasHeader)IngestOptionsIngestOptions. setTextHeaderPropertyDelimiter(String textHeaderPropertyDelimiter)IngestOptionsIngestOptions. setTextNullString(String textNullString)IngestOptionsIngestOptions. setTextQuoteCharacter(String textQuoteCharacter)Setter method for text quote characterIngestOptionsIngestOptions. setTruncateTable(boolean truncateTable)IngestOptionsIngestOptions. setTypeInferenceMode(TypeInferenceMode typeInferenceMode)
-