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

Function IsDictionaryReadSupported

cpp/src/parquet/arrow/schema.cc:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539};
540
541bool IsDictionaryReadSupported(const ArrowType& type) {
542 // Only supported currently for BYTE_ARRAY types
543 return type.id() == ::arrow::Type::BINARY || type.id() == ::arrow::Type::STRING;
544}
545
546// ----------------------------------------------------------------------
547// Schema logic

Callers 2

GetTypeForNodeFunction · 0.85

Calls 1

idMethod · 0.45

Tested by

no test coverage detected