MCPcopy Create free account
hub / github.com/apache/arrow / SkipOptionalColumn

Method SkipOptionalColumn

cpp/src/parquet/stream_writer.cc:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void StreamWriter::SkipOptionalColumn() {
280 if (SkipColumns(1) != 1) {
281 throw ParquetException("Failed to skip optional column at column index " +
282 std::to_string(column_index_));
283 }
284}
285
286void StreamWriter::EndRow() {
287 if (!file_writer_) {

Callers

nothing calls this directly

Calls 2

ParquetExceptionFunction · 0.85
to_stringFunction · 0.85

Tested by

no test coverage detected