Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WackyGem/Fleur
/ functions
Functions
3,759 in github.com/WackyGem/Fleur
⨍
Functions
3,759
◇
Types & classes
842
↳
Endpoints
9
↓ 2 callers
Method
check_coverage
(&self, dbt_marts_dir: impl AsRef<Path>)
engines/crates/rearview-core/src/domain/catalog_policy.rs:138
↓ 2 callers
Function
check_markdown_links
(path: Path, errors: list[str])
scripts/check_component_versions.py:197
↓ 2 callers
Method
check_readiness
(&self)
engines/crates/rearview-core/src/clickhouse/mod.rs:428
↓ 2 callers
Function
chinabond_rows_to_table
(rows: list[dict[str, object]])
pipeline/scheduler/src/scheduler/defs/sources/chinabond/services.py:252
↓ 2 callers
Method
close
(self)
pipeline/scheduler/src/scheduler/defs/baostock/client.py:75
↓ 2 callers
Method
close_price
(&self, trade_date: NaiveDate, security_code: &str)
engines/crates/rearview-core/src/portfolio/mod.rs:947
↓ 2 callers
Function
collectComparableOutputMetrics
( indicator: ComparableIndicator, metricIndex: MetricIndex, output: Set<string> )
app/racingline/src/features/strategy/adapters.ts:837
↓ 2 callers
Method
collect_metrics
( &self, catalog: &MetricCatalog, output: &mut BTreeSet<String>, )
engines/crates/rearview-core/src/domain/rule.rs:251
↓ 2 callers
Function
collect_portfolio_target_security_codes
(targets: &[PortfolioTargetRecord])
engines/crates/rearview-core/src/api/mod.rs:5668
↓ 2 callers
Method
command_for_boll_request
(self, request: FurnaceBollCliRequest)
pipeline/scheduler/src/scheduler/defs/resources/furnace.py:410
↓ 2 callers
Method
command_for_ma_request
(self, request: FurnaceMaCliRequest)
pipeline/scheduler/src/scheduler/defs/resources/furnace.py:352
↓ 2 callers
Method
command_for_price_pattern_request
( self, request: FurnacePricePatternCliRequest )
pipeline/scheduler/src/scheduler/defs/resources/furnace.py:464
↓ 2 callers
Method
command_for_request
(self, request: FurnaceKdjCliRequest)
pipeline/scheduler/src/scheduler/defs/resources/furnace.py:325
↓ 2 callers
Method
command_for_rsi_request
(self, request: FurnaceRsiCliRequest)
pipeline/scheduler/src/scheduler/defs/resources/furnace.py:383
↓ 2 callers
Function
compile_metric_json
( metric_names: &[String], metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:890
↓ 2 callers
Method
compile_preview_rows
( &self, request: PreviewRowsRequest<'_>, )
engines/crates/rearview-core/src/planner/sql.rs:370
↓ 2 callers
Function
compile_previous_operand
( operand: &Operand, metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:751
↓ 2 callers
Function
compile_raw_values_json
( required_metrics: &[String], metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:883
↓ 2 callers
Function
compile_score_breakdown
( rule: &RuleVersionSpec, metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:841
↓ 2 callers
Function
compile_selected_metric_json
( output_metrics: &[String], metrics: &BTreeMap<String, MetricDefinition>, )
engines/crates/rearview-core/src/planner/sql.rs:876
↓ 2 callers
Function
compile_strategy_portfolio_pending_buy_signals_from_snapshot
( state: &AppState, input: StrategyPortfolioPendingSignalCompileInput<'_>, )
engines/crates/rearview-core/src/api/mod.rs:6488
↓ 2 callers
Function
conditional_points_rule
( rule: &'a RuleVersionSpec, expected_name: &str, )
engines/crates/rearview-core/src/examples.rs:440
↓ 2 callers
Function
connect_jetstream
(config: &NatsConfig)
engines/crates/rearview-core/src/nats.rs:118
↓ 2 callers
Function
connect_outbox_jetstream
(nats_config: &NatsConfig)
engines/crates/rearview-server/src/main.rs:158
↓ 2 callers
Function
createComparableIndicator
( catalogOptions: IndicatorCatalog[] = indicatorCatalog )
app/racingline/src/features/strategy/utils.ts:41
↓ 2 callers
Function
createCondition
( catalogOptions: IndicatorCatalog[] = indicatorCatalog )
app/racingline/src/features/strategy/utils.ts:75
↓ 2 callers
Function
createStrategyPortfolio
( request: StrategyPortfolioCreateRequest )
app/racingline/src/api/rearview.ts:315
↓ 2 callers
Method
create_account_template
( &self, input: NewAccountTemplate, )
engines/crates/rearview-core/src/postgres/mod.rs:173
↓ 2 callers
Function
create_calculation_database_sql
返回生产 ClickHouse 数据库的创建 SQL。
engines/crates/furnace-io/src/schema/tables.rs:71
↓ 2 callers
Method
create_strategy_portfolio
( &self, input: NewStrategyPortfolio, )
engines/crates/rearview-core/src/postgres/mod.rs:1343
↓ 2 callers
Method
create_strategy_portfolio_daily_runs_for_trade_date
( &self, trade_date: NaiveDate, subject: &str, strategy_portfolio_id: Option<&
engines/crates/rearview-core/src/postgres/mod.rs:1573
↓ 2 callers
Function
create_strategy_portfolio_from_snapshot
( postgres: &RearviewPg, input: StrategyPortfolioSnapshotInput, )
engines/crates/rearview-core/src/service/strategy_portfolio.rs:36
↓ 2 callers
Method
current_market_datetime
(&self)
engines/crates/rearview-core/src/service/mod.rs:107
↓ 2 callers
Function
dataset_schema_hash
(contract: DatasetContract)
pipeline/contract_tools/src/fleur_contracts/loader.py:43
↓ 2 callers
Function
date_ymd
(year: i32, month: u32, day: u32)
engines/crates/rearview-server/src/main.rs:699
↓ 2 callers
Function
daysBetween
(startDate: string, endDate: string)
app/racingline/src/components/racingline/dashboard/portfolio-overview-board.tsx:459
↓ 2 callers
Function
dbt_asset_keys_covered_by_all_source_to_marts_scope
()
pipeline/scheduler/src/scheduler/defs/automation/source_to_marts_backfill.py:301
↓ 2 callers
Function
download_image_bytes
(client: HttpBytesClientProtocol, url: str)
pipeline/scheduler/src/scheduler/defs/storage/object_store.py:54
↓ 2 callers
Function
emptySignalTimelineResponse
()
app/racingline/src/routes/strategy-detail-page.test.tsx:549
↓ 2 callers
Function
ensure_portfolio_stream
( jetstream: &jetstream::Context, config: &NatsConfig, )
engines/crates/rearview-core/src/nats.rs:125
↓ 2 callers
Method
error
(self, message: str, *args: object)
pipeline/scheduler/tests/unit/baostock/test_baostock.py:1318
↓ 2 callers
Method
execute
(&mut self, sql: &str)
engines/crates/furnace-io/src/clickhouse.rs:222
↓ 2 callers
Function
execute_daily_fetch_history_sources_to_marts_controller_request
( config: DailyFetchHistorySourcesToMartsRequest, *, today: date, controller_run_id: str,
pipeline/scheduler/src/scheduler/defs/daily/source_to_marts.py:287
↓ 2 callers
Function
execute_migration_command_plan
( commands: Sequence[MigrationCommand], *, command_runner: Any, max_concurrent_raw_sync_datase
pipeline/contract_tools/src/fleur_contracts/clickhouse_layer_migration.py:421
↓ 2 callers
Function
execute_source_to_marts_plan
( plan: SourceToMartsPlan, *, submitter: BackfillRunSubmitter, log: InfoLogger, )
pipeline/scheduler/src/scheduler/defs/automation/source_to_marts_backfill.py:253
↓ 2 callers
Function
extraCondition
( id: string, metricName: string, operator: ConditionOperator, value: string, overrides: Partial<Wei
app/racingline/src/features/strategy/adapters.test.ts:735
↓ 2 callers
Method
fail_strategy_backtest_run
( &self, strategy_backtest_run_id: &str, status: &str, error: &RearviewError,
engines/crates/rearview-core/src/postgres/mod.rs:1092
↓ 2 callers
Method
fail_strategy_portfolio_daily_run
( &self, strategy_portfolio_daily_run_id: &str, status: &str, error: &Rearview
engines/crates/rearview-core/src/postgres/mod.rs:1889
↓ 2 callers
Function
failed_metric_row
( config: &PerformanceMetricConfig, metric_status: &str, reason_code: &str, observation_count:
engines/crates/rearview-core/src/portfolio_performance.rs:306
↓ 2 callers
Function
family_table_sqls
(database: &str, prefix: &str, run_id_column: &str)
engines/crates/rearview-core/src/clickhouse/calculation_schema.rs:139
↓ 2 callers
Function
family_table_sqls
(database: &str, prefix: &str, run_id_column: &str)
engines/crates/rearview-core/src/clickhouse/portfolio_schema.rs:203
↓ 2 callers
Function
fee_breakdown
(profile: FeeProfile, side: OrderSide, gross_amount: f64)
engines/crates/rearview-core/src/portfolio/mod.rs:1020
↓ 2 callers
Method
fetch_all
(&mut self, sql: &str)
engines/crates/furnace-io/src/clickhouse.rs:195
↓ 2 callers
Method
fetch_code_range
( self, endpoint: EastmoneyEndpointConfig, code: str, start_date: date,
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/client.py:106
↓ 2 callers
Function
fetch_eastmoney_tables
( endpoint: EastmoneyEndpointConfig, stock_basic: pa.Table, year_ranges: dict[str, tuple[date, dat
pipeline/scheduler/src/scheduler/defs/sources/eastmoney/services.py:119
↓ 2 callers
Function
fetch_industry_list_table_with_client
( client: HttpJsonStatsClientProtocol, *, started_at: float, )
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/industry_list.py:65
↓ 2 callers
Function
fetch_limit_up_pool_table_with_client
( client: HttpJsonStatsClientProtocol, *, trade_date: date, )
pipeline/scheduler/src/scheduler/defs/sources/ths/limit_up_pool.py:113
↓ 2 callers
Method
fetch_one
(&mut self, sql: &str)
engines/crates/furnace-io/src/clickhouse.rs:204
↓ 2 callers
Function
fetch_sina_trade_calendar
( http_client: HttpTextClientProtocol | None = None, http_client_factory: HttpClientFactory | None = N
pipeline/scheduler/src/scheduler/defs/sources/sina/trade_calendar.py:268
↓ 2 callers
Function
find_repo_root
(start: Path)
pipeline/scheduler/tests/helpers/paths.py:6
↓ 2 callers
Function
find_repo_root
()
engines/crates/rearview-portfolio-worker/src/main.rs:1685
↓ 2 callers
Function
fixture_trade_date
(day: u8)
engines/crates/furnace-io/src/testing.rs:123
↓ 2 callers
Function
floor_to_lot
(quantity: f64, lot_size: u32)
engines/crates/rearview-core/src/portfolio/mod.rs:1012
↓ 2 callers
Method
format
(self)
pipeline/elt/scripts/validate_staging_readiness.py:28
↓ 2 callers
Function
formatCompareExpr
( filter: Extract<FilterExpr, { type: "compare" }>, metricLabels: Map<string, string> )
app/racingline/src/features/strategy/config-display.ts:395
↓ 2 callers
Function
formatCurrency
(value: number)
app/racingline/src/features/strategy/config-display.ts:699
↓ 2 callers
Function
formatCurrency
(value: number)
app/racingline/src/features/strategy/components/simulation-position-panel.tsx:1243
↓ 2 callers
Function
formatDate
(value: Date)
app/racingline/src/features/strategy/preview.ts:370
↓ 2 callers
Function
formatErrorMessage
(error: unknown)
app/racingline/src/features/strategy/components/simulation-position-panel.tsx:1255
↓ 2 callers
Function
formatErrorMessage
(error: unknown)
app/racingline/src/features/strategy/components/stock-pool-preview-workbench.tsx:1156
↓ 2 callers
Function
formatIsoDate
(date: Date)
app/racingline/src/features/strategy/execution.ts:321
↓ 2 callers
Function
formatJsonValue
(value: JsonValue)
app/racingline/src/features/strategy/preview.ts:346
↓ 2 callers
Function
formatMetricValue
(metric: Metric)
app/racingline/src/components/racingline/dashboard/portfolio-data.ts:48
↓ 2 callers
Function
formatOperand
( operand: Operand, metricLabels: Map<string, string> )
app/racingline/src/features/strategy/config-display.ts:413
↓ 2 callers
Function
formatOptionalCurrency
(value: number | null | undefined)
app/racingline/src/routes/strategy-page.tsx:1443
↓ 2 callers
Function
formatOptionalCurrency
(value: number | null | undefined)
app/racingline/src/routes/strategy-detail-page.tsx:1872
↓ 2 callers
Function
formatOptionalPercent
(value: number | null | undefined)
app/racingline/src/routes/strategy-detail-page.tsx:1866
↓ 2 callers
Function
formatPercentPoint
(value: number | null | undefined)
app/racingline/src/features/strategy/components/stock-pool-preview-workbench.tsx:1147
↓ 2 callers
Function
formatSecurityBoard
(board: string | null | undefined)
app/racingline/src/features/strategy/preview.ts:222
↓ 2 callers
Function
formatShareQuantity
(value: number)
app/racingline/src/routes/strategy-detail-page.tsx:1851
↓ 2 callers
Function
formatSignalDetail
(stock: SignalStock)
app/racingline/src/routes/strategy-detail-page.tsx:1748
↓ 2 callers
Function
formatSignedPercent
(value: number)
app/racingline/src/routes/strategy-detail-page.tsx:1884
↓ 2 callers
Function
formatValueRows
(rows: PreviewValueRow[])
app/racingline/src/features/strategy/components/stock-pool-preview-workbench.tsx:1094
↓ 2 callers
Method
from_s3_config
(cls, config: S3Config)
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/image_object_store.py:18
↓ 2 callers
Method
from_s3_config
(cls, s3_config: S3Config)
pipeline/scheduler/src/scheduler/defs/market/readers.py:36
↓ 2 callers
Function
furnace_modes_for_daily_steps
(steps: Sequence[DailyStep])
pipeline/scheduler/src/scheduler/defs/daily/source_to_marts.py:541
↓ 2 callers
Function
generate_outputs
( *, contract_root: Path = DEFAULT_CONTRACT_ROOT, check: bool = False, )
pipeline/contract_tools/src/fleur_contracts/generate.py:14
↓ 2 callers
Function
getBacktestPerformanceToneClassName
(label: string, value: string)
app/racingline/src/routes/strategy-page.tsx:1046
↓ 2 callers
Function
getComparableMetricPatch
( indicator: ComparableIndicator, catalogId: string, metricId: string, catalogOptions: IndicatorCatalo
app/racingline/src/features/strategy/utils.ts:333
↓ 2 callers
Function
getCompareTargetOptions
( operator: ConditionOperator, valueType: "number" | "boolean" | "string" | "date", allowedOps: Conditio
app/racingline/src/features/strategy/components/comparison-fields.tsx:490
↓ 2 callers
Function
getCompatibleCompareTarget
( target: CompareTarget, operator: ConditionOperator, valueType: MetricValueType )
app/racingline/src/features/strategy/utils.ts:276
↓ 2 callers
Function
getMetric
( catalogId: string, metricId: string, catalogOptions: IndicatorCatalog[] = indicatorCatalog )
app/racingline/src/features/strategy/utils.ts:187
↓ 2 callers
Function
getMetricDisplayLabel
( metricId: string, options: FormatIndicatorOptions = {} )
app/racingline/src/features/strategy/utils.ts:160
↓ 2 callers
Function
getMetricToneClassName
(metric: Metric)
app/racingline/src/components/racingline/dashboard/portfolio-data.ts:60
↓ 2 callers
Function
getStrategyBacktestStatusLabel
(status?: StrategyBacktestRunStatus)
app/racingline/src/routes/strategy-page.tsx:1242
↓ 2 callers
Function
getStrategyPortfolioPublishPreview
( strategyBacktestRunId: string, sourceResultAttemptId: string )
app/racingline/src/api/rearview.ts:324
↓ 2 callers
Function
getStrategyPortfolioStatement
( strategyPortfolioId: string, query: StrategyPortfolioStatementQuery )
app/racingline/src/api/rearview.ts:378
↓ 2 callers
Function
getStrategyPortfolioVirtualAccount
( strategyPortfolioId: string )
app/racingline/src/api/rearview.ts:370
↓ 2 callers
Function
getSystemTheme
()
app/racingline/src/components/theme-provider.tsx:34
↓ 2 callers
Method
get_json_schema
(cls)
pipeline/scheduler/src/scheduler/defs/sources/jiuyan/ocr_client.py:53
← previous
next →
801–900 of 3,759, ranked by callers