Module filter

Source

Enums§

DataStructure
データ構造の種類を判定

Functions§

apply_array_slice
配列に対してスライス操作を適用(汎用関数)
apply_negative_index_slice
負のインデックス単体の処理
apply_pipeline_operation
apply_simple_filter
apply_slice_to_grouped_data
グループ化されたデータに対してスライスを適用
apply_slice_to_nested_arrays
ネストした配列に対するスライス
apply_slice_to_regular_array
通常の配列に対するスライス
apply_sort_with_field_operation
フィールド指定ソート操作
apply_universal_slice_operation
ユニバーサルスライス操作(あらゆるデータに対応)
compare_sort_values
ソート用の値比較
detect_data_structure
extract_sort_key
ソート用のキー値を抽出
is_likely_grouped_data
group_byの結果らしいデータかを判定
parse_index_with_negative
負のインデックス対応のインデックス解析
parse_slice_notation
スライス記法をパース ([start:end] 形式)
parse_slice_notation_with_negative
負のインデックスに対応したスライス解析