All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dimajix.flowman.kernel.proto.DataFrameProto Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: dataframe.proto

package com.dimajix.flowman.kernel.proto;

public final class DataFrameProto {
  private DataFrameProto() {}
  public static void registerAllExtensions(
      com.dimajix.shaded.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.dimajix.shaded.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.dimajix.shaded.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_StructField_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_StructField_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_StructType_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_StructType_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_MapType_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_MapType_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_ArrayType_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_ArrayType_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_ScalarType_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_ScalarType_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_MapElement_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_MapElement_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_Map_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_Map_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_Array_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_Array_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_Null_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_Null_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_Field_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_Field_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_Row_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_Row_fieldAccessorTable;
  static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
    internal_static_com_dimajix_flowman_kernel_DataFrame_descriptor;
  static final 
    com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_dimajix_flowman_kernel_DataFrame_fieldAccessorTable;

  public static com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\017dataframe.proto\022\032com.dimajix.flowman.k" +
      "ernel\032\014common.proto\"\270\003\n\013StructField\022\014\n\004n" +
      "ame\030\001 \001(\t\022\020\n\010nullable\030\002 \001(\010\022\030\n\013descripti" +
      "on\030\003 \001(\tH\001\210\001\001\022\023\n\006format\030\004 \001(\tH\002\210\001\001\022\026\n\tco" +
      "llation\030\005 \001(\tH\003\210\001\001\022\024\n\007charset\030\006 \001(\tH\004\210\001\001" +
      "\022\017\n\007sqlType\030\007 \001(\t\0228\n\006struct\030\n \001(\0132&.com." +
      "dimajix.flowman.kernel.StructTypeH\000\0222\n\003m" +
      "ap\030\013 \001(\0132#.com.dimajix.flowman.kernel.Ma" +
      "pTypeH\000\0226\n\005array\030\014 \001(\0132%.com.dimajix.flo" +
      "wman.kernel.ArrayTypeH\000\0228\n\006scalar\030\r \001(\0132" +
      "&.com.dimajix.flowman.kernel.ScalarTypeH" +
      "\000B\006\n\004typeB\016\n\014_descriptionB\t\n\007_formatB\014\n\n" +
      "_collationB\n\n\010_charset\"W\n\nStructType\022\020\n\010" +
      "typeName\030\001 \001(\t\0227\n\006fields\030\002 \003(\0132\'.com.dim" +
      "ajix.flowman.kernel.StructField\"\361\001\n\007MapT" +
      "ype\022\020\n\010typeName\030\001 \001(\t\022\017\n\007keyType\030\002 \001(\t\0228" +
      "\n\006struct\030\n \001(\0132&.com.dimajix.flowman.ker" +
      "nel.StructTypeH\000\0222\n\003map\030\013 \001(\0132#.com.dima" +
      "jix.flowman.kernel.MapTypeH\000\0226\n\005array\030\014 " +
      "\001(\0132%.com.dimajix.flowman.kernel.ArrayTy" +
      "peH\000\022\020\n\006scalar\030\r \001(\tH\000B\013\n\tvalueType\"\344\001\n\t" +
      "ArrayType\022\020\n\010typeName\030\001 \001(\t\0228\n\006struct\030\n " +
      "\001(\0132&.com.dimajix.flowman.kernel.StructT" +
      "ypeH\000\0222\n\003map\030\013 \001(\0132#.com.dimajix.flowman" +
      ".kernel.MapTypeH\000\0226\n\005array\030\014 \001(\0132%.com.d" +
      "imajix.flowman.kernel.ArrayTypeH\000\022\020\n\006sca" +
      "lar\030\r \001(\tH\000B\r\n\013elementType\"\036\n\nScalarType" +
      "\022\020\n\010typeName\030\001 \001(\t\"\212\001\n\nMapElement\0223\n\003key" +
      "\030\001 \001(\0132!.com.dimajix.flowman.kernel.Fiel" +
      "dH\000\210\001\001\0225\n\005value\030\002 \001(\0132!.com.dimajix.flow" +
      "man.kernel.FieldH\001\210\001\001B\006\n\004_keyB\010\n\006_value\"" +
      "=\n\003Map\0226\n\006values\030\001 \003(\0132&.com.dimajix.flo" +
      "wman.kernel.MapElement\":\n\005Array\0221\n\006value" +
      "s\030\001 \003(\0132!.com.dimajix.flowman.kernel.Fie" +
      "ld\"\006\n\004Null\"\231\003\n\005Field\022\020\n\006double\030\001 \001(\001H\000\022\016" +
      "\n\004long\030\002 \001(\003H\000\022\016\n\004bool\030\003 \001(\010H\000\022\020\n\006string" +
      "\030\004 \001(\tH\000\022\017\n\005bytes\030\005 \001(\014H\000\022:\n\ttimestamp\030\006" +
      " \001(\0132%.com.dimajix.flowman.kernel.Timest" +
      "ampH\000\0220\n\004date\030\007 \001(\0132 .com.dimajix.flowma" +
      "n.kernel.DateH\000\022.\n\003map\030\010 \001(\0132\037.com.dimaj" +
      "ix.flowman.kernel.MapH\000\0222\n\005array\030\t \001(\0132!" +
      ".com.dimajix.flowman.kernel.ArrayH\000\022.\n\003r" +
      "ow\030\n \001(\0132\037.com.dimajix.flowman.kernel.Ro" +
      "wH\000\0220\n\004null\030\013 \001(\0132 .com.dimajix.flowman." +
      "kernel.NullH\000B\007\n\005value\"7\n\003Row\0220\n\005field\030\001" +
      " \003(\0132!.com.dimajix.flowman.kernel.Field\"" +
      "r\n\tDataFrame\0226\n\006schema\030\001 \001(\0132&.com.dimaj" +
      "ix.flowman.kernel.StructType\022-\n\004rows\030\002 \003" +
      "(\0132\037.com.dimajix.flowman.kernel.RowB4\n c" +
      "om.dimajix.flowman.kernel.protoB\016DataFra" +
      "meProtoP\001b\006proto3"
    };
    descriptor = com.dimajix.shaded.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.dimajix.flowman.kernel.proto.CommonProto.getDescriptor(),
        });
    internal_static_com_dimajix_flowman_kernel_StructField_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_dimajix_flowman_kernel_StructField_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_StructField_descriptor,
        new java.lang.String[] { "Name", "Nullable", "Description", "Format", "Collation", "Charset", "SqlType", "Struct", "Map", "Array", "Scalar", "Type", "Description", "Format", "Collation", "Charset", });
    internal_static_com_dimajix_flowman_kernel_StructType_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_dimajix_flowman_kernel_StructType_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_StructType_descriptor,
        new java.lang.String[] { "TypeName", "Fields", });
    internal_static_com_dimajix_flowman_kernel_MapType_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_com_dimajix_flowman_kernel_MapType_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_MapType_descriptor,
        new java.lang.String[] { "TypeName", "KeyType", "Struct", "Map", "Array", "Scalar", "ValueType", });
    internal_static_com_dimajix_flowman_kernel_ArrayType_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_com_dimajix_flowman_kernel_ArrayType_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_ArrayType_descriptor,
        new java.lang.String[] { "TypeName", "Struct", "Map", "Array", "Scalar", "ElementType", });
    internal_static_com_dimajix_flowman_kernel_ScalarType_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_com_dimajix_flowman_kernel_ScalarType_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_ScalarType_descriptor,
        new java.lang.String[] { "TypeName", });
    internal_static_com_dimajix_flowman_kernel_MapElement_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_com_dimajix_flowman_kernel_MapElement_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_MapElement_descriptor,
        new java.lang.String[] { "Key", "Value", "Key", "Value", });
    internal_static_com_dimajix_flowman_kernel_Map_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_com_dimajix_flowman_kernel_Map_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_Map_descriptor,
        new java.lang.String[] { "Values", });
    internal_static_com_dimajix_flowman_kernel_Array_descriptor =
      getDescriptor().getMessageTypes().get(7);
    internal_static_com_dimajix_flowman_kernel_Array_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_Array_descriptor,
        new java.lang.String[] { "Values", });
    internal_static_com_dimajix_flowman_kernel_Null_descriptor =
      getDescriptor().getMessageTypes().get(8);
    internal_static_com_dimajix_flowman_kernel_Null_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_Null_descriptor,
        new java.lang.String[] { });
    internal_static_com_dimajix_flowman_kernel_Field_descriptor =
      getDescriptor().getMessageTypes().get(9);
    internal_static_com_dimajix_flowman_kernel_Field_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_Field_descriptor,
        new java.lang.String[] { "Double", "Long", "Bool", "String", "Bytes", "Timestamp", "Date", "Map", "Array", "Row", "Null", "Value", });
    internal_static_com_dimajix_flowman_kernel_Row_descriptor =
      getDescriptor().getMessageTypes().get(10);
    internal_static_com_dimajix_flowman_kernel_Row_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_Row_descriptor,
        new java.lang.String[] { "Field", });
    internal_static_com_dimajix_flowman_kernel_DataFrame_descriptor =
      getDescriptor().getMessageTypes().get(11);
    internal_static_com_dimajix_flowman_kernel_DataFrame_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_dimajix_flowman_kernel_DataFrame_descriptor,
        new java.lang.String[] { "Schema", "Rows", });
    com.dimajix.flowman.kernel.proto.CommonProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy