Interface FeatureTransformationProto.SubstraitTransformationV2OrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getIbisFunction()
      bytes ibis_function = 2;
      com.google.protobuf.ByteString getSubstraitPlan()
      bytes substrait_plan = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSubstraitPlan

        com.google.protobuf.ByteString getSubstraitPlan()
        bytes substrait_plan = 1;
        Returns:
        The substraitPlan.
      • getIbisFunction

        com.google.protobuf.ByteString getIbisFunction()
        bytes ibis_function = 2;
        Returns:
        The ibisFunction.