| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
S3ParquetSource |
S3ParquetSource.clone() |
S3ParquetSource |
CodeGenConfigurationNode.getS3ParquetSource()
Specifies an Apache Parquet data store stored in Amazon S3.
|
S3ParquetSource |
S3ParquetSource.withAdditionalOptions(S3DirectSourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
S3ParquetSource |
S3ParquetSource.withCompressionType(ParquetCompressionType compressionType)
Specifies how the data is compressed.
|
S3ParquetSource |
S3ParquetSource.withCompressionType(String compressionType)
Specifies how the data is compressed.
|
S3ParquetSource |
S3ParquetSource.withExclusions(Collection<String> exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3ParquetSource |
S3ParquetSource.withExclusions(String... exclusions)
A string containing a JSON list of Unix-style glob patterns to exclude.
|
S3ParquetSource |
S3ParquetSource.withGroupFiles(String groupFiles)
Grouping files is turned on by default when the input contains more than 50,000 files.
|
S3ParquetSource |
S3ParquetSource.withGroupSize(String groupSize)
The target group size in bytes.
|
S3ParquetSource |
S3ParquetSource.withMaxBand(Integer maxBand)
This option controls the duration in milliseconds after which the s3 listing is likely to be consistent.
|
S3ParquetSource |
S3ParquetSource.withMaxFilesInBand(Integer maxFilesInBand)
This option specifies the maximum number of files to save from the last maxBand seconds.
|
S3ParquetSource |
S3ParquetSource.withName(String name)
The name of the data store.
|
S3ParquetSource |
S3ParquetSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
S3ParquetSource |
S3ParquetSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the S3 Parquet source.
|
S3ParquetSource |
S3ParquetSource.withPaths(Collection<String> paths)
A list of the Amazon S3 paths to read from.
|
S3ParquetSource |
S3ParquetSource.withPaths(String... paths)
A list of the Amazon S3 paths to read from.
|
S3ParquetSource |
S3ParquetSource.withRecurse(Boolean recurse)
If set to true, recursively reads files in all subdirectories under the specified paths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withS3ParquetSource(S3ParquetSource s3ParquetSource)
Specifies an Apache Parquet data store stored in Amazon S3.
|
Copyright © 2022. All rights reserved.