KeyArrayD
=========

.. currentmodule:: lsst.afw.table

.. autoclass:: KeyArrayD
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~KeyArrayD.HAS_NAMED_SUBFIELDS
      ~KeyArrayD.dtype
      ~KeyArrayD.subfields
      ~KeyArrayD.subkeys

   .. rubric:: Methods Summary

   .. autosummary::

      ~KeyArrayD.get
      ~KeyArrayD.getOffset
      ~KeyArrayD.getSize
      ~KeyArrayD.getTypeString
      ~KeyArrayD.isValid
      ~KeyArrayD.isVariableLength
      ~KeyArrayD.set
      ~KeyArrayD.slice

   .. rubric:: Attributes Documentation

   .. autoattribute:: HAS_NAMED_SUBFIELDS
   .. autoattribute:: dtype
   .. autoattribute:: subfields
   .. autoattribute:: subkeys

   .. rubric:: Methods Documentation

   .. automethod:: get
   .. automethod:: getOffset
   .. automethod:: getSize
   .. automethod:: getTypeString
   .. automethod:: isValid
   .. automethod:: isVariableLength
   .. automethod:: set
   .. automethod:: slice