Interface RecordSettable

    • Method Detail

      • size

        int size()
        Gets the number of fields in the record schema.
        Returns:
        the number of fields
      • getFields

        ScalarSettable[] getFields()
        Gets the settables for all fields in the record
        Returns:
        an array containing the settable fields
      • getField

        ScalarSettable getField​(String fieldName)
        Gets the settable for the field with the given name.
        Parameters:
        fieldName - the field name
        Returns:
        the settable field
      • getField

        ScalarSettable getField​(int index)
        Get the field at the given index within the list of fields.
        Parameters:
        index - zero-based index into the field list
        Returns:
        the settable field