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

Function column_encryption_properties

cpp/src/parquet/properties.h:1032–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030 }
1031
1032 std::shared_ptr<ColumnEncryptionProperties> column_encryption_properties(
1033 const std::string& path) const {
1034 if (file_encryption_properties_) {
1035 return file_encryption_properties_->column_encryption_properties(path);
1036 } else {
1037 return NULLPTR;
1038 }
1039 }
1040
1041 // \brief Return the default column properties
1042 const ColumnProperties& default_column_properties() const {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected