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

Function Defaults

cpp/src/arrow/type.h:472–472  ·  view source on GitHub ↗

Get default options. Only NullType will be merged with other types.

Source from the content-addressed store, hash-verified

470
471 /// Get default options. Only NullType will be merged with other types.
472 static MergeOptions Defaults() { return MergeOptions(); }
473 /// Get permissive options. All options are enabled, except
474 /// promote_dictionary_ordered.
475 static MergeOptions Permissive();

Callers 15

TEST_FFunction · 0.70
scalar.hFile · 0.70
chunked_array.hFile · 0.70
PermissiveMethod · 0.70
TESTFunction · 0.70
type.hFile · 0.70
ToStringMethod · 0.70
record_batch.hFile · 0.70
ApproxEqualsFunction · 0.70
compare.hFile · 0.70
sparse_tensor.hFile · 0.70
tensor.hFile · 0.70

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.56
TESTFunction · 0.56
TestNanEqualsMethod · 0.56
TestSignedZeroEqualsMethod · 0.56
TestApproxEqualsMethod · 0.56
TestUseAtolMethod · 0.56
TestStructOfMethod · 0.56
TestListOfMethod · 0.56
CheckUnifyAsymmetricMethod · 0.56
CheckPromoteToMethod · 0.56