Interface DataSourceProto.DataSource.AthenaOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      Athena database name
      com.google.protobuf.ByteString getDatabaseBytes()
      Athena database name
      String getDataSource()
      Athena schema name
      com.google.protobuf.ByteString getDataSourceBytes()
      Athena schema name
      String getQuery()
      SQL query that returns a table containing feature data.
      com.google.protobuf.ByteString getQueryBytes()
      SQL query that returns a table containing feature data.
      String getTable()
      Athena table name
      com.google.protobuf.ByteString getTableBytes()
      Athena table name
      • 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

      • getTable

        String getTable()
         Athena table name
         
        string table = 1;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Athena table name
         
        string table = 1;
        Returns:
        The bytes for table.
      • getQuery

        String getQuery()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The bytes for query.
      • getDatabase

        String getDatabase()
         Athena database name
         
        string database = 3;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
         Athena database name
         
        string database = 3;
        Returns:
        The bytes for database.
      • getDataSource

        String getDataSource()
         Athena schema name
         
        string data_source = 4;
        Returns:
        The dataSource.
      • getDataSourceBytes

        com.google.protobuf.ByteString getDataSourceBytes()
         Athena schema name
         
        string data_source = 4;
        Returns:
        The bytes for dataSource.