File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
yt/yt/client/table_client Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,8 @@ void TChunkWriterOptions::Register(TRegistrar registrar)
469
469
.Default (true );
470
470
registrar.Parameter (" cast_any_to_composite" , &TThis::CastAnyToCompositeNode)
471
471
.Default ();
472
+ registrar.Parameter (" cast_composite_to_any" , &TThis::CastCompositeToAny)
473
+ .Default (false );
472
474
registrar.Parameter (" single_column_group_by_default" , &TThis::SingleColumnGroupByDefault)
473
475
.Default ();
474
476
registrar.Parameter (" enable_columnar_value_statistics" , &TThis::EnableColumnarValueStatistics)
Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ struct TChunkWriterOptions
415
415
bool EnableSkynetSharing;
416
416
bool ReturnBoundaryKeys;
417
417
bool CastAnyToComposite = false ;
418
+ bool CastCompositeToAny;
418
419
bool SingleColumnGroupByDefault = false ;
419
420
bool EnableColumnarValueStatistics;
420
421
bool EnableRowCountInColumnarStatistics;
You can’t perform that action at this time.
0 commit comments