index<R> method
Chains an array index selection to the current JSON extraction path.
Implementation
JsonPathColumn<R> index<R>(int i) {
return JsonPathColumn<R>(rootColumn, '$path[$i]');
}
Chains an array index selection to the current JSON extraction path.
JsonPathColumn<R> index<R>(int i) {
return JsonPathColumn<R>(rootColumn, '$path[$i]');
}