mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 09:50:40 +00:00
1 line
11 KiB
HTML
1 line
11 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `processor` mod in crate `pipeline`."><title>pipeline::etl::processor - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../../static.files/rustdoc-e56847b5.css"><meta name="rustdoc-vars" data-root-path="../../../" data-static-root-path="../../../static.files/" data-current-crate="pipeline" data-themes="" data-resource-suffix="" data-rustdoc-version="1.92.0-nightly (fa3155a64 2025-09-30)" data-channel="nightly" data-search-js="search-e256b49e.js" data-stringdex-js="stringdex-828709d0.js" data-settings-js="settings-c38705f0.js" ><script src="../../../static.files/storage-e2aeef58.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../../static.files/main-ce535bd0.js"></script><noscript><link rel="stylesheet" href="../../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module processor</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../../pipeline/index.html">pipeline</a><span class="version">1.0.0-rc.2</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module processor</a></h2><h3><a href="#modules">Module Items</a></h3><ul class="block"><li><a href="#modules" title="Modules">Modules</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#enums" title="Enums">Enums</a></li><li><a href="#constants" title="Constants">Constants</a></li><li><a href="#traits" title="Traits">Traits</a></li><li><a href="#functions" title="Functions">Functions</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="../index.html">In pipeline::<wbr>etl</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../../index.html">pipeline</a>::<wbr><a href="../index.html">etl</a></div><h1>Module <span>processor</span> <button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../../src/pipeline/etl/processor.rs.html#15-304">Source</a> </span></div><h2 id="modules" class="section-header">Modules<a href="#modules" class="anchor">§</a></h2><dl class="item-table"><dt><a class="mod" href="cmcd/index.html" title="mod pipeline::etl::processor::cmcd">cmcd</a></dt><dd>Pipeline Processor for CMCD (Common Media Client Data) data.</dd><dt><a class="mod" href="csv/index.html" title="mod pipeline::etl::processor::csv">csv</a></dt><dt><a class="mod" href="date/index.html" title="mod pipeline::etl::processor::date">date</a></dt><dt><a class="mod" href="decolorize/index.html" title="mod pipeline::etl::processor::decolorize">decolorize</a></dt><dd>Removes ANSI color control codes from the input text.</dd><dt><a class="mod" href="digest/index.html" title="mod pipeline::etl::processor::digest">digest</a></dt><dd>Digest the input string by removing certain patterns.</dd><dt><a class="mod" href="dissect/index.html" title="mod pipeline::etl::processor::dissect">dissect</a></dt><dt><a class="mod" href="epoch/index.html" title="mod pipeline::etl::processor::epoch">epoch</a></dt><dt><a class="mod" href="filter/index.html" title="mod pipeline::etl::processor::filter">filter</a></dt><dt><a class="mod" href="gsub/index.html" title="mod pipeline::etl::processor::gsub">gsub</a></dt><dt><a class="mod" href="join/index.html" title="mod pipeline::etl::processor::join">join</a></dt><dt><a class="mod" href="json_parse/index.html" title="mod pipeline::etl::processor::json_parse">json_<wbr>parse</a></dt><dt><a class="mod" href="json_path/index.html" title="mod pipeline::etl::processor::json_path">json_<wbr>path</a></dt><dt><a class="mod" href="letter/index.html" title="mod pipeline::etl::processor::letter">letter</a></dt><dt><a class="mod" href="regex/index.html" title="mod pipeline::etl::processor::regex">regex</a></dt><dt><a class="mod" href="select/index.html" title="mod pipeline::etl::processor::select">select</a></dt><dt><a class="mod" href="simple_extract/index.html" title="mod pipeline::etl::processor::simple_extract">simple_<wbr>extract</a></dt><dt><a class="mod" href="urlencoding/index.html" title="mod pipeline::etl::processor::urlencoding">urlencoding</a></dt><dt><a class="mod" href="vrl_processor/index.html" title="mod pipeline::etl::processor::vrl_processor">vrl_<wbr>processor</a></dt></dl><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.Processors.html" title="struct pipeline::etl::processor::Processors">Processors</a></dt><dt><a class="struct" href="struct.STRING_FN.html" title="struct pipeline::etl::processor::STRING_FN">STRING_<wbr>FN</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="struct" href="struct.STRING_OR_HASH_FN.html" title="struct pipeline::etl::processor::STRING_OR_HASH_FN">STRING_<wbr>OR_<wbr>HASH_<wbr>FN</a><span title="Restricted Visibility"> 🔒</span> </dt></dl><h2 id="enums" class="section-header">Enums<a href="#enums" class="anchor">§</a></h2><dl class="item-table"><dt><a class="enum" href="enum.ProcessorKind.html" title="enum pipeline::etl::processor::ProcessorKind">Processor<wbr>Kind</a></dt></dl><h2 id="constants" class="section-header">Constants<a href="#constants" class="anchor">§</a></h2><dl class="item-table"><dt><a class="constant" href="constant.FIELDS_NAME.html" title="constant pipeline::etl::processor::FIELDS_NAME">FIELDS_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.FIELD_NAME.html" title="constant pipeline::etl::processor::FIELD_NAME">FIELD_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.IGNORE_MISSING_NAME.html" title="constant pipeline::etl::processor::IGNORE_MISSING_NAME">IGNORE_<wbr>MISSING_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.JSON_PATH_NAME.html" title="constant pipeline::etl::processor::JSON_PATH_NAME">JSON_<wbr>PATH_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.JSON_PATH_RESULT_INDEX_NAME.html" title="constant pipeline::etl::processor::JSON_PATH_RESULT_INDEX_NAME">JSON_<wbr>PATH_<wbr>RESULT_<wbr>INDEX_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.KEY_NAME.html" title="constant pipeline::etl::processor::KEY_NAME">KEY_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.METHOD_NAME.html" title="constant pipeline::etl::processor::METHOD_NAME">METHOD_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.PATTERNS_NAME.html" title="constant pipeline::etl::processor::PATTERNS_NAME">PATTERNS_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.PATTERN_NAME.html" title="constant pipeline::etl::processor::PATTERN_NAME">PATTERN_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.RENAME_TO_KEY.html" title="constant pipeline::etl::processor::RENAME_TO_KEY">RENAME_<wbr>TO_<wbr>KEY</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.SEPARATOR_NAME.html" title="constant pipeline::etl::processor::SEPARATOR_NAME">SEPARATOR_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.TARGET_FIELDS_NAME.html" title="constant pipeline::etl::processor::TARGET_FIELDS_NAME">TARGET_<wbr>FIELDS_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="constant" href="constant.TYPE_NAME.html" title="constant pipeline::etl::processor::TYPE_NAME">TYPE_<wbr>NAME</a><span title="Restricted Visibility"> 🔒</span> </dt></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><dl class="item-table"><dt><a class="trait" href="trait.Processor.html" title="trait pipeline::etl::processor::Processor">Processor</a></dt><dd>Processor trait defines the interface for all processors.</dd></dl><h2 id="functions" class="section-header">Functions<a href="#functions" class="anchor">§</a></h2><dl class="item-table"><dt><a class="fn" href="fn.parse_processor.html" title="fn pipeline::etl::processor::parse_processor">parse_<wbr>processor</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_bool.html" title="fn pipeline::etl::processor::yaml_bool">yaml_<wbr>bool</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_list.html" title="fn pipeline::etl::processor::yaml_list">yaml_<wbr>list</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_new_field.html" title="fn pipeline::etl::processor::yaml_new_field">yaml_<wbr>new_<wbr>field</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_new_fields.html" title="fn pipeline::etl::processor::yaml_new_fields">yaml_<wbr>new_<wbr>fields</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_parse_string.html" title="fn pipeline::etl::processor::yaml_parse_string">yaml_<wbr>parse_<wbr>string</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_parse_strings.html" title="fn pipeline::etl::processor::yaml_parse_strings">yaml_<wbr>parse_<wbr>strings</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_string.html" title="fn pipeline::etl::processor::yaml_string">yaml_<wbr>string</a><span title="Restricted Visibility"> 🔒</span> </dt><dt><a class="fn" href="fn.yaml_strings.html" title="fn pipeline::etl::processor::yaml_strings">yaml_<wbr>strings</a><span title="Restricted Visibility"> 🔒</span> </dt></dl></section></div></main></body></html> |