Uses of Interface
com.amazonaws.athena.connector.lambda.data.BlockWriter.RowWriter
-
Packages that use BlockWriter.RowWriter Package Description com.amazonaws.athena.connector.lambda.data -
-
Uses of BlockWriter.RowWriter in com.amazonaws.athena.connector.lambda.data
Methods in com.amazonaws.athena.connector.lambda.data with parameters of type BlockWriter.RowWriter Modifier and Type Method Description void
BlockWriter. writeRows(BlockWriter.RowWriter rowWriter)
Used to write rows via the BlockWriter.void
S3BlockSpiller. writeRows(BlockWriter.RowWriter rowWriter)
Used to write rows via the BlockWriter.void
SimpleBlockWriter. writeRows(BlockWriter.RowWriter rowWriter)
Used to write rows into the Block that is managed by this BlockWriter.
-