Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nglime committed Dec 31, 2024
1 parent 1e40c98 commit 3c424d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions arrow-array/src/record_batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,16 +397,16 @@ impl RecordBatch {
}

/// Normalize a semi-structured [`RecordBatch`] into a flat table.
///
///
/// `separator`: Nested [`Field`]s will generate names separated by `separator`, e.g. for
/// separator= "." and the schema:
///
///
/// "foo": StructArray<"bar": Utf8>
///
///
/// will generate:
///
/// "foo.bar": Utf8
///
///
/// `max_level`: The maximum number of levels (depth of the `Schema` and `Columns`) to
/// normalize. If `0`, normalizes all levels.
///
Expand Down
2 changes: 1 addition & 1 deletion arrow-schema/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ impl Schema {
///
/// "foo.bar": Utf8
///
/// `max_level`: The maximum number of levels (depth of the `Schema`) to normalize. If `0`,
/// `max_level`: The maximum number of levels (depth of the `Schema`) to normalize. If `0`,
/// normalizes all levels.
///
/// This carries metadata from the parent schema over.
Expand Down

0 comments on commit 3c424d1

Please sign in to comment.