column-expand-param.proto 182 B

12345678
  1. syntax = "proto3";
  2. package com.webank.ai.fate.core.mlmodel.buffer;
  3. option java_outer_classname = "ColumnExpandProto";
  4. message ColumnExpandParam {
  5. repeated string header = 1;
  6. }