/*
 *  call-seq:
 *     sort_field.comparator -> symbol
 *
 *  TODO: currently unsupported
 */
static VALUE
frb_sf_get_comparator(VALUE self)
{
    return Qnil;
}