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

Function IsDictionaryReadSupported

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

Source from the content-addressed store, hash-verified

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

Callers 2

GetTypeForNodeFunction · 0.85

Calls 1

idMethod · 0.45

Tested by

no test coverage detected