GArrow.Table.equal – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
Table
table
Table
Table.arrays
Table.chunked_arrays
Table.record_batches
add_column
combine_chunks
concatenate
equal
equal_metadata
filter
filter_chunked_array
get_column_data
get_n_columns
get_n_rows
get_schema
remove_column
replace_column
slice
sort_indices
take
take_chunked_array
to_string
validate
validate_full
write_as_feather
equal
Description:
[
Version
( since =
"0.4.0"
) ]
public
bool
equal
(
Table
other_table)
Parameters:
this
A
Table
.
other_table
A
Table
to be compared.
Returns:
true
if both of them have the same data,
false
otherwise.