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

Function column_encryption_properties

cpp/src/parquet/properties.h:1064–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062 }
1063
1064 std::shared_ptr<ColumnEncryptionProperties> column_encryption_properties(
1065 const std::string& path) const {
1066 if (file_encryption_properties_) {
1067 return file_encryption_properties_->column_encryption_properties(path);
1068 } else {
1069 return NULLPTR;
1070 }
1071 }
1072
1073 // \brief Return the default column properties
1074 const ColumnProperties& default_column_properties() const {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected