Class: Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::TopNValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_profile.rb
Overview
Top N non-null values in the scanned data.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Count of the corresponding value in the scanned data.
-
#ratio ⇒ ::Float
Ratio of the corresponding value in the field against the total number of rows in the scanned data.
-
#value ⇒ ::String
String value of a top N non-null value.
Instance Attribute Details
#count ⇒ ::Integer
Returns Count of the corresponding value in the scanned data.
273 274 275 276 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 273 class TopNValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ratio ⇒ ::Float
Returns Ratio of the corresponding value in the field against the total number of rows in the scanned data.
273 274 275 276 |
# File 'proto_docs/google/cloud/dataplex/v1/data_profile.rb', line 273 class TopNValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |