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

Method is_applicable

cpp/src/parquet/types.cc:780–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778// Delegating methods for public LogicalType class
779
780bool LogicalType::is_applicable(parquet::Type::type primitive_type,
781 int32_t primitive_length) const {
782 return impl_->is_applicable(primitive_type, primitive_length);
783}
784
785bool LogicalType::is_compatible(
786 ConvertedType::type converted_type,

Callers 5

PrimitiveNodeMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls