Method
ArrowArrayequal_range
since: 0.4.0
Declaration [src]
gboolean
garrow_array_equal_range (
  GArrowArray* array,
  gint64 start_index,
  GArrowArray* other_array,
  gint64 other_start_index,
  gint64 end_index,
  GArrowEqualOptions* options
)
      Parameters
start_index- 
            
Type:
gint64The start index of
arrayto be used. other_array- 
            
Type:
GArrowArrayA
GArrowArrayto be compared.The data is owned by the caller of the function.  other_start_index- 
            
Type:
gint64The start index of
other_arrayto be used. end_index- 
            
Type:
gint64The end index of
arrayto be used. The end index ofother_arrayis “other_start_index+ (end_index-start_index)”. options- 
            
Type:
GArrowEqualOptionsA
GArrowEqualOptionsto custom how to compare.The argument can be NULL.The data is owned by the caller of the function.