Flow PHP

Deprecated

Table of Contents

src/core/etl/src/Flow/ETL/Config.php
src/core/etl/src/Flow/ETL/DataFrame.php
src/core/etl/src/Flow/ETL/Extractor/FileExtractor.php
src/core/etl/src/Flow/ETL/Extractor/PathFiltering.php
src/core/etl/src/Flow/ETL/Function/ScalarFunctionChain.php
src/core/etl/src/Flow/ETL/Schema/Definition.php
src/core/etl/src/Flow/ETL/Schema.php

Config.php

Line Element Reason
27 Config::CACHE_DIR_ENV

Use CacheConfig::CACHE_DIR_ENV instead

32 Config::SORT_MAX_MEMORY_ENV

Use SortConfig::SORT_MAX_MEMORY_ENV instead

DataFrame.php

Line Element Reason
847 DataFrame::validate()

Please use DataFrame::match instead

FileExtractor.php

Line Element Reason
15 FileExtractor::addFilter()

Use withPathFilter instead

PathFiltering.php

Line Element Reason
17 PathFiltering::addFilter()

Use withPathFilter instead

ScalarFunctionChain.php

Line Element Reason
189 ScalarFunctionChain::domElementAttribute()

Use domElementAttributeValue instead

Definition.php

Line Element Reason
375 Definition::nullable()

Use makeNullable() instead

Schema.php

Line Element Reason
126 Schema::entries()

use references() : References instead

161 Schema::getDefinition()

please use Schema::get() instead

274 Schema::nullable()

use makeNullable instead

Search results